I am a beginer of babylon.js.
I was going to load obj file using babylon.objfileloader, but did't work alpha channel and transparency in loading obj.file.
The code I worked is follow
var loader = new BABYLON.AssetsManager(scene);
BABYLON.OBJFileLoader.OPTIMIZE_WITH_UV = true;
var mesh;
mesh = loader.addMeshTask("bane", "", "Assets/Chicken Coop/", id + ".obj");
obj file works well in assimpView, but don't work in babylon.js
Here is result by babylon.js
I believe you to help me.
best regards.