Changeset 7510 in orxonox.OLD for branches/bsp_model/src/lib/graphics/render2D
- Timestamp:
- May 3, 2006, 2:37:13 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/lib/graphics/render2D/billboard.cc
r7221 r7510 78 78 void Billboard::loadParams(const TiXmlElement* root) 79 79 { 80 LoadParam(root, "texture", this ->material, Material, setDiffuseMap)80 LoadParam(root, "texture", this, Billboard, setTexture) 81 81 .describe("the texture-file to load onto the Billboard"); 82 82
Note: See TracChangeset
for help on using the changeset viewer.