iot-app-kit icon indicating copy to clipboard operation
iot-app-kit copied to clipboard

feat(draco): setup support for draco compressed files

Open mumanity opened this issue 4 months ago • 0 comments

Overview

Implementing KTX2Loader support for draco compressed models.

Verifying Changes

Scene Composer

For scene-composer package changes specifically, you can preview the component in the published storybook artifact. To do this, wait for the Publish Storybook action to complete below.

  • Click on the workflow details
  • Select the Summary item on the left
  • Download the zip file

To run the storybook build locally, you need a local static web server:

npm install -g httpserver
cd <Extracted Zip Directory>
httpserver

Then open the website http://localhost:8080 to run the doc site.

Legal

This project is available under the Apache 2.0 License.

mumanity avatar Oct 03 '24 21:10 mumanity