1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
---|
2 | <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> |
---|
3 | <title>FCollada: FCDocument/FCDSkinController.h File Reference</title> |
---|
4 | <link href="doxygen.css" rel="stylesheet" type="text/css"> |
---|
5 | <link href="tabs.css" rel="stylesheet" type="text/css"> |
---|
6 | </head><body> |
---|
7 | <!-- Generated by Doxygen 1.4.6-NO --> |
---|
8 | <div class="tabs"> |
---|
9 | <ul> |
---|
10 | <li><a href="index.html"><span>Main Page</span></a></li> |
---|
11 | <li><a href="modules.html"><span>Modules</span></a></li> |
---|
12 | <li><a href="namespaces.html"><span>Namespaces</span></a></li> |
---|
13 | <li><a href="classes.html"><span>Classes</span></a></li> |
---|
14 | <li id="current"><a href="files.html"><span>Files</span></a></li> |
---|
15 | <li><a href="pages.html"><span>Related Pages</span></a></li> |
---|
16 | </ul></div> |
---|
17 | <div class="tabs"> |
---|
18 | <ul> |
---|
19 | <li><a href="files.html"><span>File List</span></a></li> |
---|
20 | <li><a href="globals.html"><span>File Members</span></a></li> |
---|
21 | </ul></div> |
---|
22 | <h1>FCDocument/FCDSkinController.h File Reference</h1>This file contains the <a class="el" href="class_f_c_d_skin_controller.html">FCDSkinController</a> class. <a href="#_details">More...</a> |
---|
23 | <p> |
---|
24 | <code>#include "<a class="el" href="_f_c_d_object_8h-source.html">FCDocument/FCDObject.h</a>"</code><br> |
---|
25 | |
---|
26 | <p> |
---|
27 | <a href="_f_c_d_skin_controller_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> |
---|
28 | <tr><td></td></tr> |
---|
29 | <tr><td colspan="2"><br><h2>Classes</h2></td></tr> |
---|
30 | <tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_f_c_d_joint_weight_pair.html">FCDJointWeightPair</a></td></tr> |
---|
31 | |
---|
32 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A weighted joint index used in skinning. <a href="struct_f_c_d_joint_weight_pair.html#_details">More...</a><br></td></tr> |
---|
33 | <tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="struct_f_c_d_joint_matrix_pair.html">FCDJointMatrixPair</a></td></tr> |
---|
34 | |
---|
35 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A joint and its bind pose used in skinning. <a href="struct_f_c_d_joint_matrix_pair.html#_details">More...</a><br></td></tr> |
---|
36 | <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="class_f_c_d_skin_controller.html">FCDSkinController</a></td></tr> |
---|
37 | |
---|
38 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A COLLADA skin controller. <a href="class_f_c_d_skin_controller.html#_details">More...</a><br></td></tr> |
---|
39 | <tr><td colspan="2"><br><h2>Typedefs</h2></td></tr> |
---|
40 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6d0ef640853ccbb6b8e15835e289d30f"></a><!-- doxytag: member="FCDSkinController.h::FCDJointList" ref="6d0ef640853ccbb6b8e15835e289d30f" args="" --> |
---|
41 | typedef <a class="el" href="classvector.html">vector</a>< <a class="el" href="struct_f_c_d_joint_matrix_pair.html">FCDJointMatrixPair</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="_f_c_d_skin_controller_8h.html#6d0ef640853ccbb6b8e15835e289d30f">FCDJointList</a></td></tr> |
---|
42 | |
---|
43 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A dynamically-sized array of joints and bind poses. <br></td></tr> |
---|
44 | <tr><td class="memItemLeft" nowrap align="right" valign="top">typedef <a class="el" href="classvector.html">vector</a>< <a class="el" href="struct_f_c_d_joint_weight_pair.html">FCDJointWeightPair</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="_f_c_d_skin_controller_8h.html#d0bfc4b70f98dc236ed0c93a675d5680">FCDJointWeightPairList</a></td></tr> |
---|
45 | |
---|
46 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A dynamically-sized array of weighted joint indices. <a href="#d0bfc4b70f98dc236ed0c93a675d5680"></a><br></td></tr> |
---|
47 | <tr><td class="memItemLeft" nowrap align="right" valign="top">typedef <a class="el" href="classvector.html">vector</a>< <a class="el" href="classvector.html">FCDJointWeightPairList</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="_f_c_d_skin_controller_8h.html#405755403903decf464f6aee972645b5">FCDWeightedMatches</a></td></tr> |
---|
48 | |
---|
49 | <tr><td class="mdescLeft"> </td><td class="mdescRight">A dynamically-sized array of weighted joint index lists. <a href="#405755403903decf464f6aee972645b5"></a><br></td></tr> |
---|
50 | </table> |
---|
51 | <hr><a name="_details"></a><h2>Detailed Description</h2> |
---|
52 | This file contains the <a class="el" href="class_f_c_d_skin_controller.html">FCDSkinController</a> class. |
---|
53 | <p> |
---|
54 | <hr><h2>Typedef Documentation</h2> |
---|
55 | <a class="anchor" name="d0bfc4b70f98dc236ed0c93a675d5680"></a><!-- doxytag: member="FCDSkinController.h::FCDJointWeightPairList" ref="d0bfc4b70f98dc236ed0c93a675d5680" args="" --><p> |
---|
56 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
57 | <tr> |
---|
58 | <td class="mdRow"> |
---|
59 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
60 | <tr> |
---|
61 | <td class="md" nowrap valign="top">typedef <a class="el" href="classvector.html">vector</a><<a class="el" href="struct_f_c_d_joint_weight_pair.html">FCDJointWeightPair</a>> <a class="el" href="classvector.html">FCDJointWeightPairList</a> </td> |
---|
62 | </tr> |
---|
63 | </table> |
---|
64 | </td> |
---|
65 | </tr> |
---|
66 | </table> |
---|
67 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
68 | <tr> |
---|
69 | <td> |
---|
70 | |
---|
71 | </td> |
---|
72 | <td> |
---|
73 | |
---|
74 | <p> |
---|
75 | A dynamically-sized array of weighted joint indices. |
---|
76 | <p> |
---|
77 | The sum of the weights within this list should always add up to one. </td> |
---|
78 | </tr> |
---|
79 | </table> |
---|
80 | <a class="anchor" name="405755403903decf464f6aee972645b5"></a><!-- doxytag: member="FCDSkinController.h::FCDWeightedMatches" ref="405755403903decf464f6aee972645b5" args="" --><p> |
---|
81 | <table class="mdTable" cellpadding="2" cellspacing="0"> |
---|
82 | <tr> |
---|
83 | <td class="mdRow"> |
---|
84 | <table cellpadding="0" cellspacing="0" border="0"> |
---|
85 | <tr> |
---|
86 | <td class="md" nowrap valign="top">typedef <a class="el" href="classvector.html">vector</a><<a class="el" href="classvector.html">FCDJointWeightPairList</a>> <a class="el" href="classvector.html">FCDWeightedMatches</a> </td> |
---|
87 | </tr> |
---|
88 | </table> |
---|
89 | </td> |
---|
90 | </tr> |
---|
91 | </table> |
---|
92 | <table cellspacing="5" cellpadding="0" border="0"> |
---|
93 | <tr> |
---|
94 | <td> |
---|
95 | |
---|
96 | </td> |
---|
97 | <td> |
---|
98 | |
---|
99 | <p> |
---|
100 | A dynamically-sized array of weighted joint index lists. |
---|
101 | <p> |
---|
102 | Each entry within this list represents one vertex of the skinned geometry. </td> |
---|
103 | </tr> |
---|
104 | </table> |
---|
105 | <hr size="1"><address style="align: right;"><small>Generated on Fri May 12 16:44:39 2006 for FCollada by |
---|
106 | <a href="http://www.doxygen.org/index.html"> |
---|
107 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6-NO </small></address> |
---|
108 | </body> |
---|
109 | </html> |
---|