VRML loader in three.js rev 94 and above

208 Views Asked by At

I have a VRML model.file 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. Has anybody had the same issue? What I need to do to load it in recent versions of three.js?

1

There are 1 best solutions below

0
Mugen87 On

Your issue was caused by a regression in THREE.VRMLLoader. It was fixed by this PR. Please use current dev version of three.js or wait for the next release R104.