Ambient: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
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 06:46, 27 April 2009

Overview

Setting Ambient controls the amount of ambient light.


Syntax

# default 0.1
set ambient, <number>

Example