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