iddevnet/doom3/editor_af.html
Daniel Gibson 461ac716fd rename Doom3 pages from .php to .html
and fix the links

lots of pages still missing though
2021-04-10 03:29:43 +02:00

87 lines
3.1 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<HTML>
<HEAD>
<TITLE>id.sdk [The AF Editor]</title>
<LINK REL="stylesheet" HREF="style.css">
</HEAD>
<BODY marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
<table border=0 cellpadding=0 cellspacing=0 style="width: 100%; height: 99px">
<tr>
<td style="width: 171px"><img src="images/doom.jpg" style="width: 171px; height: 99px" alt=""></td>
<td style="background: url(images/tile.gif)">
<table border=0 cellpadding=0 cellspacing=0 width=600>
<tr>
<td style="height: 19px; background: url(images/sdk.gif) no-repeat"></td>
<td rowspan=4 align=right><img src="images/id.gif" style="width: 42px; height: 99px" alt=""></td>
</tr>
<tr><td style="height: 29px; background: url(images/top.jpg) no-repeat"></td></tr>
<tr><td style="height: 27px; background: url(images/middle.gif)" class="title">&nbsp;&nbsp; Making DOOM 3 Mods : The AF Editor</td></tr>
<tr><td style="height: 24px; background: url(images/bottom.jpg) no-repeat"></td></tr>
</table>
</td>
</tr>
</table>
<table border=0 cellpadding=0 cellspacing=0 style="width: 770px">
<tr>
<td colspan=2 style="background: url(images/boxtop.gif);"><img src="images/span.jpg" style="width: 397px; height: 20px; float: left" alt=""></td>
</tr>
<tr>
<td style="vertical-align: top; width: 152px; background: url(images/tileleft.gif)">
<div class="leftMenu">
<script src="menu.js"></script>
</div>
</td>
<td class="mainContent">
<p>
The Articulated Figure (AF) editor allows you to change various
properties of the articulated figures, more commonly known as
rag dolls.
<div class="subsection">The 'View' Tab</div>
The view tab deals with how your current test model shows up in
the world. The items on this tab are not saved when the AF is
saved, they are simply to aid in development.
<div class="subsection">The 'Properties' Tab</div>
<img src="editor_af_b.png" align="right">
The properties tab sets some generic properties that apply to the
entire object as a whole.
<div class="subsection">The 'Bodies' Tab</div>
<img src="editor_af_c.png" align="right">
The bodies tab sets up the properties for each body in the AF. The
term 'body' here means a single moveable piece, such as an arm or a
foot. You set up the size, shape, mass, etc for each body on this tab.
<div class="subsection">The 'Constraints' Tab</div>
<img src="editor_af_d.png" align="right">
The constraints tab sets up the properties for joints between bodies.
For example, you can set up the elbow joint so it can't go beyond a
certain angle (and thus prevent it from folding backwards).
<br>
</td>
</tr>
<tr>
<td colspan=2 bgcolor="#CCCCCC"><img src="images/span2.gif" style="width: 397px; height: 8px; float: left;"></td>
</tr>
</table>
<table border=0 cellpadding=0 cellspacing=0 width=770>
<tr>
<td align=left class="legalese">Copyright &copy; 2004 <a href="http://www.idsoftware.com">id software</a></td>
</tr>
</table>
</body>
</html>