0beqz / realism-effects

SSGI, Motion Blur, TRAA - Effects to enhance your three.js scene's realism
https://realism-effects-obeqz.vercel.app/
MIT License
1.44k stars 70 forks source link

fix: depth issue on Android devices #37

Closed MajorMeerkatThe3rd closed 7 months ago

MajorMeerkatThe3rd commented 1 year ago

This fixes #22 at least on Android devices

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
realism-effects ✅ Ready (Inspect) Visit Preview Sep 27, 2023 10:24am
0beqz commented 7 months ago

Hey thanks for the PR. Yes I saw that as well that Android needs the highp modifier to work properly. It now works well on my Android phone on the newest version using your suggestion to specify the highp modifier as well. So I'll close it. Still thanks for the solution to fixing issues on Android!