dennisharoldsen opened this issue on May 27, 2007 ยท 9 posts
nruddock posted Sun, 27 May 2007 at 8:08 PM
Quote - scene.SetGroundShadows(1)
This is for turning on or off the basic preview shadows.
Quote - scene.SetRenderCastShadows(1)
This is a global render setting, and you do need it, but it's not the whole story (see below). > Quote - what else is there ?
actor.SetCastsShadows(1) is required for an actor to cast shadows and
*light.*SetShadow(1) is required for a light to cast shadows.