// ":"+height2);
// System.out.println(currentWorldTransform.origin.x);
PGraphics saveImg = GLOBAL.applet.createGraphics((int) width,
(int) height, PConstants.P3D);
saveImg.beginDraw();
saveImg.ortho(-(width / 2), (width / 2), -(height / 2), (height / 2),
-1000, 10000);
//saveImg.hint(PApplet.DISABLE_STROKE_PERSPECTIVE);
saveImg.ambientLight(200, 200, 200);