大约有 374 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0037 秒)
...支持,还是怎么地。。求来个准信。。 1.unity中 2.laya run预览 3.实际demo中预览(有灯光) 模型package见附件:table.zip ---- 粗糙地改成1024*1024,OK了。。这是为什么呢? 附件 : --> table.zip 2017-11-23 添加评论 免费帖 --> ...
来源: Laya_社区 发布时间: 20171123
...------上面和下面的代码在两个不同的页面------------- _proto.run = function () { this.speed = 1; Laya.timer.frameLoop(1, this, () => { console.log(this.obstacle0.y, Laya.Browser.height); //this.obstacle0是一个精灵对象 this.obstacle0.y += this.speed; if (this.obstacle0.y > ...
来源: Laya_社区 发布时间: 20180823
...tureEx (http://stand.alone.version/lib ... 906:34) at EventHandler.__proto.runWith (http://stand.alone.version/lib ... 408:41) at Texture.__proto.event (http://stand.alone.version/lib ... 169:30) at Texture.__proto._onLoaded (http://stand.alone.version/lib ... 5598:8) at EventHandler.__proto.run (ht...
来源: Laya_社区 发布时间: 20190302
...把模型导出到Laya里面后,又不能合并了。在unity里LayaAir Run测试是能合并的,drawcall是1的。 shader选择的是unlit/Transparent。 Laya_Aaron • 2018-06-23 11:10 ide 和 插件都是最新版吗? 宋子涵 • 2018-06-23 11:34 LayaAir 1.7.19,Unity5.6.6f2,LayaAir3D...
来源: Laya_社区 发布时间: 20180613
npm install layacmd -g之错 c:\Users\qykings\Documents\h5work\layaGame\trunk>npm install layacmd -g npm ERR! Windows_NT 6.1.7601 npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\ node_modules\\npm\\bin\\npm-cli.js" "install" "layacmd" "-g" npm ERR! node v6.10.2 np...
来源: Laya_社区 发布时间: 20170608
...ayaEditor/h5/laya.js:59934:9) at TimerHandler.Timer.__init$.__proto.run (file:///D:/LayaAirIDE/resources/app/out/vs/layaEditor/h5/laya.js:9221:46) at Timer.__proto._update (file:///D:/LayaAirIDE/resources/app/out/vs/layaEditor/h5/laya.js:8978:14) at Stage.__proto.render (file://...
来源: Laya_社区 发布时间: 20191108
...sktop/Work/Web/CatchFish/bin/js/GameView.js:83:26) at TimerHandler.__proto.run (file:///Users/heboyce/Desktop/Work/Web/CatchFish/bin/libs/laya.core.js:9624:45) at Timer.__proto._update (file:///Users/heboyce/Desktop/Work/Web/CatchFish/bin/libs/laya.core.js:9357:16) at Stage.__proto.render (file:///U...
来源: Laya_社区 发布时间: 20180404
...纹理和一些树木,都是标准资源。 导出时,用 layaair run预览,画面正常 在IDE里面用代码加载 var scene = Laya.Scene.load("res/scene/LayaScene_cz1/cz1.ls"); 浏览器测试,加载失败 WebGL: INVALID_OPERATION: useProgram: program not valid [.Offscreen-For-We...
来源: Laya_社区 发布时间: 20171205
...HORT).show(); new Timer().schedule(new TimerTask() { @Override public void run() { // TODO Auto-generated method stub isExit = false; } },2000); } else { // MobclickAgent.onKillProcess(MainActivity.this); int pid = android.os.Process.myPid(); android.os.Process.killProcess(pid); } } 2017-05-18 添...
来源: Laya_社区 发布时间: 20170518
...laya Local gulp not found in /h5game_src/develop/laya/.laya [16:23:49] Try running: npm install gulp exit:1 另外全局gulp已经安装,看了下layaair2-cmd 1.4.4版本工具的脚本js,把里面新改的fork执行改成了spawn也没有用,报同样的错误。 另外package.json是改...
来源: Laya_社区 发布时间: 20191018