enum
EAttributeTessellationFieldType
Enumeration of attribute tessellation attribute data types.
Values
Key | Value | Comment |
---|---|---|
Displacement | 0 | The field is a displacement data field, which is stored in the tessellated sub-vertices of the triangles of the geometry. Note that if the displacement data is a packed scalar field type (e.g. format type U16), there are also additional per-vertex fields. |
Opacity | 1 | The field is an opacity data field, which is stored in the tessellated sub-triangles of the triangles of the geometry. |
UserSubVertex | 2 | The field is a user-type data field, which is stored in the tessellated sub-vertices of the triangles of the geometry. |
UserSubTriangle | 3 | The field is a user-type data field, which is stored in the tessellated sub-triangles of the triangles of the geometry. |
Key | Value | Comment |
---|---|---|
Displacement | 0 | The field is a displacement data field, which is stored in the tessellated sub-vertices of the triangles of the geometry. Note that if the displacement data is a packed scalar field type (e.g. format type U16), there are also additional per-vertex fields. |
Opacity | 1 | The field is an opacity data field, which is stored in the tessellated sub-triangles of the triangles of the geometry. |
UserSubVertex | 2 | The field is a user-type data field, which is stored in the tessellated sub-vertices of the triangles of the geometry. |
UserSubTriangle | 3 | The field is a user-type data field, which is stored in the tessellated sub-triangles of the triangles of the geometry. |
Key | Value | Comment |
---|---|---|
EAttributeTessellationFieldType_Displacement | 0 | The field is a displacement data field, which is stored in the tessellated sub-vertices of the triangles of the geometry. Note that if the displacement data is a packed scalar field type (e.g. format type U16), there are also additional per-vertex fields. |
EAttributeTessellationFieldType_Opacity | 1 | The field is an opacity data field, which is stored in the tessellated sub-triangles of the triangles of the geometry. |
EAttributeTessellationFieldType_UserSubVertex | 2 | The field is a user-type data field, which is stored in the tessellated sub-vertices of the triangles of the geometry. |
EAttributeTessellationFieldType_UserSubTriangle | 3 | The field is a user-type data field, which is stored in the tessellated sub-triangles of the triangles of the geometry. |