Position: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (+ Note about mission.sqm coordinates)
mNo edit summary
Line 14: Line 14:
'''Note:'''
'''Note:'''


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




[[Category: Arrays]]
[[Category: Arrays]]

Revision as of 14:54, 13 August 2006

Format:

[x, y] or [x, y, z]


Description:

x coordinates are West-East.
y coordinates are South-North.
z coordinate is height above ground.
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