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
b016e9e0
Commit
b016e9e0
authored
Dec 23, 2011
by
Mario Hlawitschka
Browse files
[CHANGE] removed variable that is no longer available in the source code
parent
4d708bdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/modules/directVolumeRendering/WMDirectVolumeRendering.cpp
...modules/directVolumeRendering/WMDirectVolumeRendering.cpp
+0
-1
No files found.
src/modules/directVolumeRendering/WMDirectVolumeRendering.cpp
View file @
b016e9e0
...
...
@@ -200,7 +200,6 @@ void WMDirectVolumeRendering::moduleMain()
// jitter
WGEShaderDefine
<
std
::
string
>::
SPtr
jitterSamplerDefine
=
m_shader
->
setDefine
(
"JITTERTEXTURE_SAMPLER"
,
std
::
string
(
"tex3"
)
);
WGEShaderDefine
<
int
>::
SPtr
jitterSizeXDefine
=
m_shader
->
setDefine
(
"JITTERTEXTURE_SIZEX"
,
0
);
WGEShaderDefineSwitch
::
SPtr
jitterEnableDefine
=
m_shader
->
setDefine
(
"JITTERTEXTURE_ENABLED"
);
// opacity correction enabled?
WGEShaderDefineSwitch
::
SPtr
opacityCorrectionEnableDefine
=
m_shader
->
setDefine
(
"OPACITYCORRECTION_ENABLED"
);
...
...
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