modelToWorldWorld: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Remove PositionWorld) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 9: | Line 9: | ||
|descr= Converts position from object model space to world space in [[Position#PositionASL|PositionASL]] format from the object's centre position. | |descr= Converts position from object model space to world space in [[Position#PositionASL|PositionASL]] format from the object's centre position. | ||
{{Feature|important|For [[setObjectScale|scaled objects]], the relative position will first be [[vectorMultiply|multiplied]] by the object scale.<br> | {{Feature|important| | ||
For example, if the object scale is 2, {{ic|_obj modelToWorldWorld [0,1,0]}} will be offset '''2 meters''' from the model center ({{ic|[0,0,0]}}).}} | 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 modelToWorldWorld [0,1,0]}} will be offset '''2 meters''' from the model center ({{ic|[0,0,0]}}). | |||
}} | |||
|s1= obj [[modelToWorldWorld]] modelPos | |s1= obj [[modelToWorldWorld]] modelPos | ||
Line 20: | Line 22: | ||
|r1= [[Array]] in format [[Position#PositionASL|PositionASL]] - '''the model's centre''' (see [[getPosWorld]]) | |r1= [[Array]] in format [[Position#PositionASL|PositionASL]] - '''the model's centre''' (see [[getPosWorld]]) | ||
|x1= < | |x1= <sqf>private _playersFrontWorld = player modelToWorldWorld [0,1,0];</sqf> | ||
|seealso= [[modelToWorldVisualWorld]] | |seealso= [[modelToWorldVisualWorld]] | ||
}} | }} |
Revision as of 21:41, 7 May 2022
Description
- Description:
- Converts position from object model space to world space in PositionASL format from the object's centre position.
- Groups:
- Positions
Syntax
- Syntax:
- obj modelToWorldWorld 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
- See also:
- modelToWorldVisualWorld
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