About Store Forum Documentation Contact



Post Reply 
Shadows by object type
Author Message
Brainache Offline
Member

Post: #1
Shadows by object type
Is there a way to disable shadows for particular object types?

ie:
enable shadows for OBJ_CHR
disable shadows for OBJ_STATIC and OBJ_ITEM
etc..
09-07-2009 04:51 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
Re: Shadows by object type
extend the draw method
and when its Renderer()==RM_SHD_MAP do return; (dont call __super::draw)
09-07-2009 05:52 PM
Find all posts by this user Quote this message in a reply
Post Reply