Difference between revisions of "Backface cull"

From PyMOLWiki
Jump to navigation Jump to search
m
 
Line 20: Line 20:
 
Image:Cull_backface_off.jpg|cull_backface OFF
 
Image:Cull_backface_off.jpg|cull_backface OFF
 
</gallery>
 
</gallery>
 +
 +
 +
[[Category:Settings|Backface cull]]

Latest revision as of 17:07, 2 November 2007

Overview

backface_cull controls whether or not backward facing triangles are not filtered out when ray tracing.


Syntax

# on; default
set backface_cull, 1

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

Note: To allow or disallow visualization of the inside of a surface, see two_sided_lighting.


Examples