yiskang / forge-viewer-offline-mode-demo

This sample demonstrates how to make minimap and levels extension work with Forge Viewer offline mode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forge Viewer offline mode demo

Platforms MIT

Description

This sample demonstrates how to make minimap and levels extension work with Forge Viewer offline mode following this blog https://forge.autodesk.com/blog/consume-aec-data-svfs-your-own-server

Thumbnail

thumbnail

Run locally

Install NodeJS, and type the following command in the terminal console

npm start # or npx http-server

It will use http-server to host a temporary web server on the root folder of this project, and then open http://localhost:8080 in your web browser.

License

This sample is licensed under the terms of the MIT License. Please see the LICENSE file for full details.

Written by

Eason Kang @yiskang, Forge Partner Development

About

This sample demonstrates how to make minimap and levels extension work with Forge Viewer offline mode.

License:MIT License


Languages

Language:HTML 100.0%