git-svn-id: svn://db.shs.com.ru/libs@45 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#ifndef GLRENDERERBASE_H
|
||||
#define GLRENDERERBASE_H
|
||||
|
||||
#include "glcamera.h"
|
||||
#include "glshaders.h"
|
||||
|
||||
class GLRendererBase: public QObject
|
||||
@@ -60,8 +61,8 @@ protected:
|
||||
void renderSingleObject(GLObjectBase & o, RenderingParameters & rp);
|
||||
|
||||
QGLView & view;
|
||||
QImage white_image;
|
||||
GLuint white_image_id;
|
||||
QImage white_image, violent_image;
|
||||
GLuint white_image_id, violent_image_id;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user