大约有 25 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0035 秒)
...mples/res资源复制到本地项目的bin目录下。 3)将samples中的CameraMoveScript.ts和CustomTerrainMaterial.ts复制到本地项目的src目录下。 4) 将示例中的ts代码复制到LayaAir3D.ts中 最终代码结构见附件。 然后有处报错: LayaAir3D.ts中地83行,报...
来源: Laya_社区 发布时间: 20180403
...aya.Vector3( -15, 0, 0), true, false); camera.addComponent(CameraMoveScript); //添加光照 var directionLight= new Laya.DirectionLight(); this.scene.addChild(directionLight); directionLight.colo...
来源: Laya_社区 发布时间: 20190509
...; camera.clearColor = new Laya.Vector3(0.3, 0.3, 0.5); camera.addComponent(CameraMoveScript); //创建点光[左下角]------------ 这个不生效,除非注释掉light2 var light1 = scene.addChild(new Laya.PointLight()); light1.transform.translate(new Laya.Vector3(-10,3,0));//移动灯光位置 l...
来源: Laya_社区 发布时间: 20180103
... //-----self-libs----- loadLib("libs/common/Tool.js") loadLib("libs/common/CameraMoveScript.js") loadLib("js/bundle.js"); 测试安卓平台打包异常 具体日志 10-15 16:43:46.702: I/LayaBox(3503): alert=出错啦,请把此信息截图给研发商 10-15 16:43:46.702: I/LayaBox(3503): Typ...
来源: Laya_社区 发布时间: 20181015
...era.transform.rotate(this._rotation, true, false); moveCamera.addComponent(CameraMoveScript); //设置鼠标弹起事件响应 Laya.stage.on(Event.MOUSE_UP, this, function (): void { this.index = 0; //获取每次生成路径 this.getGridIndex(this.path[this.curPathIndex % this.pointCount].x, this.p...
来源: Laya3.0_文档 发布时间: 20230303