Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'DS3DLISTENER'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
DS3DLISTENER
[ TDx_Sound_Library ]
[ next: DSBCAPS ]
[ prev: DS3DBUFFER ]
The DS3DLISTENER structure is defined as :-
struct DS3DLISTENER {
DWORD dwSize;
D3DVECTOR vPosition;
D3DVECTOR vVelocity;
D3DVECTOR vOrientFront;
D3DVECTOR vOrientTop;
D3DVALUE flDistanceFactor;
D3DVALUE flRolloffFactor;
D3DVALUE flDopplerFactor;
};
|
|