hi, do I have to activate this clipping for every Shae3D seperately, with the help of a PolygonAttributes-object, or is there a central way of doing it?
Yes.
polygonAttributes.setCullFace(PolygonAttributes.CULL_BACK);
Perhaps we can add this as a render option so it can be global.
Will.