Clipping planes in PlayCanvas

Hi @Gradess,

No, there isn’t an API to do that automatically for a given material.

It’s doable with custom shaders, if you are comfortable with shaders. Mainly it requires calculating the distance of the world pos of each pixel from a given plane and discarding it, if the distance is negative.

2 Likes