modelToWorldVisual: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{GameCategory\|(arma[0123])\|[ _]?New[ _]Scripting[ _]Commands[ _]List\}\}" to "{{GameCategory|$1|New Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 2: Line 2:
{{GameCategory|arma1|Scripting Commands}}
{{GameCategory|arma1|Scripting Commands}}
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 10: Line 9:
|gr1= Object Manipulation |GROUP1=
|gr1= Object Manipulation |GROUP1=
|gr2= Render Time Scope |GROUP2=
|gr2= Render Time Scope |GROUP2=
____________________________________________________________________________________________


| Converts position from object model space to world space in render time scope. For ASL version see [[modelToWorldVisualWorld]]. |DESCRIPTION=
| Converts position from object model space to world space in render time scope. For ASL version see [[modelToWorldVisualWorld]]. |DESCRIPTION=
____________________________________________________________________________________________


| object '''modelToWorldVisual''' modelPos |SYNTAX=
| object '''modelToWorldVisual''' modelPos |SYNTAX=
Line 22: Line 19:


| [[Array]] - world position in format [[PositionAGL]] |RETURNVALUE=
| [[Array]] - world position in format [[PositionAGL]] |RETURNVALUE=
____________________________________________________________________________________________
|x1= <code>_aboveAndBehindPlayer = [[player]] [[modelToWorldVisual]] [0,-1,3];</code>
|x1= <code>_aboveAndBehindPlayer = [[player]] [[modelToWorldVisual]] [0,-1,3];</code>



Revision as of 02:56, 17 January 2021


Hover & click on the images for description

Description

Description:
Converts position from object model space to world space in render time scope. For ASL version see modelToWorldVisualWorld.
Groups:
Object ManipulationRender Time Scope

Syntax

Syntax:
object modelToWorldVisual modelPos
Parameters:
object: Object
modelPos: Array - in format PositionRelative ([x,y,z] offset relative to the model centre)
Return Value:
Array - world position in format PositionAGL

Examples

Example 1:
_aboveAndBehindPlayer = player modelToWorldVisual [0,-1,3];

Additional Information

See also:
modelToWorldvectorModelToWorldVisualgetPosWorldVisualworldToModelVisualworldToModelselectionPosition

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

Notes