Texture atlas

From TrainzOnline
(Difference between revisions)
Jump to: navigation, search
(Created page with "A texture atlas is a single larger texture which combines what would normally be several distinct smaller textures. This technique can be a significant performance optimis...")

Revision as of 19:14, 11 October 2017

A texture atlas is a single larger texture which combines what would normally be several distinct smaller textures. This technique can be a significant performance optimisation.

This page TBD.


Performance Benefits

Concerns

  • Texture Bleeding (when mipmapping)
  • Texture Wrapping
  • Over-large textures (avoid this by atlasing low LODs)

Example

  • Image demonstrating the combination of two separate textured meshes into an atlas.
Personal tools