You can switch the scene to use right handed coordinate system. There are some thread on this forum like this one : Left and Right Handed shenanagins
Basically, you just have to add :
scene.useRightHandedSystem = true;
You can switch the scene to use right handed coordinate system. There are some thread on this forum like this one : Left and Right Handed shenanagins
Basically, you just have to add :
scene.useRightHandedSystem = true;