Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/model.h')
-rw-r--r--src/model/model.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/model/model.h b/src/model/model.h
index bdaa74a..6e9c5d8 100644
--- a/src/model/model.h
+++ b/src/model/model.h
@@ -23,6 +23,9 @@ namespace model
const float SCALE = 1.0f / 1024.0f;
const float LIGHTSCALE = 1.0f / 100.0f;
+const float ANGLEUP = -1.0f;
+const float ANGLEDOWN = -2.0f;
+
/// a 3D model contains a list of faces
class Model
{