org.rajawali3d.animation / CoalesceAnimation3D

CoalesceAnimation3D

open class CoalesceAnimation3D : Animation3D
open class CoalesceAnimation3D : Animation3D

ATransformable3D Coalescence animation. This animation ROUGHLY approximates a decaying orbit. This is a non-physics based animation. The paths objects follow are defined by ASpiral3D paths. Any number of objects can be added to the animation, and objects can have their spiral focused on a fixed point, or on another object in the animation. For example, a system of a sun, planet and moon. The moon decays into the planet while the planet decays into the sun. It is important to note that any dependencies in the animation take place in insertion order. If the 4th item is set to converge on the 5th item, then the position of the 4th item will always be one time step behind where it should be. This class is thread safe, and should you want to, configurations can be added while the animation is playing.

Author
Jared Woolston (jwoolston@idealcorp.com)