modelToWorldVisualWorld: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 19: Line 19:


|x1= <code>([[getPos]] [[player]]) [[modelToWorldVisualWorld]] [0,1,0]</code> |= Example 1
|x1= <code>([[getPos]] [[player]]) [[modelToWorldVisualWorld]] [0,1,0]</code> |= Example 1
| [[modelToWorldWorld]] |= See Also
| [[modelToWorldWorld]] |= See Also
}}
}}
Line 35: Line 36:
<h3 style='display:none'>Bottom Section</h3>
<h3 style='display:none'>Bottom Section</h3>
<!-- Appropriate categories go here -->
<!-- Appropriate categories go here -->
 
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 20:01, 16 May 2017

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

Examples

Example 1:
(getPos player) modelToWorldVisualWorld [0,1,0]

Additional Information

See also:
modelToWorldWorld

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