Nathan Lewis
Nathan Lewis
It's easy to replicate with the existing source demo project, just replace ZSSDemoList.m:104 with this ``` ZSSDemoViewController *demo1 = [[ZSSDemoViewController alloc] init]; //[self.navigationController pushViewController:demo1 animated:YES]; demo1.modalPresentationStyle = UIModalPresentationPageSheet; [self presentViewController:demo1...
(1) Yes the materials are replaced by Kopernicus, I swear I had a good reason for doing this. Something related to preserving the original when cloning bodies. Nathaniel Sent from...
Which also means if the shaders are changed later they wouldn't be inherited. However, if EVE queried the live CB from main menu it should be fine (versus the shader...
Yeah it just clones the material but assigns a random name. Unless someone changed that....
I just tried SMPlayer. I forced the h264_v4l2m2m codec and I got a similar result (choppy video). (I used the jellyfish sample I saw in your rpi forum post and...
> perhaps we can make a repository with the art blurred/obfuscated in some way, @zcanann I don't believe we could get away with that legally. My suggestion would be that...
I just wanted to echo that I have the same problem with rustc 1.49.0-nightly (e3051d8c2 2020-10-16)
Since I'm trying to do this without open embedded (using buildroot), I have a couple of questions about the bit bake recipe for cef ( https://github.com/OSSystems/meta-browser/blob/master/recipes-browser/chromium/cef3_280796.bb). I downloaded the archive...
Or does it unpack like this? In this case, which cef directory does it use? Chromium_rev_280796/ regular chromium source Chromium_rev_280796/src/ Chromium_rev_280796/src/cef/ Chromium_rev_280796/src/ui/ozone/platform/egl
Okay, so I'll check those out when I get a chance. I guess that's why no one has ported the patches yet - no one wants to walk though over...