You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2024. It is now read-only.
Describe the bug
When using a moving repeating background (for creating a horizontal parallax effect), after each iteration the quality of the repeating background decreases and it gets pixelated. This issue only occurs on mobile web browser and doesn't happen when using desktop web browser.
To Reproduce
Steps to reproduce the behavior:
Add a background with repeat-x (or repeat) property
Move the camera horizontally each frame (for ex. following the player character in an endless runner)
Run the project on mobile web browser
After each iteration the quality of repeating background gets worse
Expected behavior
The quality of repeating background should not get worse after each iteration. (similar to desktop web browser)
Possible Solution
Could be related to shader precision
System information report
Ct.js v5.1.0 😽 (packaged)