Changeset 10168 in orxonox.OLD for branches/playability/src/world_entities/effects
- Timestamp:
- Jan 3, 2007, 4:39:18 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/effects/wobblegrid.cc
r10157 r10168 80 80 this->setName("Wobblegrid"); 81 81 82 this->toList(OM_COMMON);83 84 82 this->material = new Material(); 85 83 this->setAbsCoor(0, 0, 0); … … 117 115 void Wobblegrid::setTexture(const std::string& textureFile) 118 116 { 117 this->material->setBlendFunc(GL_SRC_ALPHA,GL_ONE); 119 118 this->material->setDiffuseMap(textureFile); 120 119 }
Note: See TracChangeset
for help on using the changeset viewer.