This website requires JavaScript.
Explore
Help
Sign In
DIvan2000
/
ReplayModCinematic
Watch
1
Star
0
Fork
0
You've already forked ReplayModCinematic
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9d4fdccb0fc0ade08a0e2acf304a4fddff0c59f4
ReplayModCinematic
/
src
/
main
/
java
/
eu
/
crushedpixel
/
replaymod
/
interpolation
History
CrushedPixel
03aead65b6
Gigantic warning cleanup
2015-08-31 17:49:21 +02:00
..
AdvancedPositionLinearInterpolation.java
Added getLinearInterpolator() and getCubicInterpolator() methods to KeyframeValue interface to allow for specific Interpolators instead of the Generic Interpolators
2015-07-21 03:49:20 +02:00
AdvancedPositionSplineInterpolation.java
Added getLinearInterpolator() and getCubicInterpolator() methods to KeyframeValue interface to allow for specific Interpolators instead of the Generic Interpolators
2015-07-21 03:49:20 +02:00
BasicSpline.java
General warning cleanup
2015-07-19 16:21:56 +02:00
Cubic.java
Refactored and reformatted code to use less static variables
2015-04-23 14:09:54 +02:00
GenericLinearInterpolation.java
Gigantic warning cleanup
2015-08-31 17:49:21 +02:00
GenericSplineInterpolation.java
Added getLinearInterpolator() and getCubicInterpolator() methods to KeyframeValue interface to allow for specific Interpolators instead of the Generic Interpolators
2015-07-21 03:49:20 +02:00
Interpolate.java
Created @Interpolate annotation for Interpolators to know which fields to interpolate (instead of all public fields)
2015-07-08 11:43:58 +02:00
Interpolation.java
Warning, GIGANTIC COMMIT!
2015-07-08 04:13:24 +02:00
KeyframeList.java
Added getLinearInterpolator() and getCubicInterpolator() methods to KeyframeValue interface to allow for specific Interpolators instead of the Generic Interpolators
2015-07-21 03:49:20 +02:00
KeyframeValue.java
Added getLinearInterpolator() and getCubicInterpolator() methods to KeyframeValue interface to allow for specific Interpolators instead of the Generic Interpolators
2015-07-21 03:49:20 +02:00