32 lines
738 B
Ucode
32 lines
738 B
Ucode
//=============================================================================
|
|
// EFFECT_WOODEN_LARGEROOM
|
|
//============================================================================
|
|
|
|
class EFFECT_WOODEN_LARGEROOM extends I3DL2Listener
|
|
editinlinenew;
|
|
|
|
defaultproperties
|
|
{
|
|
EnvironmentSize=7.5f;
|
|
EnvironmentDiffusion=1.000f;
|
|
Room=-1200;
|
|
RoomHF=-2100;
|
|
RoomLF=-1100;
|
|
DecayTime=1.45f;
|
|
DecayHFRatio=0.33f;
|
|
DecayLFRatio=0.82f;
|
|
Reflections=-300;
|
|
ReflectionsDelay=0.056f;
|
|
Reverb=-500;
|
|
ReverbDelay=0.049f;
|
|
EchoTime=0.250f;
|
|
EchoDepth=0.000f;
|
|
ModulationTime=0.250f;
|
|
ModulationDepth=0.000f;
|
|
AirAbsorptionHF=-5.0f;
|
|
HFReference=4705.0f;
|
|
LFReference=99.6f;
|
|
RoomRolloffFactor=0.00f;
|
|
//Flags=0x3f;
|
|
}
|