source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/docs/api/extras/animation/AnimationHandler.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.4 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 <h1>[name]</h1>
11
12 <div class="desc">todo</div>
13
14
15 <h2>Constructor</h2>
16
17
18 <h3>[name]()</h3>
19 <div>
20 todo
21 </div>
22
23 <h2>Properties</h2>
24
25
26 <h3>.[page:number CATMULLROM]</h3>
27 <div>
28 todo
29 </div>
30
31 <h3>.[page:number CATMULLROM_FORWARD]</h3>
32 <div>
33 todo
34 </div>
35
36 <h3>.[page:number LINEAR]</h3>
37 <div>
38 todo
39 </div>
40
41 <h2>Methods</h2>
42
43
44
45 <h3>.removeFromUpdate([page:todo animation]) [page:todo]</h3>
46 <div>
47 animation -- todo
48 </div>
49 <div>
50 todo
51 </div>
52
53 <h3>.get([page:todo name]) [page:todo]</h3>
54 <div>
55 name -- todo
56 </div>
57 <div>
58 todo
59 </div>
60
61 <h3>.update([page:todo deltaTimeMS]) [page:todo]</h3>
62 <div>
63 deltaTimeMS -- todo
64 </div>
65 <div>
66 todo
67 </div>
68
69 <h3>.parse([page:todo root]) [page:todo]</h3>
70 <div>
71 root -- todo
72 </div>
73 <div>
74 todo
75 </div>
76
77 <h3>.add([page:todo data]) [page:todo]</h3>
78 <div>
79 data -- todo
80 </div>
81 <div>
82 todo
83 </div>
84
85 <h3>.addToUpdate([page:todo animation]) [page:todo]</h3>
86 <div>
87 animation -- todo
88 </div>
89 <div>
90 todo
91 </div>
92
93 <h2>Source</h2>
94
95 [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
96 </body>
97</html>
Note: See TracBrowser for help on using the repository browser.