Difference between revisions of "Backface cull"

From PyMOLWiki
Jump to navigation Jump to search
m
m
Line 11: Line 11:
 
set backface_cull, 0  (off; allows the visualization of the "other side" (inside) of a surface)
 
set backface_cull, 0  (off; allows the visualization of the "other side" (inside) of a surface)
  
 +
 +
Note that visualization of the inside of a surface also depends on the setting of "two_sided_lighting"
  
  

Revision as of 10:17, 12 September 2006

Overview

From the PyMOL source code: backface_cull "controls whether or not backward facing triangles are not filtered out when ray tracing"


Syntax

set backface_cull, 1 (on; default)

set backface_cull, 0 (off; allows the visualization of the "other side" (inside) of a surface)


Note that visualization of the inside of a surface also depends on the setting of "two_sided_lighting"


Examples