Login  Register

Re: JOGL 2 support for Ardor3D, JMonkeyEngine 3, jzy3d and NiftyGUI

Posted by Andreas on Feb 15, 2016; 1:03pm
URL: https://forum.jogamp.org/JOGL-2-support-for-Ardor3D-JMonkeyEngine-3-jzy3d-and-NiftyGUI-tp1706747p4036238.html

Hi,

thank's for the answer. I'm trying to switch from Java3D to JogAmp's Ardor3D Continuation as API. I'm working on a scientific program calculating and visualizing the features of composite material (http://www.elamx.de). I want to compare failure bodies where it is useful to show everything transparent to see the difference. A simple example is the following:



So if I create a simple cylinder with JogAmp's Ardor3D Continuation and try to use tranparency with the code above. I'm getting the following result:



This is not the expected result.

Andreas