Changeset 3537 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- Mar 14, 2005, 12:12:12 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/primitive.cc
r3531 r3537 51 51 Vector v(0.0, 0.0, 1.0); 52 52 Quaternion q(10.0, v); 53 this->relDirection = this->relDirection * q;53 //this->relDirection = this->relDirection * q; 54 54 } 55 55
Note: See TracChangeset
for help on using the changeset viewer.