51#ifndef OPENMESH_ATTRIBUTES_HH
52#define OPENMESH_ATTRIBUTES_HH
59#include <OpenMesh/Core/Mesh/Status.hh>
@ TextureIndex
Add texture index (faces)
@ Normal
Add normals to mesh item (vertices/faces)
@ TexCoord2D
Add 2D texture coordinates (vertices, halfedges)
@ TexCoord1D
Add 1D texture coordinates (vertices, halfedges)
@ TexCoord3D
Add 3D texture coordinates (vertices, halfedges)
@ None
Clear all attribute bits.
@ Status
Add status to mesh item (all items)
@ Color
Add colors to mesh item (vertices/faces/edges)
@ PrevHalfedge
Add storage for previous halfedge (halfedges). The bit is set by default in the DefaultTraits.