I3DTextRenderable |
Interface to be implemented by all entities that can render a text in 3d
space
|
IAnnotationsRenderable |
|
IAtmosphereRenderable |
To be implemented by all entities wanting to render an atmosphere.
|
ICloudRenderable |
To be implemented by all entities wanting to render a clouds layer.
|
IGPUVertsRenderable |
|
ILineRenderable |
Interface to implement by all entities that are to be rendered as lines whose
points are floated by the camera position in the CPU.
|
IMainRenderer |
|
IModelRenderable |
Interface to implement by all the entities that can be rendered as a model.
|
IPointRenderable |
Interface to be implemented by those entities that can be rendered
as a single point, floated by the camera position in the CPU.
|
IPostProcessor |
|
IProcessRenderer |
Interface for component renderers.
|
IQuadRenderable |
|
IRenderable |
A top-level renderable interface that all renderable objects must extend
|
ISGR |
Interface that must be extended by all types of scene graph renderers
|
IShapeRenderable |
|