SurfaceManager
Manage surfaces in tracking scenario
Description
The SurfaceManager
object manages the surfaces in the tracking
scenario. Use the UseOcculusion
property to enable or disable terrain occlusion by
ground surfaces in the tracking scenario, use the height
object
function to query the height of ground surfaces at a location in the scenario, and use the
occlusion
function to determine if the surfaces in the scenario occlude the line-of-sight between two
points.
Creation
After creating GroundSurface
objects using the groundSurface
object function, obtain the SurfaceManager
object from the
SurfaceManager
property of the trackingScenario
object.