Re: Experimental build -pre4 released - OSX testers wanted
Posted by
Manu on
Nov 25, 2012; 3:27pm
URL: https://forum.jogamp.org/Experimental-build-pre4-released-OSX-testers-wanted-tp4027127p4027201.html
If you want to create only offscreen views, you should set the
com.eteks.sweethome3d.j3d.useOffScreen3DView System property to
true, using
-Dcom.eteks.sweethome3d.j3d.useOffScreen3DView=true java option if you run Sweet Home 3D from its Jar executable file. For components displayed at screen,
this will use JCanvas3D instances instead of Canvas3D instances.
And very good news: Sweet Home 3D works using this option and the
Jar executable file built with Java 3D 1.6 pre3 and JOGL rc11 
Wtih Java 3D 1.6 pre4, the program doesn't crash but doesn't work correctly (the JCanvas3D instance is partially viewed and other off screen 3D canvases are incorrect).
Emmanuel Puybaret