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
4944f988
Commit
4944f988
authored
Feb 06, 2013
by
Sebastian Eichelbaum
Browse files
[FIX] info property in texture should be hidden in this case
parent
2334ec8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/core/graphicsEngine/WGETexture.h
src/core/graphicsEngine/WGETexture.h
+1
-0
No files found.
src/core/graphicsEngine/WGETexture.h
View file @
4944f988
...
...
@@ -506,6 +506,7 @@ void WGETexture< TextureType >::setupProperties( double scale, double min )
WMatrix4d
m
=
WMatrix4d
::
identity
();
m_texMatrix
=
m_properties
->
addProperty
(
"Texture Transformation"
,
"Usable to transform the texture."
,
m
);
m_texMatrix
->
setHidden
();
m_texMatrix
->
setPurpose
(
PV_PURPOSE_INFORMATION
);
TextureType
::
setResizeNonPowerOfTwoHint
(
false
);
...
...
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