Changeset 10298 in orxonox.OLD for branches/playability/src/world_entities/effects
- Timestamp:
- Jan 21, 2007, 6:23:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/effects/wobblegrid.cc
r10168 r10298 202 202 up = h.cross(view); 203 203 204 Quaternion dir = Quaternion::lookAt( this->getAbsCoor(), this->getAbsCoor() + up, view);204 Quaternion dir = Quaternion::lookAt( Vector(), view, up); 205 205 this->setAbsDir(dir); 206 206 }
Note: See TracChangeset
for help on using the changeset viewer.