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 03bed4b commit 000b0c1Copy full SHA for 000b0c1
src/geode/mesh/core/surface_mesh.cpp
@@ -274,11 +274,13 @@ namespace geode
274
275
public:
276
Impl( SurfaceMesh& surface )
277
- : polygon_around_vertex_( surface.vertex_attribute_manager()
+ : polygon_around_vertex_(
278
+ surface.vertex_attribute_manager()
279
.template find_or_create_attribute< VariableAttribute,
280
PolygonVertex >(
281
"polygon_around_vertex", PolygonVertex{} ) ),
- polygons_around_vertex_( surface.vertex_attribute_manager()
282
+ polygons_around_vertex_(
283
284
285
CachedPolygons >(
286
POLYGONS_AROUND_VERTEX_NAME, CachedPolygons{} ) )
0 commit comments