2000-05-10 22:38:21 +00:00
|
|
|
<? // Preamble
|
|
|
|
$pageName = "Rendering engines/Concepts";
|
|
|
|
$focused = "none"; // Dock icon name to gets a border
|
|
|
|
require("../parts/preamble.php"); // Load most of document
|
2000-04-22 05:33:53 +00:00
|
|
|
?>
|
2000-05-15 00:16:52 +00:00
|
|
|
<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>
|
|
|
|
|
2000-05-10 22:38:21 +00:00
|
|
|
<?
|
|
|
|
require("../parts/postamble.php"); // Finish this sucker up
|
|
|
|
?>
|