Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8297 in orxonox.OLD for trunk/src/lib/gui/gl/glgui_cursor.cc


Ignore:
Timestamp:
Jun 9, 2006, 2:56:50 AM (18 years ago)
Author:
bensch
Message:

trunk: new ImageLoading algo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/gui/gl/glgui_cursor.cc

    r8145 r8297  
    2020#include "glgui_handler.h"
    2121#include "color.h"
     22#include "texture_sequence.h"
    2223
    2324
     
    5051
    5152
     53
    5254  /**
    5355   * @brief initializes the GUI-element
     
    6466    this->setLayer(E2D_LAYER_ABOVE_ALL);
    6567    this->color = 0.0f;
     68
     69    TextureSequence* seq = new TextureSequence();
     70    seq->loadImageSeries("test_###", 0, 222, "png");
    6671
    6772    this->resize();
Note: See TracChangeset for help on using the changeset viewer.