gkjohnson / three-bvh-csg

A flexible, memory compact, fast and dynamic CSG implementation on top of three-mesh-bvh
MIT License
601 stars 46 forks source link

Add test confirming that the same evaluator can be used for different operations that use different attribute types #138

Closed gkjohnson closed 1 year ago

gkjohnson commented 1 year ago

TypedAttributeData may need to be updated to replace the underlying buffer type on initialization.