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