media @ VU
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.