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.
		
		
		
		
		
			
		
			
				
					
					
						
							74 lines
						
					
					
						
							1.8 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							74 lines
						
					
					
						
							1.8 KiB
						
					
					
				
								<!DOCTYPE html>
							 | 
						|
								<html lang="fr">
							 | 
						|
									<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">
							 | 
						|
											Un suivi des valeurs quaternaires des keyframes.
							 | 
						|
										</p>
							 | 
						|
								
							 | 
						|
								
							 | 
						|
										<h2>Constructeur</h2>
							 | 
						|
								
							 | 
						|
								
							 | 
						|
										<h3>[name]( [param:String name], [param:Array times], [param:Array values] )</h3>
							 | 
						|
										<p>
							 | 
						|
											[page:String name] - (requis) indentifiant du KeyframeTrack.<br />
							 | 
						|
											[page:Array times] - (requis) tableau de durée des keyframes.<br />
							 | 
						|
											[page:Array values] - valeurs des keyframes aux temps spécifiés, un tableau à une dimension de composants quaternaires.<br />
							 | 
						|
											[page:Constant interpolation] - le type d'interpolation à utiliser. Voir
							 | 
						|
											[page:Animation Animation Constants] pour les valeurs possibles. La valeur par défaut est
							 | 
						|
											[page:Animation InterpolateLinear].
							 | 
						|
										</p>
							 | 
						|
								
							 | 
						|
								
							 | 
						|
										<h2>Propriétés</h2>
							 | 
						|
								
							 | 
						|
								
							 | 
						|
										<p class="desc">
							 | 
						|
											Voir [page:KeyframeTrack] pour les propriétés héritées.
							 | 
						|
										</p>
							 | 
						|
								
							 | 
						|
										<h3>[property:Constant DefaultInterpolation]</h3>
							 | 
						|
										<p>
							 | 
						|
											Le type d'interpolation à utiliser par défaut, [page:Animation InterpolateLinear].
							 | 
						|
										</p>
							 | 
						|
								
							 | 
						|
										<h3>[property:String ValueTypeName]</h3>
							 | 
						|
										<p>
							 | 
						|
											String 'quaternion'.
							 | 
						|
										</p>
							 | 
						|
								
							 | 
						|
								
							 | 
						|
										<h2>Méthodes</h2>
							 | 
						|
								
							 | 
						|
								
							 | 
						|
										<p class="desc">
							 | 
						|
											Voir [page:KeyframeTrack] pour les propriétés héritées.
							 | 
						|
										</p>
							 | 
						|
								
							 | 
						|
										<h3>[method:QuaternionLinearInterpolant InterpolantFactoryMethodLinear]()</h3>
							 | 
						|
										<p>
							 | 
						|
											Renvoie un nouveau [page:QuaternionLinearInterpolant QuaternionLinearInterpolant] basé sur les valeurs
							 | 
						|
											[page:KeyframeTrack.values values], [page:KeyframeTrack.times times] et
							 | 
						|
											[page:KeyframeTrack.valueSize valueSize] des keyframes.
							 | 
						|
										</p>
							 | 
						|
								
							 | 
						|
								
							 | 
						|
										<h2>Source</h2>
							 | 
						|
								
							 | 
						|
								
							 | 
						|
										<p>
							 | 
						|
											[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
							 | 
						|
										</p>
							 | 
						|
									</body>
							 | 
						|
								</html>
							 | 
						|
								
							 |