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

Fix point cloud styling #719

Merged
merged 2 commits into from
May 13, 2024
Merged

Fix point cloud styling #719

merged 2 commits into from
May 13, 2024

Conversation

lilleyse
Copy link
Contributor

Property table values were being read incorrectly in cesium.mdl. The code was treating (0, 0) as the bottom left pixel instead of the top left pixel. This affected property tables with more than 4096 elements; anything less than would would fit in a single row of the texture and not hit this bug. That's why most datasets worked except point clouds.

Before:

image

After:

image

Test data: montreal.zip

@lilleyse lilleyse merged commit 21b4708 into main May 13, 2024
3 checks passed
@lilleyse lilleyse deleted the fix-property-table-access branch May 13, 2024 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants