[X3D-Public] [x3dom-developers] x3d to json experiments & links of interest

Cecile Muller newsletter at wildpeaks.fr
Tue Jul 8 19:33:11 PDT 2014


Hi John,


> Sorry, not clear.  Is there a VRML parser written in JavaScript?

I know we have a basic one in threejs, but it's not generic enough to be
used outside the engine:
https://github.com/mrdoob/three.js/blob/master/examples/js/loaders/VRMLLoader.js
(it's kinda low priority at the moment; another reason JSON will be helpful
because we can skip
rewriting it once we upgrade to commonjs :)

If you need to parse VRML, at the moment you'd have an easier time first
converting to XML-encoding X3D
and parse that with a generic XML library, than parsing directly the
classic/VRML encoding.


See you,
Cecile
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20140709/62000f5b/attachment.html>


More information about the X3D-Public mailing list