aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/extantz/CDemo.cpp
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-27 11:18:26 +1000
committerDavid Walter Seikel2013-01-27 11:18:26 +1000
commit37be70434d2d1ddd6d691863740d64ddbf0b2921 (patch)
treea1081a593ad8e4ca09440f2ddba08506b8a28627 /ClientHamr/extantz/CDemo.cpp
parentClean up the rest of the object files. (diff)
downloadSledjHamr-37be70434d2d1ddd6d691863740d64ddbf0b2921.zip
SledjHamr-37be70434d2d1ddd6d691863740d64ddbf0b2921.tar.gz
SledjHamr-37be70434d2d1ddd6d691863740d64ddbf0b2921.tar.bz2
SledjHamr-37be70434d2d1ddd6d691863740d64ddbf0b2921.tar.xz
Move a bunch of stuff into the new cameraMove structure, and some clean ups.
Diffstat (limited to '')
-rw-r--r--ClientHamr/extantz/CDemo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/extantz/CDemo.cpp b/ClientHamr/extantz/CDemo.cpp
index 72e23e5..642adc3 100644
--- a/ClientHamr/extantz/CDemo.cpp
+++ b/ClientHamr/extantz/CDemo.cpp
@@ -191,7 +191,7 @@ void CDemo::switchToNextScene(GLData *gld)
191 } 191 }
192 timeForThisScene = -1; 192 timeForThisScene = -1;
193 193
194 gld->camera = addExtantzCamera(sm, 0, 100.0f, .4f, -1, false, 3.f, false, true); 194 gld->camera = addExtantzCamera(sm, NULL, -1);
195 camera = gld->camera; 195 camera = gld->camera;
196 camera->setPosition(core::vector3df(108, 140, -140)); 196 camera->setPosition(core::vector3df(108, 140, -140));
197 camera->setFarValue(5000.0f); 197 camera->setFarValue(5000.0f);