[x3d-public] Yay! Bug fixed!

John Carlson yottzumm at gmail.com
Thu May 28 15:37:46 PDT 2020


I fixed the bug in

www.web3d.org/x3d/stylesheets/java/node!

Diff:

$ svn diff examples/HelloWorldProgramOutput.js
Index: examples/HelloWorldProgramOutput.js
===================================================================
--- examples/HelloWorldProgramOutput.js (revision 30476)
+++ examples/HelloWorldProgramOutput.js (working copy)
@@ -19,7 +19,7 @@
 var ProtoInstance4 = null;
 var ProtoInstance5 = null;
 var ProtoInstance6 = null;
-      var X3D0 =  new
autoclass.X3D().setProfile("Immersive").setVersion("3.3")
+      var X3D0 =  (new
autoclass.X3D()).setProfile("Immersive").setVersion("3.3")
       .addComments(new autoclass.CommentsBlock(" x3dVersionComparisonTest
for this model: supportsX3dVersion(X3DObject.VERSION_3_0)=true "))
       .setHead(new autoclass.head()
         .addComments(new autoclass.CommentsBlock(" comment #1 "))

Will check in soon.

I believe this is a problem with the X3dToNodeJS.xslt.  If you want Don, I
can go ahead and repair the stylesheet as well, but awaiting your
permission.

Thanks,

John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20200528/a24767a8/attachment.html>


More information about the x3d-public mailing list