TarVK / pixi-shadows

Adds dynamic shadows to PixiJS
https://tarvk.github.io/pixi-shadows/dist/
MIT License
52 stars 13 forks source link

Why can't render shadows on mobile phone ? #8

Open kevinchen2046 opened 3 years ago

kevinchen2046 commented 3 years ago

Everything is OK on the PC, but the mobile phone doesn't work。

TarVK commented 1 year ago

I'm sorry, I don't have time to test on mobile myself at this time. But really I have no idea how mobile would be any different than desktop, so I can't think of many reasons, other than potentially not having shader support on the phone on which you tested. Pixi can fallback to CPU rendering if I recall correctly, but when doing this shader functionality is lost.