CesiumGS / cdb-to-3dtiles

Convert CDB to 3D Tiles
Apache License 2.0
76 stars 28 forks source link

Adds support for RMTexture/RMDescriptor datasets #46

Closed sanjeetsuhag closed 3 years ago

sanjeetsuhag commented 3 years ago

This PR enhances the metadata capability of cdb-to-3dtiles by using the RMTexture dataset to create Feature ID Textures and RMDescriptor datasets to create Feature Tables to store material information. This metadata is attached to the terrain glTFs generated from the Elevation and Imagery datasets.

sanjeetsuhag commented 3 years ago

@ErixenCruz This is ready for review.

sanjeetsuhag commented 3 years ago

@ErixenCruz Addressed all given feedback, this is ready for a second round.

sanjeetsuhag commented 3 years ago

@ErixenCruz Addressed all feedback. This is ready for review.

ErixenCruz commented 3 years ago

@sanjeetsuhag Would you take a look at the merge conflicts in Gltf files?

sanjeetsuhag commented 3 years ago

@ErixenCruz Fixed the conflicts.