Normand Briere
2019-04-22 c60a1ad4f6aa4904e80280586b440a584b5ff061
iCameraPane.java
....@@ -5,7 +5,9 @@
55 static final public int SELECTION = 1;
66 static final public int SHADOW = 2;
77 static final public int OCCLUSION = 3;
8
-
8
+
9
+ boolean IsBoxMode();
10
+
911 void ClearDepth();
1012
1113 void DepthTest(boolean depthtest);
....@@ -50,4 +52,6 @@
5052 void ReleaseTextures(cTexture tex);
5153
5254 void DrawFace(Object3D obj, Vertex pv, Vertex qv, Vertex rv, Face face);
55
+
56
+ void DrawParticles(TriMesh geo, Object3D shape, boolean selected, boolean rotate);
5357 }