Changeset View
Changeset View
Standalone View
Standalone View
extern/draco/dracoenc/src/draco/tools/draco_encoder.cc
| Context not available. | |||||
| pc->GetNamedAttributeId(draco::GeometryAttribute::GENERIC, 0)); | pc->GetNamedAttributeId(draco::GeometryAttribute::GENERIC, 0)); | ||||
| } | } | ||||
| } | } | ||||
| #ifdef DRACO_ATTRIBUTE_DEDUPLICATION_SUPPORTED | #ifdef DRACO_ATTRIBUTE_INDICES_DEDUPLICATION_SUPPORTED | ||||
| // If any attribute has been deleted, run deduplication of point indices again | // If any attribute has been deleted, run deduplication of point indices again | ||||
| // as some points can be possibly combined. | // as some points can be possibly combined. | ||||
| if (options.tex_coords_deleted || options.normals_deleted || | if (options.tex_coords_deleted || options.normals_deleted || | ||||
| Context not available. | |||||