mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-24 05:01:23 +00:00
add 3DEL
This commit is contained in:
parent
803fab718c
commit
6faea02727
1 changed files with 4 additions and 2 deletions
|
@ -3,8 +3,10 @@
|
|||
$focused = "none"; // Dock icon name to gets a border
|
||||
require("../parts/preamble.php"); // Load most of document
|
||||
?>
|
||||
<br><a href="http://www.bigpanda.com/trinity/">"Let's Write a Quake 3 Graphics Engine in OpenGL!"</a><br>
|
||||
<br><a href="http://www.berkelium.com/OpenGL/GDC99/multitexture.html">Good explaination and examples of ARB_multitexture.</a><br>
|
||||
<p><a href="http://cg.cs.tu-berlin.de/~ki/engines.html">The 3D Engines List</a>
|
||||
<p><a href="http://www.bigpanda.com/trinity/">"Let's Write a Quake 3 Graphics Engine in OpenGL!"</a>
|
||||
<p><a href="http://www.berkelium.com/OpenGL/GDC99/multitexture.html">Good explaination and examples of ARB_multitexture.</a>
|
||||
|
||||
<?
|
||||
require("../parts/postamble.php"); // Finish this sucker up
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue