<div dir="ltr">There are a couple of issues with Holger's examples, converted to JSON and Python.<div><br></div><div>I will look for a tutorial on particle systems next, and download Blender, etc.</div><div><br></div><div>Back to Holger's examples:</div><div>=====================</div><div><br></div><div>BEGIN ../Library/Tests/Components/ParticleSystems/Bubbles.x3d > json, Warning: X3dToJson.xslt attribute type not found for DirectionalLight shadowDiffusion<br></div><div><br></div><div>Looks like there's a non-standard attribute,shadowDiffusion.  in this example.  My guess is it works OK in X_ITE.   Would others want to implement/standardize this?</div><div><br></div><div>BEGIN ../Library/Tests/Components/ParticleSystems/OpenVolume.x3d > json, Error on line 1 column 1 of OpenVolume.x3d:<br>  SXXP0003   Error reported by XML parser: Content is not allowed in prolog.: Content is not<br>  allowed in prolog.<br>org.xml.sax.SAXParseException; systemId: file:/C:/Users/john/X3DJSONLD/src/main/shell/../Library/Tests/Components/ParticleSystems/OpenVolume.x3d; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.<br></div><div><br></div><div>The above looks like a binary file, I doubt if it's valid in an XSLT program?</div><div>===============================================</div><div>Python issues (X3dToPython.xslt)</div><div><br></div><div>ExplosionEmitter.py<br>  File "C:\Users\john\X3DJSONLD\src\main\python\net\x3djsonld\Library\Tests\Components\ParticleSystems\ExplosionEmitter.py", line 113<br>    WindPhysicsModel(speed=0.5,gustiness=2)<br>    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>SyntaxError: invalid syntax. Perhaps you forgot a comma?  Attaching zip of python and original.<br></div><div><br></div><div><a href="https://github.com/create3000/Library/blob/main/Tests/Components/ParticleSystems/ExplosionEmitter.x3d">https://github.com/create3000/Library/blob/main/Tests/Components/ParticleSystems/ExplosionEmitter.x3d</a><br></div><div><br></div><div><br></div><div><br></div><div>I realize I may be a few versions of the stylesheet/x3d.py, so this temporary issue until I upgrade.</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div>John</div></div>