[x3d-public] x3d java sai. Don't know how to add IMPORT and EXPORT to objects.

yottzumm at gmail.com yottzumm at gmail.com
Mon Jan 2 03:16:34 PST 2017


examples\Basic\development\ImportExportSyntax.java:125: error: no suitable method found for addChildren(IMPORTObject)
                Transform0_2_2.addChildren(IMPORT0_2_2_3);
                              ^
    method X3DGroupingNode.addChildren(X3DNode[]) is not applicable
      (argument mismatch; IMPORTObject cannot be converted to X3DNode[])
    method Transform.addChildren(X3DNode[]) is not applicable
      (argument mismatch; IMPORTObject cannot be converted to X3DNode[])
    method TransformObject.addChildren(X3DChildNode) is not applicable
      (argument mismatch; IMPORTObject cannot be converted to X3DChildNode)
    method TransformObject.addChildren(X3DNode[]) is not applicable
      (argument mismatch; IMPORTObject cannot be converted to X3DNode[])
examples\Basic\development\ImportExportSyntax.java:154: error: no suitable method found for addChildren(EXPORTObject)
                Scene0_2.addChildren(EXPORT0_2_18);
                        ^
    method SceneObject.addChildren(X3DChildNode) is not applicable
      (argument mismatch; EXPORTObject cannot be converted to X3DChildNode)
    method SceneObject.addChildren(X3DNode[]) is not applicable
      (argument mismatch; EXPORTObject cannot be converted to X3DNode[])
examples\Basic\development\ImportExportSyntax.java:159: error: no suitable method found for addChildren(IMPORTObject)
                Scene0_2.addChildren(IMPORT0_2_20);
                        ^
    method SceneObject.addChildren(X3DChildNode) is not applicable
      (argument mismatch; IMPORTObject cannot be converted to X3DChildNode)
    method SceneObject.addChildren(X3DNode[]) is not applicable
      (argument mismatch; IMPORTObject cannot be converted to X3DNode[])
3 errors
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20170102/c36329de/attachment.html>


More information about the x3d-public mailing list