Changeset 9502 in orxonox.OLD for branches/proxy/src/world_entities/space_ships
- Timestamp:
- Jul 27, 2006, 12:30:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/world_entities/space_ships/turbine_hover.cc
r9500 r9502 236 236 void TurbineHover::setBoostColor(const Color& color) 237 237 { 238 printf("color:: "), color.debug();239 238 this->burstSystem->setColor(0.0, color); 240 239 this->burstSystem->setColor(0.2, color * 0.6); 241 240 this->burstSystem->setColor(0.5, color * .3 + Color(0.5, 0.5, 0.8, 0.3)); 242 241 this->burstSystem->setColor(1.0, 0.8, 0.8, 0.8, 0.0); 242 243 printf(":::::::::::::::::::::::\n"); 244 this->burstSystem->debug(); 243 245 } 244 246
Note: See TracChangeset
for help on using the changeset viewer.