diff options
author | David Walter Seikel | 2013-01-15 22:44:03 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-01-15 22:44:03 +1000 |
commit | 29ddd688538b37ebc4d0323d9c502952e758a95b (patch) | |
tree | 1859012247d4dfbd13d331e7cad1ea4779d80c31 /ClientHamr/extantz | |
parent | Set up the ELM paths. (diff) | |
download | SledjHamr-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')
-rw-r--r-- | ClientHamr/extantz/crappisspuke.cpp | 2 |
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 |