worldToModelVisual: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *arma3 * * *\| *([0-2]\.[0-9]{2}) * " to "|game1= arma3 |version1= $1 ") |
BrettMayson (talk | contribs) mNo edit summary |
||
(12 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
|descr= Converts position from world space to object model space in [[Simulation vs Render Time Scope|render time scope]]. | |descr= Converts position from world space to object model space in [[Simulation vs Render Time Scope|render time scope]]. | ||
{{Feature|important|For [[setObjectScale|scaled objects]], the relative position will be [[vectorMultiply|divided]] by the object scale.}} | |||
|s1= | |s1= object [[worldToModelVisual]] worldPosition | ||
|p1= object: [[Object]] | |p1= object: [[Object]] | ||
|p2= worldPosition: [[Array]] | |p2= worldPosition: [[Array]] format [[Position#PositionAGL|PositionAGL]] or [[Array]] format [[Position#Introduction|Position2D]] | ||
|r1= [[Array]] - [[PositionRelative]] | |r1= [[Array]] - [[Position#PositionRelative|PositionRelative]] | ||
|x1= < | |x1= <sqf>_relPos = myObject worldToModelVisual [0,0,0];</sqf> | ||
|x2= < | |x2= <sqf>_relPos = player worldToModelVisual position car;</sqf> | ||
|x3= < | |x3= <sqf>_relPos = car worldToModelVisual [12000, 5000];</sqf> | ||
|x4= < | |x4= <sqf>_relPos = unit worldToModelVisual position tank;</sqf> | ||
|seealso= [[worldToModel]] | |seealso= [[worldToModel]] [[vectorWorldToModelVisual]] [[modelToWorldVisual]] [[modelToWorld]] | ||
}} | }} |
Latest revision as of 21:38, 28 September 2023
Description
- Description:
- Converts position from world space to object model space in render time scope.
- Groups:
- PositionsRender Time Scope
Syntax
- Syntax:
- object worldToModelVisual worldPosition
- Parameters:
- object: Object
- worldPosition: Array format PositionAGL or Array format Position2D
- Return Value:
- Array - PositionRelative
Examples
- Example 1:
- Example 2:
- Example 3:
- Example 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