EnableShadow

From MaratisWiki
Revision as of 20:56, 12 March 2013 by TaeZ (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Enable or disable shadow casting on the light object. All objects affected by light with enabled shadow casting will cast shadows on itself and on other objects.

Example:

light = getObject("Sun")
-- Enable shadow casting
enableShadow(light, true)
-- Disable shadow casting
enableShadow(light, false)

To check if shadow casting is enabled use isCastingShadow

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox