MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / getRenderPosition

Method getRenderPosition

Engine/source/scene/sceneObject.cpp:894–899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

892//-----------------------------------------------------------------------------
893
894Point3F SceneObject::getRenderPosition() const
895{
896 Point3F pos;
897 mRenderObjToWorld.getColumn(3, &pos);
898 return pos;
899}
900
901//-----------------------------------------------------------------------------
902

Callers 4

renderShadowMethod · 0.80
ProjectedShadowMethod · 0.80
_updateDecalMethod · 0.80
updateMethod · 0.80

Calls 1

getColumnMethod · 0.80

Tested by

no test coverage detected