Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 VRML model.file:https ://fe4d.com/tmap/assets/tube.wrl 。我可以在three.js rev 82中使用VRMLLoader加载它。但是当尝试three.js rev 94和rev 102时,它失败了。有没有人有同样的问题?我需要做什么才能在最近版本的 three.js 中加载它?
您的问题是由THREE.VRMLLoader. 此PR已修复此问题。请使用当前dev版本three.js或等待下一个版本R104。
THREE.VRMLLoader
dev
three.js
R104