Light count

From PyMOLWiki
Revision as of 09:02, 8 June 2015 by OsvaldoMartin (talk | contribs) (add PyMOl API syntax)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Overview

set light_count defines the number of light sources.
Setting to 0 or 1 removes any directional light source resulting in no shadows. Light_count does affect ambient lighting.

Syntax

set light_count, <integer>                          #default 2

PyMol API

cmd.set(light_count,int sources)


Example

See Also

Light