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

Method getRenderPosition

Engine/source/scene/sceneObject.cpp:1074–1079  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1072//-----------------------------------------------------------------------------
1073
1074Point3F SceneObject::getRenderPosition() const
1075{
1076 Point3F pos;
1077 mRenderObjToWorld.getColumn(3, &pos);
1078 return pos;
1079}
1080
1081//-----------------------------------------------------------------------------
1082

Callers 11

getShapeImpactPosMethod · 0.80
sampleMethod · 0.80
get_launch_dataMethod · 0.80
cam_update_3povMethod · 0.80
renderShadowMethod · 0.80
ProjectedShadowMethod · 0.80
_updateDecalMethod · 0.80
updateMethod · 0.80

Calls 1

getColumnMethod · 0.80

Tested by

no test coverage detected