Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
firagabird's avatar
firagabird
Adventurer
8 years ago

How might you design your environments to look amazing with minimal texture filtering?

Texture filtering adds a lot to the image quality of a game. Unfortunately due to the bandwidth limitations of mobile GPUs, it's also a very costly feature due to requiring texture lookups, especially anisotropic filtering.

What are the possible ways to optimize your game environments to avoid aliased or blurry textures while reducing or eliminating the need for costly texture filtering?
No RepliesBe the first to reply