Changeset 6222 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Dec 21, 2005, 1:49:06 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:ignore
set to
Makefile.in
Makefile
configure
*.kdevelop
Doxyfile
config.log
config.h
config.status
stamp-h1
autom4te.cache
aclocal.m4
-
Property
svn:ignore
set to
-
trunk/src
-
Property
svn:ignore
set to
.deps
orxonox
Makefile
Makefile.in
-
Property
svn:ignore
set to
-
trunk/src/story_entities/debug_world.cc
r6150 r6222 48 48 49 49 #include "glmenu_imagescreen.h" 50 #include "list.h"51 50 #include "game_loader.h" 52 51 -
trunk/src/story_entities/network_world.cc
r6142 r6222 48 48 49 49 #include "glmenu_imagescreen.h" 50 #include "list.h"51 50 #include "game_loader.h" 52 51 -
trunk/src/story_entities/world.cc
r6155 r6222 46 46 47 47 #include "glmenu_imagescreen.h" 48 #include "list.h"49 48 #include "game_loader.h" 50 49 … … 348 347 // tn->addChild(this->localCamera); 349 348 localCamera->setClipRegion(1, 10000.0); 350 localCamera->lookAt(playable);349 // localCamera->lookAt(playable); 351 350 // this->localPlayer->setParentMode(PNODE_ALL); 352 351 if (sky != NULL) … … 356 355 } 357 356 357 this->localCamera->getTarget()->getParent()->debugNode(0); 358 358 SoundEngine::getInstance()->setListener(this->localCamera); 359 359
Note: See TracChangeset
for help on using the changeset viewer.