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

Method GetDebugOptions

trinity/Tr2SkinnedObject.cpp:483–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481}
482
483void Tr2SkinnedObject::GetDebugOptions( Tr2DebugRendererOptions& options )
484{
485 options.insert( "Names" );
486 options.insert( "Transforms" );
487 options.insert( "Bounds" );
488 if( m_visualModel && m_visualModel->GetSkeleton() )
489 {
490 options.insert( "Bones" );
491 options.insert( "Bones Names" );
492 }
493}
494
495void Tr2SkinnedObject::RenderDebugInfo( ITr2DebugRenderer2& renderer )
496{

Callers

nothing calls this directly

Calls 1

GetSkeletonMethod · 0.45

Tested by

no test coverage detected