Difference between revisions of "Light count"

From PyMOLWiki
Jump to navigation Jump to search
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:Settings|Light count]]
 +
[[Category:Lighting]]

Revision as of 09:22, 16 April 2009

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