diff options
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/pdb.asy')
-rw-r--r-- | Master/texmf-dist/doc/asymptote/examples/pdb.asy | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/pdb.asy b/Master/texmf-dist/doc/asymptote/examples/pdb.asy index ad86d5172c4..43b771fdd0d 100644 --- a/Master/texmf-dist/doc/asymptote/examples/pdb.asy +++ b/Master/texmf-dist/doc/asymptote/examples/pdb.asy @@ -2,7 +2,7 @@ import three; import cpkcolors; // A sample Protein Data Bank file for this example is available from -// http://ndbserver.rutgers.edu/ftp/NDB/coordinates/na-biol/100d.pdb1 +// http://ndbserver.rutgers.edu/files/ftp/NDB/coordinates/na-biol/100d.pdb1 currentlight=White; //currentlight=nolight; @@ -10,7 +10,7 @@ currentlight=White; defaultrender.merge=true; // Fast low-quality rendering //defaultrender.merge=false; // Slow high-quality rendering bool pixel=false; // Set to true to draw dots as pixels. -real width=10*linewidth(currentpen); +real width=6; size(200); currentprojection=perspective(30,30,15); @@ -161,4 +161,4 @@ if(!error(input(viewfilename,check=false))) options="3Dviews="+viewfilename; shipout(prefix,options=options); - +currentpicture.erase(); |