Changeset 1601 for code/branches/hud/src/orxonox/overlays/console
- Timestamp:
- Jun 14, 2008, 6:37:12 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hud/src/orxonox/overlays/console/InGameConsole.cc
r1599 r1601 378 378 this->consoleOverlayNoise_->setWidth((int) this->windowW_ * this->relativeWidth - 10); 379 379 this->consoleOverlayNoise_->setHeight((int) this->windowH_ * this->relativeHeight - 5); 380 this->consoleOverlayNoise_->setTiling(consoleOverlayNoise_->getWidth() / 80.0f * this->noiseSize_, consoleOverlayNoise_->getHeight() / 80.0f * this->noiseSize_);380 this->consoleOverlayNoise_->setTiling(consoleOverlayNoise_->getWidth() / (50.0f * this->noiseSize_), consoleOverlayNoise_->getHeight() / (50.0f * this->noiseSize_)); 381 381 382 382 // now adjust the text lines...
Note: See TracChangeset
for help on using the changeset viewer.