Difference between revisions of "Ray Trace Fog"

From PyMOLWiki
Jump to navigation Jump to search
Line 13: Line 13:
 
set ray_trace_fog, 1  # on
 
set ray_trace_fog, 1  # on
 
</source>
 
</source>
 +
 +
[Category:Settings]]

Revision as of 07:48, 27 April 2009

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

[Category:Settings]]