Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-04-16 19:36:15 +0000
committerStijn Buys <ingar@osirion.org>2009-04-16 19:36:15 +0000
commit6ab4021827e91303ac6fe2276f5567810b7e0496 (patch)
tree82c50c5a4bdc63da51c5bee9c122d165fd872aa6 /src/render/camera.h
parenta95028547981614e06ea7a6d22b853b85418cea3 (diff)
updated a few help messages, added 3d modelview to the buy menu
Diffstat (limited to 'src/render/camera.h')
-rw-r--r--src/render/camera.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/render/camera.h b/src/render/camera.h
index 400c4b0..349aef8 100644
--- a/src/render/camera.h
+++ b/src/render/camera.h
@@ -43,11 +43,16 @@ public:
/// progress the camera
static void frame(float elapsed);
- /// enable frustum projection
- /** The frustum projection is used to draw the world
+ /// enable camera frustum projection
+ /** The camera frustum projection is used to draw the world
*/
static void frustum();
+ /// enable default frustum projection
+ /** The default frustum projection is used to draw Gui 3D models
+ */
+ static void frustum_default(float distance, float cx, float cy);
+
/// enable orthographic projection
/** The ortographic projetion is used to draw the user interface
*/