Hi - I’m trying to achieve a subtract operation between two meshes using the stencil buffer. The example in the Unity manual for the stencil buffer is quite close to what I want to achieve. The code is at the end of Unity - Manual: ShaderLab command: Stencil
The issue is that I cannot “see” through the cut mesh. Here’s an example shot
Everything is working except being able to “see” the sphere. I’ve tried to cull backfaces in the surface shader code linked above, but haven’t had any luck. Thanks in advance!