Login  Register

Re: shadows are lost while Java3D 1.5.2 to 1.7.0 migration

Posted by gouessej on Sep 02, 2022; 12:33pm
URL: https://forum.jogamp.org/shadows-are-lost-while-Java3D-1-5-2-to-1-7-0-migration-tp4041834p4041840.html

I was already the case in Java3D 1.6 and in Java3D 1.5.2:
https://jogamp.org/deployment/java3d/1.6.0-final/javadoc/javax/vecmath/Color3f.html

https://download.java.net/media/java3d/javadoc/1.5.2/javax/vecmath/Color3f.html

In my humble opinion, it works with Java3D 1.5.2 if and only if it picks the obsolete native renderer under Windows but this bug is probably reproducible under OS X, GNU Linux and Windows when the use of the JOGL renderer is forced in Java3D 1.5.2. You can try with Java3D 1.5.2 by setting the property "j3d.rend" to "jogl". Note that JogAmp Java3D >= 1.6.0 supports only "jogl" and "noop" as there is no longer native renderer based on Direct3D.
Julien Gouesse | Personal blog | Website