Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 18, 2006, 5:05:45 PM (19 years ago)
Author:
stefalie
Message:

branches/water: first attempt to realise reflection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/water/src/lib/graphics/importer/texture.h

    r7687 r7700  
    1818  {
    1919    public:
    20       Texture(const std::string& imageName = "", GLenum target = GL_TEXTURE_2D);
     20      Texture(GLenum target = GL_TEXTURE_2D);
     21      Texture(const std::string& imageName, GLenum target = GL_TEXTURE_2D);
    2122      Texture(SDL_Surface* surface, GLenum target = GL_TEXTURE_2D);
    2223      virtual ~Texture();
     
    5051    private:
    5152      void init();
     53      static void generateTexture(GLuint& texture, GLenum target);
    5254
    5355    private:
Note: See TracChangeset for help on using the changeset viewer.