Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 30, 2005, 1:36:40 PM (18 years ago)
Author:
hdavid
Message:

branches\avi_play

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/avi_play/src/subprojects/importer/multitex.cc

    r6339 r6350  
    7474          obj = new PrimitiveModel(PRIM_PLANE, 10.0);
    7575          break;
     76        case SDLK_5:
     77          media_container->loadFrames();
     78          counter = 0;
     79          timer = 0;
     80          PRINTF(0)("total_frames: %i\n", media_container->getFrameCount());
     81          SDL_Delay(1000);
     82          break;
    7683        // increase fps
    7784        case SDLK_9:
     
    101108      timer = 0;
    102109      counter = 0;
     110      PRINTF(0)("BEGIN\n");
    103111    }
    104112  }
Note: See TracChangeset for help on using the changeset viewer.