Brijesh Posted May 15, 2017 Share Posted May 15, 2017 I have on transparent Image "abc.png" and i want to use this image as a materialSphere1.diffuseTexture = new BABYLON.Texture("abc.png", scene); But not apply transparent image properly. Is it possible to use transparent image as a texture ??? Quote Link to comment Share on other sites More sharing options...
Xav Posted May 15, 2017 Share Posted May 15, 2017 like this materialSphere1.diffuseTexture.hasAlpha = true; ? Quote Link to comment Share on other sites More sharing options...
Jaskar Posted May 16, 2017 Share Posted May 16, 2017 Hey Brijesh, Check this http://doc.babylonjs.com/tutorials/materials You'll see @Xav answer is correct, just after the crate image with V and U axes PS : Remind to mark the post as Solved if it's ok Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.