06.01.2012, 03:38
Hi,
so I finally managed to compile my 1st dummy mod which does nothing and now I start the real work.
The question is now can I can the plane's current coordinates ? I had a look in the FlightModel class (World.getPlayerFM()) but I'm not sure which method from there I should use. Are those two values the plane position:
If yes, what is the origin of the 3D space ?
regards,
tex
so I finally managed to compile my 1st dummy mod which does nothing and now I start the real work.
The question is now can I can the plane's current coordinates ? I had a look in the FlightModel class (World.getPlayerFM()) but I'm not sure which method from there I should use. Are those two values the plane position:
Code:
World.getPlayerFM().Loc.x
World.getPlayerFM().Loc.y
If yes, what is the origin of the 3D space ?
regards,
tex