JMGraphics
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CJMGraphics
 CBufferHas an fbo and a linked texture. Anything drawn between the buffer.beginDraw() and buffer.endDraw() functions is drawn to the buffer instead of the window
 CBuffer3DSimilar to the Buffer object, but for 3D graphics
 CFontObject that loads and stores a font
 CTextureObject that loads and stores an image texture
 CLineArrayObject that stores an array of lines and can render them much more efficiently than calling line() multiple times
 CMeshObject that contains and can render mesh data
 CVertex
 CModelObject that loads, stores and renders meshes
 CShader