[x3d-public] MFString in python x3d.py
John Carlson
yottzumm at gmail.com
Wed Jul 19 02:40:57 PDT 2023
First off, I realize x3d.py JSON is under development.
I'm trying to output an MFString to JSON in x3d.py and I'm kind of stuck?
I've been modifying x3d.py to JSON output, but I've spent way too much time
on it and it's dang frustrating.
I have the code:
ImageTexture(url=["images/X3dJavaSceneAccessInterfaceSaiLibrary.png","
http://www.web3d.org/specifications/java/examples/images/X3dJavaSceneAccessInterfaceSaiLibrary.png
"])
Don has:
ImageTexture(url=["images/X3dJavaSceneAccessInterfaceSaiLibrary.png","
http://www.web3d.org/specifications/java/examples/images/X3dJavaSceneAccessInterfaceSaiLibrary.png
"])
The same, right?
I'm wondering if I should try this approach:
NavigationInfo(type="\"EXAMINE\" \"FLY\" \"ANY\""),
John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20230719/97cab519/attachment.html>
More information about the x3d-public
mailing list