-
Notifications
You must be signed in to change notification settings - Fork 25k
[Android] Added backface-visibility support for android #6695
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
[Android] Added backface-visibility support for android #6695
Conversation
|
By analyzing the blame information on this pull request, we identified @mkonicek, @kmagiera and @jesseruder to be potential reviewers. |
|
@mkonicek would you mind taking a look at this pull request? It's been a while since the last commit was reviewed. |
|
@kmagiera I think you were interested in reviewing this? |
|
It's been a while since the last commit was reviewed and the labels show this pull request needs review. Based on the blame information for the files in this pull request we identified @jesseruder as a potential reviewer. Could you take a look please or cc someone with more context? |
|
any news? |
|
any updates? |
|
This would be awesome to get in. |
|
Sorry about the delay! @foghina do you have any time to review? If not I'll review :) |
| private static final String PROP_DECOMPOSED_MATRIX_ROTATE_X = "rotateX"; | ||
| private static final String PROP_DECOMPOSED_MATRIX_ROTATE_Y = "rotateY"; | ||
| private static final float FRONTFACE_VISIBILITY_MIN_ROTATION = -90.f; | ||
| private static final float FRONTFACE_VISIBILITY_MAX_ROTATION = 90.f; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor nit: these don't really need to be constants. It makes the code less readable and we're not likely to change their value any time soon, and their use is pretty limited.
|
Can't we use |
|
Hey, sorry we didn't get to review this faster. It looks like this PR has been abandoned though because it's been over a month without an author-response. I'm going to close this pull request for now, but the functionality does look pretty cool so it would be nice to have it in and if you are still working on it then please feel free to reopen it. |
|
Any updates on this? |
|
A PR for backface-visibility is here #15970! |
Before:


After:

