Wings 3D Development Forum
How does Wings 3D parse .obj files? - Printable Version

+- Wings 3D Development Forum (http://www.wings3d.com/forum)
+-- Forum: Wings 3D (/forumdisplay.php?fid=1)
+--- Forum: Interface & Usage (/forumdisplay.php?fid=3)
+--- Thread: How does Wings 3D parse .obj files? (/showthread.php?tid=477)



How does Wings 3D parse .obj files? - Niksy - 11-24-2013 04:36 PM

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?


RE: How does Wings 3D parse .obj files? - micheus - 11-25-2013 10:56 AM

(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).


RE: How does Wings 3D parse .obj files? - Niksy - 11-25-2013 04:44 PM

Thank you!