This is a read-only mirror of pymolwiki.org

Backface cull

From PyMOL Wiki
Revision as of 01:31, 28 March 2014 by Pyadmin (talk | contribs) (5 revisions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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