Interface | Description |
---|---|
RenderableProvider |
Returns a list of
Renderable instances to be rendered by a ModelBatch . |
Shader |
Class | Description |
---|---|
Attribute |
Extend this class to implement a material attribute.
|
Attributes | |
Environment | |
Material | |
Model |
A model represents a 3D assets.
|
ModelBatch |
Batches
Renderable instances, fetches Shader s for them, sorts them and then renders them. |
ModelInstance |
An instance of a
Model , allows to specify global transform and modify the materials, as it
has a copy of the model's materials. |
Renderable |
A renderable defines a world transform, the
Mesh to render
along with the offset into the mesh's indices and the number of indices to use plus the
primitive type to render the part of the mesh with. |