pywavefront / PyWavefront

Python library for importing Wavefront .obj files
BSD 3-Clause "New" or "Revised" License
312 stars 80 forks source link

getting error of NameError: name 'GL_V3F' is not defined #149

Open Adarsh-365 opened 1 year ago

Adarsh-365 commented 1 year ago

I am new to this i search online i didn't afind anything, Thanks for your help

BobM-DS commented 1 year ago

You can see the file example/requirements.txt which specified the version of pyglet. 1.5.28 does work for me :)

NigelHiggs30 commented 1 year ago

You can see the file example/requirements.txt which specified the version of pyglet. 1.5.28 does work for me :)

I pip installed -r requirements.txt but instead of an error nothing pops up, just runs than closes.

willlauer commented 7 months ago

You can see the file example/requirements.txt which specified the version of pyglet. 1.5.28 does work for me :)

This worked for me also

einarf commented 7 months ago

If pyglet 2.x adaption starts picking up we'll to make rendering support for that.

pyglet 2.x completely removed OpenGL fixed pipeline, something we currently use. That's why 1.5.x must be used for now.