Function _IrrBillBoardForceUpdate

au3Irr2

au3Irr2 Function Reference

_IrrBillBoardForceUpdate

Force the billboard group update the scene. (see remarks for further explanation)

#Include <au3Irrlicht2.au3>
_IrrBillBoardForceUpdate($h_BillboardGroup)

 

Parameters

$h_BillboardGroup Handle to the Billboard Group as returned by _IrrAddBillBoardGroupToScene

 

Return Value

Success: True
Failure: False

 

Remarks

Unlike regular billboards the billboard group does not always update the orientation of the billboards every frame.
If you are a long distance away from the billboard group the camera needs to travel a significant distance before the
angle has changed enough to warrent an update of all of the billboards verticies to make them point to the camera once more.
You may want to force a refresh at some point with this call.

 

Related

_IrrAddBillBoardGroupToScene, _IrrAddBillBoardToGroup, _IrrAddBillBoardByAxisToGroup, _IrrRemoveBillBoardFromGroup