|
Cogs.Core
|
Public Attributes | |
| SeaCurrentsSystem * | mSystem = nullptr |
| std::vector< InstanceData > | mData |
| BufferHandle | mBufferHandle |
| size_t | mBufferSize = 0 |
| Cogs::Geometry::BoundingBox | mBounds |
| Cogs::Geometry::BoundingBox | mTransformedBounds |
| glm::mat4 | mWorldMatrix |
Definition at line 36 of file SeaCurrentsSystem.h.
| Cogs::Geometry::BoundingBox Cogs::Core::SeaCurrentsData::mBounds |
Definition at line 41 of file SeaCurrentsSystem.h.
| BufferHandle Cogs::Core::SeaCurrentsData::mBufferHandle |
Definition at line 39 of file SeaCurrentsSystem.h.
| size_t Cogs::Core::SeaCurrentsData::mBufferSize = 0 |
Definition at line 40 of file SeaCurrentsSystem.h.
| std::vector<InstanceData> Cogs::Core::SeaCurrentsData::mData |
Definition at line 38 of file SeaCurrentsSystem.h.
| SeaCurrentsSystem* Cogs::Core::SeaCurrentsData::mSystem = nullptr |
Definition at line 37 of file SeaCurrentsSystem.h.
| Cogs::Geometry::BoundingBox Cogs::Core::SeaCurrentsData::mTransformedBounds |
Definition at line 42 of file SeaCurrentsSystem.h.
| glm::mat4 Cogs::Core::SeaCurrentsData::mWorldMatrix |
Definition at line 43 of file SeaCurrentsSystem.h.