Tao.OpenAl SDK Documentation |
|
Al.alListener3f Method
Sets a floating point property for the listener.
[Visual Basic]
Public Shared Sub alListener3f( _
ByVal
attribute As
Integer, _
ByVal
value1 As
Single, _
ByVal
value2 As
Single, _
ByVal
value3 As
Single _
)
Parameters
-
attribute
-
The name of the attribute to set:
-
value1
- The value to set the attribute to.
-
value2
- The value to set the attribute to.
-
value3
- The value to set the attribute to.
See Also
Al Class | Tao.OpenAl Namespace