Changeset 10937 for code/branches/explosionChunksHS15/src/libraries/tools
- Timestamp:
- Dec 7, 2015, 3:32:07 PM (9 years ago)
- Location:
- code/branches/explosionChunksHS15/src/libraries/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/explosionChunksHS15/src/libraries/tools/ParticleInterface.cc
r10624 r10937 233 233 this->particleSystem_->setKeepParticlesInLocalSpace(keep); 234 234 } 235 236 void ParticleInterface::setDimensions(float scale) 237 { 238 this->particleSystem_->setDefaultDimensions(scale * this->particleSystem_->getDefaultWidth(), scale * this->particleSystem_->getDefaultHeight()); 239 } 235 240 } -
code/branches/explosionChunksHS15/src/libraries/tools/ParticleInterface.h
r10624 r10937 75 75 void setDetailLevel(unsigned int level); 76 76 77 void setDimensions(float scale); 78 77 79 protected: 78 80 virtual void changedTimeFactor(float factor_new, float factor_old);
Note: See TracChangeset
for help on using the changeset viewer.