OSDN Git Service

three.jsをThirdPartyに追加
[webglgame/webgl_framework.git] / webglFramework / Thirdparty / three.js-master / docs / api / animation / tracks / QuaternionKeyframeTrack.html
1 <!DOCTYPE html>
2 <html lang="en">
3         <head>
4                 <meta charset="utf-8" />
5                 <base href="../../../" />
6                 <script src="list.js"></script>
7                 <script src="page.js"></script>
8                 <link type="text/css" rel="stylesheet" href="page.css" />
9         </head>
10         <body>
11
12                 [page:KeyframeTrack] &rarr;
13
14                 <h1>[name]</h1>
15
16                 <div class="desc">
17                         A Track of quaternion keyframe values.
18                 </div>
19
20
21                 <h2>Constructor</h2>
22
23
24                 <h3>[name]( [page:String name], [page:Array times], [page:Array values] )</h3>
25                 <div>
26                         [page:String name] (required) identifier for the KeyframeTrack.<br />
27                         [page:Array times] (required) array of keyframe times.<br />
28                         [page:Array values] values for the keyframes at the times specified.<br />
29                         [page:Constant interpolation] the type of interpolation to use. See
30                         [page:Animation Animation Constants] for possible values. Default is
31                         [page:Animation InterpolateLinear].
32                 </div>
33
34
35                 <h2>Properties</h2>
36
37
38                 <div class="desc">
39                         See [page:KeyframeTrack] for inherited properties.
40                 </div>
41
42                 <h3>[property:Constant DefaultInterpolation]</h3>
43                 <div>
44                         The default interpolation type to use, [page:Animation InterpolateLinear].
45                 </div>
46
47                 <h3>[property:String ValueTypeName]</h3>
48                 <div>
49                         String 'quaternion'.
50                 </div>
51
52
53                 <h2>Methods</h2>
54
55
56                 <div class="desc">
57                         See [page:KeyframeTrack] for inherited methods.
58                 </div>
59
60                 <h3>[method:null InterpolantFactoryMethodLinear]()</h3>
61                 <div>
62                         Returns a new [page:QuaternionLinearInterpolant QuaternionLinearInterpolant] based on the 
63                         [page:KeyframeTrack.values values], [page:KeyframeTrack.times times] and 
64                         [page:KeyframeTrack.valueSize valueSize] of the keyframes.
65                 </div>
66
67
68                 <h2>Source</h2>
69
70
71                 [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
72         </body>
73 </html>