Changeset 3386 in orxonox.OLD for orxonox/branches/old.dave/src/track.cc
- Timestamp:
- Jan 29, 2005, 2:25:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/old.dave/src/track.cc
r3279 r3386 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-18.0) / l)) + Vector(0,0, 12.0);78 camplc->r = trace.r + (trace.a * ((lookat->dist-18.0) / l)) + Vector(0,0,5.0); 79 79 80 80 Vector w(0.0,0.0,0.0);
Note: See TracChangeset
for help on using the changeset viewer.