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

Method getWorldMatrixArray

OgreMain/src/OgreAutoParamDataSource.cpp:303–308  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

301 }
302 //-----------------------------------------------------------------------------
303 const Matrix4 *AutoParamDataSource::getWorldMatrixArray() const
304 {
305 // trigger derivation
306 getWorldMatrix();
307 return mWorldMatrixArray;
308 }
309 //-----------------------------------------------------------------------------
310 const Matrix4 &AutoParamDataSource::getViewMatrix() const
311 {

Callers 1

_updateAutoParamsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected