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
David Cazier
CGoGN
Commits
f5e5e901
Commit
f5e5e901
authored
Jan 06, 2012
by
Sylvain Thery
Browse files
small bug in topo rendering when different Selector render/picking (thanks Lionel)
parent
61c2f883
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/Algo/Render/GL2/topo3Render.hpp
View file @
f5e5e901
...
...
@@ -311,7 +311,7 @@ void Topo3Render::setDartsIdColor(typename PFP::MAP& map, const FunctorSelect& g
else
{
CGoGNerr
<<
"Error buffer too small for color picking (change the good parameter ?)"
<<
CGoGNendl
;
d
=
map
.
end
()
;
break
;
}
}
}
...
...
include/Algo/Render/GL2/topoRender.hpp
View file @
f5e5e901
...
...
@@ -383,12 +383,13 @@ void TopoRender::setDartsIdColor(typename PFP::MAP& map, const FunctorSelect& go
nb
++
;
}
else
{
CGoGNerr
<<
"Error buffer too small for color picking (change the good parameter ?)"
<<
CGoGNendl
;
break
;
}
}
else
{
CGoGNerr
<<
"Error buffer too small for color picking (change the good parameter ?)"
<<
CGoGNendl
;
d
=
map
.
end
();
}
}
glUnmapBuffer
(
GL_ARRAY_BUFFER
);
}
...
...
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