Difference between revisions of "Fog"

From PyMOLWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
 
+
set [[fog]] allows Depth Cue (or fog!) to be turned on or off in the interactive viewer, not for ray traced images, for this see [[Ray_Trace_Fog]]
set fog allows Depth Cue (or fog!) to be turned on or off in the interactive viewer, not for ray traced images, for this see [[Ray_Trace_Fog]]
 
  
 
== Syntax ==
 
== Syntax ==
 
 
<source lang="python">
 
<source lang="python">
 
# turn off the fog
 
# turn off the fog

Latest revision as of 12:03, 24 September 2008

Overview

set fog allows Depth Cue (or fog!) to be turned on or off in the interactive viewer, not for ray traced images, for this see Ray_Trace_Fog

Syntax

# turn off the fog
set fog, off
set fog, 0

# turn on the fog
set fog, on
set fog, 1

Example