Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
OpenMesh
Commits
1b46bb0e
Commit
1b46bb0e
authored
Apr 09, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a documentation hint. closes
#65
parent
b794e7e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/OpenMesh/Tools/Subdivider/Uniform/LoopT.hh
src/OpenMesh/Tools/Subdivider/Uniform/LoopT.hh
+3
-0
No files found.
src/OpenMesh/Tools/Subdivider/Uniform/LoopT.hh
View file @
1b46bb0e
...
...
@@ -363,8 +363,11 @@ private: // topological modifiers
_m
.
set_face_handle
(
new_heh
,
_m
.
face_handle
(
heh
)
);
_m
.
set_halfedge_handle
(
vh
,
new_heh
);
// We cant reconnect a non existing face, so we skip this here if necessary
if
(
!
_m
.
is_boundary
(
heh
)
)
_m
.
set_halfedge_handle
(
_m
.
face_handle
(
heh
),
heh
);
_m
.
set_halfedge_handle
(
vh1
,
opp_new_heh
);
// Never forget this, when playing with the topology
...
...
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