Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 26, 2005, 8:26:49 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/physics: new definitions of particle-return-values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/physics/src/subprojects/particles/framework.cc

    r4306 r4307  
    168168            //zoomTo *=2;
    169169            break;
     170          case SDLK_h:
     171            this->printHelp();
     172            break;
    170173          }
    171174        break;
     
    228231}
    229232
     233
     234
     235void Framework::printHelp(void) const
     236{
     237  PRINT(0)("Help for the frameWork \n");
     238  PRINT(0)("----------------------");
     239  PRINT(0)("h - print Help\n");
     240  PRINT(0)("i - state Information\n");
     241  PRINT(0)("1,2 - increase/decrease emissionRate\n");
     242  PRINT(0)("3,4 - increase/decrease emission velocity\n");
     243  PRINT(0)("5,6 - increase/decrease spread angle\n");
     244  PRINT(0)("\n");
     245  PRINT(0)("7,8 - increase-decrease emitter-size\n");
     246  PRINT(0)("9 - swap emitterType\n");
     247  PRINT(0)("\n");
     248
     249
     250}
     251
     252
     253
    230254int main(int argc, char *argv[])
    231255{
Note: See TracChangeset for help on using the changeset viewer.