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
806285d2
Commit
806285d2
authored
Jan 26, 2013
by
Alexander Wiebel
Browse files
[FIX] Increase range
parent
7eaccdf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/modules/surfaceIllustrator/WMSurfaceIllustrator.cpp
src/modules/surfaceIllustrator/WMSurfaceIllustrator.cpp
+2
-2
No files found.
src/modules/surfaceIllustrator/WMSurfaceIllustrator.cpp
View file @
806285d2
...
@@ -178,8 +178,8 @@ void WMSurfaceIllustrator::properties()
...
@@ -178,8 +178,8 @@ void WMSurfaceIllustrator::properties()
m_colormap
=
m_coloringGroup
->
addProperty
(
"Enable colormapping"
,
"Turn colormapping on"
,
false
);
m_colormap
=
m_coloringGroup
->
addProperty
(
"Enable colormapping"
,
"Turn colormapping on"
,
false
);
m_parameterCenter
=
m_coloringGroup
->
addProperty
(
"Parameter center"
,
"Parameter center selection"
,
0.5
);
m_parameterCenter
=
m_coloringGroup
->
addProperty
(
"Parameter center"
,
"Parameter center selection"
,
0.5
);
m_parameterCenter
->
setMin
(
-
1
.0
);
m_parameterCenter
->
setMin
(
-
2
.0
);
m_parameterCenter
->
setMax
(
1
.0
);
m_parameterCenter
->
setMax
(
2
.0
);
m_parameterWidth
=
m_coloringGroup
->
addProperty
(
"Parameter width"
,
"Parameter width selection"
,
0.1
);
m_parameterWidth
=
m_coloringGroup
->
addProperty
(
"Parameter width"
,
"Parameter width selection"
,
0.1
);
m_parameterWidth
->
setMin
(
0.0
);
m_parameterWidth
->
setMin
(
0.0
);
m_parameterWidth
->
setMax
(
2.0
);
m_parameterWidth
->
setMax
(
2.0
);
...
...
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