该类用于指定点云颜色编码方式的枚举类型。
可以在创建点云时指定颜色编码方式,例如:
PointCloudInstance pointCloudInstance = new PointCloudInstance( pointCloudPath, Transform.Identity, PointCloudColorMode.RedGreen);
其中,PointCloudColorMode.RedGreen 指定了颜色编码方式为 RGB。
PointCloudColorMode.RedGreen