Difference between revisions of "Ray Trace Fog"

From PyMOLWiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
== Examples ==
 
== Examples ==
 
<gallery>
 
<gallery>
Image:Fogon.png|Setting off
+
Image:Fogon.png|Setting on
Image:Fogoff.png|Setting on
+
Image:Fogoff.png|Setting off
 
</gallery>
 
</gallery>
  
Line 13: Line 13:
 
set ray_trace_fog, 1  # on
 
set ray_trace_fog, 1  # on
 
</source>
 
</source>
 +
 +
[[Category:Settings]]

Latest revision as of 17:23, 9 August 2013

Overview

The ray_trace_fog setting forces PyMol to render fog over objects further from the camera. This adds a sense of depth and brings the attention to foreground objects.

Examples

Syntax

set ray_trace_fog, 0  # off
set ray_trace_fog, 1  # on