Difference between revisions of "Two sided lighting"

From PyMOLWiki
Jump to navigation Jump to search
 
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
  
 
== Examples ==
 
== Examples ==
[[Image:Tsl_off.png|left|thumb|Two Sided Lighting Off]]
+
<gallery>
[[Image:Tsl_on.png|left|thumb|Two Sided Lighting On]]
+
Image:Tsl_off.png|Two Sided Lighting Off
 
+
Image:Tsl_on.png|Two Sided Lighting On
 
+
</gallery>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  
 
== Syntax ==
 
== Syntax ==
Line 26: Line 13:
 
set two_sided_lighting, on    # disable
 
set two_sided_lighting, on    # disable
 
</source>
 
</source>
 +
 +
[[Category:Settings|Two sided lighting]]

Latest revision as of 17:19, 2 November 2007

Overview

Two_sided_lighting when turned on illuminates both the inside and outside of surfaces; when off, just the outside. Notice the light on the inside of the surface in the images below.

Examples

Syntax

set two_sided_lighting, off   # enable
set two_sided_lighting, on    # disable