大约有 68 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0028 秒)
...= camera.skyRenderer; //设置天空盒mesh skyRenderer.mesh = Laya.SkyBox.instance; //设置天空盒材质 skyRenderer.material = mat; //设置场景的反射贴图 scene.customReflection = mat.textureCube; //设置曝光强度 var exposureNumber:Number = 0; mat.exposure = 0.6 + 1; })); ..... //...
来源: Laya2.0_文档 发布时间: 20210715
重力感应在手机没有回调问题 Accelerator.instance.on(Event.CHANGE, this, this.monitorAccelerator); monitorAccelerator(acceleration, accelerationIncludingGravity, rotationRate, interval) 在PC端调试回调中accelerationIncludingGravity为空,手机扫码调试。次函数不会被...
来源: Laya_社区 发布时间: 20190928
...erer = camera.skyRenderer; //设置天空盒mesh skyRenderer.mesh = SkyBox.instance; //设置天空盒材质 skyRenderer.material = mat; //设置场景的反射贴图 scene.customReflection = mat.textureCube; //设置曝光强度 var exposureNumber:Number = 0; mat.exposure = 0.6 + 1; })); ..... //...
来源: Laya2.0_文档 发布时间: 20210715
...se skin radio_1.png”错误。有简单的办法吗? renderType设置成instance,单例模式怎么使用的啊 粒子在webgl模式下不能正常显示,layaboxIDE 1.7.2beta runtime中混合模式失效!!!!!! 问题状态 最新活动: 2020-06-04 17:44 浏览: 108 关注: 1 人
来源: Laya_社区 发布时间: 20200604
...ScreenQuadByMaterial blitScreenTriangle clearRenderTarget drawMesh drawMeshInstance drawRender getCommandsSize setGlobalColor setGlobalInt setGlobalMatrix setGlobalNumber setGlobalTexture setGlobalVector setGlobalVector2 setGlobalVector3 setRenderTarget setShaderDataColor setShaderDataInt setShaderD...
来源: Laya3.0_api 发布时间: 20231115
...式,使用 drawToCanvas 报错 ImageData is not defined? Native下LayaGL.instance无法获取 3D上怎么样设置以线框模式渲染? zip更新模式缓存是怎么读取的?? 如何开启双线程模式 runtime中混合模式失效!!!!!! 问题状态 最新活动: 2018-11-01 ...
来源: Laya_社区 发布时间: 20181031
...se skin radio_1.png”错误。有简单的办法吗? renderType设置成instance,单例模式怎么使用的啊 粒子在webgl模式下不能正常显示,layaboxIDE 1.7.2beta runtime中混合模式失效!!!!!! 问题状态 最新活动: 2020-06-05 11:27 浏览: 688 关注: 3 人 vpeng...
来源: Laya_社区 发布时间: 20200604
...kyRenderer; //创建天空盒的mesh skyRenderer.mesh = SkyBox.instance; //设置天空盒材质 skyRenderer.material = mat; })); 2019-03-01 0 2 分享 微博 QZONE 微信 yuqi 赞同来自: API是有的哦 2019-03-01 0 0 分享 微博 QZONE 微信 yuqi 赞同来自: 也...
来源: Laya_社区 发布时间: 20190301
...model导出会报错NullReferenceException: Object reference not set to an instance of an object LayaTools.DataManager.saveMesh (UnityEngine.GameObject gameObject) 附件 : --> 3D_Rolling_Leafs.zip 2017-02-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请...
来源: Laya_社区 发布时间: 20170222
...lt class LoginGame extends Laya.Scene { constructor() { super(); LoginGame.instance = this; Laya.MouseManager.multiTouchEnabled = false; this.loadScene("LoginGame.scene"); } onEnable() { SoundManager.playMusic("audio/梅林茂 - 静かな古都.mp3", 0); this.login_game_button.on(Laya.Event.CLICK, t...
来源: Laya_社区 发布时间: 20181124