[vtkusers] Re: Exploiting MFC's Document View magic (Was: VTK Help!)

mirko tabarelli mirko.tabarelli at students.univr.it
Wed Feb 27 04:48:17 EST 2002


am I stupid?? hehe

tried this little loop to test:

   while (d_cnt != 0) {
       cameraX=cameraX+10;
    //   SetModifiedFlag(TRUE);
       UpdateAllViews(NULL);
       sleep( (clock_t)1 * CLOCKS_PER_SEC );
       d_cnt--;

   }	


but it doent show me all the steps I got only the last one...forgot 
somethin?


mirko!




More information about the vtkusers mailing list