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

Added Draco support to point clouds #6559

Merged
merged 35 commits into from
Jul 9, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
9cfba49
Added Draco loading to pnts
lilleyse Apr 25, 2018
c5870f8
Updated CHANGES.md
lilleyse May 3, 2018
ccc04ee
Merge branch 'master' into point-clouds-draco
lilleyse May 7, 2018
706a918
Combine point cloud and model into the same draco loader
lilleyse May 7, 2018
f618fb0
Formatting updates
lilleyse May 8, 2018
4ef9401
Tweaked CHANGES.md
lilleyse May 8, 2018
929ce88
Change names of test data, update link in Sandcastle demo
lilleyse May 8, 2018
b153553
Merge branch 'master' into point-clouds-draco
lilleyse May 8, 2018
845846c
Removed isPointCloud parameter
lilleyse May 8, 2018
a79b93f
Revert changes in #6558
lilleyse May 8, 2018
054fc5b
Remove decodeDracoPointCloud
lilleyse May 8, 2018
4156778
Merge branch 'master' into point-clouds-draco
lilleyse May 11, 2018
ebd98ca
Revert a79b93f
lilleyse May 11, 2018
8e551be
Update Draco format
lilleyse May 22, 2018
2f940d7
Support 8-bit Draco quantized points
lilleyse May 23, 2018
a552a9f
Fix when batch table doesn't exist
lilleyse May 23, 2018
99040bc
Fix for batched points
lilleyse May 23, 2018
4951e17
Adjustments to support a mix of draco and non-draco properties
lilleyse May 25, 2018
c54add9
Update tilesets and specs
lilleyse May 25, 2018
258ebf8
Remove IE checks
lilleyse May 25, 2018
0376b5d
Changed .include to .indexOf in some tests
lilleyse May 25, 2018
bea4f5b
Fix bad CHANGES.md merge
lilleyse May 25, 2018
0c303b9
Updates
lilleyse May 30, 2018
d264443
Merge branch 'master' into point-clouds-draco
lilleyse Jun 18, 2018
4dd4334
Merge branch 'master' into point-clouds-draco
lilleyse Jun 19, 2018
52eac03
Merge branch 'master' into point-clouds-draco
lilleyse Jun 22, 2018
dc74460
Fix bad merge
lilleyse Jun 22, 2018
41962c3
Merge branch 'master' into point-clouds-draco
lilleyse Jul 2, 2018
a67704e
Fix CHANGES.md bad merge again
lilleyse Jul 2, 2018
d9c3dee
Set isQuantized and isOctEncoded after Draco decode
lilleyse Jul 5, 2018
3e96229
Fix tilesets
lilleyse Jul 5, 2018
8efda1b
Destroy decoder
lilleyse Jul 5, 2018
c7948c4
Merge branch 'master' into point-clouds-draco
lilleyse Jul 5, 2018
9e502b7
Update draco files
lilleyse Jul 6, 2018
620d975
Move draco object creation
lilleyse Jul 8, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Apps/Sandcastle/gallery/3D Tiles Formats.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@
}, {
name: 'PointCloudBatched',
resource: Cesium.IonResource.fromAssetId(3878)
}, {
name: 'PointCloudDraco',
resource: Cesium.IonResource.fromAssetId(9999)
}
],
selectedTileset: undefined,
Expand Down
Loading