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

Public Attributes

SeaCurrentsSystemmSystem = nullptr
 
std::vector< InstanceDatamData
 
BufferHandle mBufferHandle
 
size_t mBufferSize = 0
 
Cogs::Geometry::BoundingBox mBounds
 
Cogs::Geometry::BoundingBox mTransformedBounds
 
glm::mat4 mWorldMatrix
 

Detailed Description

Definition at line 36 of file SeaCurrentsSystem.h.

Member Data Documentation

◆ mBounds

Cogs::Geometry::BoundingBox Cogs::Core::SeaCurrentsData::mBounds

Definition at line 41 of file SeaCurrentsSystem.h.

◆ mBufferHandle

BufferHandle Cogs::Core::SeaCurrentsData::mBufferHandle

Definition at line 39 of file SeaCurrentsSystem.h.

◆ mBufferSize

size_t Cogs::Core::SeaCurrentsData::mBufferSize = 0

Definition at line 40 of file SeaCurrentsSystem.h.

◆ mData

std::vector<InstanceData> Cogs::Core::SeaCurrentsData::mData

Definition at line 38 of file SeaCurrentsSystem.h.

◆ mSystem

SeaCurrentsSystem* Cogs::Core::SeaCurrentsData::mSystem = nullptr

Definition at line 37 of file SeaCurrentsSystem.h.

◆ mTransformedBounds

Cogs::Geometry::BoundingBox Cogs::Core::SeaCurrentsData::mTransformedBounds

Definition at line 42 of file SeaCurrentsSystem.h.

◆ mWorldMatrix

glm::mat4 Cogs::Core::SeaCurrentsData::mWorldMatrix

Definition at line 43 of file SeaCurrentsSystem.h.


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