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
13dca83d
Commit
13dca83d
authored
Sep 01, 2021
by
Robin Eschbach
Browse files
[FIX] better transparency for pointrenderer
parent
eb5328df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/modules/pointRenderer/WMPointRenderer.cpp
src/modules/pointRenderer/WMPointRenderer.cpp
+2
-0
No files found.
src/modules/pointRenderer/WMPointRenderer.cpp
View file @
13dca83d
...
...
@@ -216,6 +216,8 @@ void WMPointRenderer::moduleMain()
// add geometry to geode
geode
->
addDrawable
(
geometry
);
wge
::
enableTransparency
(
geode
);
// shader and colormapping
m_shader
->
apply
(
geode
);
...
...
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