application.h [code] | Defines main application interfaces and constants |
camera.h [code] | Defines the camera interface |
config.h [code] | Defines global compile time configuration constants |
editor.cpp | Implements CEditor |
editor.h [code] | Defines the top level source code editor class |
editwindow.cpp | Implements the text editor window classes |
editwindow.h [code] | Defines the editor main window classes |
geometry.cpp | Implements the test model geometry |
glwidget.cpp | Implements CGLWidget |
glwidget.h [code] | Defines the OpenGL rendering widget |
highlighter.cpp | Implements a GLSL syntax highlighter |
light.h [code] | Defines lighting state related classes |
lightwidget.cpp | Implements CLightWidget and CMaterialWidget |
lightwidget.h [code] | Defines the lighting and material state configuration widgets |
main.cpp | Implements the application's entry point main() |
model.h [code] | Defines the a geometry buffer (model) interface |
objmodel.cpp | Implements IMeshModel |
programwindow.cpp | Implements CProgramWindow |
programwindow.h [code] | Defines the main window class |
scene.cpp | Implements the IScene interface |
scene.h [code] | Defines the IScene interface |
scenewidget.cpp | Implements CSceneWidget |
scenewidget.h [code] | Defines a scene configuration widget |
shader.cpp | Implements the IShader interface |
shader.h [code] | Defines the IShader interface |
sourceeditor.cpp | Implements CSourceEdit |
sourceeditor.h [code] | Defines the GLSL source code editing widget |
stdshader.h [code] | Defines the shaders initially set during application startup |
texture.h [code] | Defines texturing management interfaces |
texturewidget.cpp | Implements CTextureWidget |
texturewidget.h [code] | Defines the texture management widget class |
uniform.cpp | Implements CUniform |
uniform.h [code] | Defines a uniform variable management class |
uniformwidget.cpp | Implements CUniformWidget |
uniformwidget.h [code] | Defines the uniform variable editing widget |
universalslider.cpp | Implements the CUniversalSlider widget |
universalslider.h [code] | Defines a multi-type multi-editable slider widget class |
vector.h [code] | Defines some vector helper classes |
vertexstream.cpp | Implements the vertex buffer class |
vertexstream.h [code] | Defines a vertex buffer interface |