Login  Register

Java3d repo updated - offscreen rendering works!

Posted by hharrison on May 04, 2012; 5:45am
URL: https://forum.jogamp.org/Java3d-repo-updated-offscreen-rendering-works-tp3961285.html

I've updated the master branch of my java3d repo with a small (brutal) hack to get offscreen
rendering functional.

At this point, I've stripped all of the native backends out and only support the jogl2 backend...it's a pure-java
project.  I'll move on to getting the build scripts working again and some small reorganization of the folder
structure, at that point it will be about time to get a repo on jogamp and get the binary builds going.

Thanks again Julien and Sven for your efforts on Jogl2 and the initial java3d port!!

Harvey