DCS world has 3-dimensional coordinate system. DCS ground is an infinite plain.
Main axes:
x is directed to the north z is directed to the east y is directed up
Vec3 type is a 3D-vector. It is a table that has the following format:
{ x: number, y: number, z: number }
https://www.digitalcombatsimulator.com/en/support/faq/1256/
DCS world has 3-dimensional coordinate system. DCS ground is an infinite plain.
Main axes:
x is directed to the north z is directed to the east y is directed up
Vec3 type is a 3D-vector. It is a table that has the following format:
{ x: number, y: number, z: number }
See
https://www.digitalcombatsimulator.com/en/support/faq/1256/
No Self