- 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
This commit is contained in:
parent
feeedfa682
commit
58a2bf8af9
@ -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());
|
||||
|
@ -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());
|
||||
|
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user