modelToWorldWorld

From Bohemia Interactive Community
Revision as of 15:54, 10 January 2022 by Lou Montana (talk | contribs) (Fix ASL → World)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Converts position from object model space to world space in PositionWorld format.
For scaled objects, the relative position will first be multiplied by the object scale.
For example, if the object scale is 2, _obj modelToWorldWorld [0,1,0] will be offset 2 meters from the model center ([0,0,0]).
Groups:
Positions

Syntax

Syntax:
obj modelToWorldWorld modelPos
Parameters:
obj: Object
modelPos: Array format PositionRelative
Return Value:
Array format PositionWorld

Examples

Example 1:
private _playersFrontWorld = player modelToWorldWorld [0,1,0];

Additional Information

See also:
modelToWorldVisualWorld

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note