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
{{ message }}
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.
I believe resume functionality is implemented only in Tween, not BasicTween due to its additional complexity. Replacing it with a regular Tween should work. The layering of complexity was implemented for file size constraints for customers and to insure Partigen would run the most efficiently and not include features that weren't used.
Generally speaking, Tweens have the most functionality and should be used unless saving a few k is critical. It was also important to have this configuration because of hundreds of particles (with partigen, which this was engineered for) with 4 tweens on each... well it needed to be memory efficient. Everyday usage of the DMP should use the high level classes such as Tween, MultiTween, ColorTween, BasicPhysics, etc.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've written a test:
expected behavior:
observed behavior:
The text was updated successfully, but these errors were encountered: