SpatiumLib
|
Classes | |
class | Camera |
Camera object in a 3D scene. More... | |
class | DirectionalLight |
Light source that emits light in one direction as parallel rays <> the position. More... | |
class | Light |
Light scene object. More... | |
class | Mesh |
Mesh object in a scene. More... | |
class | OrthographicCamera |
Camera with orthographic projection. More... | |
class | PerspectiveCamera |
class | PointLight |
Light source that emits light in all directions from a fixed point in space. More... | |
class | Renderer |
Abstract base class for renderers. More... | |
class | RenderObject |
Scene object that can be rendered. More... | |
class | Scene |
3D scene More... | |
class | SceneObject |
Object in a 3D scene. More... | |
class | SpotLight |
Light source that emits a beam of light in one particular direction from a fixed point in space. More... | |
class | Transform |
Tranformation in 3D space. More... | |
class | WireframeRenderer |
Wireframe renderer for meshes. More... | |