vectorWorldToModelVisual
Jump to navigation
Jump to search
Description
- Description:
- Converts vector from world to model space in render time scope.
- Groups:
- Uncategorised
Syntax
- Syntax:
- object vectorWorldToModelVisual [x, y, z]
- Parameters:
- object: Object
- [x, y, z]: Array - vector in world space
- Return Value:
- [x, y, z]: Array - vector in model space
Examples
- Example 1:
- Convert world space vector [0,-10,4] to model space of object _airplane:
_airplane vectorWorldToModelVisual [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