OpenGL with Python 7: Billboards

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

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

Great playlist! I'm following along to refresh my Python/PyOpenGL programming skill set with OpenGL shaders. BTW @23:00 self.cameraPosLoc uniform location name is miss-spelled as "cameraPostion"; should be "cameraPosition". This error was introduced in your OpenGL with Python 6: Blinn Phong Lighting lesson. I believe a value of -1 is being returned for self.cameraPosLoc, indicating an unknown uniform name.

garydeschaines
Автор

Another wonderful video on Python.

Btw, will you make a video on Cython ( C/C++ extension for Python ) ?

SkyFly