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

Method getWorldMatrixCount

OgreMain/src/OgreAutoParamDataSource.cpp:296–301  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

294 }
295 //-----------------------------------------------------------------------------
296 size_t AutoParamDataSource::getWorldMatrixCount() const
297 {
298 // trigger derivation
299 getWorldMatrix();
300 return mWorldMatrixCount;
301 }
302 //-----------------------------------------------------------------------------
303 const Matrix4 *AutoParamDataSource::getWorldMatrixArray() const
304 {

Callers 1

_updateAutoParamsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected