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

Method _getTerrainHeight

Engine/source/environment/decalRoad.cpp:1643–1646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1641}
1642
1643bool DecalRoad::_getTerrainHeight( Point3F &pos )
1644{
1645 return _getTerrainHeight( pos.x, pos.y, pos.z );
1646}
1647
1648bool DecalRoad::_getTerrainHeight( const Point2F &pos, F32 &height )
1649{

Callers

nothing calls this directly

Calls 2

getContainerFunction · 0.50
castRayMethod · 0.45

Tested by

no test coverage detected