home *** CD-ROM | disk | FTP | other *** search
/ Game Level Design / GLDesign.bin / Software / UnrealEngine2Runtime / UE2Runtime-22262001_Demo.exe / Gameplay / Classes / EFFECT_SMALLWATERROOM.uc < prev    next >
Text File  |  2003-12-11  |  727b  |  32 lines

  1. //=============================================================================
  2. // EFFECT_SMALLWATERROOM
  3. //============================================================================
  4.  
  5. class EFFECT_SMALLWATERROOM extends I3DL2Listener
  6.     editinlinenew;
  7.  
  8. defaultproperties
  9. {
  10.     EnvironmentSize=36.2f;
  11.     EnvironmentDiffusion=0.700f;
  12.     Room=-1200;
  13.     RoomHF=-698;
  14.     RoomLF=0;
  15.     DecayTime=1.51f;
  16.     DecayHFRatio=1.25f;
  17.     DecayLFRatio=1.14f;
  18.     Reflections=-100;
  19.     ReflectionsDelay=0.020f;
  20.     Reverb=200;
  21.     ReverbDelay=0.030f;
  22.     EchoTime=0.179f;
  23.     EchoDepth=0.150f;
  24.     ModulationTime=0.895f;
  25.     ModulationDepth=0.190f;
  26.     AirAbsorptionHF=-5.0f;
  27.     HFReference=5000.0f;
  28.     LFReference=250.0f;
  29.     RoomRolloffFactor=0.00f;
  30.     //Flags=0;
  31. }
  32.