Wings 3D Development Forum

Full Version: How does Wings 3D parse .obj files?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone!

I am trying to write a .obj parser in Java for my Android application. I am interested in how Wings 3D imports a .obj file. I know that Wings 3D is open-source. Could someone please link me to the source where the parsing occurs?
(11-24-2013, 04:36 PM)Niksy Wrote: [ -> ]Could someone please link me to the source where the parsing occurs?
You will find it here. Look for e3d_obj.erl (other included files are there too).
Thank you!