source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/docs/api/objects/SkinnedMesh.html@ 28897

Last change on this file since 28897 was 28897, checked in by davidb, 10 years ago

GUI front-end to server base plus web page content

File size: 1.1 KB
Line 
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <script src="../../list.js"></script>
6 <script src="../../page.js"></script>
7 <link type="text/css" rel="stylesheet" href="../../page.css" />
8 </head>
9 <body>
10 [page:Object3D] &rarr;
11
12 <h1>[name]</h1>
13
14 <div class="desc">todo</div>
15
16
17 <h2>Constructor</h2>
18
19
20 <h3>[name]([page:todo geometry], [page:todo material], [page:todo useVertexTexture])</h3>
21 <div>
22 geometry -- todo <br />
23 material -- todo <br />
24 useVertexTexture -- todo
25 </div>
26 <div>
27 todo
28 </div>
29
30
31 <h2>Properties</h2>
32
33
34
35 <h3>.[page:array bones]</h3>
36 <div>
37 todo
38 </div>
39
40 <h3>.[page:Matrix4 identityMatrix]</h3>
41 <div>
42 todo
43 </div>
44
45 <h3>.[page:boolean useVertexTexture]</h3>
46 <div>
47 todo
48 </div>
49
50 <h3>.[page:array boneMatrices]</h3>
51 <div>
52 todo
53 </div>
54
55 <h2>Methods</h2>
56
57
58
59 <h3>.pose() [page:todo]</h3>
60 <div>
61 todo
62 </div>
63
64 <h3>.addBone([page:todo bone]) [page:todo]</h3>
65 <div>
66 bone -- todo
67 </div>
68 <div>
69 todo
70 </div>
71
72 <h2>Source</h2>
73
74 [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
75 </body>
76</html>
Note: See TracBrowser for help on using the repository browser.