1.0.0 • Published 5 years ago

csg-three v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

csg-three

  • csg布尔运算在threeJS中的使用
  • 扩展函数实现threeJS实体转换成csg实体,布尔运算完成后还原成threeJS实体。
  • 所有类型的布尔运算封装在BooleanCalculation类中
  • union 并集
  • substract 差集
  • intersect 交集
  • inverse 交集取反

使用

  • npm install
  • npm run build
  • 运行example