From 0d9d8d2cc35f437859cacd315741ff7831fb6167 Mon Sep 17 00:00:00 2001 From: benfry Date: Mon, 2 May 2005 04:41:44 +0000 Subject: [PATCH] last bits for 0086 --- core/PGraphics3.java | 6 +++--- core/todo.txt | 11 +++++------ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/core/PGraphics3.java b/core/PGraphics3.java index 8ee49f48b..ce2016618 100644 --- a/core/PGraphics3.java +++ b/core/PGraphics3.java @@ -2970,9 +2970,9 @@ public class PGraphics3 extends PGraphics { // just does an apply to the main matrix, // since that'll be copied out on endCamera camera.set(x0, x1, x2, 0, - y0, y1, y2, 0, - z0, z1, z2, 0, - 0, 0, 0, 1); + y0, y1, y2, 0, + z0, z1, z2, 0, + 0, 0, 0, 1); camera.translate(-eyeX, -eyeY, -eyeZ); cameraInv.reset(); diff --git a/core/todo.txt b/core/todo.txt index 76871b0fa..21ca8a4a4 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -12,12 +12,11 @@ X present mode not working on macosx 10.2? X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1114381302;start=0 X ex on endshape if no calls to vertex X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1113940972 - -_ is camera backwards, or staying fixed and moving the scene? -_ camera() is broken, should be ok to call it at beinning of loop -_ end of lookat might be backwards -_ or endCamera might be swapping camera and cameraInv -_ beginCamera also grabs it backwards +X is camera backwards, or staying fixed and moving the scene? +X camera() is broken, should be ok to call it at beinning of loop +X end of lookat might be backwards +X or endCamera might be swapping camera and cameraInv +X beginCamera also grabs it backwards . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .