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

Use a queue with enforceFocusVicinity. #235

Open
samussiah opened this issue Dec 8, 2021 · 0 comments
Open

Use a queue with enforceFocusVicinity. #235

samussiah opened this issue Dec 8, 2021 · 0 comments

Comments

@samussiah
Copy link
Owner

i.e. add states to a node's queue as the animation reaches the appropriate timepoint and drop the state from the queue once the node reaches the associated focus. Using a queue will allow each node to visually travel to each focus.

Right now if a node has multiple states in close proximity and is still traveling to the first state it just kind of ignores the following states on its way to the first state and skips to the next state at the timepoint that it reaches the focus.

Basically the node forgets the states that fall after the focus it's traveling to and the state it should be in once it reaches that first focus.

samussiah added a commit that referenced this issue Dec 8, 2021
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