Hi, I would like to know how I can modify my code so that when I import the same GLB model twice, it uses a single texture instead of creating two separate textures. How can I achieve this?
Hi, I would like to know how I can modify my code so that when I import the same GLB model twice, it uses a single texture instead of creating two separate textures. How can I achieve this?
I noticed that in the official Babylon.js Editor, importing the same model only creates a single material, which is exactly what I want.
I hope my explanation is clear.