modelToWorldVisualWorld: Difference between revisions
Jump to navigation
Jump to search
(typo) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Command|= | {{Command|= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | |||
|arma3|= Game | |||
|1.70|= Game Version | |1.70|= Game Version | ||
|arg= |= Multiplayer Arguments | |arg= |= Multiplayer Arguments | ||
|eff= |= Multiplayer Effects | |eff= |= Multiplayer Effects | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Converts position from object model space to world space in render time. |= Description | | Converts position from object model space to world space in render time. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| obj '''modelToWorldVisualWorld''' modelPos |= Syntax | | obj '''modelToWorldVisualWorld''' modelPos |= Syntax | ||
|p1= obj: [[Object]] | |p1= obj: [[Object]] |= Parameter 1 | ||
|p2= modelPos: [[Array]] | |p2= modelPos: [[Array]] |= Parameter 2 | ||
| [[Array]] |= Return Value | | [[Array]] |= Return Value | ||
|x1= | |||
|x1= <code>([[getPos]] [[player]]) [[modelToWorldVisualWorld]] [0,1,0]</code> |= Example 1 | |||
| [[modelToWorldWorld]] |= See Also | | [[modelToWorldWorld]] |= See Also | ||
}} | }} |
Revision as of 18:59, 16 May 2017
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