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.
		
		
		
		
		
			
		
			
				
					
					
						
							46 lines
						
					
					
						
							953 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							46 lines
						
					
					
						
							953 B
						
					
					
				
								<!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>
							 | 
						|
										<h1>Constantes de Animação</h1>
							 | 
						|
								
							 | 
						|
										<h2>Modos de Loop (Loop Modes)</h2>
							 | 
						|
								
							 | 
						|
										<code>
							 | 
						|
								THREE.LoopOnce
							 | 
						|
								THREE.LoopRepeat
							 | 
						|
								THREE.LoopPingPong
							 | 
						|
										</code>
							 | 
						|
								
							 | 
						|
								    <h2>Modos de Interpolação (Interpolation Modes)</h2>
							 | 
						|
								    <code>
							 | 
						|
								THREE.InterpolateDiscrete
							 | 
						|
								THREE.InterpolateLinear
							 | 
						|
								THREE.InterpolateSmooth
							 | 
						|
								    </code>
							 | 
						|
								
							 | 
						|
								    <h2>Modos de Finalização (Ending Modes)</h2>
							 | 
						|
								    <code>
							 | 
						|
								THREE.ZeroCurvatureEnding
							 | 
						|
								THREE.ZeroSlopeEnding
							 | 
						|
								THREE.WrapAroundEnding
							 | 
						|
								    </code>
							 | 
						|
								
							 | 
						|
									<h2>Modos de Mistura de Animação (Animation Blend Modes)</h2>
							 | 
						|
								    <code>
							 | 
						|
								THREE.NormalAnimationBlendMode
							 | 
						|
								THREE.AdditiveAnimationBlendMode
							 | 
						|
								    </code>
							 | 
						|
								
							 | 
						|
										<h2>Source</h2>
							 | 
						|
								
							 | 
						|
										<p>
							 | 
						|
											[link:https://github.com/mrdoob/three.js/blob/master/src/constants.js src/constants.js]
							 | 
						|
										</p>
							 | 
						|
									</body>
							 | 
						|
								</html>
							 | 
						|
								
							 |