Position: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
'''Format:'''
'''Format:'''


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





Revision as of 00:58, 2 November 2006

Format:

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


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