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

Reverse trackers middleware #6

Open
julik opened this issue Mar 15, 2017 · 0 comments
Open

Reverse trackers middleware #6

julik opened this issue Mar 15, 2017 · 0 comments

Comments

@julik
Copy link
Member

julik commented Mar 15, 2017

've been wondering if you can implement a feature that can reverse the trackers.
For example....

Tracker 1
1f 10 x 10 y
2f 9 x 9 y 
3f 8 x 8 y
4f 7 x 7 y
5f 6 x 6 y

to....

Tracker 1
1f 6 x 6 y
2f 7 x 7 y 
3f 8 x 8 y
4f 9 x 9 y
5f 10 x 10 y

something like this~

programs like boujou(4) cannot solve backwards... it only builds the initial solve from frame 1 !! only =(
so to solve from the back, we reverse the plates and we need the trackers to be reversed as well!
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