#PB_Entity_NoSelfShadow and #PB_Entity_DontReceiveShadow
Posted: Fri Sep 06, 2013 4:30 pm
I propose the addition of the following flags for EntityRenderMode(#Entity, Mode):
- #PB_Entity_NoSelfShadow - do not perform self-shadowing (sometimes there are just too many issues due to this)
#PB_Entity_DontReceiveShadow - do not receive any shadows at all (yet be able to cast them using #PB_Entity_CastShadow)