modelToWorldVisualWorld: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=0-9]{12})" to "|$1=$2 |descr=$3")
m (Text replacement - "|arma3|= Game |1.70 |" to "|game1= arma3 |version1= 1.70 |")
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


|arma3|= Game
|game1= arma3
|1.70
|version1= 1.70
 
|arg=
|arg=
|gr1= Object Manipulation
|gr1= Object Manipulation

Revision as of 09:19, 14 June 2021

Hover & click on the images for description

Description

Description:
Converts position from object model space to world space in render time.
Groups:
Object ManipulationRender Time Scope

Syntax

Syntax:
obj modelToWorldVisualWorld modelPos
Parameters:
obj: Object
modelPos: Array
Return Value:
Array - World position in format PositionASL

Examples

Example 1:
player modelToWorldVisualWorld [0,1,0]

Additional Information

See also:
modelToWorldWorldmodelToWorldVisualgetPosWorldVisual

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
Posted on May 28, 2017 - 22:19 (UTC)
Killzone Kid
This command produces identical result to modelToWorldVisual command used in conjunction with AGLToASL obj modelToWorldVisualWorld [1,2,3] isEqualTo AGLToASL (obj modelToWorldVisual [1,2,3]); // true