1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3	<head>
4		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5		<meta http-equiv="Content-Style-Type" content="text/css" />
6		<title>Models</title>
7		<link rel="stylesheet" href="../css/mainpage.css" type="text/css" />
8	</head>
9	<body>
10		<h1>&lt;Models&gt;</h1>
11		<h2>Description</h2>
12		<p>
13            Tag representing model sets.
14            </p>
15
16<h2>Example Output</h2>
17
18<table>
19<tr>
20<td><pre>
21<strong>&lt;Models&gt;</strong><br>
22    &lt;SkeletalModel Name=&quot;&quot; IsBranchVisible=&quot;true&quot; IsVisible=&quot;true&quot; CullingMode=&quot;Dynamic&quot; IsNonuniformScalable=&quot;true&quot; NeededBoneCapacity=&quot;10&quot;&gt;<br>
23    <br>
24    ..omitted..<br><br>
25    &lt;/SkeletalModel&gt;<br>
26<strong>&lt;/Models&gt;</strong><br>
27</pre></td>
28</tr></table>
29
30	<hr><p>CONFIDENTIAL</p></body>
31</html>