You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Torque3D is missing getControlObjectAltitude which returns the current control object's altitude above the terrain only. It is pretty much equivalent to calling getTerrainHeight(%myControlObject.getPosition()).
It is a clientside function that is to be invoked as such:
%altitude = getControlObjectAltitude();
The text was updated successfully, but these errors were encountered:
Torque3D is missing getControlObjectAltitude which returns the current control object's altitude above the terrain only. It is pretty much equivalent to calling getTerrainHeight(%myControlObject.getPosition()).
It is a clientside function that is to be invoked as such:
%altitude = getControlObjectAltitude();
The text was updated successfully, but these errors were encountered: