大约有 52 项符合查询结果, 库内数据总量为 14,834 项。 (搜索耗时: 0.0031 秒)
载入场景报错 从unity导出场景,只有maincamera 和light,所有代码如下 import Handler=laya.utils.Handler; import Loader=laya.net.Loader; // 程序入口 class GameMain { constructor() { Laya.init(600, 400); Laya.stage.scaleMode = Laya.Stage.SCALE_EXACTFIT; Laya.stage.screenMode = ...
来源: Laya_社区 发布时间: 20171227
...andler__ VM59:164 Error: not node js file system!path:res/base/Directional Light.lh; go __invokeHandler__ 附件 : --> 2020-06-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 173*****655 赞同来自: 我也...
来源: Laya_社区 发布时间: 20200623
...constructor() { super(); //添加3D场景 this.onAwake(); //加载camera和light this.onStart(); //加载地面 this.loadGround(); //加载墙面 this.loadwall(); this.loopShoot(); } public loopShoot(): void{ Laya.timer.loop(1000, this, this.shootBall); } public shootBall(): void{ //生成空中...
来源: Laya_社区 发布时间: 20190506
...iling Vertex program with POINT SHADOWS_CUBE SHADOWS_SOFT EnableReflection LIGHTMAP_OFF Platform defines: UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_...
来源: Laya_社区 发布时间: 20190518
...中有一个永恒之光的动画demo(https://layaair.ldc.layabox.co ... lLight) 我在官网下载了layaIDE 1.8.0 beta版本,在github上下载代码,将samples\res\threeDimen\particle文件夹移动到我的新建的3D项目中(该文件夹有该demo所需的.lh文件和相关资源)。拷贝...
来源: Laya_社区 发布时间: 20190301
...d": }, { "type":"DirectionLight", "props":{ "isStatic":false, "name":"Directional Light", "intensity":1, "lightmapBake...
来源: Laya_社区 发布时间: 20180122
... //移动灯光位置 thiz.light.transform.position = (new Laya.Vector3(-2, -2, countdown.value - 2)); // thiz.mCamare.transform.lookAt(new Laya.Vector3(0, 0, 0), new Laya.Vector3(0, countdown.value, 1), false); ...
来源: Laya_社区 发布时间: 20180726
... "res/atlas/lucky8/kj.json", "res/atlas/lucky8/mh.json", "res/atlas/lucky8/light.json", "res/atlas/lucky8/jinbi.json", "res/atlas/lucky8/bonus.json", "res/atlas/lucky8/kuang.json", "res/atlas/lucky8/dh/S.json", "res/atlas/lucky8/dh/H1.json", "res/atlas/lucky8/dh/H2.json", "res/atlas/lucky8/dh/H3.jso...
来源: Laya_社区 发布时间: 20170803
... //添加光照 var directionLight= new Laya.DirectionLight(); this.scene.addChild(directionLight); directionLight.color = new Laya.Vector3(1, 1, 1); directionLight.transform.rotate(new Laya.Vector3( -3.14 / ...
来源: Laya_社区 发布时间: 20190509
... should check the texture file format add shader include file err, has add:Lighting.glsl,这个问题是什么,我就一句代码都会出现这个问题 Swift中接入其他都正常,但是在你们的conchConfig中,报错'string' file not found 微信游戏多次加载出现:copyFile:fai...
来源: Laya_社区 发布时间: 20180715