Merge images into one texture?

Hi there,

what is the easiest (and most performant) way to combine 4 images into one texture? i have

for exmaple these 4 images:




which should be as a texture on one single mesh, next to each other as a grid (top left, top right, bottom left, bottom right).

What would be the way to go here?
I need this as one texture.

Thanks a lot,

pcace

Here is the example with merge-images package - https://playground.babylonjs.com/#6882Y7#2

1 Like

A gui texture in babylon could potentially do the trick as well :slight_smile: