Skip to content

This is a basic example to demonstrate the use of autodesk forge viewer offline. No need of any API call.

License

Notifications You must be signed in to change notification settings

lookquad/AutoDesk-Forge-Viewer-Offline-JavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

View 3D Model offline (Autodesk Forge)

Description

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.

Setup

In order to use your own model (extracted .svf format), simply change the value of document in index.html.

var options = {
    '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.

Output

Written By

Luqman Quadri

About

This is a basic example to demonstrate the use of autodesk forge viewer offline. No need of any API call.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages