Visualisierung 2
Comparison of Hue Preserving Rendering to Alpha Composing
|
#include <QOpenGLWidget>
#include <QOpenGLFunctions>
#include <QOpenGLBuffer>
#include <QOpenGLVertexArrayObject>
#include <QOpenGLShader>
#include <QOpenGLTexture>
#include <QOpenGLDebugLogger>
#include "Renderable.h"
#include <QColor>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | GLRenderWidget |
The GLRenderWidget class implementing additional OpenGL capabilities on a QWidget. More... | |