#include "wxglviewer.h"#include <GL/glu.h>#include <GL/gl.h>#include <cmath>#include <sstream>#include "cimg.h"#include "lux.h"#include "api.h"#include "wx/mstream.h"Go to the source code of this file.
Defines | |
| #define | cimg_display_type 0 |
| #define | cimg_use_png 1 |
| #define | cimg_use_tiff 1 |
| #define | cimg_use_jpeg 1 |
| #define | cimg_debug 0 |
Variables | |
| int | glAttribList [] = {WX_GL_RGBA, WX_GL_DOUBLEBUFFER, 0} |
| #define cimg_debug 0 |
Definition at line 66 of file wxglviewer.cpp.
| #define cimg_display_type 0 |
Definition at line 42 of file wxglviewer.cpp.
| #define cimg_use_jpeg 1 |
Definition at line 63 of file wxglviewer.cpp.
| #define cimg_use_png 1 |
Definition at line 61 of file wxglviewer.cpp.
| #define cimg_use_tiff 1 |
Definition at line 62 of file wxglviewer.cpp.
| int glAttribList[] = {WX_GL_RGBA, WX_GL_DOUBLEBUFFER, 0} |
Definition at line 83 of file wxglviewer.cpp.
Referenced by lux::LuxGLViewer::LuxGLViewer().
1.6.2-20100208