Re: [JAVA3D] Lighting Help

2004-11-25 Thread Gilson Laurent
Hello > I added a DirectionalLight to the scene and that caused everything > to show up, but the shading on the objects changes depending on the viewing > angle. Exchange the DirectionalLight against a AmbientLight (white). The DirectionalLight will always "simulate" a sun causing a di

Re: [JAVA3D] Lighting Help

2004-11-25 Thread Nicholas Pappas
Gilson Laurent wrote: Exchange the DirectionalLight against a AmbientLight (white). The DirectionalLight will always "simulate" a sun causing a diffrent illumination form diffrent view-positions. Thanks Gilson, that did it! It is even giving me the solid luminance I want across all the obj

Re: [JAVA3D] Big OutOfMemory problem

2004-11-25 Thread Demian Gutierrez
Hello: Unfortunately I didn't found a way to solve the problem (And I really fight this one...). Java3D is simple eating my memory. I tried even Inmediate Mode Rendereing, etc but nothing. Finally I solved the problem moving my app to JOGL and it's working just using between 40-50MB Thanks to all