124        void set_multi(
bool value);
 
  147        GLdouble* latest_modelview() {
 
  151        GLdouble* latest_project() {
 
  155        GLint* latest_viewport() {
 
  178            const std::string& file_name,
 
  179            GLint filtering = GL_LINEAR, GLint wrapping = GL_CLAMP_TO_EDGE
 
  189            const std::string& name,
 
  190            GLint filtering = GL_LINEAR, GLint wrapping = GL_CLAMP_TO_EDGE
 
  208        GLdouble modelview_[16];
 
  209        GLdouble project_[16];
 
 
Texture * create_texture_from_file(const std::string &file_name, GLint filtering=GL_LINEAR, GLint wrapping=GL_CLAMP_TO_EDGE)
Creates a texture from an image file.
 
Helper class for manipulating OpenGL textures.