mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-12-19 08:51:34 +00:00
59 lines
2.3 KiB
HTML
59 lines
2.3 KiB
HTML
|
<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>Clipping the Terrain</title>
|
|||
|
</head>
|
|||
|
|
|||
|
<body background="../pics/background.jpg" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
|
|||
|
|
|||
|
<b>
|
|||
|
<p align="center"><font size="5" color="#FFFFFF">Clipping the Terrain</font></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> The terrain entity uses its triangle surfaces as clipping planes. No
|
|||
|
additional clipping is required to allow characters to run on the terrain<69>s
|
|||
|
surface. As the initial terrain maps developed in house, we discovered that to
|
|||
|
control and guide play flow, we needed to clip many of our mountain and canyon
|
|||
|
slopes with vertical walls. Done right (as the slopes start becoming too steep
|
|||
|
to climb), players don<6F>t notice (as much).</p>
|
|||
|
<p> Next, decide how far up in the sky you are willing to let your player<65>s
|
|||
|
fly. If the map is entirely open you might want to keep it that way. If you<6F>ve
|
|||
|
placed caulk barriers as described above, then the low point on the ridgeline
|
|||
|
(or lower) will likely be your ceiling height.</p>
|
|||
|
<b>
|
|||
|
<p>Clipping Tips</p>
|
|||
|
<blockquote>
|
|||
|
<blockquote>
|
|||
|
</b></font><font FACE="Symbol" SIZE="2">
|
|||
|
<p><EFBFBD> </font><font FACE="Times New Roman">Make sure your <20>ceiling<6E> clip
|
|||
|
brushes extend all the way up the sky brush.</p>
|
|||
|
</font><font FACE="Symbol" SIZE="2">
|
|||
|
<p><EFBFBD> </font><font FACE="Times New Roman">Keep your clip brushes simple.</p>
|
|||
|
</font><font FACE="Symbol" SIZE="2">
|
|||
|
<p><EFBFBD> </font><font FACE="Times New Roman">Right angles are rarely found in
|
|||
|
nature. Use the clipper tool to take the corners off your vertical clips.</p>
|
|||
|
</blockquote>
|
|||
|
</blockquote>
|
|||
|
</font>
|
|||
|
|
|||
|
<p align="center"><a href="blocking_vis.html">Back</a> - <a href="table_of_contents.html">Table
|
|||
|
of Contents</a> - <a href="mapping_the_textures.html">Mapping the Textures</a></p>
|
|||
|
|
|||
|
<p> </td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</b>
|
|||
|
<p> </p>
|
|||
|
<p> </p>
|
|||
|
<p align="center">-19-</p>
|
|||
|
|
|||
|
</body>
|
|||
|
|
|||
|
</html>
|