viewer-core
and extensions
.
Viewer-core

viewer-core
has it’s own API and can be used as a standalone to develop applications. If all you want is a barebone web viewer, the viewer core is what you are looking for. Some of the features you’ll be getting are:
- Automatic object batching
- Relative to eye rendering
- Multi level BVHs
- Automatic instanced rendering
- Progressive ambient occlusion
- Shadowcatcher
Extensions
In order to better customize the viewer functionality and behavior we’ve added support for extensions. A lot of explicit viewer functionality is provided via such extensions
Probably the most important aspect with extensions, is that you can develop your own! More details on this topic will follow in a dedicated chapter.