Class: soundlistener
The soundlistener represents the position, velocity and orientation of the 'microphone' in space.
Methods:
Method overview:
- orientation ([float x,y,z,upx,upy,upz])
- returns: ([float x,y,z,upx,upy,upz])
sets/gets orientation of listener
- pos ([float x,y,z])
- returns: ([float x,y,z])
sets or gets position of listener
- posscale ([float scale])
- returns: ([float scale])
scaling factor for position vector
- vel ([float x,y,z])
- returns: ([float x,y,z])
sets or gets velocity of listener
- velscale ([float scale])
- returns: ([float scale])
scaling factor for velocity vector