Trevor Baron ca18c6d4f4 remove texture %!s(int64=6) %!d(string=hai) anos
..
src ca18c6d4f4 remove texture %!s(int64=6) %!d(string=hai) anos
README.md 2c6e569af8 nodeEditor initial build %!s(int64=6) %!d(string=hai) anos
tsconfig.json 23ee06a07d no more build errors %!s(int64=6) %!d(string=hai) anos
webpack.config.js 3b9fc842bd Starting blocks for nodeEditor %!s(int64=6) %!d(string=hai) anos

README.md

Babylon.js Node Editor

An extension to easily create or update any NodeMaterial.

Usage

Online method

Call the method Show of the BABYLON.NoteMaterial class:

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

This method will retrieve dynamically the library nodeEditor.js, download it and add it to the html page.

Offline method

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

<script src="babylon.nodeEditor.js" />