vectorModelToWorldVisual
Jump to navigation
Jump to search
Description
- Description:
- Converts vector from model to world space in render time scope.
- Groups:
- Uncategorised
Syntax
- Syntax:
- object vectorModelToWorldVisual [x, y, z]
- Parameters:
- object: Object
- [x, y, z]: Array - vector in model space
- Return Value:
- [x, y, z]: Array - vector in world space
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