Difference between revisions of "Ray Trace Gain"

From PyMOLWiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
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===
+
<gallery widths=300 heights=240>
 +
Image:Rtgd.png|ray_trace_gain set to default
 +
Image:Rtg0.png|ray_trace_gain set to 0
 +
Image:Rtg10.png|ray_trace_gain set to 10, and zoomed in, to show thickness of gain
 +
</gallery>
  
 +
=Usage=
 +
<source lang="python">
 
set ray_trace_gain, 0.0
 
set ray_trace_gain, 0.0
 +
</source>
  
==See Also==
+
=See Also=
 +
 
 +
 
 +
[[Category:Settings]]

Latest revision as of 17:51, 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