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

Method _getDerivedPositionUpdated

OgreMain/src/OgreNode.cpp:769–773  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

767 }
768 //-----------------------------------------------------------------------
769 Vector3 Node::_getDerivedPositionUpdated()
770 {
771 _updateFromParent();
772 return mTransform.mDerivedPosition->getAsVector3( mTransform.mIndex );
773 }
774 //-----------------------------------------------------------------------
775 Vector3 Node::_getDerivedScale() const
776 {

Callers 5

resetTrailMethod · 0.80
SceneManagerMethod · 0.80
updateSceneGraphMethod · 0.80
AutoParamDataSourceMethod · 0.80
generateDebugTextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected