Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

start and end values could be specified as float arrays (maybe set method too) #1

Open
acoppes opened this issue May 17, 2011 · 1 comment

Comments

@acoppes
Copy link
Member

acoppes commented May 17, 2011

example:

Transition t = ...

t.set(50f, 50f);

and/or

Vector2f v = ...
Transitions.transitionBuilder(v).end(5f, 10f).time(500);

@acoppes
Copy link
Member Author

acoppes commented Nov 14, 2011

Mutable transitions allow that, but one problem is that implies creating new float[] on each call, the user has to cache values by himself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant