|
JMGraphics
|
| CJMGraphics | |
| CBuffer | Has 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 |
| CBuffer3D | Similar to the Buffer object, but for 3D graphics |
| CFont | Object that loads and stores a font |
| CTexture | Object that loads and stores an image texture |
| CLineArray | Object that stores an array of lines and can render them much more efficiently than calling line() multiple times |
| CMesh | Object that contains and can render mesh data |
| CVertex | |
| CModel | Object that loads, stores and renders meshes |
| CShader |