Changeset 5439 in orxonox.OLD for trunk/src/world_entities/power_ups
- Timestamp:
- Oct 26, 2005, 11:31:18 PM (19 years ago)
- Location:
- trunk/src/world_entities/power_ups
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/power_ups/power_up.cc
r5434 r5439 1 2 3 1 /* 4 2 orxonox - the future of 3D-vertical-scrollers … … 12 10 13 11 ### File Specific: 14 main-programmer: ...12 main-programmer: Benjamin Grauer 15 13 co-programmer: ... 16 14 */ 15 16 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_WORLD_ENTITY 17 17 18 18 -
trunk/src/world_entities/power_ups/turret_power_up.cc
r5437 r5439 14 14 */ 15 15 16 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_WORLD_ENTITY 16 17 17 18 #include "turret_power_up.h" … … 53 54 this->sphereModel = new PrimitiveModel(PRIM_SPHERE, 7, 5); 54 55 this->sphereMaterial = new Material; 55 this->sphereMaterial->setTransparency(. 0001);56 this->sphereMaterial->setTransparency(.1); 56 57 this->sphereMaterial->setDiffuse(.1, .1, .8); 57 58
Note: See TracChangeset
for help on using the changeset viewer.