Revision 23224 trunk/libraries/libAnimation2D/src/main/java/com/iver/cit/gvsig/animation/interpolator/Interpolator2D.java

View differences:

Interpolator2D.java
13 13

  
14 14
public class Interpolator2D implements IInterpolator {
15 15

  
16
	private View view;
17 16
	private String description = "Interpolaci?n basada en encuadres";
18 17
	private String name = "Interpolator2D";
19 18
	
......
25 24
		if (kfList == null)
26 25
			return null;
27 26

  
28
		if (this.view == null)
29
			return null;
27
//		if (this.view == null)
28
//			return null;
30 29

  
31 30
		switch (kfList.size()) {
32 31
		// this case when there are only has 2 keyframes

Also available in: Unified diff