Skip to content

Iconem/studio-releases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Steps to run studio webapp locally

  • Retrieve dropbox link to the assets - shared privately
  • Download studio_assets
  • Unzip data folder so the data folder is at the same location than fonts, and locales, all folders should be at the root of the folder
  • Serve index.html, e.g. via http-server

Project folder structure:

 studio /
    └── $id.bundle.js
    └── $id.bundle.js.LICENSE.txt
    └── favicon.ico
    └── index.html
    └── data /
        └── experiences /
        └── models /
              ├── 3dtiles /
              |     └── All /
              |          └── ...
              |     └── Coupoles /
              |          └── ...
              |     └── ...
              |── focus /
              |     └── cupola /
              |          ├── mesh.bin
              |          └── ...
              |     └── ...
              ├── gltf /
              |     ├── mesh.bin
              |     ├── mesh.gltf
              |     ├── mesh.rcInfo
              |     ├── mesh.ktx2
              |     ├── ...
              |     ├── 4k /
              |     |   ├── mesh.bin
              |     |   └── ...
              |     ├── 8k /
              |     |   ├── mesh.bin
              |     |   └── ...
              |     |   └── tomb /
              |     |         ├── mesh.bin
              |     |         └── ...
              |── bing_3dtiles /
              |     ├── tilesetRoot.json
              |     └── ...
        └── scenarios /
        └── thumbnails /
    └── fonts /
    └── locales /