#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "FltkOpenGLDisplayDevice.h"
#include "Inform.h"
#include "utilities.h"
#include "config.h"
#include "VMDApp.h"
#include "FL/Fl.H"
#include "FL/Fl_Gl_Window.H"
#include "FL/forms.H"
Go to the source code of this file.
Compounds | |
class | myglwindow |
Fl_Gl_Window subclass that implements an OpenGL rendering surface for use by the FltkOpenGLDisplayDevice class. More... | |
Variables | |
const char * | glStereoNameStr [OPENGL_STEREO_MODES] |
const char * | glRenderNameStr [OPENGL_RENDER_MODES] |
const char * | glCacheNameStr [OPENGL_CACHE_MODES] |
Renders drawing commands into a single FLTK window.
Definition in file FltkOpenGLDisplayDevice.C.
|
Initial value: { "Off", "On" } Definition at line 211 of file FltkOpenGLDisplayDevice.C. Referenced by FltkOpenGLDisplayDevice::FltkOpenGLDisplayDevice. |
|
Initial value: { "Normal", "GLSL", "Acrobat3D" } Definition at line 206 of file FltkOpenGLDisplayDevice.C. Referenced by FltkOpenGLDisplayDevice::FltkOpenGLDisplayDevice. |
|
Initial value: { "Off", "QuadBuffered", "HDTV SideBySide", "Checkerboard", "ColumnInterleaved", "RowInterleaved", "Anaglyph", "SideBySide", "AboveBelow", "Left", "Right" } Definition at line 193 of file FltkOpenGLDisplayDevice.C. Referenced by FltkOpenGLDisplayDevice::FltkOpenGLDisplayDevice. |