Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): Partio build errors on pointcloud functions for MSVC (Aca…
…demySoftwareFoundation#1757) Fixes AcademySoftwareFoundation#1755: Build error on MSVC with Partio Explicitly mark unsupported/unused PointCould copy/move constructors and assignment operators as deleted. Change SortedPointRecord index type from int to uint32_t and add static_cast during construction to avoid a warning. Change SortedPointRecord index type from uint32_t to Partio::ParticleIndex to handle 64bit indices (where we can) clang-format changes Signed-off-by: Alex M. Wells <[email protected]>
- Loading branch information