Skip to content

Commit

Permalink
Issue #8488
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachit23110261 committed Sep 23, 2024
1 parent b2a0987 commit 264278b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Three/include/CGAL/Three/Triangle_container.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ struct DEMO_FRAMEWORK_EXPORT Triangle_container :public Primitive_container
VColors, //!< Designates the buffer that contains the colors of the smooth vertices.
FColors, //!< Designates the buffer that contains the colors of the flat vertices.
Texture_map, //!< Designates the buffer that contains the UV map for the texture.
Distances,
Distances, //!< Designates the buffer that contains the distance values for vertices or facets
Subdomain_indices, //!< Designates the buffer that contains the subdomains of both cells defining a c3t3 facet.
NbOfVbos //!< Designates the size of the VBOs vector for `Triangle_container`s
};
Expand Down

0 comments on commit 264278b

Please sign in to comment.