You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When repeatedly encoding point clouds using draco_encoder on macOS without deleting the output file between runs, du reports increased file sizes for subsequent runs while the actual file size remains unchanged. This occurs specifically when encoding point clouds (either directly or from PLY files with faces removed).
Steps to Reproduce
Remove faces from a PLY file to create a point cloud:
Issue Description
When repeatedly encoding point clouds using
draco_encoder
on macOS without deleting the output file between runs,du
reports increased file sizes for subsequent runs while the actual file size remains unchanged. This occurs specifically when encoding point clouds (either directly or from PLY files with faces removed).Steps to Reproduce
Observed Behavior
du
reports expected file sizedu
reports larger file sizels -l
,stat
, etc.) remains constant@
flag) appear on the fileEnvironment
cmake ..
cmake .. -DCMAKE_BUILD_TYPE=Release -DDRACO_TESTS=ON
The text was updated successfully, but these errors were encountered: