Add exposure HDR lighting
This commit is contained in:
@@ -26,4 +26,20 @@ private:
|
||||
|
||||
ShaderProgram *shaderProgram;
|
||||
|
||||
};
|
||||
|
||||
|
||||
class DepthMap {
|
||||
|
||||
public:
|
||||
|
||||
DepthMap(int resolution);
|
||||
|
||||
void bind();
|
||||
void unbind();
|
||||
|
||||
private:
|
||||
|
||||
GLuint depthMapFBO;
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user