An npx tool to create prendy places from gltf files,
How to use remotely:
How to use locally:
- Build the project with
npm run tsc - Run the project by going to a prendy project and running:
cd src/assets/places/stairy && node /Users/hugomcphee/Documents/GitHub/gltf2prendy/index.js && cd ../../../../
How to run remotely:
- Run the project by going to a prendy project and running:
cd src/assets/places/stairy && npx gltf2prendy && cd ../../../../
( replace stairy with the name of the place you want to render )