This is a read-only mirror of pymolwiki.org

Ray shadow

From PyMOL Wiki
Revision as of 04:12, 10 September 2006 by Tstout (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Turns on/off whether or not PyMOL ray traces shadows.

Syntax

set ray_shadows,0   # turn off shadows
set ray_shadows,1   # turn on shadows

Also accepted:

set ray_shadows,off   # turn off shadows
set ray_shadows,on    # turn on shadows

Examples