Description | uses | Classes, Interfaces and Objects | Functions and Procedures | Types | Constants | Variables |
Name | Description |
---|---|
Class TSound |
|
Class TSource |
|
Class TSoundList |
function InitSound:boolean; |
procedure setListenerOrientation(dir, up:TAlVector3); |
procedure setListenerPosition(v:TAlVector3); |
procedure setListenerVelocity(v:TAlVector3); |
function InitSound:boolean; |
procedure setListenerOrientation(dir, up:TAlVector3); |
procedure setListenerPosition(v:TAlVector3); |
procedure setListenerVelocity(v:TAlVector3); |
Name | Description |
---|---|
TAlVector3 = TVector; |
Name | Description |
---|---|
alorigin: array [0..2] of TALfloat= ( 0.0, 0.0, 0.0 ); |
|
listenerorientation: array [0..5] of TALfloat= ( 0.0, 0.0, -1.0, 0.0, 1.0, 0.0); |