我开始使用Three.js创建漂亮的3D对象。 现在我尝试在给定示例中进行减法: https://github.com/stemkoski/stemkoski.github.com/blob/master/Three.js/CSG.html 但我在图书馆收到错误:
Uncaught TypeError: undefined is not a function ThreeCSG.js:215
window.ThreeBSP.ThreeBSP.toMesh ThreeCSG.js:215
我想要达到的是四分之一圆,从中减去一个较小的圆圈(以便创建一个弓形)。
这里是傻瓜。 http://plnkr.co/edit/lUxq0Oh1aXbRVd4c2rKG?p=preview
知道导致错误的原因吗?