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

Think about frame number #13

Open
waywardmonkeys opened this issue Aug 24, 2024 · 0 comments
Open

Think about frame number #13

waywardmonkeys opened this issue Aug 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@waywardmonkeys
Copy link
Collaborator

Right now, Time::frame is an f64, but is called a frame number. It used to be 32 bit, but was changed.

Most of the time, in other systems, a frame number is an integer.

Some times, this value is a percentage of the duration rather than a frame number. Other things treat it as a number of fractional seconds since the start of the animation.

This is an area that deserves further thought.

@waywardmonkeys waywardmonkeys added the enhancement New feature or request label Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant