Cogs.Core
Public Member Functions | Public Attributes | List of all members
Cogs::Core::LodData Struct Reference

Defines level of detail data calculated by the LodSystem. More...

#include <LodSystem.h>

Public Member Functions

 LodData (const LodData &other)=delete
 

Public Attributes

uint8_t currentLodIndex = 0
 
uint8_t previousLodIndex = (uint8_t)-1
 
float detailLevel = 1
 
glm::mat4 localToClip
 
glm::mat4 clipToLocal
 

Detailed Description

Defines level of detail data calculated by the LodSystem.

Definition at line 14 of file LodSystem.h.

Member Data Documentation

◆ clipToLocal

glm::mat4 Cogs::Core::LodData::clipToLocal

Definition at line 24 of file LodSystem.h.

◆ currentLodIndex

uint8_t Cogs::Core::LodData::currentLodIndex = 0

Definition at line 19 of file LodSystem.h.

◆ detailLevel

float Cogs::Core::LodData::detailLevel = 1

Definition at line 21 of file LodSystem.h.

◆ localToClip

glm::mat4 Cogs::Core::LodData::localToClip

Definition at line 23 of file LodSystem.h.

◆ previousLodIndex

uint8_t Cogs::Core::LodData::previousLodIndex = (uint8_t)-1

Definition at line 20 of file LodSystem.h.


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