Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
CAMP
campvis-public
Commits
b996d285
Commit
b996d285
authored
Dec 13, 2013
by
Christian Schulte zu Berge
Browse files
Fixes Issue #125: Missing color texture in DepthDarkening processor resulting in a black image.
parent
d281e78e
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/vis/processors/depthdarkening.cpp
View file @
b996d285
...
...
@@ -114,6 +114,7 @@ namespace campvis {
_shader
->
setUniform
(
"_warmColor"
,
p_warmColor
.
getValue
());
}
createAndAttachColorTexture
();
createAndAttachDepthTexture
();
glClear
(
GL_COLOR_BUFFER_BIT
|
GL_DEPTH_BUFFER_BIT
);
QuadRdr
.
renderQuad
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment