Position: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(picture wip)
(pic wip)
Line 13: Line 13:
'''if x,y position is over land, z coordinate is height above the land.'''<br>
'''if x,y position is over land, z coordinate is height above the land.'''<br>
Default z is 0.
Default z is 0.
[[Image:z.jpg|600px]]


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

Revision as of 14:55, 8 August 2015

position.jpg

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.


z.jpg

Note:

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