added fixelag smoothing

This commit is contained in:
toni
2016-03-22 18:01:18 +01:00
parent ee0c778728
commit 94fb34e6f9
7 changed files with 632 additions and 8 deletions

View File

@@ -19,6 +19,10 @@ namespace MiscSettings {
const int numParticles = 7500;
const int lag = 5;
const int fixedLagGap = 1;
}