2000-05-10 22:38:21 +00:00
|
|
|
<? // Preamble
|
|
|
|
$pageName = "Misc. Texts";
|
|
|
|
$focused = "none"; // Dock icon name to gets a border
|
|
|
|
require("../parts/preamble.php"); // Load most of document
|
2000-04-19 22:13:23 +00:00
|
|
|
?>
|
2000-04-25 23:39:32 +00:00
|
|
|
<br><b>"Visibility Computations in Densely Occluded Polyhedral Enviroments" by Seth Jared Teller</b><br>
|
|
|
|
<br><a href="http://graphics.lcs.mit.edu/~seth/pubs/part1.ps.gz">Part 1</a><br>
|
|
|
|
<br><a href="http://graphics.lcs.mit.edu/~seth/pubs/part2.ps.gz">Part 2</a><br>
|
|
|
|
<br><a href="http://graphics.lcs.mit.edu/~seth/pubs/part3.ps.gz">Part 3</a><br><br>
|
2000-05-10 22:38:21 +00:00
|
|
|
<?
|
|
|
|
require("../parts/postamble.php"); // Finish this sucker up
|
|
|
|
?>
|