[x3d-public] X3DJSAIL updated support for setting with doubles; python pyjniusmapping

John Carlson yottzumm at gmail.com
Sat May 11 18:39:05 PDT 2019


==========================================

>2. Also tried to get PythonPipeliningSerializer.js to avoid brackets on simple and numeric types.

>Checked in block that didn't work, please fix and check back in:

		if (type.startsWith("SF")) // TODO fix this javascript, test is not working
             return     lead+values.join(j)+trail; // avoid array brackets on SF types
         else
             return '['+lead+values.join(j)+trail+']';

==========================================


I logged type, and these appear to be Java types.  So we’ll have to change type to attrType or something. Will do.

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


More information about the x3d-public mailing list