Ray Shadows: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
== Overview ==
== Overview ==
Turns on/off whether or not PyMol ray traces shadows.
Turns on/off whether or not PyMol ray traces shadows.
LEGACY variant; superceded by "ray_shadow"


== Syntax ==
== Syntax ==

Revision as of 23:10, 9 September 2006

Overview

Turns on/off whether or not PyMol ray traces shadows. LEGACY variant; superceded by "ray_shadow"

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