Enum AttributeType
GeometryAttribute::Type as defined in geometry_attribute.h
Namespace: Draco
Assembly: solution.dll
Syntax
public enum AttributeType
Fields
Name | Description |
---|---|
Color | GeometryAttribute::Type::COLOR |
Generic | GeometryAttribute::Type::GENERIC. A special id used to mark attributes that are not assigned to any known predefined use case. Such attributes are often used for a shader specific data. |
Invalid | GeometryAttribute::Type::INVALID |
Joints | GeometryAttribute::Type::JOINTS. Don't pass this value on to the native library, as it's not supported by Draco bit-stream version 2,2. |
Material | GeometryAttribute::Type::MATERIAL. Don't pass this value on to the native library, as it's not supported by Draco bit-stream version 2,2. |
Normal | GeometryAttribute::Type::NORMAL |
Position | GeometryAttribute::Type::POSITION |
Tangent | GeometryAttribute::Type::TANGENT. Don't pass this value on to the native library, as it's not supported by Draco bit-stream version 2,2. |
TextureCoordinate | GeometryAttribute::Type::TEX_COORD |
Weights | GeometryAttribute::Type::WEIGHTS. Don't pass this value on to the native library, as it's not supported by Draco bit-stream version 2,2. |