Sceneview
|
Scene Graph. More...
Classes | |
class | sv::AxisAlignedBox |
An axis-aligned box typically used for bounding box and intersection calculations. More... | |
class | sv::CameraNode |
Camera. More... | |
class | sv::DrawNode |
Scene node that contains a list of drawable objects. More... | |
class | sv::GroupNode |
A scene graph node that can have children. More... | |
class | sv::LightNode |
A light in a scene graph used by some shaders to calculate lighting effects. More... | |
class | sv::Scene |
A scene graph. More... | |
class | sv::SceneNode |
Pure virtual class that all scene graph nodes inherit. More... | |
Enumerations | |
enum | sv::LightType { kPoint, kDirectional, kSpot } |
Specifies a light type. | |
enum | sv::SceneNodeType { kGroupNode, kCameraNode, kLightNode, kDrawNode } |
Specifies a scene node type. | |
Scene Graph.