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
KennethVanhoey
CGoGN
Commits
e9501a68
Commit
e9501a68
authored
Nov 14, 2011
by
Sylvain Thery
Browse files
bug trace topo
parent
ef3e3897
Changes
1
Show whitespace changes
Inline
Side-by-side
src/Algo/Render/topoRender.cpp
View file @
e9501a68
...
...
@@ -156,7 +156,7 @@ void TopoRender::drawRelation2()
m_shader1
->
setColor
(
Geom
::
Vec4f
(
1.0
f
,
0.0
f
,
0.0
f
,
0.0
f
));
m_shader1
->
enableVertexAttribs
();
glDrawArrays
(
GL_LINES
,
0
,
m_nb
Darts
*
2
);
glDrawArrays
(
GL_LINES
,
0
,
m_nb
Rel2
*
2
);
m_shader1
->
disableVertexAttribs
();
}
...
...
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