issues
search
andreasplesch
/
x_ite_dom
link x_ite to the DOM
http://andreasplesch.github.io/x_ite_dom/index.xhtml
MIT License
6
stars
0
forks
source link
used cobweb methods
#26
Closed
andreasplesch
closed
6 years ago
andreasplesch
commented
7 years ago
a list of cobweb methods in case they change:
SAI
X3D .getBrowser (element)
browser .importDocument (dom)
browser .replaceWorld (importedScene)
field .addFieldCallback
isLoaded .removeFieldCallback ("loaded" + node .getId ())
loadSensor .getField ("watchList")
watchList .getValue ()
watchList .setValue (wListUpdate)
others
X3D()
field. isOutput()
parser .pushExecutionContext (nodeScene)
parser .pushParent (node)
parser .childElement (element)
parser .popParent ()
parser .popExecutionContext ()
nodeScene .setup ()
browser .currentScene .setup ()
parser .nodeAttribute (attribute, element .x3d)
parser .attributeToCamelCase (attributeName)
field .addEvent ()
browser .processEvents()
a list of cobweb methods in case they change:
SAI
others