aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/extantz/crappisspuke.cpp
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-15 22:44:03 +1000
committerDavid Walter Seikel2013-01-15 22:44:03 +1000
commit29ddd688538b37ebc4d0323d9c502952e758a95b (patch)
tree1859012247d4dfbd13d331e7cad1ea4779d80c31 /ClientHamr/extantz/crappisspuke.cpp
parentSet up the ELM paths. (diff)
downloadSledjHamr-29ddd688538b37ebc4d0323d9c502952e758a95b.zip
SledjHamr-29ddd688538b37ebc4d0323d9c502952e758a95b.tar.gz
SledjHamr-29ddd688538b37ebc4d0323d9c502952e758a95b.tar.bz2
SledjHamr-29ddd688538b37ebc4d0323d9c502952e758a95b.tar.xz
Move camera and model around until it's properly visible.
Diffstat (limited to 'ClientHamr/extantz/crappisspuke.cpp')
-rw-r--r--ClientHamr/extantz/crappisspuke.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/extantz/crappisspuke.cpp b/ClientHamr/extantz/crappisspuke.cpp
index dae0586..51fb274 100644
--- a/ClientHamr/extantz/crappisspuke.cpp
+++ b/ClientHamr/extantz/crappisspuke.cpp
@@ -172,7 +172,7 @@ EAPI int startIrr(GLData *gld)
172 (0, 30, -40). The camera looks from there to (0,5,0), which is 172 (0, 30, -40). The camera looks from there to (0,5,0), which is
173 approximately the place where our md2 model is. 173 approximately the place where our md2 model is.
174 */ 174 */
175 smgr->addCameraSceneNode(0, vector3df(0, 30, -40), vector3df(0, 5, 0)); 175 smgr->addCameraSceneNode(0, vector3df(50, 70, -65), vector3df(0, 50, 0));
176 176
177 then = device->getTimer()->getTime(); 177 then = device->getTimer()->getTime();
178#endif 178#endif