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

Every 20th frame is horked #11

Open
dgets opened this issue Dec 17, 2018 · 0 comments
Open

Every 20th frame is horked #11

dgets opened this issue Dec 17, 2018 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@dgets
Copy link
Owner

dgets commented Dec 17, 2018

There's something going on, probably with the following snippet, causing every 20th (and sometimes the following) frame to appear as if it's coming from within one of the bodies.

#declare ViewOrTransit = 1;	//1 for view, -1 for transit
#declare tmpFromMod = mod(frame_number, 20);
#if (tmpFromMod = 0)
  #declare ViewOrTransit = ViewOrTransit * -1;
#end

perhaps the mod statement isn't the way to be doing things here...

@dgets dgets added the bug Something isn't working label Dec 17, 2018
@dgets dgets added this to the inner system testing animation milestone Dec 17, 2018
@dgets dgets self-assigned this Dec 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant