Hi everyone, This looks pretty simple to do, but i'm badly stuck. I'd like to apply a texture to a cube imported from Blender. But i get a colored cube without the texture effect. Below is a link to my playground code (1 cube is from Blender, 1 other cube is created with BabylonJS) I can't figure out why the same material doesn't have the same rendering. Are those two cubes different kind of mesh object ? Playground link : http://www.babylonjs-playground.com/#IZR8L#1
Amazing Gryff ! i couldn't believe it, but it works like a charm http://www.babylonjs-playground.com/#IZR8L#3 Before reading your last answer, i was doing the UV Mapping / Unwrapping from Blender like this : So I was getting the cube textured from within Blender, and i could then open it from BabylonJS, giving this kind of result : http://www.babylonjs-playground.com/#IZR8L#4 But as you guessed, i wanted to apply the texture from BabylonJS, not from Blender. It's getting a bit more clea