I'd much rather prefer A-Frame become this layer for HTML, if only for the fact that the component registry is already community driven and therefore populated.
FWIW the vfx industry is starting to settle on a single format (again) - this might make more sense to implement than something more xml/web-ish... https://graphics.pixar.com/usd/docs/index.html
USD couldn't be more different than X3D. It's an industrial-strength standard for sharing massive movie-scale assets between commercial editing suites and production tools. X3D is lighter weight markup for defining simple 3D scenes that can be viewed in a web browser with a little interactivity.
I've just seen X3DOM which as I understand, it has something called "explicit DOM" means that it loads different DOMs explicitly which is useful I think, especially when the scene is complex
7 comments
[ 3.1 ms ] story [ 26.4 ms ] threadSee this relevant project[0] which enables you to use JSX/React to program the popular 3d library three.js
[0] https://github.com/Izzimach/react-three/blob/master/README.m...