This method positions and orients the observer on the scene taken as reference the sound source

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

Syntax

C#
public void SetObserver(
	XYZ observerPos
)
Visual Basic (Declaration)
Public Sub SetObserver ( _
	observerPos As XYZ _
)
Visual C++
public:
void SetObserver(
	XYZ^ observerPos
)

Parameters

observerPos
Type: GLSV..::.XYZ
This parameter is a vector that specifies the current position of the observer

See Also