Changeset View
Changeset View
Standalone View
Standalone View
extern/draco/dracoenc/src/draco/attributes/geometry_indices.h
| Context not available. | |||||
| // Index of a point in a PointCloud. | // Index of a point in a PointCloud. | ||||
| DEFINE_NEW_DRACO_INDEX_TYPE(uint32_t, PointIndex) | DEFINE_NEW_DRACO_INDEX_TYPE(uint32_t, PointIndex) | ||||
| // Vertex index in a Mesh or CornerTable. | // Vertex index in a Mesh or CornerTable. | ||||
| DEFINE_NEW_DRACO_INDEX_TYPE(uint32_t, VertexIndex); | DEFINE_NEW_DRACO_INDEX_TYPE(uint32_t, VertexIndex) | ||||
| // Corner index that identifies a corner in a Mesh or CornerTable. | // Corner index that identifies a corner in a Mesh or CornerTable. | ||||
| DEFINE_NEW_DRACO_INDEX_TYPE(uint32_t, CornerIndex); | DEFINE_NEW_DRACO_INDEX_TYPE(uint32_t, CornerIndex) | ||||
| // Face index for Mesh and CornerTable. | // Face index for Mesh and CornerTable. | ||||
| DEFINE_NEW_DRACO_INDEX_TYPE(uint32_t, FaceIndex); | DEFINE_NEW_DRACO_INDEX_TYPE(uint32_t, FaceIndex) | ||||
| // Constants denoting invalid indices. | // Constants denoting invalid indices. | ||||
| static constexpr AttributeValueIndex kInvalidAttributeValueIndex( | static constexpr AttributeValueIndex kInvalidAttributeValueIndex( | ||||
| Context not available. | |||||