MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetCurrentLodData

Method GetCurrentLodData

trinity/Raytracing/Tr2RaytracingGeometry.cpp:285–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285TriGeometryResLodData* Tr2RaytracingMesh::GetCurrentLodData() const
286{
287 return m_geometry->GetMeshLod( m_meshIndex, m_lodIndex );
288}
289
290TriGeometryResLodData* Tr2RaytracingMesh::GetHighestLodData() const
291{

Callers 3

GetGeometryConstantsMethod · 0.80
TransformMeshesMethod · 0.80

Calls 1

GetMeshLodMethod · 0.45

Tested by

no test coverage detected