vectorModelToWorldVisual: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Command|= ____________________________________________________________________________________________ |arma3 |= Game |dev|= Game Version |arg= |= Multiplayer Arguments |ef...") |
Killzone Kid (talk | contribs) (format) |
||
Line 1: | Line 1: | ||
{{Command|= | {{Command|= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | |arma3dev |= Game | ||
| | |1.71|= Game Version | ||
|arg= |= Multiplayer Arguments | |arg= |= Multiplayer Arguments | ||
|eff= |= Multiplayer Effects | |eff= |= Multiplayer Effects | ||
Line 8: | Line 8: | ||
| Converts vector from model to world space in render time scope. |= Description | | Converts vector from model to world space in render time scope. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | object '''vectorModelToWorldVisual''' modelDir |= Syntax | ||
|p1= object: [[Object]] |= Parameter 1 | |p1= object: [[Object]] |= Parameter 1 | ||
|p2= | |p2= modelDir: [[Array]] - vector direction in model space in format [x,y,z] |= Parameter 2 | ||
|p3= |= Parameter 3 | |p3= |= Parameter 3 | ||
|p4= |= Parameter 4 | |p4= |= Parameter 4 | ||
|p5= |= Parameter 5 | |p5= |= Parameter 5 | ||
|p6= |= Parameter 6 | |p6= |= Parameter 6 | ||
| | | [[Array]] - vector direction in world space in format [x,y,z] |= Return Value | ||
|x1=Convert model space vector [0,-10,4] to world space; vector gets rotated according to _airplane: | |x1=Convert model space vector [0,-10,4] to world space; vector gets rotated according to _airplane: | ||
<code>_airplane vectorModelToWorldVisual [0,-10,4];</code>|= Example 1 | <code>_airplane vectorModelToWorldVisual [0,-10,4];</code>|= Example 1 | ||
Line 37: | Line 37: | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Render Time Scope Scripting Commands|{{uc:{{PAGENAME}}}}]] |
Revision as of 23:18, 10 June 2017
Description
- Description:
- Converts vector from model to world space in render time scope.
- Groups:
- Uncategorised
Syntax
- Syntax:
- object vectorModelToWorldVisual modelDir
- Parameters:
- object: Object
- modelDir: Array - vector direction in model space in format [x,y,z]
- Return Value:
- Array - vector direction in world space in format [x,y,z]
Examples
- Example 1:
- Convert model space vector [0,-10,4] to world space; vector gets rotated according to _airplane:
_airplane vectorModelToWorldVisual [0,-10,4];
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
[[Category:Introduced with arma3dev version 1.71]][[ Category: arma3dev: New Scripting Commands | VECTORMODELTOWORLDVISUAL]][[ Category: arma3dev: Scripting Commands | VECTORMODELTOWORLDVISUAL]]