Edge colors are now supported as standard property.
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@260 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -78,7 +78,7 @@ enum AttributeBits
|
||||
{
|
||||
None = 0, ///< Clear all attribute bits
|
||||
Normal = 1, ///< Add normals to mesh item (vertices/faces)
|
||||
Color = 2, ///< Add colors to mesh item (vertices/faces)
|
||||
Color = 2, ///< Add colors to mesh item (vertices/faces/edges)
|
||||
PrevHalfedge = 4, ///< Add storage for previous halfedge (halfedges). The bit is set by default in the DefaultTraits.
|
||||
Status = 8, ///< Add status to mesh item (all items)
|
||||
TexCoord1D = 16, ///< Add 1D texture coordinates (vertices, halfedges)
|
||||
|
||||
Reference in New Issue
Block a user