-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resize huge textures for iOS devices
Browsers on iOS devices can crash if huge or many textures are used in a room. Perhaps huge VRAM usage may cause it. We already reported it to the webkit devs. Until the root issue is fixed on iOS end, we resize huge texture images in the low material quality mode as workaround. It isn't a perfect solution but it should mitigate the problem.
- Loading branch information
Showing
1 changed file
with
64 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters