Function _IrrSetZoneManagerProperties

au3Irr2

au3Irr2 Function Reference

_IrrSetZoneManagerProperties

Sets the draw distances of nodes in the zone/distance management node and whether or not the zone manager is to accumulate the bounding boxes of its children as they are added.

#Include <au3Irrlicht2.au3>
_IrrSetZoneManagerProperties($h_ZoneManager, $f_NearDistance, $f_FarDistance, $i_AccumulateBoxes)

 

Parameters

$h_ZoneManager Handle to the zone node.
$f_NearDistance
$f_FarDistance
$i_AccumulateBoxes

 

Return Value

Success: True
Failure: False

 

Remarks

[todo]

 

Related

[todo: functionName, functionName]