this method draws the scene looking at it through the active eye.

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

Syntax

C#
protected void DrawScene(
	List<Model> a
)
Visual Basic (Declaration)
Protected Sub DrawScene ( _
	a As List(Of Model) _
)
Visual C++
protected:
void DrawScene(
	List<Model^>^ a
)

Parameters

a
Type: System.Collections.Generic..::.List<(Of <(Model>)>)
An arraylist with all the objects to draw

See Also