-
Notifications
You must be signed in to change notification settings - Fork 122
What are the browser requirements of JSModeler?
Viktor Kovacs edited this page Sep 26, 2013
·
1 revision
JSModeler is a browser independent modeling library unless you would like to visualize your models. So for example you can create a model and export it to stl in all major browsers, but if you would like the model to appear on the screen, you shold use a viewer:
- The built-in viewer based on three.js library and WebGL. It converts the JSModeler model format to three.js model format, and uses three.js for viewing the model. It means it needs three.js and WebGL support.
- Of course you can use other viewers, you only need to convert the model to the proper format.