This method sets or quits the anaglyph eye filter

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

Syntax

C#
public void AnaglyphFiltered(
	short mode
)
Visual Basic (Declaration)
Public Sub AnaglyphFiltered ( _
	mode As Short _
)
Visual C++
public:
void AnaglyphFiltered(
	short mode
)

Parameters

mode
Type: System..::.Int16
Yes (Gl.GL_TRUE) sets the filter No (Gl.GL_FALSE) quits the filter. All other values don't do anything

See Also