media @ VU
[] readme course preface I 1 2 II 3 4 III 5 6 7 IV 8 9 10 V 11 12 afterthoughts appendix references examples resources _

talk show tell print

template-gstart.vr

template-gstart.vr (wrl ) [ flux / bitmanagement / cortona / octaga ]


   function Gstart(g,t){
  
   if(tsG==-1){
   if (t == 0) { //AE
   ts[g].startTime=Browser.getTime();tsG=g;currG=-1;
   } else {
   ts[g].startTime=t;tsG=g;currG=-1;
   }
   }
   else{ts[tsG].stopTime=t;tsG=-1;currG=g;}
   }
  


(C) A. Eliëns 21/5/2007

You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.