Differential D6342 Diff 20011 extern/draco/dracoenc/src/draco/compression/point_cloud/point_cloud_encoder.h
Changeset View
Changeset View
Standalone View
Standalone View
extern/draco/dracoenc/src/draco/compression/point_cloud/point_cloud_encoder.h
| Context not available. | |||||
| virtual bool EncodeEncoderData() { return true; } | virtual bool EncodeEncoderData() { return true; } | ||||
| // Encodes any global geometry data (such as the number of points). | // Encodes any global geometry data (such as the number of points). | ||||
| virtual bool EncodeGeometryData() { return true; } | virtual Status EncodeGeometryData() { return OkStatus(); } | ||||
| // encode all attribute values. The attribute encoders are sorted to resolve | // encode all attribute values. The attribute encoders are sorted to resolve | ||||
| // any attribute dependencies and all the encoded data is stored into the | // any attribute dependencies and all the encoded data is stored into the | ||||
| Context not available. | |||||