Ignore:
Timestamp:
02/17/07 22:48:12 (17 years ago)
Author:
mattausch
Message:

worded on obj loading in Ogre

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/common.cpp

    r2001 r2123  
    153153// return time diff. in ms 
    154154Real 
    155 TimeDiff(long time1,long time2) // in ms 
    156 { 
    157   //  const Real clk=1.0e-3f; // ticks per second 
     155TimeDiff(long time1, long time2) // in ms 
     156{ 
     157  const Real clk=1.0e-3f; // ticks per second 
    158158  // $$ tmp store time in ms 
    159   const Real clk=1.0f; // ticks per second 
     159  //const Real clk=1.0f; // ticks per second 
    160160  long t=time2-time1; 
    161161   
Note: See TracChangeset for help on using the changeset viewer.