modelToWorldVisualWorld: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also)
m (Text replacement - "{{Command|=" to "{{Command|Comments=")
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Command|=
{{Command|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________


|arma3|= Game
|arma3|= Game
|1.70|= Game Version
|1.70|Game Version=
|arg=  |= Multiplayer Arguments
|arg=  |Multiplayer Arguments=
|eff=  |= Multiplayer Effects
|eff=  |Multiplayer Effects=


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 23:32, 2 September 2019

Hover & click on the images for description

Description

Description:
Converts position from object model space to world space in render time.
Groups:
Uncategorised

Syntax

Syntax:
obj modelToWorldVisualWorld modelPos
Parameters:
obj: Object
modelPos: Array
Return Value:
Array - World position in format PositionASL

Examples

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

Additional Information

See also:
modelToWorldWorldmodelToWorldVisualgetPosWorldVisual

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

Bottom Section


Posted on May 28, 2017 - 22:19 (UTC)
Killzone Kid
This command produces identical result to modelToWorldVisual command used in conjunction with AGLToASL obj modelToWorldVisualWorld [1,2,3] isEqualTo AGLToASL (obj modelToWorldVisual [1,2,3]); // true