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-04-03 04:04:44 +0400
committerKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2004-04-03 04:04:44 +0400
commit164463e2008a50f98f50baef2f60a0b5b4cff0b1 (patch)
tree6ca09a0242386d7c21b142e920c7f0671c9cf45b /source/blender/makesdna/DNA_world_types.h
parent34ecd03f7d0e2a3e11b8528aee9cd8766a5dd5a8 (diff)
#define some constants for physics engines in DNA world types.
Diffstat (limited to 'source/blender/makesdna/DNA_world_types.h')
-rw-r--r--source/blender/makesdna/DNA_world_types.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_world_types.h b/source/blender/makesdna/DNA_world_types.h
index 47ac0d337c3..efa17af4996 100644
--- a/source/blender/makesdna/DNA_world_types.h
+++ b/source/blender/makesdna/DNA_world_types.h
@@ -124,5 +124,12 @@ typedef struct World {
#define WOMAP_ZENUP 4
#define WOMAP_ZENDOWN 8
+/* physicsEngine */
+#define WOPHY_NONE 0
+#define WOPHY_ENJI 1
+#define WOPHY_SUMO 2
+#define WOPHY_DYNAMO 3
+#define WOPHY_ODE 4
+
#endif