This is a very basic example to demonstrate how one can use the autodesk forge viewer offline to view any 3D model. This has no dependency on autodesk forge API.
I have created a cube(for demo purpose) using AutoCAD and converted it into .svf using a very good VS Code extension named Autodesk Forge Tools.
In order to use your own model (extracted .svf format), simply change the value of document in index.html.
varoptions={'document' : './model/output.svf','env':'Local'};Assuming you have VS Code with Live Server extension installed.
Run : Download or clone this repository and open the folder in VS Code. Right click on the index.html file and select open with live server.
