Modifier and Type | Class and Description |
---|---|
class |
CollisionSphere
This class represents a the collision component of an object
|
Constructor and Description |
---|
TargetSceneObject(SceneObject target) |
Modifier and Type | Class and Description |
---|---|
class |
DirectionalLight
Represents a directional light.
|
class |
Light
Represents a source of light
|
class |
PointLight
Represents a point light.
|
Modifier and Type | Class and Description |
---|---|
class |
Affector
This class takes care of affecting a particle
ie changing color, speed, etc
|
class |
ColorChanger |
class |
Emitter
This represents an emitter of particles
|
class |
ForceAffector |
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 |
Camera
Transforms World space to eye space
|
class |
Renderable
Basic class for rendering purposes.
|
class |
Renderable2
A basic renderable 2D object
|
Modifier and Type | Class and Description |
---|---|
class |
BoundedSceneObject |
class |
Octree
Partitions the space for the ease of scene management
|
class |
OctreeNode
A node in an octree
|
Modifier and Type | Method and Description |
---|---|
void |
SceneNode.attachSceneObject(SceneObject object)
Attaches a passed SceneObject to this SceneNode
|
void |
SceneNode.detachSceneObject(SceneObject object)
Detaches a passed SceneObject from this SceneNode
|
Modifier and Type | Class and Description |
---|---|
class |
Terrain
Takes care of rendering terrain
|