Login  Register

shadows are lost while Java3D 1.5.2 to 1.7.0 migration

Posted by questioning on Aug 31, 2022; 10:51pm
URL: https://forum.jogamp.org/shadows-are-lost-while-Java3D-1-5-2-to-1-7-0-migration-tp4041834.html

Strange behavior was appeared while migrating from Java3D 1.5.2 to 1.7.0.

Looks like shadows are lost in new version of Java3D:

the first picture created with Java3D 1.5.2 (based on j3dcore-ogl.dll)


the second picture created with Java3D 1.7.0 (based on gluegen-rt-2.3.2.jar and jogl-all-2.3.2.jar)


The same code was used for both cases.

Why does it happen?
I can't believe that this hard downgrade is possible, may be some configurations should be change etc.