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 'DS3DBUFFER'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
DS3DBUFFER
[ TDx_Sound_Library ]
[ next: DS3DLISTENER ]
[ prev: D3DVECTOR ]
The DS3DBUFFER structure is defined as :-
struct DS3DBUFFER {
DWORD dwSize;
D3DVECTOR vPosition;
D3DVECTOR vVelocity;
DWORD dwInsideConeAngle;
DWORD dwOutsideConeAngle;
D3DVECTOR vConeOrientation;
LONG lConeOutsideVolume;
D3DVALUE flMinDistance;
D3DVALUE flMaxDistance;
DWORD dwMode;
};
|
|