We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c8e7d commit 92f0d2aCopy full SHA for 92f0d2a
src/geode/model/helpers/component_mesh_edges.cpp
@@ -167,25 +167,13 @@ namespace geode
167
{
168
edges[surface.id()].emplace_back(
169
std::move( edge.value() ) );
170
- if( auto adj =
171
- mesh.polygon_adjacent_edge( edge.value() ) )
172
- {
173
- edges[surface.id()].emplace_back(
174
- std::move( adj.value() ) );
175
- }
176
continue;
177
}
178
if( auto edge = mesh.polygon_edge_from_vertices(
179
pair[1], pair[0] ) )
180
181
182
183
184
185
186
187
188
189
190
191
0 commit comments