mrdoob / three.js

JavaScript 3D Library.
https://threejs.org/
MIT License
100.41k stars 35.2k forks source link

VRML loader in three.js rev 94 and above #16219

Closed farshid2 closed 5 years ago

farshid2 commented 5 years ago

I have a VRML model at: https://fe4d.com/tmap/assets/tube.wrl . I can load it with VRMLLooader in three.js rev 82. But when tried three.js rev 94 and rev 102, it failed.

Thanks

Three.js version
Browser
OS
Hardware Requirements (graphics card, VR Device, ...)
Mugen87 commented 5 years ago

see https://stackoverflow.com/questions/55609571/vrml-loader-in-three-js-rev-94-and-above

I can confirm there is a regression. I was able to load the file with three.js R82 and the respective version of VRMLLoader.

Mugen87 commented 5 years ago

With the linked PR, tube.wrl should work again. At least I have the same visual result as with R82.

image