This is a read-only mirror of pymolwiki.org

Difference between revisions of "Ray shadow"

From PyMOL Wiki
Jump to navigation Jump to search
m
 
m (2 revisions)
 
(One intermediate revision by the same user not shown)
Line 18: Line 18:
 
Image:Rs1.png|thumb|Ray Shadows On
 
Image:Rs1.png|thumb|Ray Shadows On
 
</gallery>
 
</gallery>
 +
 +
[[Category:Settings|Ray shadow]]

Latest revision as of 03:53, 28 March 2014

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