

supersoupcan
Members-
Content Count
7 -
Joined
-
Last visited
About supersoupcan
-
Rank
Newbie
-
solved Textures not being rendered properly, babylon.js and blender exporter
supersoupcan replied to supersoupcan's topic in Questions & Answers
Thanks for your help V!nc3r its working perfectly now! I guess the key takeaway is that blender uses keys to store UV references, while the Babylon.js exporter uses indices. -
supersoupcan reacted to a post in a topic: Textures not being rendered properly, babylon.js and blender exporter
-
solved Textures not being rendered properly, babylon.js and blender exporter
supersoupcan replied to supersoupcan's topic in Questions & Answers
How would I replicate that precisely, because I tried joining the mesh with a Cube, and then deleting the added Cube, and the mesh was still broken in babylon.js. -
solved Textures not being rendered properly, babylon.js and blender exporter
supersoupcan replied to supersoupcan's topic in Questions & Answers
How do you find out if a mesh is broken? And how does attaching a Cube fix the issue? -
solved Textures not being rendered properly, babylon.js and blender exporter
supersoupcan replied to supersoupcan's topic in Questions & Answers
I'm not trying to export the objects in the first layer. I want to export the objects on the second layer which all have materials. -
solved Textures not being rendered properly, babylon.js and blender exporter
supersoupcan replied to supersoupcan's topic in Questions & Answers
Here is the .blend with the textures What would be a better approach? -
solved Textures not being rendered properly, babylon.js and blender exporter
supersoupcan replied to supersoupcan's topic in Questions & Answers
Sorry I've only just now realized that this is not a straight forward question, but more of a bug. Should I re-post this in the bug forum? -
solved Textures not being rendered properly, babylon.js and blender exporter
supersoupcan posted a topic in Questions & Answers
Hello HTML game devs. First time poster. Some textures aren't appearing in babylon.js in a tile set I exported from blender using the Blender To Babylon 5.6 exporter. Here is the tile set scene in blender, as well as a simple hand crafted scene built in blender using the tiles to give an idea of what the final product should look like. . Here is the default tile set scene imported into babylon.js as well as a scene generated by from my map-generation script. Despite my horrible lighting, it's clear the wall texture is not being rendered in all the models. Neither the exporter or babylon.js are generating any errors or warnings. Here is an archive containing the .babylon file and textures Here is the blender exporter log I am new to 3D rendering and only have a basic understanding of Materials, Lighting, UV Maps and Textures, so if somebody could have a crack at it I'd really appreciate it.