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

[JAVA3D] Lighting Help

2004-11-24 Thread Nicholas Pappas
Hello all. I'm having issues with lighting. I just finished building a model in AC3D (my first one, in both AC3D and ever, so who knows where the real problem is), and am using the loaders from New Dawn Software (http://www.newdawnsoftware.com). I've tried both Java3D and Xith3D.