Re: Java3D to Jogamp Ardor3D Continuation...
Posted by
gouessej on
Jun 28, 2016; 7:33pm
URL: https://forum.jogamp.org/Java3D-to-Jogamp-Ardor3D-Continuation-tp4036855p4036856.html
Hi Thomas
JogAmp's Ardor3D Continuation can work with or without AWT/Swing, there's an image loader based on AWT and there's another one completely independent from AWT. In my humble opinion, it's an advantage, it allows this engine to work with Java flavours not supporting AWT. There's a utility to manipulate the pixels of the images stored into the engine but it doesn't accept arrays yet, it's still possible to modify a texture data object (com.jogamp.opengl.util.texture.TextureData) and to pass it to JogAmp's Ardor3D Continuation. There is no restriction on the kind of canvas you can use depending on the way you create your textures.
JogAmp's Ardor3D Continuation supports partial updates of textures.