Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ GetHighestLodData
Method
GetHighestLodData
trinity/Raytracing/Tr2RaytracingGeometry.cpp:290–293 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
288
}
289
290
TriGeometryResLodData* Tr2RaytracingMesh::GetHighestLodData() const
291
{
292
return m_geometry->GetMeshLod( m_meshIndex, 0 );
293
}
294
295
uint32_t Tr2RaytracingMesh::GetTransformOffset() const
296
{
Callers
1
Tr2RaytracingGeometry.cpp
File · 0.80
Calls
1
GetMeshLod
Method · 0.45
Tested by
no test coverage detected