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

Method Tr2RuntimeInstanceData

trinity/Tr2RuntimeInstanceData.cpp:16–23  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Tr2RuntimeInstanceData default constructor --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

14// Tr2RuntimeInstanceData default constructor
15// --------------------------------------------------------------------------------------
16Tr2RuntimeInstanceData::Tr2RuntimeInstanceData( IRoot* lockobj ) :
17 m_count( 0 ),
18 m_stride( 0 ),
19 m_vertexDeclaration( Tr2EffectStateManager::UNINITIALIZED_DECLARATION ),
20 m_aabb( Vector3( 0, 0, 0 ), Vector3( 0, 0, 0 ) ),
21 m_explicitBoundingBox( false )
22{
23}
24
25// --------------------------------------------------------------------------------------
26// Description:

Callers

nothing calls this directly

Calls 1

Vector3Class · 0.70

Tested by

no test coverage detected