.. | .. |
---|
1628 | 1628 | |
---|
1629 | 1629 | cColor.HSBtoRGB(display.color, display.saturation, 1, display.modelParams0); |
---|
1630 | 1630 | |
---|
1631 | | - float[] colorV = GrafreeD.colorV; |
---|
| 1631 | + float[] colorV = Grafreed.colorV; |
---|
1632 | 1632 | |
---|
1633 | 1633 | /**/ |
---|
1634 | 1634 | if (display.DrawMode() == display.DEFAULT) // && display.RENDERPROGRAM == 0) |
---|
.. | .. |
---|
2140 | 2140 | System.err.println("LIVE = " + Globals.isLIVE()); |
---|
2141 | 2141 | |
---|
2142 | 2142 | if (!Globals.isLIVE()) // save sound |
---|
2143 | | - GrafreeD.savesound = true; // wav.save(); |
---|
| 2143 | + Grafreed.savesound = true; // wav.save(); |
---|
2144 | 2144 | // else |
---|
2145 | 2145 | repaint(); // start loop // may 2013 |
---|
2146 | 2146 | } |
---|
.. | .. |
---|
9542 | 9542 | |
---|
9543 | 9543 | if (!BOXMODE) |
---|
9544 | 9544 | { |
---|
9545 | | - System.out.println("image: " + fullname + " (wav cursor=" + (GrafreeD.wav.cursor / 735 / 4) + ")"); |
---|
| 9545 | + System.out.println("image: " + fullname + " (wav cursor=" + (Grafreed.wav.cursor / 735 / 4) + ")"); |
---|
9546 | 9546 | } |
---|
9547 | 9547 | |
---|
9548 | 9548 | if (!BOXMODE) |
---|
.. | .. |
---|
9580 | 9580 | ABORTED = false; |
---|
9581 | 9581 | } |
---|
9582 | 9582 | else |
---|
9583 | | - GrafreeD.wav.cursor += 735 * ACSIZE; |
---|
| 9583 | + Grafreed.wav.cursor += 735 * ACSIZE; |
---|
9584 | 9584 | |
---|
9585 | 9585 | if (false) |
---|
9586 | 9586 | { |
---|
.. | .. |
---|
10243 | 10243 | |
---|
10244 | 10244 | public void display(GLAutoDrawable drawable) |
---|
10245 | 10245 | { |
---|
10246 | | - if (GrafreeD.savesound && GrafreeD.hassound) |
---|
| 10246 | + if (Grafreed.savesound && Grafreed.hassound) |
---|
10247 | 10247 | { |
---|
10248 | | - GrafreeD.wav.save(); |
---|
10249 | | - GrafreeD.savesound = false; |
---|
10250 | | - GrafreeD.hassound = false; |
---|
| 10248 | + Grafreed.wav.save(); |
---|
| 10249 | + Grafreed.savesound = false; |
---|
| 10250 | + Grafreed.hassound = false; |
---|
10251 | 10251 | } |
---|
10252 | 10252 | // if (DEBUG_SELECTION) |
---|
10253 | 10253 | // { |
---|
.. | .. |
---|
10377 | 10377 | Object3D theobject = object; |
---|
10378 | 10378 | Object3D theparent = object.parent; |
---|
10379 | 10379 | object.parent = null; |
---|
10380 | | - object = (Object3D)GrafreeD.clone(object); |
---|
| 10380 | + object = (Object3D)Grafreed.clone(object); |
---|
10381 | 10381 | object.Stripify(); |
---|
10382 | 10382 | if (theobject.selection == null || theobject.selection.Size() == 0) |
---|
10383 | 10383 | theobject.PreprocessOcclusion(this); |
---|
.. | .. |
---|
11283 | 11283 | e.printStackTrace(); |
---|
11284 | 11284 | } |
---|
11285 | 11285 | |
---|
11286 | | - if (GrafreeD.RENDERME > 0) |
---|
11287 | | - GrafreeD.RENDERME--; // mechante magouille |
---|
| 11286 | + if (Grafreed.RENDERME > 0) |
---|
| 11287 | + Grafreed.RENDERME--; // mechante magouille |
---|
11288 | 11288 | |
---|
11289 | 11289 | Globals.ONESTEP = false; |
---|
11290 | 11290 | } |
---|
.. | .. |
---|
16427 | 16427 | System.out.println("; fromto " + sel + " " + Trunk(previousselectedpoint.toParent[3][0]) + " " + Trunk(previousselectedpoint.toParent[3][2]) + " " + Trunk(selectedpoint.toParent[3][0]) + " " + Trunk(selectedpoint.toParent[3][2])); |
---|
16428 | 16428 | } |
---|
16429 | 16429 | |
---|
16430 | | - previousselectedpoint = (Sphere) GrafreeD.clone(selectedpoint); |
---|
| 16430 | + previousselectedpoint = (Sphere) Grafreed.clone(selectedpoint); |
---|
16431 | 16431 | } |
---|
16432 | 16432 | } |
---|
16433 | 16433 | |
---|
16434 | 16434 | if (!movingcamera && !PAINTMODE) |
---|
16435 | 16435 | object.editWindow.ScreenFitPoint(); // fev 2014 |
---|
16436 | 16436 | |
---|
16437 | | - if (PAINTMODE && GrafreeD.clipboard.size() == 1) // object.editWindow.copy.selection.Size() > 0) |
---|
| 16437 | + if (PAINTMODE && Grafreed.clipboard.size() == 1) // object.editWindow.copy.selection.Size() > 0) |
---|
16438 | 16438 | { |
---|
16439 | | - Object3D paintobj = GrafreeD.clipboard.get(0); // object.editWindow.copy.selection.elementAt(0); |
---|
| 16439 | + Object3D paintobj = Grafreed.clipboard.get(0); // object.editWindow.copy.selection.elementAt(0); |
---|
16440 | 16440 | |
---|
16441 | 16441 | Object3D group = new Object3D("inst" + paintcount++); |
---|
16442 | 16442 | |
---|