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
C
CGoGN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
CGoGN
CGoGN
Commits
70d2526d
Commit
70d2526d
authored
Apr 13, 2016
by
Sylvain Thery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix big SCHNApps selection rendering
parent
3a859bf3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
CGoGN/src/Utils/drawer.cpp
CGoGN/src/Utils/drawer.cpp
+3
-0
SCHNApps/Plugins/surface_selection/src/surface_selection.cpp
SCHNApps/Plugins/surface_selection/src/surface_selection.cpp
+1
-2
No files found.
CGoGN/src/Utils/drawer.cpp
View file @
70d2526d
...
...
@@ -190,6 +190,9 @@ void Drawer::newList(GLenum comp)
m_dataPos
.
clear
();
m_dataCol
.
clear
();
m_begins
.
clear
();
m_begins_point
.
clear
();
m_begins_line
.
clear
();
m_begins_face
.
clear
();
}
void
Drawer
::
endList
()
...
...
SCHNApps/Plugins/surface_selection/src/surface_selection.cpp
View file @
70d2526d
...
...
@@ -40,7 +40,7 @@ bool Surface_Selection_Plugin::enable()
m_selectedEdgesDrawer
=
new
Utils
::
Drawer
(
1
);
m_selectedFacesDrawer
=
new
Utils
::
Drawer
();
m_selectedFacesDrawer
->
setFaceShading
(
tru
e
);
m_selectedFacesDrawer
->
setFaceShading
(
fals
e
);
m_selectingCellDrawer
=
new
Utils
::
Drawer
(
1
);
...
...
@@ -609,7 +609,6 @@ void Surface_Selection_Plugin::updateSelectedCellsRendering()
}
m_selectedFacesDrawer
->
end
();
m_selectedFacesDrawer
->
endList
();
m_selectedFacesDrawer
->
setFaceShading
(
true
);
m_selectedFaces_dirty
=
false
;
break
;
}
...
...
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