1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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 <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" /> 7 <title>StandardSkeleton</title> 8 </head> 9 <body> 10 <h1><CODE><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/gfx/Overview.html">gfx</a>::<a href="../../../nw/gfx/StandardSkeleton/Overview.html">StandardSkeleton</a>::StandardSkeleton</CODE> Constructor</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14protected: 15StandardSkeleton( 16 <a href="../../../nw/os/IAllocator/Overview.html">os::IAllocator</a> * allocator, 17 ResSkeleton resource, 18 int maxCallbacks, 19 bool isFixedSizeMemory, 20 <a href="../../../nw/ut/MoveArray/Overview.html">Skeleton::TransformPose::TransformArray</a> poseTransforms, 21 <a href="../../../nw/ut/MoveArray/Overview.html">Skeleton::TransformPose::TransformArray</a> poseWorldTransforms, 22 <a href="../../../nw/ut/MoveArray/Overview.html">Skeleton::MatrixPose::MatrixArray</a> poseWorldMatrices, 23 <a href="../../../nw/ut/MoveArray/Overview.html">Skeleton::MatrixPose::MatrixArray</a> skiningMatrices 24); 25</pre> 26 </div> 27 <h2>Arguments</h2> 28 <div class="section"> 29 <table class="arguments"> 30 <thead> 31 <tr> 32 <td width="15" /> 33 <th>Name</th> 34 <td>Description</td> 35 </tr> 36 </thead> 37 <tr> 38 <td /> 39 <th>allocator</th> 40 <td> 41 </td> 42 </tr> 43 <tr> 44 <td /> 45 <th>resource</th> 46 <td> 47 </td> 48 </tr> 49 <tr> 50 <td /> 51 <th><CODE>maxCallbacks</CODE></th> 52 <td> 53 </td> 54 </tr> 55 <tr> 56 <td /> 57 <th><CODE>isFixedSizeMemory</CODE></th> 58 <td> 59 </td> 60 </tr> 61 <tr> 62 <td /> 63 <th><CODE>poseTransforms</CODE></th> 64 <td> 65 </td> 66 </tr> 67 <tr> 68 <td /> 69 <th><CODE>poseWorldTransforms</CODE></th> 70 <td> 71 </td> 72 </tr> 73 <tr> 74 <td /> 75 <th><CODE>poseWorldMatrices</CODE></th> 76 <td> 77 </td> 78 </tr> 79 <tr> 80 <td /> 81 <th><CODE>skiningMatrices</CODE></th> 82 <td> 83 </td> 84 </tr> </table> 85 </div> 86 <h2>Description</h2> 87 <div class="section"> 88 <p>Constructor.</p> 89 </div> 90 <hr><p>CONFIDENTIAL</p></body> 91</html> 92