Hi all
I'm trying to render cast shadows on a ground plane and I messed with the options in the object node's render tab, in "view visibility", but I couldn't find a way to cast shadows on this grid object while keeping it invisible.
This should work with Mantra and Karma.
Thanks for any tips.
DS
Object should be invisible but receive cast shadows
448 3 1-
- Grendizer
- Member
- 379 posts
- Joined: May 2014
- Offline
-
- Kirill_Kolobushkin
- Member
- 3 posts
- Joined: Aug. 2021
- Offline
Hi!
you can use LPE: holdout;shadow;C.*<L.'domelight1'>
to make it works in Render Geometry Settings switch Holdout Mode to Matte or Background.
"C" avoids shadow reflections.
"<L.'..'>" split LPE tags
You can also make shadow casting geometry phantom
you can use LPE: holdout;shadow;C.*<L.'domelight1'>
to make it works in Render Geometry Settings switch Holdout Mode to Matte or Background.
"C" avoids shadow reflections.
"<L.'..'>" split LPE tags
You can also make shadow casting geometry phantom
Edited by Kirill_Kolobushkin - Aug. 29, 2025 11:58:10
-
- Grendizer
- Member
- 379 posts
- Joined: May 2014
- Offline
-
- Kirill_Kolobushkin
- Member
- 3 posts
- Joined: Aug. 2021
- Offline
In mantra you can build specific shader using shadowmatte node, depending of compose task bind it to AOV or render as beauty. unfortunately I don't imagine way to avoid beauty calculating.
In Karma use render geometry settings node to set shading properties, type LPE exp and it will be enough. This way is faster because beauty might not being rendering.
In Karma use render geometry settings node to set shading properties, type LPE exp and it will be enough. This way is faster because beauty might not being rendering.
-
- Quick Links