Backface cull

From PyMOLWiki
Revision as of 23:04, 11 September 2006 by Tstout (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)

Examples