Difference between revisions of "Fog start"

From PyMOLWiki
Jump to navigation Jump to search
m
Line 5: Line 5:
  
 
== Syntax ==
 
== Syntax ==
 
 
<source lang="python">
 
<source lang="python">
set fog_start, <number>                           #default 0.5
+
set fog_start, <number>     #default 0.5
 
</source>
 
</source>
  

Revision as of 15:58, 24 February 2007

Overview

set fog_start adjusts the gradient strength of Depth Cue/fog.
A low value gives a more generally cloudy image with a gradual introduction of fog. A larger value gives a sharper introduction of fog into the image.

Syntax

set fog_start, <number>      #default 0.5

Example