Cinematic : AnimationTrack takes now the animation's duration as default duration
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8966 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
		
							parent
							
								
									93a181b4c7
								
							
						
					
					
						commit
						f3675227e0
					
				| @ -63,6 +63,7 @@ public class AnimationTrack extends AbstractCinematicEvent { | |||||||
|     public AnimationTrack(Spatial model, String animationName) { |     public AnimationTrack(Spatial model, String animationName) { | ||||||
|         modelName = model.getName(); |         modelName = model.getName(); | ||||||
|         this.animationName = animationName; |         this.animationName = animationName; | ||||||
|  |         initialDuration = model.getControl(AnimControl.class).getAnimationLength(animationName); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     public AnimationTrack(Spatial model, String animationName, float initialDuration) { |     public AnimationTrack(Spatial model, String animationName, float initialDuration) { | ||||||
| @ -73,6 +74,7 @@ public class AnimationTrack extends AbstractCinematicEvent { | |||||||
| 
 | 
 | ||||||
|     public AnimationTrack(Spatial model, String animationName, LoopMode loopMode) { |     public AnimationTrack(Spatial model, String animationName, LoopMode loopMode) { | ||||||
|         super(loopMode); |         super(loopMode); | ||||||
|  |         initialDuration = model.getControl(AnimControl.class).getAnimationLength(animationName); | ||||||
|         modelName = model.getName(); |         modelName = model.getName(); | ||||||
|         this.animationName = animationName; |         this.animationName = animationName; | ||||||
|     } |     } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user