Changed the defaults volume setting to not enable the SampleDensityWhenMoving property.

This commit is contained in:
Robert Osfield
2011-06-09 10:48:19 +00:00
parent 1fbbd347bf
commit 9ac24c8e5d
2 changed files with 14 additions and 4 deletions

View File

@@ -268,7 +268,7 @@ public:
alphaValue(1.0),
cutoffValue(0.1),
sampleDensityValue(0.005),
sampleDensityWhenMovingValue(0.02)
sampleDensityWhenMovingValue(0.0)
{
region[0] = region[1] = region[2] = 0.0f;
region[3] = region[4] = region[5] = 1.0f;