<div dir="ltr">I have written an "X3D Loader" which loads JSON and exports Python: <a href="https://github.com/coderextreme/X3DJSONLD/blob/master/src/main/python/x3djsonld.py">https://github.com/coderextreme/X3DJSONLD/blob/master/src/main/python/x3djsonld.py</a><br><div><br></div><div>I would like some pre-beta testers who have X3D JSON files or can generate them; to load into python, then convert to X3DPSAIL (x3d.py) python code using x3djsonld.py.</div><div><br></div><div>Download from link above, install x3d or set PYTHONPATH to the x3d.py containing folder, and then run</div><div><br></div><div>$ python x3djsonld.py file.json # replacing file.json with your desired JSON file.</div><div><br></div><div>This produces python which can be run with python.  It will generate XML on standard output, so you might do:</div><div><br></div><div>$ python x3djsond.py file.json | python</div><div><br></div><div>to produce XML</div><div><br></div><div>People who can do round-trip to XML and compare would be especially valuable!</div><div><br></div><div>People who can analyze HAnim models are valuable!</div><div><br></div><div>It might be fun to convert glTF to python, but I haven't tried it yet!</div><div><br></div><div>Known issues:</div><div><br></div><div>field/value with type MFVec3f doesn't seem to be handled. (arc*.json, for*.json)</div><div><br></div><div>There are problems with Nancy I haven't had a chance to look at</div><div><br></div><div>I'm not sure if multiline comments work.</div><div><br></div><div>Enough for tonight!</div><div><br></div></div>