Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::per_camera_lod_state Struct Reference

Tracks LOD state and last access frame for a specific view (camera). More...

#include <model.h>

Public Attributes

lod_data data
 LOD state for this camera.
 
std::uint64_t last_access_frame = 0
 Last frame this view accessed this state.
 

Detailed Description

Tracks LOD state and last access frame for a specific view (camera).

Definition at line 50 of file model.h.

Member Data Documentation

◆ data

lod_data unravel::per_camera_lod_state::data

LOD state for this camera.

Definition at line 52 of file model.h.

◆ last_access_frame

std::uint64_t unravel::per_camera_lod_state::last_access_frame = 0

Last frame this view accessed this state.

Definition at line 53 of file model.h.


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