[Opal-commits] opal/samples/car main.cpp,1.21,1.22
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-02-26 10:22:31
|
Update of /cvsroot/opal/opal/samples/car In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27565/samples/car Modified Files: main.cpp Log Message: finished overhauling xml loader Index: main.cpp =================================================================== RCS file: /cvsroot/opal/opal/samples/car/main.cpp,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** main.cpp 22 Feb 2005 19:46:18 -0000 1.21 --- main.cpp 26 Feb 2005 10:22:22 -0000 1.22 *************** *** 500,504 **** f.vec = opal::Vec3r(0, 300, -1200); f.type = opal::LOCAL_FORCE; ! f.timeLeft = (opal::real)0.01; projectile->getSolid()->addForce(f); gObjects.push_back(projectile); --- 500,504 ---- f.vec = opal::Vec3r(0, 300, -1200); f.type = opal::LOCAL_FORCE; ! f.duration = (opal::real)0.01; projectile->getSolid()->addForce(f); gObjects.push_back(projectile); |