MaterialXLab API
0.0.1
APIs For MaterialXLab Libraries
|
Go to the source code of this file.
Classes | |
class | MxGraphMonitor |
This class provides a monitoring interface for the graph editor. More... | |
class | MxGraphHandler |
Base class for graph handlers. More... | |
class | MxMaterialXHandler |
This class extends the MxGraphHandler class to provide MaterialX-specific functionality for handling MaterialX graphs within the editor. More... | |
Variables | |
var | ne_mx = null |
var | doc = null |
var | stdlib = null |
var | customlibs = [] |
var | customDocLibs = [] |
var | graph = null |
var | graphcanvas = null |
var customDocLibs = [] |
Definition at line 7 of file JsMaterialXNodeEditor.js.
var customlibs = [] |
Definition at line 6 of file JsMaterialXNodeEditor.js.
var doc = null |
Definition at line 4 of file JsMaterialXNodeEditor.js.
var graph = null |
Definition at line 8 of file JsMaterialXNodeEditor.js.
var graphcanvas = null |
Definition at line 9 of file JsMaterialXNodeEditor.js.
var ne_mx = null |
Definition at line 3 of file JsMaterialXNodeEditor.js.
var stdlib = null |
Definition at line 5 of file JsMaterialXNodeEditor.js.