大约有 2,314 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0100 秒)
Laya_社区(1920) Laya2.0_文档(112) Laya3.0_api(61) Laya2.0_api(57) laya_api(54) Laya2.0_示例(50) Laya_示例(44) Laya3.0_文档(16)
... Event = Laya.Event; var Browser = Laya.Browser; var Stat = Laya.Stat; var WebGL = Laya.WebGL; var n = 2000; var d = 1; var current = 0; var objs = 17; var vx = 0; var vy = 0; var vz = 0; var points1 = []; var points2 = []; var points3 = []; var tpoint1 = []; var tpoint2 = []; var tpoint3 = []; var ...
来源: Laya2.0_示例 发布时间: 20260303
...e error: Error:... 切换场景编辑器时 Laya3D init error must support webGl Laya3D init error, must support webgl有个WIN10的电脑,系统是正版,家庭版的,跳到编辑模式就显示这个 Cannot read property 'displayObject' of null LayaAirIDE2.2 - Laya3D init error ,must support...
来源: Laya_社区 发布时间: 20181102
... = Laya.Handler; var Stat = Laya.Stat; var WebGL = Laya.WebGL; var sp; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alig...
来源: Laya_社区 发布时间: 20200229
... 2018-09-18 0 3 分享 微博 QZONE 微信 周小虎 赞同来自: Error: WebGL warning: Exceeded 16 live WebGL contexts for this principal, losing the least recently used one. Error: WebGL warning: texSubImage2D: Texture has not been initialized prior to a partial upload, forcing the browser to cle...
来源: Laya_社区 发布时间: 20180918
...回复! 2018-02-23 0 7 分享 微博 QZONE 微信 sevennqi 赞同来自: webgl 下 PC苹果浏览器 还是有 这个问题是不是就只能这样了呢??? 2018-03-05 0 1 分享 微博 QZONE 微信 sevennqi 赞同来自: 没下文了?????? 2018-03-07 0 1 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20180126
...estroy(true) 就黑屏了 引擎laya1.7.22beta版本 弹出了很多警告 WebGL: INVALID_OPERATION: drawElements: no buffer is bound to enabled attribute __proto.renderSubmit @ laya.webgl.js:7418 __proto.submitElement @ laya.webgl.js:5943 __proto.flush @ laya.webgl.js:5965 __proto.flush @ laya.core...
来源: Laya_社区 发布时间: 20181123
...Mode.BlendAdd=function(gl){ // gl.blendFunc(/*laya.webgl.WebGLContext.ONE*/1,/*laya.webgl.WebGLContext.DST_ALPHA*/0x0304); gl.blendFunc(/*laya.webgl.WebGLContext.ONE*/1,/*laya.webgl.WebGLContext.ONE*/1); } 在这里修改也没起作用...
来源: Laya_社区 发布时间: 20210105
... { var Sprite = Laya.Sprite; var Stage = Laya.Stage; var WebGL = Laya.WebGL; var sp; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(740, 400, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.st...
来源: Laya_社区 发布时间: 20171117
...prite = Laya.Sprite; var Text = Laya.Text; var Browser = Laya.Browser; var WebGL = Laya.WebGL; var starCount = 2500; var sx = 1.0 + (Math.random() / 20); var sy = 1.0 + (Math.random() / 20); var stars = []; var w = Browser.width; var h = Browser.height; var slideX = w / 2; var slideY = h / 2; var sp...
来源: Laya_示例 发布时间: 20260303
... class Sprite_DisplayImage { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage; // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; La...
来源: Laya_社区 发布时间: 20190927