使用threeCSG.js的两个对象之间的布尔运算失败

时间:2014-03-13 12:48:42

标签: javascript three.js

我无法从:

获取布尔运算的示例

https://github.com/chandlerprall/ThreeCSG/blob/master/examples.html

工作。我看到他们在第398行的lerp()例程中失败了 (vectorCSG.js)在vector sub()方法中:

a.normal.clone().sub( this.normal ).multiplyScalar( t )

出现此错误:

Uncaught TypeError: Cannot read property ‘x’ of undefined

我尝试了不同的例子,所有人都给了我同样的错误。我是 使用Three.js r54和最新版本的ThreeCSG.js来自:

         https://github.com/chandlerprall/ThreeCSG.
你有没有人遇到过这个问题?有什么问题?

顺便说一下,我很好奇是否可以使用ThreeCSG进行布尔运算 在一个封闭的物体(如块,球体)和一个平面之间 类似于切片。

谢谢, 作者Srini

0 个答案:

没有答案