VertexElementType
Oversigt over de forskellige former for støtte
VertexElementType er et enum i Aspose.3d for Java.
VertexElementType.BINORMAL repræsenterer den binormale vektorattribut for en mesh-vinkel.
Valuer
| Value | Description |
|---|---|
BINORMAL | Represents the binormal vector attribute of a mesh vertex |
COLOR | Represents a generic color attribute associated with a vertex |
EDGE_CREASE | Represents the crease weight used for edge smoothing |
MATERIAL | Represents the material index assigned to a vertex |
NORMAL | Represents the normal vector of a vertex |
SPECULAR | Represents the specular color component of a vertex |
TANGENT | |
TEXTURE_COORDINATE | Represents texture coordinate data for a vertex |
UV | Represents UV mapping coordinates of a vertex |
USER_DATA | Represents custom user-defined data attached to a vertex |
VERTEX_COLOR | Represents per-vertex color information |
VISIBILITY | Represents a flag indicating vertex visibility |