Login  Register

Re: Java3d 1.6.0-pre12 released: requires jogl 2.3.1

Posted by Xerxes Rånby on Jul 15, 2015; 3:49pm
URL: https://forum.jogamp.org/Java3d-1-6-0-pre12-released-requires-jogl-2-3-1-tp4034327p4034903.html

Manu wrote
gouessej wrote
Please ensure that the OpenGL driver provided by the GPU manufacturer is
installed. Then, run Xerxes' short example:
http://jogamp.org/git/?p=jogl-demos.git;a=blob;f=src/demos/es2/RawGL2ES2demo.java;hb=HEAD
As VirtualBox 5..0 was released very recently, I guess the drivers proposed Oracle are up to date!  Is there a Xerces executable available somewhere?

gouessej wrote
Tick the check box "Enable 3D Acceleration".
I tried that but it gives the same stack trace.
The RawGL2ES2demo is part of the jogl-demos.7z (that contain ~200+ demos) you may run it from the command line:

wget http://jogamp.org/deployment/jogamp-current/archive/jogamp-all-platforms.7z
wget http://jogamp.org/deployment/jogamp-current/archive/jogl-demos.7z
7z x jogamp-all-platforms.7z
7z x jogl-demos.7z
java -cp jogl-demos/jar/jogl-demos.jar:jogamp-all-platforms/jar/gluegen-rt.jar:jogamp-all-platforms/jar/jogl-all.jar demos.es2.RawGL2ES2demo