Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 8, 2006, 3:15:59 PM (18 years ago)
Author:
hdavid
Message:

branches/atmospheric_engiengine: lightening effect

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/atmospheric_engine/src/world_entities/effects/billboard.cc

    r8176 r8251  
    7575void Billboard::loadParams(const TiXmlElement* root)
    7676{
    77   LoadParam(root, "texture", this->material, Material, setDiffuseMap)
     77  /*LoadParam(root, "texture", this->material, Material, setDiffuseMap)
    7878      .describe("the texture-file to load onto the Billboard");
    7979
    8080  LoadParam(root, "size", this, Billboard, setSize)
    81       .describe("the size of the Billboard in Pixels");
     81  .describe("the size of the Billboard in Pixels");*/
    8282}
    8383
     
    9191  this->sizeX = sizeX;
    9292  this->sizeY = sizeY;
    93 
    94   PRINTF(0)("sizeX: %f sizeY: %f\n", sizeX, sizeY);
    9593}
    9694
Note: See TracChangeset for help on using the changeset viewer.