[x3d-public] Problem with X3D Java SAI. Setting IS statements on ProtoInstances (box.x3d)
yottzumm at gmail.com
yottzumm at gmail.com
Sat Dec 31 14:40:16 PST 2016
See attached files for issues with setting IS statements on ProtoInstances. Here are the compilation errors:
$ javac box.java
box.java:171: error: cannot find symbol
ProtoInstance006202.setIS(IS0062022);
^
symbol: method setIS(ISObject)
location: variable ProtoInstance006202 of type ProtoInstanceObject
box.java:184: error: cannot find symbol
ProtoInstance006204.setIS(IS0062042);
^
symbol: method setIS(ISObject)
location: variable ProtoInstance006204 of type ProtoInstanceObject
box.java:197: error: cannot find symbol
ProtoInstance006206.setIS(IS0062062);
^
symbol: method setIS(ISObject)
location: variable ProtoInstance006206 of type ProtoInstanceObject
3 errors
If this is not in the standard, let me know. Otherwise, modify the Java SAI to allow me to set IS statements on ProtoInstances.
Thanks,
John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20161231/4a3eb665/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: box.java
Type: application/octet-stream
Size: 10143 bytes
Desc: not available
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20161231/4a3eb665/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Box.x3d
Type: application/octet-stream
Size: 3813 bytes
Desc: not available
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20161231/4a3eb665/attachment-0003.obj>
More information about the x3d-public
mailing list