David Catuhe 072581095c Nightly + 360 photo 8 gadi atpakaļ
..
assets ea510f73cf fixing build with external dependencies 8 gadi atpakaļ
dist c69a526f0e Small issue with the minimal configuration fixed 8 gadi atpakaļ
src 072581095c Nightly + 360 photo 8 gadi atpakaļ
tests 5d6afcfe16 passing tests to the new architecture 8 gadi atpakaļ
README.md bb272a3545 Viewer configuration - initial 8 gadi atpakaļ
acorn 072581095c Nightly + 360 photo 8 gadi atpakaļ
acorn.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
ansi-html 072581095c Nightly + 360 photo 8 gadi atpakaļ
ansi-html.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
atob 072581095c Nightly + 360 photo 8 gadi atpakaļ
atob.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
errno 072581095c Nightly + 360 photo 8 gadi atpakaļ
errno.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
esparse 072581095c Nightly + 360 photo 8 gadi atpakaļ
esparse.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
esvalidate 072581095c Nightly + 360 photo 8 gadi atpakaļ
esvalidate.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
handlebars 072581095c Nightly + 360 photo 8 gadi atpakaļ
handlebars.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
he 072581095c Nightly + 360 photo 8 gadi atpakaļ
he.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
html-minifier 072581095c Nightly + 360 photo 8 gadi atpakaļ
html-minifier.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
import-local-fixture 072581095c Nightly + 360 photo 8 gadi atpakaļ
import-local-fixture.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
internal-ip 072581095c Nightly + 360 photo 8 gadi atpakaļ
internal-ip.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
json5 072581095c Nightly + 360 photo 8 gadi atpakaļ
json5.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
miller-rabin 072581095c Nightly + 360 photo 8 gadi atpakaļ
miller-rabin.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
mime 072581095c Nightly + 360 photo 8 gadi atpakaļ
mime.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
mkdirp 072581095c Nightly + 360 photo 8 gadi atpakaļ
mkdirp.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
multicast-dns 072581095c Nightly + 360 photo 8 gadi atpakaļ
multicast-dns.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
package.json ea510f73cf fixing build with external dependencies 8 gadi atpakaļ
rimraf 072581095c Nightly + 360 photo 8 gadi atpakaļ
rimraf.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
semver 072581095c Nightly + 360 photo 8 gadi atpakaļ
semver.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
sha.js 072581095c Nightly + 360 photo 8 gadi atpakaļ
sha.js.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
strip-indent 072581095c Nightly + 360 photo 8 gadi atpakaļ
strip-indent.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
tsc 072581095c Nightly + 360 photo 8 gadi atpakaļ
tsc.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
tsconfig-gulp.json d9cf8cc9b7 updating build process 8 gadi atpakaļ
tsconfig.json d9cf8cc9b7 updating build process 8 gadi atpakaļ
tsserver 072581095c Nightly + 360 photo 8 gadi atpakaļ
tsserver.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
uglifyjs 072581095c Nightly + 360 photo 8 gadi atpakaļ
uglifyjs.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
uuid 072581095c Nightly + 360 photo 8 gadi atpakaļ
uuid.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
webpack 072581095c Nightly + 360 photo 8 gadi atpakaļ
webpack-dev-server 072581095c Nightly + 360 photo 8 gadi atpakaļ
webpack-dev-server.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
webpack.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ
webpack.config.js d9cf8cc9b7 updating build process 8 gadi atpakaļ
webpack.gulp.config.js 19d65a6d00 context directory should be correct 8 gadi atpakaļ
which 072581095c Nightly + 360 photo 8 gadi atpakaļ
which.cmd 072581095c Nightly + 360 photo 8 gadi atpakaļ

README.md

BabylonJS Viewer

This project is a 3d model viewer using babylonjs.

Please note that this is an initial release. The API and project structure could (and probably SHOULD) be changed, so please don't rely on this yet in a productive environment.

The viewer is using the latest Babylon from npm (3.1 alpha).

This documentation is also not full. I will slowly add more and more exmplanations.

Basic usage

See basicExample.html in /dist.

Basically, all that is needed is an html tag, and the viewer.js, which includes everything needed to render a Scene:

<babylon model="https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Models/master/2.0/BoomBox/glTF/BoomBox.gltf" default-viewer="true"></babylon>
<script src="viewer.js"></script>

This will create a (default) viewer and will load the model in this URL using the gltf loader.

The babylon tag will be automatically initialized.

Configuration

Configuration can be provided using html attributes or a JSON (at the moment). A configuration Mapper can be registered to create new configuration readers.

Before I finish a full documentation, take a look at configuration.ts

Templating

The default templates are integrated in the viewer.js file. The current templates are located in /assets/templates/default/ . Those templates can be extended and registered using the configuration file.