last bits for 0086

This commit is contained in:
benfry
2005-05-02 04:41:44 +00:00
parent 859d5fe25f
commit 0d9d8d2cc3
2 changed files with 8 additions and 9 deletions

View File

@@ -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();