modelToWorldVisualWorld: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "PositionASL" to "PositionASL") |
Lou Montana (talk | contribs) (Fix ASL → World) |
||
Line 10: | Line 10: | ||
|gr2= Render Time Scope | |gr2= Render Time Scope | ||
|descr= Converts position from object model space to world space in render time scope. For | |descr= Converts position from object model space to world space in render time scope. For the [[Position#PositionAGL|PositionAGL]] version see [[modelToWorldVisual]]. | ||
{{Feature|important|For [[setObjectScale|scaled objects]], the relative position will first be [[vectorMultiply|multiplied]] by the object scale.<br> | {{Feature|important|For [[setObjectScale|scaled objects]], the relative position will first be [[vectorMultiply|multiplied]] by the object scale.<br> | ||
For example, if the object scale is 2, {{ic|_obj modelToWorldVisualWorld [0,1,0]}} will be offset '''2 meters''' from the model center ({{ic|[0,0,0]}}). | For example, if the object scale is 2, {{ic|_obj modelToWorldVisualWorld [0,1,0]}} will be offset '''2 meters''' from the model center ({{ic|[0,0,0]}}). | ||
Line 18: | Line 18: | ||
|p1= obj: [[Object]] | |p1= obj: [[Object]] | ||
|p2= modelPos: [[Array]] | |p2= modelPos: [[Array]] format [[Position#PositionRelative|PositionRelative]] | ||
|r1= [[Array]] | |r1= [[Array]] in format [[Position#PositionWorld|PositionWorld]] | ||
|x1= <code>[[player]] [[modelToWorldVisualWorld]] [0,1,0]</code> | |x1= <code>[[player]] [[modelToWorldVisualWorld]] [0,1,0];</code> | ||
|seealso= [[modelToWorldWorld]], [[modelToWorldVisual]], [[getPosWorldVisual]] | |seealso= [[modelToWorldWorld]], [[modelToWorldVisual]], [[getPosWorldVisual]] | ||
}} | }} |
Revision as of 14:55, 10 January 2022
Description
- Description:
- Converts position from object model space to world space in render time scope. For the PositionAGL version see modelToWorldVisual.
- Groups:
- Object ManipulationRender Time Scope
Syntax
- Syntax:
- obj modelToWorldVisualWorld modelPos
- Parameters:
- obj: Object
- modelPos: Array format PositionRelative
- Return Value:
- Array in format PositionWorld
Examples
- Example 1:
player modelToWorldVisualWorld [0,1,0];
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