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

Method GetSkinningMatrix

trinity/Tr2PerObjectData.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141float* Tr2PerObjectDataSkinned::GetSkinningMatrix( unsigned int ix ) const
142{
143 return &m_data[ix * 3 * 4];
144}
145
146void Tr2PerAreaDataSkinned::SetPerObjectDataToDevice( Tr2ConstantBufferAL** buffers, unsigned constantTypeMask, Tr2RenderContext& renderContext ) const
147{

Callers 2

GetBatchesForAreaMethod · 0.80
GetBatchesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected