X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.proconf.g3d%2Fsrc%2Forg%2Fsimantics%2Fproconf%2Fg3d%2Fanimation%2FSlerpInterpolator.java;h=f6c1913f6ca54903d654edc46bf75a7fae90b477;hb=9ad91ae4a059a4c7b219d2560c5b8b8ed1c5f184;hp=581836c0ea36958aa365de0766e23a517fcc0022;hpb=477a3eae417fe71addfcf8f87dab41f87151a384;p=simantics%2F3d.git diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/SlerpInterpolator.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/SlerpInterpolator.java index 581836c0..f6c1913f 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/SlerpInterpolator.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/SlerpInterpolator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -17,7 +17,7 @@ import org.simantics.proconf.g3d.base.VecmathJmeTools; import com.jme.scene.Node; -import org.simantics.proconf.animation.curve.SlerpCurve; +import org.simantics.animation.curve.SlerpCurve; public class SlerpInterpolator implements Interpolator{