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:
authorNick Samarin <nicks1987@bigmir.net>2010-08-15 21:40:57 +0400
committerNick Samarin <nicks1987@bigmir.net>2010-08-15 21:40:57 +0400
commitb5f4144d251989be378659858ed38aaf572ff4ec (patch)
tree5a4bfc9b5cf5513fb75d00608c76a78efdb4020b /source/blender/makesdna/DNA_actuator_types.h
parente6412cd5c6f267c2fbefb4fe42e4f8e26f1bfcd4 (diff)
added option to set "up" vector of the actor orientation using navmesh normal (steering actuator)
Diffstat (limited to 'source/blender/makesdna/DNA_actuator_types.h')
-rw-r--r--source/blender/makesdna/DNA_actuator_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_actuator_types.h b/source/blender/makesdna/DNA_actuator_types.h
index 4caee19e399..147d621a4f2 100644
--- a/source/blender/makesdna/DNA_actuator_types.h
+++ b/source/blender/makesdna/DNA_actuator_types.h
@@ -527,6 +527,7 @@ typedef struct bActuator {
#define ACT_STEERING_SELFTERMINATED 1
#define ACT_STEERING_ENABLEVISUALIZATION 2
#define ACT_STEERING_AUTOMATICFACING 4
+#define ACT_STEERING_NORMALUP 8
#endif