This is a read-only mirror of pymolwiki.org

Difference between revisions of "Light count"

From PyMOL Wiki
Jump to navigation Jump to search
(Created new settings page for light_count)
 
m (1 revision)
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
  
set light_count definies the number of light sources.<br>
+
set [[light_count]] definies the number of light sources.<br>
 
Setting to 0 or 1 removes any directional light source resulting in no shadows. Light_count does affect [[ambient]] lighting.
 
Setting to 0 or 1 removes any directional light source resulting in no shadows. Light_count does affect [[ambient]] lighting.
  
 
== Syntax ==
 
== Syntax ==
 
 
<source lang="python">
 
<source lang="python">
 
set light_count, <integer>                          #default 2
 
set light_count, <integer>                          #default 2
Line 16: Line 15:
 
Image:light_count_10.png|light_count 10
 
Image:light_count_10.png|light_count 10
 
</gallery>
 
</gallery>
 +
 +
=See Also=
 +
[[Light]]
 +
 +
[[Category:Settings|Light count]]
 +
[[Category:Lighting]]

Revision as of 02:16, 28 March 2014

Overview

set light_count definies 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

Example

See Also

Light