Renderer.castShadows

var castShadows : boolean

Description

Does this object cast shadows?

JavaScript
// make the object not cast shadows
renderer.castShadows = false;

See Also: receiveShadows, Light.shadows.