Cogs.Core
Public Types | Public Attributes | List of all members
Cogs::Core::Image360Data Struct Reference

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
 

Detailed Description

Definition at line 98 of file Image360System.h.

Member Enumeration Documentation

◆ State

enum struct Cogs::Core::Image360Data::State
strong

Definition at line 100 of file Image360System.h.

Member Data Documentation

◆ cache

Image360::Cache Cogs::Core::Image360Data::cache

Definition at line 118 of file Image360System.h.

◆ config

Image360::Config Cogs::Core::Image360Data::config

Definition at line 116 of file Image360System.h.

◆ fetcher

Image360::Fetcher Cogs::Core::Image360Data::fetcher

Definition at line 117 of file Image360System.h.

◆ hasDepth

bool Cogs::Core::Image360Data::hasDepth = false

Definition at line 112 of file Image360System.h.

◆ lodTree

Image360::DynamicLodTree Cogs::Core::Image360Data::lodTree

Definition at line 119 of file Image360System.h.

◆ materialInstance

MaterialInstanceHandle Cogs::Core::Image360Data::materialInstance

Definition at line 114 of file Image360System.h.

◆ rendererData

Image360::RendererExtensionData Cogs::Core::Image360Data::rendererData

Definition at line 120 of file Image360System.h.

◆ source

std::string Cogs::Core::Image360Data::source

Definition at line 110 of file Image360System.h.

◆ state

State Cogs::Core::Image360Data::state = State::Uninitialized

Definition at line 108 of file Image360System.h.

◆ valueChannel

uint32_t Cogs::Core::Image360Data::valueChannel = 0

Definition at line 111 of file Image360System.h.


The documentation for this struct was generated from the following file: