modelToWorldVisualWorld: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|s([0-9])\= ([^' ]+)'''([^' ]+)'''([^ ]*) " to "|s$1= $2$3$4 ") |
Lou Montana (talk | contribs) m (Fix) |
||
(10 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
|version1= 1.70 | |version1= 1.70 | ||
|arg= | |arg= global | ||
|gr1= Object Manipulation | |gr1= Object Manipulation | ||
|gr2= Render Time Scope | |gr2= Render Time Scope | ||
|descr= Converts position from object model space to world space in render time. | |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> | |||
For example, if the object's scale is 2, <sqf inline>_obj modelToWorldVisualWorld [0,1,0]</sqf> will be offset '''2 meters''' from the model center (<sqf inline>[0,0,0]</sqf>). | |||
}} | |||
|s1= obj [[modelToWorldVisualWorld]] modelPos | |s1= obj [[modelToWorldVisualWorld]] modelPos | ||
|p1= obj: [[Object]] | |p1= obj: [[Object]] | ||
| | |p2= modelPos: [[Array]] format [[Position#PositionRelative|PositionRelative]] | ||
| | |r1= [[Array]] in format [[Position#PositionASL|PositionASL]] - '''the model's centre''' (see [[getPosWorld]]) | ||
< | |x1= <sqf>player modelToWorldVisualWorld [0,1,0];</sqf> | ||
|seealso= [[modelToWorldWorld]] [[modelToWorldVisual]] [[getPosWorldVisual]] | |||
}} | |||
Latest revision as of 15:46, 1 July 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 PositionASL - the model's centre (see getPosWorld)
Examples
- Example 1:
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