iCameraPane.java
.. .. @@ -5,7 +5,9 @@ 5 5 static final public int SELECTION = 1; 6 6 static final public int SHADOW = 2; 7 7 static final public int OCCLUSION = 3; 8 -8 +9 + boolean IsBoxMode();10 +9 11 void ClearDepth(); 10 12 11 13 void DepthTest(boolean depthtest); .. .. @@ -50,4 +52,6 @@ 50 52 void ReleaseTextures(cTexture tex); 51 53 52 54 void DrawFace(Object3D obj, Vertex pv, Vertex qv, Vertex rv, Face face); 55 +56 + void DrawParticles(TriMesh geo, Object3D shape, boolean selected, boolean rotate);53 57 }