Frame Cut Where object move

Is there any way to do this if move door frame will cut from there…

Hi @Jack,

Normally you will have to use the mesh API to do polygon manipulation for this boolean operation. This can be a bit advanced.

Another way would be to use a stencil buffer to create an opening that looks through the mesh. Here is an example on that:

https://developer.playcanvas.com/en/tutorials/stencil-buffer---3d-magic-card

1 Like