mirror of
https://git.code.sf.net/p/quake/website
synced 2025-01-31 12:40:49 +00:00
started adding categories
This commit is contained in:
parent
a5653447cf
commit
4e81124198
1 changed files with 26 additions and 1 deletions
|
@ -22,7 +22,32 @@
|
|||
<br>In the future, this space will provide 3D programming resources chosen by our developers as interesting or essential
|
||||
for work on enhancing the QuakeForge engine. Bookmark this page and check back when we've begun adding content, thank you.
|
||||
<br><br>
|
||||
<hr>Page last updated: April, 18th 2000
|
||||
<tr>
|
||||
<td width="33%" valign="top"><font size="1">
|
||||
<a href="research/mathalgo.php">
|
||||
<font size="2"><b>Mathematical Algorithms</b></font></a>
|
||||
<br>Surface Subdivison, Illumination, Reflections, Shadows, Shaders, Polygons, Vector Space, Affine Arithmetic, Bezier Curves, B-Spline Curves, Compression & Encryption, etc.<br></font>
|
||||
</td>
|
||||
<td width="33%" valign="top"><font size="1">
|
||||
<a href="research/soundbytes.php">
|
||||
<font size="2"><b>Sound Bytes</b></font></a>
|
||||
<br>Speeches, Lectures, Events, etc.<br></font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="33%" valign="top"><font size="1">
|
||||
<a href="research/tut.php">
|
||||
<font size="2"><b>Tutorials</b></font></a>
|
||||
<br>Explainations of 3D engine development, networking, Quake specific archiecture, engine features, etc.<br></font>
|
||||
</td>
|
||||
<td width="33%" valign="top"><font size="1">
|
||||
<a href="research/misc.php">
|
||||
<font size="2"><b>Misc. Texts</b></font></a>
|
||||
<br>Interviews, philosophy, theories, etc.<br></font>
|
||||
</td>
|
||||
</tr>
|
||||
<br><br>
|
||||
<hr>Page last updated: April, 19th 2000
|
||||
</TD>
|
||||
<?php
|
||||
tableSpacer( 1, 9, 1, "black");
|
||||
|
|
Loading…
Reference in a new issue