Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6976 in orxonox.OLD


Ignore:
Timestamp:
Feb 2, 2006, 11:06:49 AM (18 years ago)
Author:
patrick
Message:

trunk: the graphicsengine is now loadable

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEWS

    r6272 r6976  
     1Date: Feb 02, 2006
     2Topic: Orxonox Convention 03 is comming in Town
     3Body: We will have our next Orxonox Convention Feb 08 at the ETH: ETZ E81. For more information, visit the <a href="http://www.orxonox.net/index.php?site=conventions">link</a>.
     4
     5Date: Jan, 01, 2006
     6Topic: Happy New Year
     7Body: We from the Orxonox Team wish you all the best for the new year 2006, may the release dates for this year be true.
     8
    19Date: Dez 23, 2005
    210Topic: Christmas
  • trunk/src/lib/graphics/effects/fog_effect.cc

    r6815 r6976  
    6262void FogEffect::loadParams(const TiXmlElement* root)
    6363{
    64   printf(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.loadParms\n\n");
     64  PRINTF(0)(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.loadParms\n\n");
    6565  GraphicsEffect::loadParams(root);
    6666
  • trunk/src/lib/graphics/effects/lense_flare.cc

    r6889 r6976  
    3333#include "camera.h"
    3434
     35
    3536using namespace std;
    3637
     38
    3739CREATE_FACTORY(LenseFlare, CL_LENSE_FLARE);
    38 
    3940
    4041
  • trunk/src/lib/graphics/graphics_engine.cc

    r6967 r6976  
    5555SHELL_COMMAND(wireframe, GraphicsEngine, wireframe);
    5656
     57
    5758/**
    5859 *  standard constructor
     
    127128void GraphicsEngine::loadParams(const TiXmlElement* root)
    128129{
    129   LoadParamXML(root, "load-effect", this, GraphicsEngine, loadGraphicsEffectXML)
     130  LoadParamXML(root, "GraphicsEffect", this, GraphicsEngine, loadGraphicsEffectXML)
    130131      .describe("loads a graphics effect");
    131132}
Note: See TracChangeset for help on using the changeset viewer.