An extension to easily create or update any NodeMaterial.
Call the method Show of the BABYLON.NodeEditor class:
BABYLON.NodeEditor.Show({hostElement: document.getElementById("host")});
This method will retrieve dynamically the library babylon.nodeEditor.js, download it and add
it to the html page.
If you don't have access to internet, the node editor should be imported manually in your HTML page :
<script src="babylon.nodeEditor.js" />