Difference between revisions of "Ray Trace Gain"

From PyMOLWiki
Jump to navigation Jump to search
Line 1: Line 1:
===Description===
+
=Description=
  
 
A setting that alters the outline thickness when using ray_trace_mode=1 (full color with black outline).
 
A setting that alters the outline thickness when using ray_trace_mode=1 (full color with black outline).
  
===Usage===
+
=Usage=
 +
<source lang="python">
 +
set ray_trace_gain, 0.0
 +
</source>
 +
 
 +
=See Also=
  
set ray_trace_gain, 0.0
 
  
==See Also==
+
[[Category:Settings]]

Revision as of 11:54, 28 September 2010

Description

A setting that alters the outline thickness when using ray_trace_mode=1 (full color with black outline).

Usage

set ray_trace_gain, 0.0

See Also