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

Movement direction #357

Closed
wants to merge 1 commit into from
Closed

Movement direction #357

wants to merge 1 commit into from

Conversation

BbIKTOP
Copy link

@BbIKTOP BbIKTOP commented Oct 12, 2021

As a POC for 356.

Problem:

I need to draw overlay (actually a set of indicators) on some particular frames only. Let they be "Fo". Other frames should not have this overlay at all. Assume, they are "F"
I want this overlay to stay unmovable during "Fo -> Fo" frames transitions. But during Fo -> F transition, I want this overlay to be moved among Fo frame it currently belongs to. And vice versa, during F -> Fo transition, I want this overlay to move into the viewport together with Fo frame it belongs to.

Proposed solution:
To implement this, I can add a code to every frame drawing function, that would draw this overlay. But in order to understand the overlay's offset (i. e. do I need to move the overlay together with the frame or it shall be fixed), I have to understand, is my current frame "slides in" or "out" the viewport. This is what this PR is intended to solve.

@BbIKTOP
Copy link
Author

BbIKTOP commented Oct 12, 2021

Well, I made some further investigations and close this. Would try to integrate it, then provide the result for evaluation

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