CheckCollisions can't be used with createInstance() method?

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;

2 Likes