modelToWorldVisualWorld: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - " <h3 style='display:none'>Bottom Section</h3>" to "") |
Lou Montana (talk | contribs) m (Text replacement - " {3,}\|" to " |") |
||
Line 8: | Line 8: | ||
|gr1= Object Manipulation | |gr1= Object Manipulation | ||
|gr2= Render Time Scope | |gr2= Render Time Scope | ||
| Converts position from object model space to world space in render time. | | Converts position from object model space to world space in render time. | ||
| obj '''modelToWorldVisualWorld''' modelPos | | obj '''modelToWorldVisualWorld''' modelPos |
Revision as of 17:40, 18 January 2021
Description
- Description:
- Converts position from object model space to world space in render time.
- Groups:
- Object ManipulationRender Time Scope
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
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
- 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