Normand Briere
2019-04-22 c60a1ad4f6aa4904e80280586b440a584b5ff061
Merge.java
....@@ -135,7 +135,7 @@
135135
136136 // ObjectArrayList<Transform> initialmatrices;
137137
138
- void DrawNode(CameraPane display, Object3D /*Composite*/ root, boolean selected) // ??
138
+ void DrawNode(iCameraPane display, Object3D /*Composite*/ root, boolean selected) // ??
139139 {
140140 //if (support == null)
141141 // System.err.println("DrawNode Merge # " + ((Mocap)object).frame);
....@@ -192,7 +192,7 @@
192192 try
193193 {
194194 //font = FontRender.createFont("Dialog", 11, false, true);
195
- font = new FontRender.GLFont(gl, GraphreeD.class.getResourceAsStream("DejaVu_Sans_11.fnt"));
195
+ font = new FontRender.GLFont(gl, GrafreeD.class.getResourceAsStream("DejaVu_Sans_11.fnt"));
196196 } catch (java.io.IOException e)
197197 {
198198 e.printStackTrace();