This is an abstract class that adds a new method, the DrawScene method. This method consists in drawing all the scene objects looking at them through the active eye.

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

Syntax

C#
[SerializableAttribute]
public abstract class StereoMode : Mode
Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class StereoMode _
	Inherits Mode
Visual C++
[SerializableAttribute]
public ref class StereoMode abstract : public Mode

Inheritance Hierarchy

See Also