Ray Trace Fog: Difference between revisions

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

Revision as of 06: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]]