|
@@ -35,13 +35,12 @@ import com.jme3.animation.LoopMode;
|
|
import com.jme3.gde.core.sceneexplorer.nodes.animation.JmeAnimation;
|
|
import com.jme3.gde.core.sceneexplorer.nodes.animation.JmeAnimation;
|
|
|
|
|
|
/**
|
|
/**
|
|
- *
|
|
|
|
|
|
+ * A Dialog to edit the Loop Mode and Playback Speed of an AnimChannel (pre-3.3)
|
|
* @author Nehon
|
|
* @author Nehon
|
|
*/
|
|
*/
|
|
|
|
|
|
@SuppressWarnings({"unchecked", "rawtypes"})
|
|
@SuppressWarnings({"unchecked", "rawtypes"})
|
|
public class ChannelDialog extends javax.swing.JDialog {
|
|
public class ChannelDialog extends javax.swing.JDialog {
|
|
-
|
|
|
|
JmeAnimation jmeAnim;
|
|
JmeAnimation jmeAnim;
|
|
|
|
|
|
/**
|
|
/**
|