aws-samples / aws-iot-twinmaker-samples

Apache License 2.0
97 stars 77 forks source link

add model converter utils #21

Closed panjintian closed 2 years ago

panjintian commented 2 years ago

Issue #, if available:

Description of changes: Add script to support matterport model converting. The script is doing the following things.

  1. Pull model related data and files(i.e. metadata, jpg file, .obj file) from matterport and convert it to glb file.
  2. Meanwhile, calling TwinMaker API to create scene for the converted model.
  3. Generate scene files for the converted model
  4. Upload model file(.glb), scene file(.json) and material files .jpg to customer s3 bucket.
  5. Output the TwinMaker scene console link.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.