Difference between revisions of "Ambient"

From PyMOLWiki
Jump to navigation Jump to search
 
Line 6: Line 6:
 
== Syntax ==
 
== Syntax ==
 
<source lang="python">
 
<source lang="python">
set ambient, <number>                         #default 0.1
+
# default 0.1
 +
set ambient, <number>
 
</source>
 
</source>
  

Latest revision as of 07:46, 27 April 2009

Overview

Setting Ambient controls the amount of ambient light.


Syntax

# default 0.1
set ambient, <number>

Example