The aim of this project is to show how to load multiple STL files using Stl Viewer Javascript Plugin and display them as separate layers
- Add your STL files into
assetsfolder - In
index.html, customize the list of STL files to load (body.onloadevent) - Since Stl Viewer Javascript Plugin requires Web Workers, there are two ways to open the
index.html:- Using an HTTP server
- Launching Google Chrome with
--allow-file-access-from-filesand open theindex.htmlfile