anotheruserofgithub
anotheruserofgithub
Additionally, it may be worth documenting that vertices (coordinates `X`, `Y`, `Z`) should be given in a contiguous order such as to avoid drawing invalid polygons (see Figure 2-3 [here](https://www.glprogramming.com/red/chapter02.html#name2))...
Thank you for the answers! One last detail (I hope!): For correct back face culling and coloring, vector $\vec{w}=\vec{u}\times\vec{v}$ shall turn counterclockwise (CCW) when facing any vertex $\vec{V}\_{u,v}=\left(X_{u,v},Y_{u,v},Z_{u,v}\right)$ from outside...
> - normals: the implementation would be straight forward but IMO the tool vendors shall be involved. I think this would be really worth it if you could make this...
Could add a `doubleSidedSurface` parameter to the partial surface model. Although, am I right in saying that it should already be the case now? Meaning, whether normals are explicitly provided...
Hello @rom1v, I'm encountering an issue when trying to build [uhid.27](https://github.com/Genymobile/scrcpy/commits/uhid.27): ``` app/meson.build:177:0: ERROR: File src/uhid/uhid_output.c does not exist. ``` It looks like you forgot to add `uhid_output.c` in commit...
A few minor things I saw by looking quickly at the mouse implementation: diff1 ```diff diff --git a/app/src/uhid/mouse_uhid.c b/app/src/uhid/mouse_uhid.c index c3f78fd1..77446f9e 100644 --- a/app/src/uhid/mouse_uhid.c +++ b/app/src/uhid/mouse_uhid.c @@ -10,7 +10,7 @@...
Great job! This is a very nice solution. ;) A few years ago I implemented uinput & uhid injection on top of scrcpy for showing the mouse pointer, but I...
> This is due to not exceed 80 chars (that's maybe a stupid rule, but for consistency I stick to it). Oh, sorry, that makes sense!
> Could you please test on Android 7, 8, 9 and 10 to determine from which Android version it works? I only have a rooted device, sorry I may not...
> Could you please test on Android 7, 8, 9 and 10 to determine from which Android version it works? @rom1v See these commits in the [history of `system/core/rootdir/ueventd.rc`](https://cs.android.com/android/platform/superproject/main/+/main:system/core/rootdir/ueventd.rc;l=62;bpv=1): -...