Is this possible create a Bounding Box which Slices/Scrapes the 3DModel in three js?

You can use stencil buffers to achieve the effect in the video – there’s an example here:

https://threejs.org/examples/?q=stencil#webgl_clipping_stencil

Also see

1 Like