Difference between revisions of "Depth cue"

From PyMOLWiki
Jump to navigation Jump to search
 
(Added Example Images)
Line 8: Line 8:
 
</source>
 
</source>
  
 +
==Example==
 +
{| border="0" cellspacing="0" cellpadding="5" align="center"
 +
|[[Image:DepthCue0.png|thumb|frame|depth_cue=0]]
 +
|[[Image:DepthCue1.png|thumb|frame|depth_cue=1]]
 +
|}
 
== See Also ==
 
== See Also ==
 
[[fog]], [[Ray_Trace_Fog]], [[Field_Of_View]]
 
[[fog]], [[Ray_Trace_Fog]], [[Field_Of_View]]

Revision as of 11:11, 27 July 2006

Overview

Sets whether or not PyMol overlays a 'fog' on objects farther away from the camera to assist in emphasizing what is in the foreground of the image.

Syntax

set depth_cue, 1  # turn on depth cueing
set depth_cue, 0  # turn off depth cueing

Example

depth_cue=0
depth_cue=1

See Also

fog, Ray_Trace_Fog, Field_Of_View