au3Irr2 Function Reference
_IrrGetNodeAbsolutePositionGet the absoloute position of the node in the scene.
#Include <au3Irrlicht2.au3>
_IrrGetNodeAbsolutePosition($h_Node)
Parameters
$h_Node | Handle of a scene node |
Return Value
success: 0-based array with three elements for X, Y, Z coordinates.failure: False
Remarks
The absolute postion includes the position changes of all of the nodes parents too.
Related
_IrrGetNodePosition, _IrrSetNodePosition, _IrrGetNodeRotation, _IrrSetNodeRotation