Latest release : 0.9
» Download now !
» Download now !
Project :: Wavefront OBJ Importer
About
Those python classes enable you to read a Wavefront object file (and its associated material files) and convert it into opengl primitives (uses display lists for optimization).
You can then render them in your opengl context. It supports almost anything this format can do.
It also adds a little hack to enable texture loading from a bitmap file (png, jpg, etc). You just have to add "text xxx.png" in your material file.
It requires pyopengl and at least python 2.3.
» License : GPL v2.
Lastest news
|
Wavefront OBJ Importer
(2005-09-07)
WaveFront Obj importer ! by Guillaume Libersat
I've just released an Alias/WaveFront object file importer and renderer in python.
It should be almost complete, and it adds an interesting hack to get rid of the old way of texturing. You can read more on the project's page.
Jump to Wavefront OBJ Importer webpage
|
