I want to achieve a simple ‘additive’ shader effect for my objects in Mantra, but as I'm quite new to shading and rendering in Houdini I don't know where to start.
Attached is an image showcasing the desired effect.
Simple additive render for object in Mantra.
1670 1 0- joostjordens
- Member
- 8 posts
- Joined: Jan. 2017
- Offline
- jsmack
- Member
- 8043 posts
- Joined: Sept. 2011
- Offline
Setting Of to zero will prevent the surface from occluding. For raytracing engines, you may want to disable ‘stochastic transparency’ to prevent the image being full of holes.
surface ghost( vector color = {0.0, 0.2, 0.0}; export vector Ce = 0; ) { Cf = Ce = color; Of = 0; }
Edited by jsmack - Jan. 5, 2019 16:41:14
-
- Quick Links