Modifier and Type | Class and Description |
---|---|
class |
PointLight
Represents a point light.
|
Modifier and Type | Class and Description |
---|---|
class |
ParticleSystem
Manages a system of particles.
|
Modifier and Type | Class and Description |
---|---|
class |
BoundingBox
Class for rendering AABB.
|
class |
Box
A simple non rotated box
|
class |
Entity
This class represents an Entity object.
|
class |
Image2
Class for rendering a 2D image
|
class |
Line2
Takes care of rendering 2D lines
|
class |
Quad
A non rotated rectangle
|
class |
Rectangle2
A 2D rectangle
|
class |
Skybox
A skybox
|
class |
SubEntity
This class represents a SubEntitiy, a part of an Entity.
|
class |
TerrainChunk
A smaller chunk of a bigger terrain
|
class |
Text2 |
class |
Triangle |
Modifier and Type | Class and Description |
---|---|
class |
BoundedRenderable
A renderable object which can be placed within the scene
and supports bounding boxes
|
class |
Renderable
Basic class for rendering purposes.
|
class |
Renderable2
A basic renderable 2D object
|
Modifier and Type | Method and Description |
---|---|
IRenderable |
OpenGLRenderer.getRenderable(int index) |
Modifier and Type | Method and Description |
---|---|
void |
OpenGLRenderer.addRenderable(IRenderable renderable) |
void |
OpenGLRenderer.addRenderable(IRenderable renderable,
int channel) |
void |
OpenGLRenderer.removeRenderable(IRenderable renderable) |
void |
OpenGLRenderer.removeRenderable(IRenderable renderable,
int channel) |
Modifier and Type | Method and Description |
---|---|
void |
SceneManager.destroyRenderable(IRenderable renderable) |
Modifier and Type | Class and Description |
---|---|
class |
Terrain
Takes care of rendering terrain
|
Modifier and Type | Field and Description |
---|---|
IRenderable |
Raycast.RaycastResult.renderable |