Has anybody/does anybody know of a way of a way to use php, in particular json_encode()
to convert a Autodesk Revit file into JSON for three.js:
https://github.com/mrdoob/three.js/wiki/JSON-Model-format-3
.. Or the new Model format 4. I know this site:
http://www.greentoken.de/onlineconv/
Does a lot of conversion, but not Revit. There is vA3C (https://va3c.github.io/) which has plugins to do it, but I really want an in-browser script using PHP.