Click or drag to resize
Ab4d.SharpEngine logo

Ab4d.SharpEngine Namespace

 
Classes
 ClassDescription
Public classExtensions 
Public classLicensing Licensing class defines the SetLicense(String, String, String, String) method that can be called to activate the license.
Public classScene 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.
Public classSceneView 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.