<div dir="ltr"><div>Hi John,</div><div><br></div><div><br></div><div>> <span style="font-family:arial,sans-serif;font-size:13px">Sorry, not clear.  Is there a VRML parser written in JavaScript?</span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br>

</span></div><div>I know we have a basic one in threejs, but it's not generic enough to be used outside the engine:</div><div><a href="https://github.com/mrdoob/three.js/blob/master/examples/js/loaders/VRMLLoader.js">https://github.com/mrdoob/three.js/blob/master/examples/js/loaders/VRMLLoader.js</a></div>

<div>(it's kinda low priority at the moment; another reason JSON will be helpful because we can skip</div><div>rewriting it once we upgrade to commonjs :)</div><div><br></div><div>If you need to parse VRML, at the moment you'd have an easier time first converting to XML-encoding X3D</div>

<div>and parse that with a generic XML library, than parsing directly the classic/VRML encoding.</div><div><br></div><div><br></div><div>See you,</div><div>Cecile</div></div>