mui-3dc-embed
v0.0.24
Published
Bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
Readme
CAIR 3D Scene Renderer w/ Catalog
Bootstrapped with Create React App.
Prerequisites
Place your 3d assets in the
publicfolder of the project, e.g.3d-renderer/public/clothing_store/*The
.fbxfile can then be reference as seen insrc/index.js:<App sceneUrl="/clothing_store/Assets/clothing_store.fbx" metadata={payload} />The metadata file is currently located at
src/cloth_store_metadata.json.
Run
npm install
npm start