[JAVA3D] MouseRotate Question (very choppy)

2004-11-18 Thread Nicholas Pappas
Hello all. I have a very simply BranchGroup, with a ColorSphere, and a MouseRotate even listener. When I start the program up everything work, but when I move the mouse the object is *very* jerky in its movements. Is this possibly the result of something I did, or didn't,

Re: [JAVA3D] lineArray and transparency

2004-11-18 Thread Östen L
Yes, that's strange. Then my recommendation is to skip the OrderedGroup and try the PolygonAttributes.setPolygonOffsetFactor() method instead. This will make a depth offset during rendering. Try a value +0.5 or more for the plane(Sorry I mixed the sign up earlier). I made a test myself with a trans

[JAVA3D] My love for java3d

2004-11-18 Thread Claudio Mazzuco
No issue, no questions. Only some word to say that java3d is great! I'm writing a complex parametric CAD sofware, and with java3d is possible, not science-fiction. I love it: i'ts easy, powerful, lite, quick: i'm able to maniupolate tousand and tousand of triangles using a very old 3d graphic cards

Re: [JAVA3D] lineArray and transparency

2004-11-18 Thread Clemens Holzhüter
Hi, I tried the orderedGroup...i still have Problems: First off all, if i render the Box first, Lines after, the Lines disappear totally. Second: I am using a couple of orderedGroups parallel, and when you put the Boxes in a Line they sometimes (not all) are opaque. Very Strange... bye Cleme