1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
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<link rel="stylesheet" href="css/manpage.css" type="text/css" />
7<title>Intermediate File Types</title>
8</head>
9<body>
10<h1>Intermediate File Types</h1>
11<p>The following table lists the types of intermediate files that can be output from this plug-in. </p>
12<table class="arguments">
13  <tbody>
14    <tr>
15      <td>Extension</td>
16      <td>Data Type</td>
17      <td>Description</td>
18    </tr>
19    <tr>
20      <td valign="top">cmdl</td>
21      <td valign="top">Model Data</td>
22      <td valign="top">Stores model information including parent-child structures, polygons, and materials.</td>
23    </tr>
24    <tr>
25      <td valign="top">ctex</td>
26      <td valign="top">Texture Data</td>
27      <td valign="top">Stores texture image information.</td>
28    </tr>
29
30    <tr>
31      <td valign="top">cskla</td>
32      <td valign="top">Character Animation Data</td>
33      <td valign="top">Stores animation information of changing node matrices.</td>
34    </tr>
35    <tr>
36      <td valign="top">cmdla</td>
37      <td valign="top">Visibility Animation Data</td>
38      <td valign="top">Stores animation information that toggles node visibility.</td>
39    </tr>
40
41
42    <tr>
43      <td valign="top">cmata</td>
44      <td valign="top">Texture Pattern Animation Data</td>
45      <td valign="top">Stores animation information of changing among multiple textures.</td>
46    </tr>
47
48
49    <tr>
50      <td valign="top">ccam</td>
51      <td valign="top">Camera data.</td>
52      <td valign="top">Stores camera information and camera animation information.</td>
53    </tr>
54    <tr>
55      <td valign="top">clgt</td>
56      <td valign="top">Light Data</td>
57      <td valign="top">Stores light information and light animation information.</td>
58    </tr>
59    <tr>
60      <td valign="top"><a name="cenv">cenv</a></td>
61      <td valign="top">Scene environment data.</td>
62      <td valign="top">Stores camera/light information.<BR> <strong>Animation information is not stored.</strong>
63      </td>
64    </tr>
65  </tbody>
66</table>
67<p><br />
68</p>
69
70<hr><p>CONFIDENTIAL</p></body>
71</html>