MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / setWorldMatrices

Method setWorldMatrices

OgreMain/src/OgreAutoParamDataSource.cpp:277–282  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

275 }
276 //-----------------------------------------------------------------------------
277 void AutoParamDataSource::setWorldMatrices( const Matrix4 *m, size_t count )
278 {
279 mWorldMatrixArray = m;
280 mWorldMatrixCount = count;
281 mWorldMatrixDirty = false;
282 }
283 //-----------------------------------------------------------------------------
284 const Matrix4 &AutoParamDataSource::getWorldMatrix() const
285 {

Callers 2

renderSingleObjectMethod · 0.80
executeCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected