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,
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
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
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