This method adds a new scene object to the list

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public void AddSceneObject(
	Model a
)
Visual Basic (Declaration)
Public Sub AddSceneObject ( _
	a As Model _
)
Visual C++
public:
void AddSceneObject(
	Model^ a
)

Parameters

a
Type: GLSV..::.Model
The new scenne object

See Also