Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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/graphics/importer/texture_sequence.h

    r7221 r8297  
    2323    bool loadImageSeries(unsigned int count, ...);
    2424    bool loadImageSeries(unsigned int count, va_list textureNames);
     25    bool loadImageSeries(const std::string& imagePrefix, unsigned int from, unsigned int to, const std::string& extension = "png");
    2526    bool addFrame(const std::string& image);
    2627    bool addFrame(SDL_Surface* surface);
Note: See TracChangeset for help on using the changeset viewer.