This method positions the sound source in the scene

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

Syntax

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

Parameters

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

See Also