This is a read-only mirror of pymolwiki.org

Difference between revisions of "Sphere quality"

From PyMOL Wiki
Jump to navigation Jump to search
(New page: ==Overview== '''sphere_quality''' controls the rendering quality of sphere objects ==Syntax== <source lang="python"> # the default value is 1 set backface_cull, <integer> </source> '''Note''': Select...)
(No difference)

Revision as of 21:52, 4 July 2007

Overview

sphere_quality controls the rendering quality of sphere objects


Syntax

# the default value is 1
set backface_cull, <integer>

Note: Selecting values larger than 2 with stick_ball=on (enabled) causes PyMol 0.99 to crash in Windows.


Examples