大约有 85 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0052 秒)
请教文档中Graphic.drawTextures方法第二个参数的具体参数格式 Graphic drawTextures () method public function drawTextures(tex:Texture, pos:Array):void批量绘制同样纹理。 Parameters tex:Texture — 纹理。 pos:Array — 绘制次数和坐标。 请教第二个...
来源: Laya_社区 发布时间: 20170405
RenderTexture: unkonw depth format. webGL模式下, 项目一直报这个调试信息,请解析下原因,分析下大概是什么问题导致的。 附件 : --> HB_laba_10.rar 2018-11-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...
来源: Laya_社区 发布时间: 20181102
为什么我在shader中调节透明度没有效果 vec4 c = texture2D(u_MainTex, uv); c.a = 0; gl_FragColor = c; 2019-10-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 缨 赞同来自: 请使用float而不...
来源: Laya_社区 发布时间: 20191017
...caught getUint16 error - Out of bounds 分享:Sprite 转换成3D贴图(Texture2D)的方法,如果有更好的方法,请告诉我。 怎么清除graphics画出的图像啊?? unity导出模型,材质球贴图丢失 请问如何画出ray射线 问题状态 最新活动: 2018-04-04 21:07...
来源: Laya_社区 发布时间: 20180404
...0,1为垂直3宫格,3宫格性能比9宫格高。 AutoBitmap source : Texture 对象的纹理资源。 AutoBitmap width : Number 表示显示对象的宽度,以像素为单位。 AutoBitmapPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By alpha(a...
来源: Laya2.0_api 发布时间: 20190513
...LongShi.ls", "res/threeDimen/skyBox/skyBox2/skyBox2.lmat", "res/threeDimen/texture/earth.png", "res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/LayaMonkey-LayaMonkey.lm", "res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh", "res/threeDimen/skinModel/BoneLinkScene/PangZiNoAni.lh", "res/threeDim...
来源: Laya2.0_文档 发布时间: 20210715
...开关,开启后可以叠加mesh的顶点颜色内容。 (2) AlbedoTexture漫反射贴图 可以设置材质的漫反射贴图的内容,示例使用一个砖块的贴图,效果如动图2-1-1-2-1所示: 动图2-1-1-2-1 (3) AlbedoColor漫反射颜色 可以设置材质的整体漫反...
来源: Laya3.0_文档 发布时间: 20251011
...LongShi.ls", "res/threeDimen/skyBox/skyBox2/skyBox2.lmat", "res/threeDimen/texture/earth.png", "res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/LayaMonkey-LayaMonkey.lm", "res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh", "res/threeDimen/skinModel/BoneLinkScene/PangZiNoAni.lh", "res/threeDim...
来源: Laya2.0_文档 发布时间: 20210715
...LongShi.ls", "res/threeDimen/skyBox/skyBox2/skyBox2.lmat", "res/threeDimen/texture/earth.png", "res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/LayaMonkey-LayaMonkey.lm", "res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh", "res/threeDimen/skinModel/BoneLinkScene/PangZiNoAni.lh", "res/threeDim...
来源: Laya2.0_文档 发布时间: 20210715
...a.BlinnPhongMaterial; //添加漫反射贴图 Laya.Texture2D.load("res/threeDimen/Physics/rocks.jpg", Laya.Handler.create(this, function (tex) { this.mat1.albedoTexture = tex; })); Laya.Texture2D.load("res/threeDimen/Physics/plywood.j...
来源: Laya_社区 发布时间: 20191009