| Class | Description |
|---|---|
| MrComponent |
Base class for an element with a Model-Renderer-Controller architecture.
|
| MrComponent.Data |
Base class for data layer
|
| MrComponent.View |
Base class for rendering layer
|
| MrMesh |
This class represents a 3D Mesh and allows to draw it
|
| MrMesh.Data | |
| MrShaderProgram |
This class represents a Shader Program, it allows to bind a shader program and send data to the GPU
|
| MrShaderProgram.Data | |
| MrTexture |
A class for representing a texture
|
| MrTexture.Data |