Changeset 7689 in orxonox.OLD for branches/atmospheric_engine/src/lib/graphics/effects/rain_effect.cc
- Timestamp:
- May 18, 2006, 3:28:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/lib/graphics/effects/rain_effect.cc
r7685 r7689 133 133 134 134 if (this->rainMove) { 135 PRINTF(0)( "Moving Rain" );136 135 this->rainCoord = State::getCameraNode()->getAbsCoor(); 137 136 this->emitter->setRelCoor(this->rainCoord.x +150, this->rainCoord.y+700, this->rainCoord.z+150);
Note: See TracChangeset
for help on using the changeset viewer.