worldToModel: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 9: Line 9:
'''Operand types:'''
'''Operand types:'''


object: [[Object]]
'''object:''' [[Object]]
worldPos: [[Array]]
 
'''worldPos:''' [[Array]]


'''Type of returned value:'''
'''Type of returned value:'''
Line 19: Line 20:


Version 2.92 required.
Version 2.92 required.


'''Description:'''
'''Description:'''


Converts position from world space to object model space.  
Converts position from world space to object model space.
 
'''Example:'''

Revision as of 14:44, 29 June 2006



object worldToModel worldPos


Operand types:

object: Object

worldPos: Array

Type of returned value:

Array

Compatibility:

Version 2.92 required.

Description:

Converts position from world space to object model space.