csg-three
v1.0.0
Published
+ csg布尔运算在threeJS中的使用 + 扩展函数实现threeJS实体转换成csg实体,布尔运算完成后还原成threeJS实体。 + 所有类型的布尔运算封装在BooleanCalculation类中 + union + substract + intersect + inverse
Downloads
5
Readme
csg-three
- csg布尔运算在threeJS中的使用
- 扩展函数实现threeJS实体转换成csg实体,布尔运算完成后还原成threeJS实体。
- 所有类型的布尔运算封装在BooleanCalculation类中
- union 并集
- substract 差集
- intersect 交集
- inverse 交集取反
使用
- npm install
- npm run build
- 运行example