[JAVA3D] How do I completely change scene with no memory leaks?

2002-09-08 Thread Stanislav Mironov
Hi All! My task is to render some independent scenes one-by-one. At one moment I need only one Canvas3D. Now I use such scheme: ... SimpleUniverse universe; List geometries = new ArrayList(); public void reset() { geometries = new ArrayList(); universe.remo

[JAVA3D] Panning in Parallel Projections

2002-09-08 Thread Jonathan Merritt
Hi Everyone, I'm relatively new to Java3D and have a question regarding moving objects (or the view) in parallel projections using the mouse. All of the examples I can find that deal with translating objects seem to use scale factors for the translation, which act to scale the original mouse mov

Re: [JAVA3D] Decal + Alpha blending problem

2002-09-08 Thread David Yazel
Thanks as always for your replay Justin! The alpha blending problem for coplanar surfaces is a real weakness. Specifically for terrain rendering it is critical if you want to achieve a high density terrain texturing surface to be able to composite multiple high density textures together. Our eng