-Divide speed by 10 for more useful results as recommended by Pierre Terdiman.

-Using shared speed value.
This commit is contained in:
id0x1234
2008-09-11 11:32:38 +00:00
parent c09a664808
commit 147b6c8975
5 changed files with 48 additions and 18 deletions

View File

@@ -54,7 +54,6 @@ subject to the following restrictions:
const AABB** mBoxPtrs;
Pairs mPairs;
float* mBoxTime;
float mSpeed;
float mAmplitude;
bool m_firstTime;
int m_method;