PropertyCollection - Я не могу.
Обзор
VertexElementType - это enum в Aspose.3d для Java.
VertexElementType.BINORMAL представляет бинормальный векторный атрибут вершины сетки.
Значения
| 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 |