File: 3D.html

package info (click to toggle)
fslview 4.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,812 kB
  • ctags: 4,932
  • sloc: cpp: 28,276; ansic: 5,103; sh: 250; makefile: 125; python: 72; tcl: 43
file content (26 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (4)
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
<html>
  <head>
    <link rel="stylesheet" title="normal" type="text/css" href="fslview.css">
    <title>3D Rendering</title>
  </head>
  <body>
    <h3>3D Rendering</h3>



   <table cellspacing="10">
      <tr>
	<td>
	  <p>A VTK-based 3d rendering engine has been added to the
	    FSLView toolkits.</p>
	  <p><a href="3D-introduction.html">Introduction</a></p>
	  <p><a href="3D-vtkkbd.html">Controls</a></p>
	  <p><a href="3D-dialog.html">The 3D properties dialog</a></p>
	  <p><a href="3D-mesh.html">Mesh viewing</a></p>
	</td>
	<td><img src="3D-screenshot.png" width="500"></td>
      </tr>
    </table>

  </body>
</html>