File: r3d_examples.html

package info (click to toggle)
raster3d 3.0-3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,916 kB
  • ctags: 1,557
  • sloc: fortran: 9,536; ansic: 1,060; makefile: 318; sh: 250; csh: 15
file content (87 lines) | stat: -rw-r--r-- 2,420 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<html>
<head>
<title> Raster3D examples </title>
   <LINK REL=stylesheet HREF="r3d_docstyle.css" TEXT="text/css">
</head>
<body>
<hr>
<img src="r3d_icon.gif" alt="" align=left>
<h1 align=center>Raster3D examples included in distribution kit</h1>
<br clear=all>

<hr>

<table noborder>

<tr align=left valign=top>
    <td><center><img src="r3d_example1.jpeg" align=center><p>
	<h3>Example 1</h3></center>
	Illustrates the use of material definitions to alter object properties,
	and file indirection via the search path defined in environmental
	variable R3D_LIB.
	<p>
    </td>
    <td><center><img src="r3d_example2.jpeg" align=center><p>
	<h3>Example 2</h3></center>
	A figure composed using the <b>rods</b> and <b>balls</b>
	utility programs.
	<p>
    </td>
    <td><center><img src="r3d_example5.jpeg" align=center><p>
	<h3>Examples 3, 4 and 5</h3></center>
	Worked examples of converting and combining Molscript and GRASP output
	files into a single Raster3D scene.
	<p>
    </td>
</tr>

<tr align=left valign=top>
    <td><center><img src="r3d_example6.gif" align=center><p>
	<h3>Example 6</h3></center>
	Illustrates the use of command line options to render
	(new in version 2.5), 
	including the use of an alpha channel to get a transparent background.
	This figure was generated using the command below.
	<p>
    </td>
    <td><center><img src="r3d_example7.jpeg" align=center><p>
	<h3>Example 7</h3></center>
	A labeled figure produced by the <b>label3d</b> script.
	The example script actually produces a 
	<a href="r3d_stereo7.jpeg">stereo pair</a> that shows labels
	positioned in three dimensions.
	<p>
    </td>
    <td><center><img src="r3d_example9.jpeg" align=center><p>
	<h3>Example 9</h3></center>
	A figure composed using the <b>rastep</b> utility program
	for handling thermal ellipsoids.
	<p>
    </td>
</tr>

<tr align=left valign=top>
	<th colspan=3>
	<i> render -size 162x192 -alpha -tiff r3d_example6.tiff < example6.r3d </i>
	<p><br><br>
	</th>
</tr>

<tr align=left valign=top>
    <td colspan=3><center><img src="r3d_example8.jpeg" align=center><p>
	<h3>Example 8</h3>
	A stereo pair made by the <b>stereo3d</b> script.
	</center>
	<p>
    </td>

</table>


<hr>
<a href="raster3d.html">
<img src="index_button.gif" align=top> Back to top </a>
<a href="http://www.bmsc.washington.edu/raster3d/raster3d.html">
<img src="r3d_icon.gif" alt="" align=top> Raster3D homepage </a>

</body></html>