-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
3D Tiles Points updates - quantization and oct-encoding #4183
Merged
+3,831
−1,662
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
1937747
Doc fixes
lilleyse db2d3ec
Remove workaround2657
lilleyse f368971
Simplify TileOrientedBoundingBox constructor
lilleyse b159f72
Update the bounding volumes
lilleyse e69e0a4
Updates
lilleyse f3d1054
Added tileset.modelMatrix
lilleyse 1e63cd0
Merge branch '3d-tiles' into 3d-tiles-transform
lilleyse 654e053
Merge branch '3d-tiles' into 3d-tiles-transform
lilleyse 18212bb
Fix broken tests
lilleyse 44a3fe0
Merge branch '3d-tiles' into 3d-tiles-transform
lilleyse 4569101
Merge branch '3d-tiles' into 3d-tiles-transform
lilleyse 4a18731
Merge branch '3d-tiles' into 3d-tiles-transform
lilleyse b05417e
Fix bad merge
lilleyse f21b076
Points with quantization and oct encoded normals
lilleyse c677114
Added tests
lilleyse 27f8456
Added picking support
lilleyse 075bbfa
Added picking test
lilleyse b0d9a85
Added getPropertyArray to Cesium3DTileFeatureTableResources to suppor…
lilleyse 7a6f245
Update offsets for quantized points
lilleyse 1699954
Batch table binary
lilleyse 232234f
Refactoring and updates
lilleyse b048042
More updates
lilleyse 62a6fbd
Change point backface culling to false
pjcozzi af6c677
Merge pull request #4228 from AnalyticalGraphicsInc/batch-table-binary
pjcozzi 736cc26
Tests for getPropertyArray
lilleyse 6b6bf06
Renamed Points3DTileContent to PointCloud3DTileContent
lilleyse 0cbef73
Renamed folder from Points to PointCloud
lilleyse 4099695
More renaming
lilleyse 2a3eef3
Streamline ModelInstanceCollection and fix shadow bugs
lilleyse ecef596
Tile transform tests and EAST_NORTH_UP property for i3dm
lilleyse 1e192e4
Removed CesiumMath
lilleyse 0f14709
EAST_NORTH_UP added to all i3dm and cmpt tilesets
lilleyse a162752
Merge pull request #4256 from AnalyticalGraphicsInc/transform-tests
pjcozzi 4344f74
Check if batchTableBinary is defined before copying buffer
lilleyse File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please cherry-pick this for master.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is what's in master, I had removed it when I was still using the
PointGeometry
to renderPoints3DTileContent
, but since that isn't the case anymore I reverted all the changes.