Re: Sweethome3D - Java3D - OculusVR
Posted by
Xerxes Rånby on
Apr 19, 2015; 2:33am
URL: https://forum.jogamp.org/Sweethome3D-Java3D-OculusVR-tp4034311p4034324.html
exposes the issue that enabeling stereo views in Java3D do not work because AWT changes it back to a 2D view.
babor did manage to hack a workaround the issue by listening to AWT hierarchy changes and force awt to use the stereo graphics configuration using setGraphicsConfiguration
http://forum.jogamp.org/Java3D-stereo-tp4029914p4031792.html