
 src/displayer/opengl/ (libdisplayer_opengl.so)
------------------------------------------------

c_wrapper.[hc]*                 - wrapps the c++ functions and classes for c-access

ccamera.[hc]*                   - controlls the overall movement of the scene

cfrequenceparticleengine.[hc]*  - simple particle engine based on opengl spectrum analyser
                                - not used anymore

cpicture.[hc]*                  - class to load bmp, tga and sgi pictures

cscene.[hc]*                    - builds and controls the whole scene

ctexture.[hc]*                  - class to represent a loaded texture
                                - derivated from CPicture

data.[hc]*                      - textures saved as a char[] array

displayer_opengl.[hc]           - main displayer file

dlg_opengl_config.[hc]          - config dialog of the displayer
                                - just a test - useable

gdkgl.[hc]                      - files from gtkglarea library (see README - Credits)
gtkglarea.[hc]
gtkglmaterialdialog.[hc]        - files from gtkglmaterialdialog (see README - Credits)

maths.[hc]*                     - mathematic vector and trigonomic funtions
                                - implememnts CMatrix

utilities.[hc]*                 - some utiliy funtions used by cpicture and ctexture
