« Return to Thread: Loading Object Files (.obj)

Loading Object Files (.obj)

by Knut Urdalen-3 :: Rate this Message:

Reply to Author | View in Thread

Hi everyone,

Just wanted to notice you that I'm currently writing an OBJ-parser for
Papervision following the specification for Object Files
(http://people.scs.fsu.edu/~burkardt/txt/obj_format.txt).

I've just started and here's the first test loading of vertices and faces:

Source: http://www.urdalen.com/lab/OBJ.as
Test: http://www.urdalen.com/lab/objtest/

Next up is object groups and texture coordinates.

I'm currently writing this for my own purpose. Is anybody else
interested in this parser? I'm not sure how much this format is used,
but since it's a universally accepted format between most modeling tools
my assumption is that it's a wanted feature.

Best Regards,
Knut Urdalen

_______________________________________________
Papervision3D mailing list
Papervision3D@...
http://osflash.org/mailman/listinfo/papervision3d_osflash.org

 « Return to Thread: Loading Object Files (.obj)