Online 3D Viewer
Online 3D Viewer is a solution to visualize and explore 3D models in your browser. The solution builds up from two parts.
- Engine: A library to import, visualize and export 3D models. It can be used on any website to embed 3D models easily.
- Website: The source code of the https://3dviewer.net site which uses the engine under the hood.
Engine Usage
These documents help you understanding how to use the engine in your own solution.
- Installation - Explains ways to get the package.
- Usage - Provides some usage examples.
Contribution
If you would like to contribute to the codebase, these documents help you to start.