2000-05-10 22:38:21 +00:00
|
|
|
<? // Preamble
|
|
|
|
$pageName = "Books";
|
|
|
|
$focused = "none"; // Dock icon name to gets a border
|
|
|
|
require("../parts/preamble.php"); // Load most of document
|
2000-04-22 05:23:52 +00:00
|
|
|
?>
|
|
|
|
<P>
|
2000-04-25 23:39:32 +00:00
|
|
|
<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>
|
2000-04-27 04:38:38 +00:00
|
|
|
<br><a href="http://heron.cc.ukans.edu/ebt-bin/nph-dweb/dynaweb/SGI_Developer/OpenGL_PG">Online text of OpenGL Programming Guide</a><br>
|
2000-05-10 22:38:21 +00:00
|
|
|
<?
|
|
|
|
require("../parts/postamble.php"); // Finish this sucker up
|
|
|
|
?>
|