mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-27 22:42:57 +00:00
added mention of Seth Teller's "Visibility Computations in Densely Occluded Polyhedral Environments" to misc.php
and other publications by him or in part by him to the books.php
This commit is contained in:
parent
f3471a19f2
commit
f8697057e5
2 changed files with 6 additions and 2 deletions
|
@ -18,7 +18,8 @@
|
|||
include( "../parts/topmain.php" ); // Display content top table
|
||||
?>
|
||||
<P>
|
||||
<br><a href="http://www.bluesnews.com/abrash/">Mike Abrash`s Quake1 source code book online</a><br>
|
||||
<br><a href="http://www.bluesnews.com/abrash/">Mike Abrash`s Quake1 source code book online</a><br>
|
||||
<br><a href="http://graphics.lcs.mit.edu/~seth/pubs/pubs.html">Publications by or in part by Seth Jared Teller</a><br>
|
||||
</TD>
|
||||
<?php
|
||||
tableSpacer( 1, 9, 1, "black");
|
||||
|
|
|
@ -18,7 +18,10 @@
|
|||
include( "../parts/topmain.php" ); // Display content top table
|
||||
?>
|
||||
<P>
|
||||
No content yet, please be patient.
|
||||
<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>
|
||||
</TD>
|
||||
<?php
|
||||
tableSpacer( 1, 9, 1, "black");
|
||||
|
|
Loading…
Reference in a new issue