4.2.0-alpha.21 • Published 5 years ago

babylonjs-sandbox v4.2.0-alpha.21

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 years ago

Babylon.js Sandbox

An extension to easily create a full page viewer (ala sandbox.babylonjs.com)

Usage

Online method

Call the method Show of the BABYLON.Sandbox class:

BABYLON.Sandbox.Show({hostElement: document.getElementById("host")});

Offline method

If you don't have access to internet, the node editor should be imported manually in your HTML page :

<script src="babylon.sandbox.js" />
4.2.0-alpha.23

5 years ago

4.2.0-alpha.22

5 years ago

4.2.0-alpha.21

5 years ago