Changeset 3798 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Apr 13, 2005, 5:22:56 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r3794 r3798 940 940 this->simpleAnimation->tick(seconds); 941 941 942 //testAnim->tick(seconds);942 testAnim->tick(seconds); 943 943 944 944 } … … 1050 1050 else if( !strcmp( cmd->cmd, "view4")) this->localCamera->setViewMode(VIEW_RIGHT); 1051 1051 else if( !strcmp( cmd->cmd, "view5")) this->localCamera->setViewMode(VIEW_TOP); 1052 1052 if (!strcmp(cmd->cmd, "view0")) testAnim->play(); 1053 if (!strcmp(cmd->cmd, "view1")) testAnim->stop(); 1054 if (!strcmp(cmd->cmd, "view2")) testAnim->pause(); 1055 if (!strcmp(cmd->cmd, "view3")) testAnim->replay(); 1056 if (!strcmp(cmd->cmd, "view4")) testAnim->rewind(); 1057 1053 1058 return false; 1054 1059 }
Note: See TracChangeset
for help on using the changeset viewer.