Reputation: 1
Cut out sphere
What im looking for it this exactly behaviour but what i need is that is compatible with URP, as you may see im just starting with Shaders
could you give me any guidance on how to update this to URP?
i have look up for stencil shader / cut out / Buffer
i have replicated the portal stile ones but i need the object to be able to grow like a tree but if its outside the sphere should not show
Upvotes: 0
Views: 973
Reputation: 206
You can do it with Sphere Mask node :
And link Out
to the Alpha property (if your Surface Type
is set to Opaque
then, check the Alpha Clipping
in your Graph settings).
Upvotes: 0