| Class | Description |
---|
| Extensions | |
| Licensing |
Licensing class defines the SetLicense(String, String, String, String) method that can be called to activate the license.
|
| Scene |
Scene object provides the definition of the 3D scene that is defined by the SceneNode objects that are added to the RootNode and
by lights that are added to the Lights collection.
Scene is rendered by the SceneView object.
|
| SceneView |
SceneView object provides the view to the Scene and renders the objects defined by the Scene.
The view is defined by the Camera and the size (Width and Height) properties.
SceneView defines many graphics buffers that are used during rendering. Those buffers are initialized by calling the Initialize method.
|