Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Philip Trettner
polymesh
Commits
d33a9cbe
Commit
d33a9cbe
authored
Jul 10, 2018
by
Philip Trettner
Browse files
fix
parent
0d711fd4
Changes
1
Show whitespace changes
Inline
Side-by-side
src/polymesh/impl/impl_mesh.hh
View file @
d33a9cbe
...
@@ -775,7 +775,7 @@ inline void Mesh::halfedge_attach(halfedge_index h, vertex_index v)
...
@@ -775,7 +775,7 @@ inline void Mesh::halfedge_attach(halfedge_index h, vertex_index v)
h1_ref
.
face
=
f
;
h1_ref
.
face
=
f
;
h1_ref
.
to_vertex
=
v_to
;
h1_ref
.
to_vertex
=
v_to
;
vertex
(
v
).
outgoing_halfedge
=
h
_next
;
vertex
(
v
).
outgoing_halfedge
=
h
1
;
connect_prev_next
(
h
,
h0
);
connect_prev_next
(
h
,
h0
);
connect_prev_next
(
h0
,
h1
);
connect_prev_next
(
h0
,
h1
);
...
...
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