Topic collection

Tagged “textures”

MessyPoly technical guides related to textures.

3 articles

Performance10 min

GPU Memory for 3D Assets: A Practical Budgeting Guide

Estimate textures, geometry, render targets, shadows, transient allocations, and duplicated resources before a real-time 3D scene exhausts device memory.

gpu memorytextureswebgl
Performance10 min

Texture Size vs. Mesh Size: Finding the Real 3D Bottleneck

Compare textures and mesh data across transfer, decode, GPU memory, bandwidth, and frame time to choose the right optimization first.

texturesmeshesgpu memory
Foundations10 min

3D Materials and Textures: How Surface Data Reaches the Screen

Understand materials, textures, UVs, samplers, color spaces, mipmaps, and the practical costs hidden inside a real-time 3D asset.

materialstexturesUV mapping