.. | .. |
---|
135 | 135 | |
---|
136 | 136 | // ObjectArrayList<Transform> initialmatrices; |
---|
137 | 137 | |
---|
138 | | - void DrawNode(CameraPane display, Object3D /*Composite*/ root, boolean selected) // ?? |
---|
| 138 | + void DrawNode(iCameraPane display, Object3D /*Composite*/ root, boolean selected) // ?? |
---|
139 | 139 | { |
---|
140 | 140 | //if (support == null) |
---|
141 | 141 | // System.err.println("DrawNode Merge # " + ((Mocap)object).frame); |
---|
.. | .. |
---|
192 | 192 | try |
---|
193 | 193 | { |
---|
194 | 194 | //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")); |
---|
196 | 196 | } catch (java.io.IOException e) |
---|
197 | 197 | { |
---|
198 | 198 | e.printStackTrace(); |
---|
.. | .. |
---|
396 | 396 | |
---|
397 | 397 | } |
---|
398 | 398 | |
---|
399 | | - public void drawCube(CameraPane display, float extent) |
---|
| 399 | + public void drawCube(iCameraPane display, float extent) |
---|
400 | 400 | { |
---|
401 | | - GL gl = display.getGL(); |
---|
| 401 | + GL gl = display.GetGL(); |
---|
402 | 402 | |
---|
403 | 403 | extent = extent * 0.5f; |
---|
404 | 404 | |
---|