OpenGL with Python 5: Loading Obj Models

preview_player
Показать описание
#gamedev #gamedevelopment #programming

Рекомендации по теме
Комментарии
Автор

Thanks for your tutorials, they're great.

sugarboy
Автор

Oh...
Python videos are back... 😏✅✅✅

SkyFly
Автор

May I ask, when following your code, some of my .obj files don't have any vn values but the f value still have 3 digit in it, so when it call the method make_corner(), this line will result in an error since there are not enough index:
for element in vn[int(v_vt_vn[2]) - 1]:
vertices.append(element)
I think my obj file is fine since I can open it in blender and other programs, is there anyway to fix it ?

nhakanasi
Автор

Great video love your tutorials Want to ask will you make a wgpu tutorial?

XFajk
Автор

Will you make a tutorial on another OpenGL Python library called ModernGL? It's faster than PyOpenGL and has Pythonic syntax

znte
Автор

I am using Ren'Py and I want load a glb file and show it in my game. Pygame_SDL2 is used by Ren'py. Nothing on the openGL? Does this work in Ren'py. Why is t so difficult to just show this basic thing and power of python? Weird. Can anyone help. Thanks

ZwaneMakki