I'm having some probems with Z sorting 3D files in Q3D. Even if I palace things on different layers they seem to have Z errors. Thought that the order creation would place them on top but no luck. Any ideas? Or am I missing something here. Tried Scirra z order, and Q2D sort order but they still display wrong.
Cheers,
http://www.liquid-glass.com/123/test.capx
Q3D exists in its own parallel universe from the C2 z-sorting. In order to visualize which things are going to appear in front, you need to keep track of the object.xw, object.yw, and object.zw, and the camera x/y/z, as well as where the camera is pointing. This is similar to how things work in a 3D program like Blender. Unfortunately, neither C2 nor C3 can do the necessary z-sorting for this in the editor, so it will take tweaking the x,y,z position, then preview, then tweaking the x/y/z position, then preview, then tweaking, etc. until everything looks right.