Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2004-05-16 17:10:10 +0400
committerKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2004-05-16 17:10:10 +0400
commitbab6e5ce3645eaf8fce445e6109fcca390075ead (patch)
treec346b5527a5f1fec8927dc9b54ba2b57a90bca02 /source/gameengine/Physics/Sumo/Fuzzics/include
parentd5fde6c48b4b6758d1f31dc2f401fa8c63843735 (diff)
Cleanup unused/commented out code, compiler warnings, coding standards etc.
Diffstat (limited to 'source/gameengine/Physics/Sumo/Fuzzics/include')
-rw-r--r--source/gameengine/Physics/Sumo/Fuzzics/include/SM_Object.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/gameengine/Physics/Sumo/Fuzzics/include/SM_Object.h b/source/gameengine/Physics/Sumo/Fuzzics/include/SM_Object.h
index a0475c39bbb..571e1cf71cc 100644
--- a/source/gameengine/Physics/Sumo/Fuzzics/include/SM_Object.h
+++ b/source/gameengine/Physics/Sumo/Fuzzics/include/SM_Object.h
@@ -266,6 +266,11 @@ public:
}
private:
+ // Tweak parameters
+ static const MT_Scalar ImpulseThreshold = -10.;
+ static const MT_Scalar FixThreshold = 0.01;
+ static const MT_Scalar FixVelocity = 0.01;
+
// return the actual linear_velocity of this object this
// is the addition of m_combined_lin_vel and m_lin_vel.