You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/src/main/java/com/scrappers/dbtraining/mainScreens/prefaceScreen/renderer/animationWrapper/BlendableAnimation.java
+22-4Lines changed: 22 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,11 @@
16
16
importcom.jme3.anim.util.HasLocalTransform;
17
17
importcom.jme3.app.Application;
18
18
importcom.jme3.app.state.BaseAppState;
19
+
importcom.jme3.cinematic.Cinematic;
20
+
importcom.jme3.cinematic.events.AnimEvent;
21
+
importcom.jme3.cinematic.events.AnimationEvent;
22
+
importcom.jme3.cinematic.events.CinematicEvent;
23
+
importcom.jme3.math.FastMath;
19
24
importcom.jme3.math.Quaternion;
20
25
importcom.jme3.math.Transform;
21
26
importcom.jme3.math.Vector3f;
@@ -36,9 +41,11 @@ public class BlendableAnimation extends BaseAppState implements BlendSpace {
* additional method for additional settings to set during the instantiation of #{@link BlendAction} instance
129
148
* this method gets called inside the Constructor of #{@link BlendAction#BlendAction(BlendSpace, BlendableAction...)} when the BlendAction instance gets instantiated\.
@@ -175,8 +194,7 @@ public void setBlendAction(BlendAction action) {
0 commit comments