Geometry slicing

I need to slice the geometry into several parts (for example, divide a 2x2x2 cube into 4 parts 1x1x1 each) to get several geometries to create meshes from them.
Are there any ready-made solutions besides this legacy library?

1 Like

The library is 4 years old and obviously uses the old Geometry and not BufferGeometry.

See

thx, since there are no other solutions, i just fixed the threejs-slice-geometry package locally

1 Like

Would be interesting to know how you did it and what the result is.

2 Likes

Hey I am working on a very similar project. Can you please share what you did to fix the threejs-slice-geometry package would be really helpful!

1 Like