three-x3d-loader icon indicating copy to clipboard operation
three-x3d-loader copied to clipboard

Very sorry

Open dragonpoint opened this issue 7 years ago • 2 comments

I'm very sorry because I don't know how to reach the project manager and find none emails. This is not an issue but a question I don't understand the "parsedXml" part ? what it is? where does it come from ?? I think this project can help me to load x3d format 3d models and show it in Three.js. Do I wrong?

I converted an ".obj" model to ".x3d" and tried to load it use your example code but failed nothing shows up. I'm very confused please help !

dragonpoint avatar Sep 30 '18 13:09 dragonpoint

If you have an .obj model I think it is easier if you use the obj loader:

https://threejs.org/docs/#examples/loaders/OBJLoader

jonaskello avatar Sep 30 '18 14:09 jonaskello

Do you know pop-buffer ? x3dom can load .x3d format 3d model step by step and looks great. I think maybe there is a way to load .x3d model for Threejs and based on pop-buffer tech

https://x3dom.org/pop/

dragonpoint avatar Oct 01 '18 11:10 dragonpoint