Hi Alex,
The
blocview script in 3DNA works by first generating a
.r3d file, which can then be fed into
render of
Raster3D (by default) or PyMOL. The sample image on
the blog page was rendered with Raster3D. The two RNA images (for 1ehz and 1msy) you referred to in the DSSR User Manual were ray-traced with PyMOL, and they appear to have a better sense of depth.
There are many parameters in PyMOL you can play with. Specifically, the .pml file for the tRNA 1ehz image is as below, assuming the
blocview generated .r3d file is named
1ehz.r3d:
load 1ehz.r3d
bg_color white
set depth_cue=0
set ray_trace_fog=0
set label_size, 14
set label_outline_color, 1
set label_color, green
set label_position, [0, 0, 10]
set antialias = 1
set stick_radius = 0.12
set sphere_scale, 0.16, *
show sticks
show spheres
# color carbon white as in RasMol
util.cbaw
hide everything, solvent
zoom complete=1
ray 2400, 2400
png 1ehz-pymol.png
HTH,
Xiang-Jun