Cogs.Core
|
Public Types | |
enum struct | State { Uninitialized , Error , WaitingForJson , JsonParsed , WaitingForBaseLevel , Running } |
Public Attributes | |
State | state = State::Uninitialized |
std::string | source |
uint32_t | valueChannel = 0 |
bool | hasDepth = false |
MaterialInstanceHandle | materialInstance |
Image360::Config | config |
Image360::Fetcher | fetcher |
Image360::Cache | cache |
Image360::DynamicLodTree | lodTree |
Image360::RendererExtensionData | rendererData |
Definition at line 98 of file Image360System.h.
|
strong |
Definition at line 100 of file Image360System.h.
Image360::Cache Cogs::Core::Image360Data::cache |
Definition at line 118 of file Image360System.h.
Image360::Config Cogs::Core::Image360Data::config |
Definition at line 116 of file Image360System.h.
Image360::Fetcher Cogs::Core::Image360Data::fetcher |
Definition at line 117 of file Image360System.h.
bool Cogs::Core::Image360Data::hasDepth = false |
Definition at line 112 of file Image360System.h.
Image360::DynamicLodTree Cogs::Core::Image360Data::lodTree |
Definition at line 119 of file Image360System.h.
MaterialInstanceHandle Cogs::Core::Image360Data::materialInstance |
Definition at line 114 of file Image360System.h.
Image360::RendererExtensionData Cogs::Core::Image360Data::rendererData |
Definition at line 120 of file Image360System.h.
std::string Cogs::Core::Image360Data::source |
Definition at line 110 of file Image360System.h.
State Cogs::Core::Image360Data::state = State::Uninitialized |
Definition at line 108 of file Image360System.h.
uint32_t Cogs::Core::Image360Data::valueChannel = 0 |
Definition at line 111 of file Image360System.h.