Changeset 3758 in orxonox.OLD for orxonox/branches
- Timestamp:
 - Apr 8, 2005, 1:08:46 AM (21 years ago)
 - Location:
 - orxonox/branches/convention/src
 - Files:
 - 
          
- 2 edited
 
- 
          orxonox.conf (modified) (1 diff)
 - 
          story_entities/world.cc (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
orxonox/branches/convention/src/orxonox.conf
r3643 r3758 19 19 5=view4 20 20 5=view5 21 h=function1 22 j=function2 23 k=function3 24 l=function4 25 n=function5 26 m=function6 27  - 
        
orxonox/branches/convention/src/story_entities/world.cc
r3756 r3758 1042 1042 else if( !strcmp( cmd->cmd, "view4")) this->localCamera->setViewMode(VIEW_RIGHT); 1043 1043 else if( !strcmp( cmd->cmd, "view5")) this->localCamera->setViewMode(VIEW_TOP); 1044 1045 else if( !strcmp( cmd->cmd, "function1")) printf("pressed h\n"); 1046 else if( !strcmp( cmd->cmd, "function2")) printf("pressed j\n"); 1047 else if( !strcmp( cmd->cmd, "function3")) printf("pressed k\n"); 1048 else if( !strcmp( cmd->cmd, "function4")) printf("pressed l\n"); 1049 else if( !strcmp( cmd->cmd, "function5")) printf("pressed n\n"); 1050 else if( !strcmp( cmd->cmd, "function6")) printf("pressed m\n"); 1044 1051 1045 1052 return false;  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






