The jogamp-fat.jar is used now, in conjunction with the above j3d-core, j3d-utils and vecmath source codes.
I tried putting in:
synchronized (Canvas3D.graphicsConfigTable) {
System.out.println("Canvas3D.graphicsConfigTable.put");
Canvas3D.graphicsConfigTable.put(config, gcInf0);
}
but the print statement is never executed.
Am I using the correct version of the source code and the correct version of the jogl?
Thanks!
- Doug