Changeset View
Changeset View
Standalone View
Standalone View
extern/draco/dracoenc/src/draco/mesh/mesh.cc
| Context not available. | |||||
| Mesh::Mesh() {} | Mesh::Mesh() {} | ||||
| #ifdef DRACO_ATTRIBUTE_DEDUPLICATION_SUPPORTED | #ifdef DRACO_ATTRIBUTE_INDICES_DEDUPLICATION_SUPPORTED | ||||
| void Mesh::ApplyPointIdDeduplication( | void Mesh::ApplyPointIdDeduplication( | ||||
| const IndexTypeVector<PointIndex, PointIndex> &id_map, | const IndexTypeVector<PointIndex, PointIndex> &id_map, | ||||
| const std::vector<PointIndex> &unique_point_ids) { | const std::vector<PointIndex> &unique_point_ids) { | ||||
| Context not available. | |||||