Cogs.Core
|
Public Attributes | |
OceanComponent * | oceanComponent |
bool | initialized = false |
bool | first = true |
MaterialHandle | oceanMaterial |
MeshStreamsLayout | streamsLayout |
MaterialInstanceHandle | material |
TextureHandle | reflectionTexture |
TextureHandle | skyDomeTexture |
EntityPtr | reflectionCamera |
TerrainData * | terrainData |
std::unique_ptr< OceanPicker > | rayPick |
std::unique_ptr< OceanBounds > | bounds |
Geometry::BoundingBox | bbox |
Definition at line 54 of file OceanSystem.h.
Geometry::BoundingBox Cogs::Core::OceanData::bbox |
Definition at line 76 of file OceanSystem.h.
std::unique_ptr<OceanBounds> Cogs::Core::OceanData::bounds |
Definition at line 74 of file OceanSystem.h.
bool Cogs::Core::OceanData::first = true |
Definition at line 59 of file OceanSystem.h.
bool Cogs::Core::OceanData::initialized = false |
Definition at line 58 of file OceanSystem.h.
MaterialInstanceHandle Cogs::Core::OceanData::material |
Definition at line 64 of file OceanSystem.h.
OceanComponent* Cogs::Core::OceanData::oceanComponent |
Definition at line 56 of file OceanSystem.h.
MaterialHandle Cogs::Core::OceanData::oceanMaterial |
Definition at line 61 of file OceanSystem.h.
std::unique_ptr<OceanPicker> Cogs::Core::OceanData::rayPick |
Definition at line 73 of file OceanSystem.h.
EntityPtr Cogs::Core::OceanData::reflectionCamera |
Definition at line 69 of file OceanSystem.h.
TextureHandle Cogs::Core::OceanData::reflectionTexture |
Definition at line 66 of file OceanSystem.h.
TextureHandle Cogs::Core::OceanData::skyDomeTexture |
Definition at line 67 of file OceanSystem.h.
MeshStreamsLayout Cogs::Core::OceanData::streamsLayout |
Definition at line 63 of file OceanSystem.h.
TerrainData* Cogs::Core::OceanData::terrainData |
Definition at line 71 of file OceanSystem.h.