Interface | Description |
---|---|
RenderableProvider |
Returns a list of
Renderable instances to be rendered by a ModelBatch . |
Shader |
Interface which is used to render one or more
Renderable s. |
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 contains all information about a single render instruction (typically a draw call).
|
Copyright © 2014. All rights reserved.