License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…
2015-04-29
05:42 PM
- last edited on
2023-05-11
11:43 AM
by
Noemi Balogh
2015-04-30 06:43 PM
Gumby wrote:Hi.
Hello!
I need to render a semi transparent object that does not cast any shadows.
I've looked for an option to disable shadowcasting of objects/materials, but I can't find it. Please don't tell me it's not possible in this render...
SHADOW OFFYou can also create a new parameter, boolean type, and name it something like "showShadow". Then you could change the script to:
IF showShadow THEN SHADOW ON ELSE SHADOW OFF ENDIFand you have a parameter to control it in the object settings.
2015-05-04 11:02 AM
2015-05-05 02:10 AM
Gumby wrote:Morphs have an option to remove shadow casting.
...
I use morph surfaces to create simple diagram graphics in the image...
2015-05-05 09:54 AM