mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-24 13:11:46 +00:00
663a1dc2db
missed some bugs.
10 lines
490 B
PHP
10 lines
490 B
PHP
<? // Preamble
|
|
$pageName = "Rendering engines/Concepts";
|
|
$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>
|
|
<?
|
|
require("../parts/postamble.php"); // Finish this sucker up
|
|
?>
|