Re: Java3D to Jogamp Ardor3D Continuation...
Posted by
gouessej on
Jun 29, 2016; 7:52am
URL: https://forum.jogamp.org/Java3D-to-Jogamp-Ardor3D-Continuation-tp4036855p4036861.html
Hi Thomas
TriangleArray is more or less equivalent to MeshData with the index mode com.ardor3d.renderer.IndexMode.Triangles, TriangleStripArray is more or less equivalent to MeshData with the index mode com.ardor3d.renderer.IndexMode.TriangleStrip. Note that a single MeshData object can contain several sections. JogAmp's Ardor3D Continuation's MeshData is comparable with Java3D GeometryArray.