Oops, was looking for edges on the display mesh that I generated
from the NURBS surface! That got very slow very fast. [git-p4: depot-paths = "//depot/solvespace/": change = 1970]
This commit is contained in:
parent
2f7a6bb61d
commit
213c21db87
|
@ -362,7 +362,7 @@ void Group::GenerateDisplayItems(void) {
|
||||||
|
|
||||||
if(SS.GW.showEdges) {
|
if(SS.GW.showEdges) {
|
||||||
runningShell.MakeEdgesInto(&displayEdges);
|
runningShell.MakeEdgesInto(&displayEdges);
|
||||||
displayMesh.MakeEmphasizedEdgesInto(&displayEdges);
|
runningMesh.MakeEmphasizedEdgesInto(&displayEdges);
|
||||||
}
|
}
|
||||||
|
|
||||||
displayDirty = false;
|
displayDirty = false;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user