#include "glpixwidget.h"
#include <QtGui/QImage>
#include <math.h>
Go to the source code of this file.
Variables | |
static GLint | cubeArray [][3] |
static GLint | cubeTextureArray [][2] |
static GLint | faceArray [][2] |
static GLubyte | colorArray [][4] |
GLubyte colorArray[][4] [static] |
Initial value:
{ {170, 202, 0, 255}, {120, 143, 0, 255}, {83, 102, 0, 255}, {120, 143, 0, 255} }
Definition at line 52 of file glpixwidget.cpp.
Referenced by GLPixelWidget::initCommon().
GLint cubeArray[][3] [static] |
Initial value:
{ {0, 0, 0}, {0, 1, 0}, {1, 1, 0}, {1, 0, 0}, {0, 0, 1}, {1, 0, 1}, {1, 1, 1}, {0, 1, 1}, {0, 0, 0}, {1, 0, 0}, {1, 0, 1}, {0, 0, 1}, {0, 1, 0}, {0, 1, 1}, {1, 1, 1}, {1, 1, 0}, {0, 1, 0}, {0, 0, 0}, {0, 0, 1}, {0, 1, 1}, {1, 0, 0}, {1, 1, 0}, {1, 1, 1}, {1, 0, 1} }
Definition at line 30 of file glpixwidget.cpp.
Referenced by GLPixelWidget::initCommon(), GLPixelWidget::initPbuffer(), and GLPixelWidget::paintGL().
GLint cubeTextureArray[][2] [static] |
Initial value:
{ {0, 0}, {1, 0}, {1, 1}, {0, 1}, {0, 0}, {0, 1}, {1, 1}, {1, 0}, {0, 0}, {1, 0}, {1, 1}, {0, 1}, {1, 0}, {0, 0}, {0, 1}, {1, 1}, {0, 0}, {1, 0}, {1, 1}, {0, 1}, {1, 0}, {0, 0}, {0, 1}, {1, 1} }
Definition at line 39 of file glpixwidget.cpp.
Referenced by GLPixelWidget::initCommon().
GLint faceArray[][2] [static] |
Initial value:
{ {1, -1}, {1, 1}, {-1, 1}, {-1, -1} }
Definition at line 48 of file glpixwidget.cpp.
Referenced by GLPixelWidget::initPbuffer(), and GLPixelWidget::paintGL().