mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 13:59:07 +08:00
Hyperlink DOI to preferred resolver (#501)
See https://www.doi.org/doi_handbook/3_Resolution.html#3.8
This commit is contained in:
parent
265bbfc617
commit
bb91e08695
@ -23,7 +23,7 @@ enum PointCloudCompressionMethod {
|
|||||||
// Generalized version of Encoding using the Octree method by Olivier
|
// Generalized version of Encoding using the Octree method by Olivier
|
||||||
// Devillers to d dimensions.
|
// Devillers to d dimensions.
|
||||||
// "Progressive lossless compression of arbitrary simplicial complexes"
|
// "Progressive lossless compression of arbitrary simplicial complexes"
|
||||||
// http://dx.doi.org/10.1145/566570.566591
|
// https://doi.org/10.1145/566570.566591
|
||||||
KDTREE = 1,
|
KDTREE = 1,
|
||||||
RESERVED_POINT_CLOUD_METHOD_2 = 2, // Reserved for internal use.
|
RESERVED_POINT_CLOUD_METHOD_2 = 2, // Reserved for internal use.
|
||||||
RESERVED_POINT_CLOUD_METHOD_3 = 0, // Reserved for internal use.
|
RESERVED_POINT_CLOUD_METHOD_3 = 0, // Reserved for internal use.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user