Hi,
I have an issue with the jPCT-AE coordinate system.
In my application the Object3Ds are positioned from an application using the Opengl coordinate system.
How can i convert the opengl coordinate system to jPCT-AE coordinate system?
For example , when the third party application calls the Object3D.translate(float x, float y, float z) method then what steps i have to follow
to do the conversion?
Thanks in advance