You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
1.8 KiB
72 lines
1.8 KiB
2 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="pt-br">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<base href="../../../../" />
|
||
|
<script src="page.js"></script>
|
||
|
<link type="text/css" rel="stylesheet" href="page.css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
[page:KeyframeTrack] →
|
||
|
|
||
|
<h1>[name]</h1>
|
||
|
|
||
|
<p class="desc">
|
||
|
Uma track de valores de keyframes quaternion.
|
||
|
</p>
|
||
|
|
||
|
|
||
|
<h2>Construtor</h2>
|
||
|
|
||
|
<h3>[name]( [param:String name], [param:Array times], [param:Array values] )</h3>
|
||
|
<p>
|
||
|
[page:String name] - (obrigatório) identificador para o KeyframeTrack.<br />
|
||
|
[page:Array times] - (obrigatório) array de tempos de keyframes.<br />
|
||
|
[page:Array values] - valores para os keyframes nos tempos especificados, um array plano de componentes quaternion.<br />
|
||
|
[page:Constant interpolation] - o tipo de interpolação a ser usada. Ver
|
||
|
[page:Animation Animation Constants] para valores possíveis. O padrão é
|
||
|
[page:Animation InterpolateLinear].
|
||
|
</p>
|
||
|
|
||
|
|
||
|
<h2>Propriedades</h2>
|
||
|
|
||
|
<p class="desc">
|
||
|
Ver [page:KeyframeTrack] para propriedades herdadas.
|
||
|
</p>
|
||
|
|
||
|
<h3>[property:Constant DefaultInterpolation]</h3>
|
||
|
<p>
|
||
|
O tipo da interpolação padrão para usar, [page:Animation InterpolateLinear].
|
||
|
</p>
|
||
|
|
||
|
<h3>[property:String ValueTypeName]</h3>
|
||
|
<p>
|
||
|
String 'quaternion'.
|
||
|
</p>
|
||
|
|
||
|
|
||
|
<h2>Métodos</h2>
|
||
|
|
||
|
|
||
|
<p class="desc">
|
||
|
Ver [page:KeyframeTrack] para métodos herdados.
|
||
|
</p>
|
||
|
|
||
|
<h3>[method:QuaternionLinearInterpolant InterpolantFactoryMethodLinear]()</h3>
|
||
|
<p>
|
||
|
Retorna um novo [page:QuaternionLinearInterpolant QuaternionLinearInterpolant] baseado nos
|
||
|
[page:KeyframeTrack.values values], [page:KeyframeTrack.times times] e
|
||
|
[page:KeyframeTrack.valueSize valueSize] dos keyframes.
|
||
|
</p>
|
||
|
|
||
|
|
||
|
<h2>Source</h2>
|
||
|
|
||
|
<p>
|
||
|
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
|
||
|
</p>
|
||
|
</body>
|
||
|
</html>
|