Babylon.js Viewer Examples
This section holds a list of the current demos of the viewer
Basic usage
https://github.com/BabylonJS/Babylon.js/tree/master/packages/tools/viewer/public/basicExample.html
A basic example of loading a .babylon model with the default configuration.
DOM configuration
https://github.com/BabylonJS/Babylon.js/tree/master/packages/tools/viewer/public/domExample.html
An example on how to use the DOM to configure the viewer
Events example
https://github.com/BabylonJS/Babylon.js/tree/master/packages/tools/viewer/public/eventsExample.html
An example on how to load the viewer and use its observers using promises, observables and callbacks.
Animations example
https://github.com/BabylonJS/Babylon.js/tree/master/packages/tools/viewer/public/ufoExample.html
An example of the animation system of the default viewer
Further reading
Babylon.js Viewer
The viewer is the simplest way to display 3D content on a web page.

Configuring the Babylon.js Viewer
How to configure the Babylon.js viewer.

Modify the Babylon.js Viewer
Modifying the Babylon.js viewer using HTML.

Babylon.js Viewer - Advanced usage
Advanced uses of the viewer.

Babylon.js Viewer Templating System
Using and extending the viewer's simple integrated templating system.
