We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
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