Changeset 10511 in orxonox.OLD for trunk/src/world_entities/effects
- Timestamp:
- Jan 30, 2007, 7:39:47 PM (18 years ago)
- Location:
- trunk/src/world_entities/effects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/effects/blink.cc
r10491 r10511 63 63 64 64 this->bBoard = new Billboard; 65 this->bBoard->setVisibili y(true);65 this->bBoard->setVisibility(true); 66 66 this->bBoard->setTexture("textures/light/blink.png"); 67 67 -
trunk/src/world_entities/effects/trail.cc
r10368 r10511 94 94 95 95 this->setAbsCoor(0, 0, 0); 96 this->setVisibili y(true);96 this->setVisibility(true); 97 97 98 98 this->nodeList[0] = (this->getAbsCoor());
Note: See TracChangeset
for help on using the changeset viewer.