diff options
author | Sven Gothel <[email protected]> | 2014-03-17 09:22:51 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-03-17 09:22:51 +0100 |
commit | 3595f18c35676ed5e420174acd8f2f8dd75ca3be (patch) | |
tree | 6d37fa18c5cbaa51e2f3a0874efa0056c9af48b2 /src/jogl/classes/com/jogamp/graph | |
parent | 5e728baa72517865d602580b920d9bdfdfb26c65 (diff) |
Quaternion: Add rotateByEuler(..); AABBox: Add translate(..); Minor edits ..
Diffstat (limited to 'src/jogl/classes/com/jogamp/graph')
-rw-r--r-- | src/jogl/classes/com/jogamp/graph/curve/OutlineShape.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jogl/classes/com/jogamp/graph/curve/OutlineShape.java b/src/jogl/classes/com/jogamp/graph/curve/OutlineShape.java index bac67eb5f..44744584d 100644 --- a/src/jogl/classes/com/jogamp/graph/curve/OutlineShape.java +++ b/src/jogl/classes/com/jogamp/graph/curve/OutlineShape.java @@ -641,7 +641,7 @@ public class OutlineShape implements Comparable<OutlineShape> { updated = false; } if(Region.DEBUG_INSTANCE) { - System.err.println("OutlineShape.getTriangles().2: "+triangles.size()+", updated "+updated); + System.err.println("OutlineShape.getTriangles().X: "+triangles.size()+", updated "+updated); } return triangles; } |