modelToWorldVisualWorld

From Bohemia Interactive Community
Revision as of 22:40, 7 May 2022 by Lou Montana (talk | contribs) (Some wiki formatting)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Hover & click on the images for description

Description

Description:
Converts position from object model space to world space in render time scope. For the PositionAGL version see modelToWorldVisual.
For scaled objects, the relative position will first be multiplied by the object scale.
For example, if the object's scale is 2, _obj modelToWorldVisualWorld [0,1,0] will be offset 2 meters from the model center ([0,0,0]).
Groups:
Object ManipulationRender Time Scope

Syntax

Syntax:
obj modelToWorldVisualWorld modelPos
Parameters:
obj: Object
modelPos: Array format PositionRelative
Return Value:
Array in format PositionASL - the model's centre (see getPosWorld)

Examples

Example 1:
player modelToWorldVisualWorld [0,1,0];

Additional Information

See also:
modelToWorldWorld modelToWorldVisual getPosWorldVisual

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