Skip to content

x3dom/cad-viewer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
img
 
 
inc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Slim X3DOM CAD Viewer

Teaser

Usage:

---- general ----

  • in the header of 'main.js' in the section "global configuration". you will find the most important configuration settings:

---- switch models ----

  • the folder 'data' should contain a folder named as the model
  • this folder needs to contain files 'model.x3d', 'metaData.txt' and 'annotation.txt' if the model.x3d references image or binary data it should be contained in the respective subfolders
  • 'MYAPP.model' needs to be set to the folder name.

---- tree sorting ----

  • if the tree should be sorted alphabetically, the flag 'MYAPP.sortTree' needs to be set to 'true'

---- enable/disable fly mode ----

  • use 'MYAPP.isFlyToOnSelect' to set the default navigation mode

---- highlight color ----

  • the color for highlighting object parts is set via 'MYAPP.x3dNodeHighlightColor'

About

An open source CAD viewer using X3DOM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published