Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pointcloud manager/pointcloudviewerdx11: slicing issue and bounds not updated if set new point data #130

Open
unitycoder opened this issue Feb 23, 2022 · 0 comments
Labels

Comments

@unitycoder
Copy link
Owner

one report about, pointcloud manager sometimes failing on the slicing (and missing bounds if set new data at UpdatePointData())

PointCloudManager.cs from line 126 Adding Mathf.Floor and Ceil to the min and max values. This is required as SX etc at line 254 are ints. BoxIndex was returning larger than array size.
PointCloudViewerDS11.cs UpdatePointData() Need to find and set cloudBounds.

@unitycoder unitycoder added the bug label Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant