Difference between revisions of "Ray Trace Fog"

From PyMOLWiki
Jump to navigation Jump to search
 
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
== Examples ==
 
== Examples ==
[[Image:Fogon.png|left|thumb|Setting off]]
+
<gallery>
[[Image:Fogoff.png|left|thumb|Setting on]]
+
Image:Fogon.png|Setting on
 
+
Image:Fogoff.png|Setting off
 
+
</gallery>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  
 
== Syntax ==
 
== Syntax ==
Line 26: 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