Position: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Reverted edits by Heecf..... (talk) to last revision by Raedor)
(correction)
Line 8: Line 8:
x coordinates are West-East.<br>
x coordinates are West-East.<br>
y coordinates are South-North.<br>
y coordinates are South-North.<br>
z coordinate is height above ground.<br>
'''if x,y position is over sea, z coordinate is height above the sea.'''<br>
'''if x,y position is over land, z coordinate is height above the land.'''<br>
Default z is 0.
Default z is 0.


'''Note:'''
'''Note:'''

Revision as of 01:38, 26 August 2013

Format:

[x, y] (Position2D) or [x, y, z] (Position3D)


Description:

x coordinates are West-East.
y coordinates are South-North.
if x,y position is over sea, z coordinate is height above the sea.
if x,y position is over land, z coordinate is height above the land.
Default z is 0.

Note:

In mission.sqm file are coordinates of objects in format [x, z, y] and z is height above sea level