Hello,

In my last PyWeek entry I used the obj loader contributed to Pyglet (by
Richard?):

http://code.google.com/p/pyglet/source/browse/contrib/model/model/obj.py

It was good enough for my project but it uses display lists (that are
deprecated) so I "ported" the code to use Pyglet's Batch (that uses VBO
when available -if I'm not mistaken-):

https://github.com/reidrac/pyglet-obj-batch

Anyway, it's been an interesting exercise. I hope you find it useful and
let me know if I've don anything specially stupid in the code ;)

Regards,

Juan

PS: should I include it in pyglet's contrib directory?

-- 
jjm's home: http://www.usebox.net/jjm/
blackshell: http://blackshell.usebox.net/

-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyglet-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to