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

Method SetJointTransform

trinity/Tr2PerObjectData.cpp:207–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void Tr2PerAreaDataSkinned::SetJointTransform( unsigned int ix, float* data )
208{
209 CCP_ASSERT( ix < TR2_MAX_BONES_PER_MESHAREA );
210
211 memcpy( &m_jointTransforms[ix * 3 * 4], data, 3 * 4 * sizeof( float ) );
212}

Callers 2

GetBatchesForAreaMethod · 0.80
GetBatchesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected