This is an important method because it sets the OpenGL view matrix. It uses all the params that we inizializate when we call to setParams method and it take care about which eye is "open" so, in function of this factor it makes a matrix that "sees" with the path_l, the path_r or the central eye.

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

Syntax

C#
public void LookAt()
Visual Basic (Declaration)
Public Sub LookAt
Visual C++
public:
void LookAt()

See Also