worldToModelVisual: Difference between revisions
| Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...) | BrettMayson (talk | contribs)  mNo edit summary | ||
| (23 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| {{ | {{RV|type=command | ||
| | arma3 | |game1= arma3 | ||
| |version1= 1.32 | |||
| |1.32 | |||
| |gr1= Positions | |gr1= Positions | ||
| |gr2= Render Time Scope | |gr2= Render Time Scope | ||
| | 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.}} | |||
| | object [[worldToModelVisual]] worldPosition | |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]] | ||
| | [[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> | ||
| | [[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
 
	