Ray Shadows: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
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 == | ||
<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> | ||
Line 12: | Line 19: | ||
Image:Rs1.png|thumb|Ray Shadows On | Image:Rs1.png|thumb|Ray Shadows On | ||
</gallery> | </gallery> | ||
[[Category:Settings|Ray Shadows]] |
Latest revision as of 23:06, 14 November 2007
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