Graphics: all low level function to draw object in OpenGL.ΒΆ

_REF

Graphics: all low level function to draw object in OpenGL.

Previous version of graphx was rely on Immediate mode of Open Immediate mode is not anymore allowed in OpenGL 3.0, and OpenGL ES. This graphics module is the new and stable way to draw every elements inside PyMT. We hardly ask you to use theses class !

See also

Read the full documentation at pymt.c_ext.c_graphics

Previous topic

VideoBase: base for implementing a video reader

Next topic

Graphx: package to simplify drawing in OpenGL

This Page