[0]3D场景中png图片无法透明
3D场景中png图片无法透明
var material = new Laya.UnlitMaterial();
Laya.Texture2D.load(pic, Laya.Handler.create(this, function(texture){
material.renderMode=1;
material.albedoTexture = texture;
}));
var material = new Laya.UnlitMaterial();
Laya.Texture2D.load(pic, Laya.Handler.create(this, function(texture){
material.renderMode=1;
material.albedoTexture = texture;
}));
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
Laya_Fred
赞同来自: