More Info

Revision 720451

(Back to digest)
 

Features in Graphics

Jun-Kyu Park committed changes in /trunk/playground/graphics/kldraw:

implement indirect rendering
* this method eliminates unnecessary OpenGL operations by rendering into a pixelbuffer instead of QGLWidget. When implicit repainting is needed, pixelbuffer content is painted on the widget.

File Changes

Added 2 files
/trunk/playground/graphics/kldraw/src/app
 
/arcballrotation.cpp
 
/arcballrotation.h
Modified 9 files
/trunk/playground/graphics/kldraw
 
/CMakeLists.txt
 
/src/app/CMakeLists.txt
 
/src/app/contentmodel.cpp
 
/src/app/globals.cpp
 
/src/app/kldraw.kcfg
 
/src/app/mainwindow.cpp
 
/src/app/renderwidget.cpp
 
/src/app/renderwidget.h
 
/src/libldr/exception.h
11 files changed in total