glVertex  5.5.2
Functions
glvertex_qt.h File Reference
#include <qglobal.h>
#include <qdebug.h>
#include "glvertex.h"
#include <QString>
#include <QFile>
#include <QFileDialog>
#include <QImage>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

lglVBOlglLoadObj (QString qrc, bool silent=false, lgl_texgenmode_enum texgen=LGL_TEXGEN_MIXED_HEDGEHOG, bool flip_v=true)
 load OBJ into vbo from qt resource path
 
GLuint lglLoadQtTextureInto (QString qrc, int *iwidth, int *iheight, int *twidth, int *theight, bool mipmapping=true)
 load qt image into texture object from qt resource path
 
GLuint lglLoadQtTexture (QString qrc, int *iwidth, int *iheight, int *twidth, int *theight, bool mipmapping=true, bool silent=false)
 load qt image into texture object from qt resource path (and from default installation paths)
 
GLuint lglLoadQtTexture (QString qrc, bool mipmapping=true, bool silent=false)
 load qt image into texture object from qt resource path (and from default installation paths)
 
GLuint lglLoadQtTexture (QString qrc, int *iwidth, int *iheight, bool mipmapping=true, bool silent=false)
 load qt image into texture object from qt resource path (and from default installation paths)
 
lglVBOlglLoadObjWithQtTexture (QString qrc, bool silent=false, lgl_texgenmode_enum texgen=LGL_TEXGEN_MIXED_HEDGEHOG, bool flip_v=true, bool mipmapping=true)
 load OBJ and JPG/PNG from file path (and from default installation paths)
 

Detailed Description

Qt convenience functions