Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5439 in orxonox.OLD for trunk/src/world_entities


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

orxonox/trunk: BaseObject with Debug-Level

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 
    31/*
    42   orxonox - the future of 3D-vertical-scrollers
     
    1210
    1311   ### File Specific:
    14    main-programmer: ...
     12   main-programmer: Benjamin Grauer
    1513   co-programmer: ...
    1614*/
     15
     16#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_WORLD_ENTITY
    1717
    1818
  • 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.