Changeset View
Changeset View
Standalone View
Standalone View
extern/draco/dracoenc/src/draco/attributes/point_attribute.h
| Context not available. | |||||
| return GetValue(mapped_index(point_index), out_data); | return GetValue(mapped_index(point_index), out_data); | ||||
| } | } | ||||
| #ifdef DRACO_ATTRIBUTE_DEDUPLICATION_SUPPORTED | #ifdef DRACO_ATTRIBUTE_VALUES_DEDUPLICATION_SUPPORTED | ||||
| // Deduplicate |in_att| values into |this| attribute. |in_att| can be equal | // Deduplicate |in_att| values into |this| attribute. |in_att| can be equal | ||||
| // to |this|. | // to |this|. | ||||
| // Returns -1 if the deduplication failed. | // Returns -1 if the deduplication failed. | ||||
| Context not available. | |||||
| } | } | ||||
| private: | private: | ||||
| #ifdef DRACO_ATTRIBUTE_DEDUPLICATION_SUPPORTED | #ifdef DRACO_ATTRIBUTE_VALUES_DEDUPLICATION_SUPPORTED | ||||
| template <typename T> | template <typename T> | ||||
| AttributeValueIndex::ValueType DeduplicateTypedValues( | AttributeValueIndex::ValueType DeduplicateTypedValues( | ||||
| const GeometryAttribute &in_att, AttributeValueIndex in_att_offset); | const GeometryAttribute &in_att, AttributeValueIndex in_att_offset); | ||||
| Context not available. | |||||