Login  Register

Re: Java3D in batch mode

Posted by Alessandro on Jan 24, 2019; 2:07pm
URL: https://forum.jogamp.org/Java3D-in-batch-mode-tp4039415p4039422.html

Hi,

Strict Senso, Java3D's offscreen rendering allows you to create 3D images in a Canvas3D not attached to a visible AWT/Swing gadget. It is, you just create an offscreen Canvas3D and it will generate 3D for you. Extend it to create your own screen capture and you can export and jpg, png, etc.