gtkradiant/docs/manual/quake3/Terrain_Manual/pages/terrain_entity.html

51 lines
2.2 KiB
HTML
Raw Normal View History

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>The Terrain Entity</title>
</head>
<body background="../pics/background.jpg" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
<b><font SIZE="5">
<p align="center">The Terrain Entity</p>
<div align="right">
<table border="1" cellspacing="1" width="100%" bordercolor="#808080" bgcolor="#000000" cellpadding="10">
<tr>
<td width="100%"><font FACE="Times New Roman">
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The process of building a piece of terrain focuses on a new thing called the
<EFBFBD><i>Terrain Entity</i>.<2E> Technically speaking, the terrain in Team Arena is nothing
more than a func_group entity (brushes only) with a number of key/value pair
combinations that are unique to it. These key/value pairs define it as terrain (<i>terrain</i>), establish the piece of art that will be used to locate textures on it
the terrain (alphamap), define the group of shaders used to blend textures
across its surface (shader), and tell how many different unique shaders will be
used. The bsp-making utility, Q3Map compiles and textures the terrain entity
based on the parameters specified in those key/value pairs.</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; It is possible to have multiple terrain entities in a map (see Terrain
Entities below). Once you learn the method and the techniques, terrain is
relatively easy to create. One warning though <20> easy to create does not mean
easy to compile. Large maps take a much longer time to compile, and huge maps
are likely to take what seems like forever. However, there are some
construction, lighting, and shader options that can significantly cut down on
compile time - as will be noted later.</p>
</font>
<p align="center"><a href="art_tools.html">Back</a> - <a href="table_of_contents.html">Table
of Contents</a> - <a href="creating_the_terrain.html">Creating the terrain
&quot;Mesh&quot;</a></p>
<p>&nbsp;</td>
</tr>
</table>
</div>
</font></b>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center">-6-</p>
</body>
</html>