Robin-Wutschert
Results
1
issues of
Robin-Wutschert
I have used PointCloudBuilder to encode positions and colors using ``` draco::PointCloudBuilder pcBuilder; pcBuilder.Start(pointCount); int posId = pcBuilder.AddAttribute(draco::GeometryAttribute::POSITION, 3, draco::DT_FLOAT32); pcBuilder.SetAttributeValuesForAllPoints(posId, positions.data(), sizeOfPosition); int colId = pcBuilder.AddAttribute(draco::GeometryAttribute::COLOR, 3, draco::DT_UINT8); pcBuilder.SetAttributeValuesForAllPoints(colId,...
enhancement
Feature Request