Changeset 8251 in orxonox.OLD for branches/atmospheric_engine/src/world_entities
- Timestamp:
- Jun 8, 2006, 3:15:59 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/world_entities/effects/billboard.cc
r8176 r8251 75 75 void Billboard::loadParams(const TiXmlElement* root) 76 76 { 77 LoadParam(root, "texture", this->material, Material, setDiffuseMap)77 /*LoadParam(root, "texture", this->material, Material, setDiffuseMap) 78 78 .describe("the texture-file to load onto the Billboard"); 79 79 80 80 LoadParam(root, "size", this, Billboard, setSize) 81 .describe("the size of the Billboard in Pixels");81 .describe("the size of the Billboard in Pixels");*/ 82 82 } 83 83 … … 91 91 this->sizeX = sizeX; 92 92 this->sizeY = sizeY; 93 94 PRINTF(0)("sizeX: %f sizeY: %f\n", sizeX, sizeY);95 93 } 96 94
Note: See TracChangeset
for help on using the changeset viewer.