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

Calculate layers per frame #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

PaulBirdUnity
Copy link

@PaulBirdUnity PaulBirdUnity commented Dec 21, 2023

The layers per frame is a bit off, need to round up. Probably not a big issue and maybe this is the desired behavioiur.

e.g.

197/4 = 49
197 = 49 + 49 + 49 + 49 + 1

so it spreads it over 5 frames instead of 4 and does the output processing on the 5th frame.

197/4+1 = 50
197 = 50 + 50+ 50 + 47

The layers per frame is a bit off, need to round up.
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

Successfully merging this pull request may close these issues.

1 participant