git-svn-id: svn://db.shs.com.ru/libs@421 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -29,11 +29,11 @@ public:
|
||||
virtual ~RendererDeferredShading();
|
||||
|
||||
virtual void renderScene();
|
||||
|
||||
protected:
|
||||
void init(int width, int height);
|
||||
void resize(int width, int height);
|
||||
void reloadShaders();
|
||||
|
||||
protected:
|
||||
void setupShadersTextures(GLObjectBase & object, RenderingParameters & rp);
|
||||
void setupShadersLights(int lights_count) {cplc = lights_count;}
|
||||
void setupDSLights(int pass, const QMatrix4x4 & view_matrix);
|
||||
|
||||
Reference in New Issue
Block a user