Browse Source

- Deprecated PositionTrack, RotationTrack, ScaleTrack as they should be replaced by spatial animation.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8501 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
rem..om 14 years ago
parent
commit
58a2bf8af9

+ 2 - 0
engine/src/core/com/jme3/cinematic/events/PositionTrack.java

@@ -21,7 +21,9 @@ import java.util.logging.Logger;
 /**
  *
  * @author Nehon
+ * @deprecated use spatial animation instead.
  */
+@Deprecated
 public class PositionTrack extends AbstractCinematicEvent {
 
     private static final Logger log = Logger.getLogger(PositionTrack.class.getName());

+ 2 - 0
engine/src/core/com/jme3/cinematic/events/RotationTrack.java

@@ -21,7 +21,9 @@ import java.util.logging.Logger;
 /**
  *
  * @author Nehon
+ * @deprecated use spatial animation instead.
  */
+@Deprecated
 public class RotationTrack extends AbstractCinematicEvent {
 
     private static final Logger log = Logger.getLogger(RotationTrack.class.getName());

+ 2 - 0
engine/src/core/com/jme3/cinematic/events/ScaleTrack.java

@@ -21,7 +21,9 @@ import java.util.logging.Logger;
 /**
  *
  * @author Nehon
+ * @deprecated use spatial animation instead.
  */
+@Deprecated
 public class ScaleTrack extends AbstractCinematicEvent {
 
     private static final Logger log = Logger.getLogger(RotationTrack.class.getName());