Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 26, 2005, 11:31:18 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: BaseObject with Debug-Level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/power_ups/turret_power_up.cc

    r5437 r5439  
    1414*/
    1515
     16#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_WORLD_ENTITY
    1617
    1718#include "turret_power_up.h"
     
    5354  this->sphereModel = new PrimitiveModel(PRIM_SPHERE, 7, 5);
    5455  this->sphereMaterial = new Material;
    55   this->sphereMaterial->setTransparency(.0001);
     56  this->sphereMaterial->setTransparency(.1);
    5657  this->sphereMaterial->setDiffuse(.1, .1, .8);
    5758
Note: See TracChangeset for help on using the changeset viewer.