Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CGoGN
CGoGN
Commits
df5f5b4b
Commit
df5f5b4b
authored
Feb 06, 2012
by
Sylvain Thery
Browse files
small bug in coloring darts of topo
parent
ec7f05bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Algo/Render/topo3Render.cpp
View file @
df5f5b4b
...
...
@@ -126,9 +126,8 @@ void Topo3Render::setAllDartsColor(float r, float g, float b)
*
colorDartBuf
++
=
g
;
*
colorDartBuf
++
=
b
;
}
glUnmapBufferARB
(
GL_ARRAY_BUFFER
);
m_vbo4
->
bind
();
glUnmapBufferARB
(
GL_ELEMENT_ARRAY_BUFFER
);
}
void
Topo3Render
::
drawDarts
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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