Changeset 3279 in orxonox.OLD for orxonox/branches/old.dave/src/track.cc
- Timestamp:
- Dec 25, 2004, 3:03:04 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/old.dave/src/track.cc
r2636 r3279 76 76 // camplc->w = Quaternion (trace.a, Vector(0,0,1)); 77 77 float r = (lookat->dist)*PI / l; 78 camplc->r = trace.r + (trace.a * ((lookat->dist-1 0.0) / l)) + Vector(0,0,5.0);78 camplc->r = trace.r + (trace.a * ((lookat->dist-18.0) / l)) + Vector(0,0,12.0); 79 79 80 80 Vector w(0.0,0.0,0.0);
Note: See TracChangeset
for help on using the changeset viewer.