Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 387 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 387 Bytes

Away3d-CSG

What is this?

Ever wanted to modify a model mesh in Away3d at runtime? Look no further!

Constructive Solid Geometry (CSG) is a modeling technique that uses boolean operations to combine 3D solids. This library features these operations:

  • union
  • subtract
  • intersect
  • inverse
  • and more!

Please refer to the provided example project for OpenFL/Away3d to get started.