Class DS3dListener
public final class DS3dListener
{
// Fields
public float flDistanceFactor;
public float flDopplerFactor;
public float flRolloffFactor;
public float orientFrontX;
public float orientFrontY;
public float orientFrontZ;
public float orientTopX;
public float orientTopY;
public float orientTopZ;
public float positionVectorX;
public float positionVectorY;
public float positionVectorZ;
public float velocityVectorX;
public float velocityVectorY;
public float velocityVectorZ;
}
- flDistanceFactor
- The current distance factor.
- flDopplerFactor
- The current Doppler factor.
- flRolloffFactor
- The current rolloff factor.
- orientFrontX
- The x element of the D3dVector that describes the listener's front orientation.
- orientFrontY
- The y element of the D3dVector that describes the listener's front orientation.
- orientFrontZ
- The z element of the D3dVector that describes the listener's front orientation.
- orientTopX
- The x element of the D3dVector that describes the listener's top orientation.
- orientTopY
- The y element of the D3dVector that describes the listener's top orientation.
- orientTopZ
- The z element of the D3dVector that describes the listener's top orientation.
- positionVectorX
- The x element of the D3dVector that describes the listener's position.
- positionVectorY
- The y element of the D3dVector that describes the listener's position.
- positionVectorZ
- The z element of the D3dVector that describes the listener's position.
- velocityVectorX
- The x element of the D3dVector that describes the listener's velocity.
- velocityVectorY
- The y element of the D3dVector that describes the listener's velocity.
- velocityVectorZ
- The z element of the D3dVector that describes the listener's velocity.
|