32 lines
727 B
Ucode
32 lines
727 B
Ucode
//=============================================================================
|
|
// EFFECT_SMALLWATERROOM
|
|
//============================================================================
|
|
|
|
class EFFECT_SMALLWATERROOM extends I3DL2Listener
|
|
editinlinenew;
|
|
|
|
defaultproperties
|
|
{
|
|
EnvironmentSize=36.2f;
|
|
EnvironmentDiffusion=0.700f;
|
|
Room=-1200;
|
|
RoomHF=-698;
|
|
RoomLF=0;
|
|
DecayTime=1.51f;
|
|
DecayHFRatio=1.25f;
|
|
DecayLFRatio=1.14f;
|
|
Reflections=-100;
|
|
ReflectionsDelay=0.020f;
|
|
Reverb=200;
|
|
ReverbDelay=0.030f;
|
|
EchoTime=0.179f;
|
|
EchoDepth=0.150f;
|
|
ModulationTime=0.895f;
|
|
ModulationDepth=0.190f;
|
|
AirAbsorptionHF=-5.0f;
|
|
HFReference=5000.0f;
|
|
LFReference=250.0f;
|
|
RoomRolloffFactor=0.00f;
|
|
//Flags=0;
|
|
}
|