大约有 207 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0044 秒)
...unity插件导出的场景 physics3D is not a function Uncaught TypeError: tex.once is not a function 在做微信小游戏排行榜提示wx.getFileSystemManager is not a function 用微信开发者调试的时候出现document.createTextNode is not a function 微信开发者工具iOS模拟器报错...
来源: Laya_社区 发布时间: 20190426
...3D is not a function 用微信开发者调试的时候出现document.createTextNode is not a function api readFile success callback function undefined 打包小游戏后在开发者工具中报错 CharRender_Canvas.ctx.fillAndStrokeText is not a function Uncaught TypeError: tex.once is not a functio...
来源: Laya_社区 发布时间: 20170602
...dowHelper.glsl" 里面找下面这句 #ifdef SHADOWMAP_PCF1\n value = tex2DPCF( shadowMap1,vText.xy,shadowPCFOffset,fMyZ); 紧跟着后面加上if(value < 0.8){ value = 0.8;} 这个值(0~1之间)越大,阴影越透明 SHADOWMAP_PCF3,SHADOWMAP_PCF2的也可以一样处理 源 • 2018-12-05...
来源: Laya_社区 发布时间: 20181129
...fined错误 加载模型 报错。Uncaught Error: LoadModelV03: unknown vertexDeclaration. Uncaught TypeError: tex.once is not a function Uncaught TypeError: Cannot read property 'dir' of undefined 这是什么报错啊? HttpRequest请求头加入自定义的userId和token,总是报错 问题状...
来源: Laya_社区 发布时间: 20170726
...0); var planeMat = new Laya.BlinnPhongMaterial(); Laya.Texture2D.load("res/threeDimen/Physics/grass.png", Laya.Handler.create(this, function (tex) { planeMat.albedoTexture = tex; })); //设置纹理平铺和偏移 var tilingOffset = pl...
来源: Laya_社区 发布时间: 20210103
...3D is not a function 用微信开发者调试的时候出现document.createTextNode is not a function api readFile success callback function undefined 打包小游戏后在开发者工具中报错 CharRender_Canvas.ctx.fillAndStrokeText is not a function Uncaught TypeError: tex.once is not a functio...
来源: Laya_社区 发布时间: 20170418
... private lightOccluder: Laya.Sprite = new Laya.Sprite(); private backgroundTexture: string = "resources/bg2.png"; //组件被启用后执行,例如节点被添加到舞台后 onEnable(): void { Laya.loader.load(this.backgroundTexture).then(() => { this.createLightOccluder(); this.createSpotLigh...
来源: Laya3.0_文档 发布时间: 20251010
...3D is not a function 用微信开发者调试的时候出现document.createTextNode is not a function api readFile success callback function undefined 打包小游戏后在开发者工具中报错 CharRender_Canvas.ctx.fillAndStrokeText is not a function Uncaught TypeError: tex.once is not a functio...
来源: Laya_社区 发布时间: 20170321
关于graphics.fillTexture,该api只能填充矩形的,请问有其他方法能填充圆形的吗? fillTexture(tex:Texture, x:Number, y:Number, width:Number = 0, height:Number = 0, type:String = repeat, offset:Point = null):void 用该方法实现图片填充效果,但是目前需要用圆...
来源: Laya_社区 发布时间: 20201105
...unity插件导出的场景 physics3D is not a function Uncaught TypeError: tex.once is not a function 在做微信小游戏排行榜提示wx.getFileSystemManager is not a function at api readFile fail callback function 用微信开发者调试的时候出现document.createTextNode is not a function ...
来源: Laya_社区 发布时间: 20180423