source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/docs/api/objects/MorphAnimMesh.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: 2.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])</h3>
21 <div>
22 geometry -- todo <br />
23 material -- todo
24 </div>
25 <div>
26 todo
27 </div>
28
29
30
31 <h2>Properties</h2>
32
33
34
35 <h3>.[page:boolean directionBackwards]</h3>
36 <div>
37 todo
38 </div>
39
40 <h3>.[page:number direction]</h3>
41 <div>
42 todo
43 </div>
44
45 <h3>.[page:number endKeyframe]</h3>
46 <div>
47 todo
48 </div>
49
50 <h3>.[page:boolean mirroredLoop]</h3>
51 <div>
52 todo
53 </div>
54
55 <h3>.[page:number startKeyframe]</h3>
56 <div>
57 todo
58 </div>
59
60 <h3>.[page:number lastKeyframe]</h3>
61 <div>
62 todo
63 </div>
64
65 <h3>.[page:number length]</h3>
66 <div>
67 todo
68 </div>
69
70 <h3>.[page:number time]</h3>
71 <div>
72 todo
73 </div>
74
75 <h3>.[page:number duration]</h3>
76 <div>
77 todo
78 </div>
79
80 <h3>.[page:number currentKeyframe]</h3>
81 <div>
82 todo
83 </div>
84
85 <h2>Methods</h2>
86
87
88
89 <h3>.setDirectionForward() [page:todo]</h3>
90 <div>
91 todo
92 </div>
93
94 <h3>.playAnimation([page:todo label], [page:todo fps]) [page:todo]</h3>
95 <div>
96 label -- todo <br />
97 fps -- todo
98 </div>
99 <div>
100 todo
101 </div>
102
103 <h3>.setFrameRange([page:todo start], [page:todo end]) [page:todo]</h3>
104 <div>
105 start -- todo <br />
106 end -- todo
107 </div>
108 <div>
109 todo
110 </div>
111
112 <h3>.setDirectionBackward() [page:todo]</h3>
113 <div>
114 todo
115 </div>
116
117 <h3>.parseAnimations() [page:todo]</h3>
118 <div>
119 todo
120 </div>
121
122 <h3>.updateAnimation([page:todo delta]) [page:todo]</h3>
123 <div>
124 delta -- todo
125 </div>
126 <div>
127 todo
128 </div>
129
130 <h3>.setAnimationLabel([page:todo label], [page:todo start], [page:todo end]) [page:todo]</h3>
131 <div>
132 label -- todo <br />
133 start -- todo <br />
134 end -- todo
135 </div>
136 <div>
137 todo
138 </div>
139
140 <h2>Source</h2>
141
142 [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
143 </body>
144</html>
Note: See TracBrowser for help on using the repository browser.