David Catuhe c3b8eb071c v4.0.0 6 năm trước cách đây
..
img 0edfcc6e7c viewer maintenance 6 năm trước cách đây
templates 0edfcc6e7c viewer maintenance 6 năm trước cách đây
babylon.woff e2452c0c37 VR button was added and disabled per default 7 năm trước cách đây
package.json c3b8eb071c v4.0.0 6 năm trước cách đây
readme.md e76008b439 Publisher 6 năm trước cách đây

readme.md

Babylon.js Viewer Assets

Babylon's viewer assets package contains all needed binary assets neeed for the proper operation of the viewer's templating system.

This packes is only needed when intalling the viewer's npm package and is installed and used automatically.

For basic and advanced viewer usage instructions please read the doc at https://doc.babylonjs.com/extensions/the_babylon_viewer

The source code can be found at https://github.com/BabylonJS/Babylon.js/tree/master/Viewer

Overriding the package

To override the package when (for example) using webpack, define the package babylonjs-viewer-assets in "externals":

externals: {
    "babylonjs-viewer-assets": true
}