Re: JOGL 2 support for Ardor3D, JMonkeyEngine 3, jzy3d and NiftyGUI
Posted by
gouessej on
Aug 13, 2016; 10:21pm
URL: https://forum.jogamp.org/JOGL-2-support-for-Ardor3D-JMonkeyEngine-3-jzy3d-and-NiftyGUI-tp1706747p4037063.html
Hi
I began to implement the PLY importer for JogAmp's Ardor3D Continuation yesterday, stay tuned :)
Edit.: The parsing of the ascii PLY files works, I have to do the same for the binary PLY files and I have to put the data into the node. I'll commit the source code when it's fully working. The importer is fully extendible which is crucial for this format as it allows to use user-defined properties and elements.