Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
3be085dc
Commit
3be085dc
authored
Dec 14, 2011
by
Sebastian Eichelbaum
Browse files
[FIX] - this should fix problems with the postprocessor stuff due to disabled blending.
parent
a9b8c090
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
src/modules/fiberDisplaySimple/WMFiberDisplaySimple.cpp
src/modules/fiberDisplaySimple/WMFiberDisplaySimple.cpp
+0
-1
src/modules/isosurfaceRaytracer/WMIsosurfaceRaytracer.cpp
src/modules/isosurfaceRaytracer/WMIsosurfaceRaytracer.cpp
+0
-1
No files found.
src/modules/fiberDisplaySimple/WMFiberDisplaySimple.cpp
View file @
3be085dc
...
...
@@ -261,7 +261,6 @@ void WMFiberDisplaySimple::moduleMain()
osg
::
ref_ptr
<
WGEPostprocessingNode
>
postNode
=
new
WGEPostprocessingNode
(
WKernel
::
getRunningKernel
()
->
getGraphicsEngine
()
->
getViewer
()
->
getCamera
()
);
postNode
->
setEnabled
(
false
);
// do not use it by default
postNode
->
addUpdateCallback
(
new
WGENodeMaskCallback
(
m_active
)
);
// disable the postNode with m_active
WKernel
::
getRunningKernel
()
->
getGraphicsEngine
()
->
getScene
()
->
insert
(
postNode
);
// provide the properties of the post-processor to the user
...
...
src/modules/isosurfaceRaytracer/WMIsosurfaceRaytracer.cpp
View file @
3be085dc
...
...
@@ -194,7 +194,6 @@ void WMIsosurfaceRaytracer::moduleMain()
osg
::
ref_ptr
<
WGEPostprocessingNode
>
postNode
=
new
WGEPostprocessingNode
(
WKernel
::
getRunningKernel
()
->
getGraphicsEngine
()
->
getViewer
()
->
getCamera
()
);
postNode
->
setEnabled
(
false
);
// do not use it by default
postNode
->
addUpdateCallback
(
new
WGENodeMaskCallback
(
m_active
)
);
// disable the postNode with m_active
// provide the properties of the post-processor to the user
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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