Hi Folks, I am currently working on the project where it is necessary to visualize COLLADA (DAE) <http://www.khronos.org/collada/> files. For these purposes I decided for pyglet OpenGL wrappers and pycollada <http://pycollada.github.com/>(which is the library to read collada files). To learn how to do it I have made an example<https://github.com/andreynech/pycollada/tree/master/examples/daeview>and just want to let pyglet community know about it. Maybe it could be useful for somebody.
The example has two renderers - the old-style which uses OpenGL display lists and the modern-style which uses GLSL shaders and VBOs (with pyglet's batches). So to some extent, it could be also considered as an example how to visualize 3D models with pyglet using modern OpenGL techniques. Regards, Andrey. -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To view this discussion on the web visit https://groups.google.com/d/msg/pyglet-users/-/avDuA53YC4cJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
