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

Public Attributes

std::vector< glm::quat > frames
 Frames of reference along trajectory with minimal torsion.
 
std::vector< bool > lodSelection
 Set of trajectory stations that should be included in current lod-situation.
 
std::vector< glm::vec4 > clipSpacePos
 Clip space position of trajectory stations.
 

Detailed Description

Definition at line 13 of file TrajectorySystem.h.

Member Data Documentation

◆ clipSpacePos

std::vector<glm::vec4> Cogs::Core::TrajectoryData::clipSpacePos

Clip space position of trajectory stations.

Definition at line 17 of file TrajectorySystem.h.

Referenced by Cogs::Core::TrajectorySystem::update().

◆ frames

std::vector<glm::quat> Cogs::Core::TrajectoryData::frames

Frames of reference along trajectory with minimal torsion.

Definition at line 15 of file TrajectorySystem.h.

Referenced by Cogs::Core::TrajectorySystem::update().

◆ lodSelection

std::vector<bool> Cogs::Core::TrajectoryData::lodSelection

Set of trajectory stations that should be included in current lod-situation.

Definition at line 16 of file TrajectorySystem.h.

Referenced by Cogs::Core::TrajectorySystem::update().


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