Doris Wu

Results 8 comments of Doris Wu

> You also need to add the Java APIs as well as the Javascript ones (in js-bindings.cpp) Done. I didn't notice that, thanks for the reminder:D BTW, I noticed that...

> @show50726 could you please check that by default transparent materials not picking? Because I test it on my model with transparent materials and if I set setTransparentPickingEnabled(boolean enabled) to...

I think that is in expected, you need to tell Filament where is clang if your default compiler is not clang. You can refer to [here](https://github.com/google/filament/blob/main/BUILDING.md#linux) to see how to...

I agree it should be the dependency issue since the specifying `CC=` method works in my docker env. You can check out my CL for the Dockerfile I used: cl/735804622

Could you provide the OS/GPU/Backend you're using? Thanks!

Seems like there's something Adreno driver doesn't like in the gaussian blur shader: ``` 12-02 13:36:54.354 E/Filament(27074): Link error in "separableGaussianBlur": 12-02 13:36:54.354 E/Filament(27074): - glError=0 12-02 13:36:54.354 E/Filament(27074): -...

I'm afraid we won't be able to prioritize investigating this deeply at the moment. However, if you have time to debug, you could try removing random lines in [separableGaussianBlur.vs](https://github.com/google/filament/blob/96e2366569c008f7cee32300d2618e80ca635fb6/filament/src/materials/separableGaussianBlur.vs) or...