[x3d-public] Resource bound to operation.

John Carlson yottzumm at gmail.com
Fri Jun 16 12:54:08 PDT 2017


Would it be possible to have SAI or Dom that operated like this:

var key = scenegraphNode.open("delete");

var keys_key = scenegraphNode.open("list");

var key2 = node.open("get", "field1");

var key3 = node.open("put", "field1");

var key5 = key3.execute(keys_key);

var keys_again = key2.execute();

var list = keys_again.execute()

key.execute();

keys_key.execute(); // fails
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20170616/1a1605fa/attachment.html>


More information about the x3d-public mailing list