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

Method IsGood

trinity/Raytracing/Tr2RaytracingGeometry.cpp:250–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250bool Tr2RaytracingMesh::IsGood() const
251{
252 return m_geometry && m_geometry->IsGood() && GetCurrentLodData();
253}
254
255bool Tr2RaytracingMesh::IsGoodForArea( uint32_t area ) const
256{

Callers 6

ResourcePrepFinishedMethod · 0.45
CreateFromTextureMethod · 0.45
IsAllAnimGoodMethod · 0.45
RenderShadowsMethod · 0.45
UpdateRtMeshMethod · 0.45
IsGoodForAreaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected