Hello Everyone,
This is my first post here.
I am still learning the how-to’s of BabylonJS and I am stuck at a something
Is there a possible way by code to assign a texture to only one face of a box? https://playground.babylonjs.com/#M6Z7UW#1
Here is the PG I am working on, what I am trying to achieve is that I want the “AAA” texture to only display on the side facing the camera.
Hi @JohnK, is it possible to assign also different texture to different faces?
From the manual it seems it’s possible only tu apply UV texture. For example, having a cube as a rooom i’d like to apply one texture on the bottom face, another texture to the walls and another to the top. Is it possible?
Ok Thanks, in this case if i use uScale and vScale to make a tile texture what’s the effect? For example i use a texture for the floor that i replicate to make the illusion of tiles. Is it still possible even with UVimages?