Ray Trace Gain: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(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 16: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