Ray Shadows: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
<source lang="python"> | <source lang="python"> | ||
set ray_shadows,0 # turn off shadows | set ray_shadows,0 # turn off shadows | ||
set ray_shadows,1 # turn on shadows | |||
</source> | </source> | ||
Also accepted: | |||
<source lang="python"> | |||
set ray_shadows,off # turn off shadows | |||
set ray_shadows,on # turn on shadows | |||
</source> | |||
== Examples == | == Examples == | ||
<gallery> | <gallery> |