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

add ignore_smoothing #115

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

khanghugo
Copy link
Contributor

Needs HLTAS/hltas#11 merged

I try my best not to touch any thing else beside bxt-rs for the implementation. There are a few problems. The obvious one would be how to ignore some frames. Thus a parameter for smoothed_views instead of another member for Frame struct. The upside would be no need to store extra data and doing state stuffs between bxt-rs and BXT. It might look ugly, I guess.

Also, while working on this, unwrap_angles is doing some fractional math with f32. It does have some problems toward what I want to do here. I want to get the input views but after some math the value is a bit off (for examples, -2pi becomes 0.005 degrees). It only affects the output views for the override line, doesn't affect TAS playback so that should be fine.

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