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
3d2902c4
Commit
3d2902c4
authored
Sep 22, 2010
by
Alexander Wiebel
Browse files
[CLEAN] removed useless code
parent
511b4ff1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
src/modules/teemGlyphs/WMTeemGlyphs.cpp
src/modules/teemGlyphs/WMTeemGlyphs.cpp
+1
-4
No files found.
src/modules/teemGlyphs/WMTeemGlyphs.cpp
View file @
3d2902c4
...
...
@@ -370,11 +370,8 @@ WMTeemGlyphs::GlyphGeneration::GlyphGeneration( boost::shared_ptr< WDataSetSpher
m_glyphGeometry
=
new
osg
::
Geometry
();
m_glyphsGeode
=
osg
::
ref_ptr
<
osg
::
Geode
>
(
new
osg
::
Geode
);
m_glyphsGeode
->
setName
(
"glyphs"
);
m_glyphsGeode
->
setName
(
"
teem
glyphs"
);
osg
::
StateSet
*
state
=
m_glyphsGeode
->
getOrCreateStateSet
();
osg
::
ref_ptr
<
osg
::
LightModel
>
lightModel
=
new
osg
::
LightModel
();
lightModel
->
setTwoSided
(
true
);
state
->
setAttributeAndModes
(
lightModel
.
get
(),
osg
::
StateAttribute
::
ON
);
state
->
setMode
(
GL_BLEND
,
osg
::
StateAttribute
::
ON
);
size_t
nbGlyphs
=
m_nA
*
m_nB
;
...
...
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