大约有 451 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0041 秒)
Laya_社区(254) Laya3.0_api(91) Laya2.0_文档(60) Laya_示例(22) Laya2.0_api(10) laya_api(7) Laya3.0_文档(7)
...ar material: Laya.BlinnPhongMaterial = new Laya.BlinnPhongMaterial(); Laya.Texture2D.load("res/layabox.png", Laya.Handler.create(null, function(tex:Laya.Texture2D) { material.albedoTexture = tex; })); box.meshRenderer.material = material; ``` #####
来源: Laya2.0_文档 发布时间: 20210714
...var material = new Laya.StandardMaterial(); material.diffuseTexture = Laya.Texture2D.load(textureUrl); instance.meshRender.material = material; instance.meshRender.castShadow = true; instance.meshRender.receiveShadow = true; instance.volume = { 'x': x, 'y': y, 'z': z } prevBox = currentCube; current...
来源: Laya_社区 发布时间: 20180402
...discard;\n #ifdef TINTCOLOR\n gl_FragColor*=texture2D(u_texture,v_TextureCoordinate)*u_Tintcolor*2.0*v_Color;\n #else\n gl_FragColor*=texture2D(u_texture,v_TextureCoordinate)*v_Color;\n #endif\n #else\n #ifdef T...
来源: Laya_社区 发布时间: 20190412
...t laya.d3.math.RandX; import laya.d3.math.Vector3; import laya.d3.resource.Texture2D; import laya.d3.resource.TextureCube; import laya.d3.resource.models.BoxMesh; import laya.d3.resource.models.QuadMesh; import laya.d3.resource.models.SkyBox; import laya.display.Stage; import laya.utils.Browser; imp...
来源: Laya_社区 发布时间: 20170331
...dirtIntensity : Number 获取污渍强度。 BloomEffect dirtTexture : Texture2D = null镜头污渍纹路,用于为泛光特效增加污渍灰尘效果BloomEffect fastMode : Boolean = false是否开启快速模式。该模式通过降低质量来提升性能。BloomEffect intensity : Number...
来源: Laya2.0_api 发布时间: 20190513
...了么,我设置了wrapModeU和wrapModeV,并且确保了加载出来的texture2D,还是无法平铺,而使用官方的那个纹理平铺案例的图片,却是可以的,而就是官方demo中自带的comp.png也无法平铺,不知道对格式要求是什么样 2020-05-23 0 0 分享 微...
来源: Laya_社区 发布时间: 20180720
...ball1mat: Laya.BlinnPhongMaterial = new Laya.BlinnPhongMaterial(); Laya.Texture2D.load("res/layabox.png", Laya.Handler.create(null, function(layabox: Laya.Texture2D): void{ ball1mat.albedoTexture = layabox; })); //ball1mat.tilingOffset = new Laya.Vector4(10, 10, 0, 0); ball1.meshRenderer.material...
来源: Laya_社区 发布时间: 20190506
...n () { // image.onload = null; // image.onerror = null; // var data = Laya.Texture2D._parse(image); // data._url = "sdfasf" // _this.onLoaded(data); img=HTMLImage.create(image.width,image.height,1); img.loadImageSource(image,true); img._setCreateURL(url); _this.onLoaded(img); }; var url = _this.arra...
来源: Laya_社区 发布时间: 20210809
模型导出失败 Unsupported texture format - Texture2D::EncodeTo functions do not support compressed texture formats. unity5.6.3 运行环境, Laya2.0 unity插件 模型导出时报这个错 下面附件是我简单弄出来的一个packager,导出其中的cube时会报错,贴图...
来源: Laya_社区 发布时间: 20181010
...动画转换 localToGlobal坐标转换 分享:Sprite 转换成3D贴图(Texture2D)的方法,如果有更好的方法,请告诉我。 ls文件导入错误 HtmlDivElement宽度设置错误 啥时候可以转换or打包成小程序项目,做游戏的话,基本上只需要socket和canvas这...
来源: Laya_社区 发布时间: 20190111