大约有 169 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0063 秒)
...localPosition); console.log("世界坐标2:", res2.transform.position); // camera.transform.position = new Laya.Vector3(res.transform.position.x, res.transform.position.y+10, res.transform.position.z); camera.transform.lookAt(res1.transform.position, new Laya.Vector3(0, 1, 0)); }) 本地坐标1: Vec...
来源: Laya_社区 发布时间: 20190717
...transform.position.cloneTo(this._finalPosition); //初始化相机 var moveCamera: Camera = (<Camera>this.moveSprite3D.addChild(new Camera())); var tmpLocalPosition: Vector3 = moveCamera.transform.localPosition; tmpLocalPosition.setValue(-1.912066, 10.07926, -10.11014); moveCamera.transform.lo...
来源: Laya3.0_文档 发布时间: 20230303
...null, function(mat){ //获取相机的天空盒渲染体 var skyRenderer = camera.skyRenderer; //设置天空盒mesh skyRenderer.mesh = Laya.SkyBox.instance; //设置天空盒材质 skyRenderer.material = mat; //设置场景的反射贴图 scene.customReflection = mat.textureCube; //设置曝光强...
来源: Laya2.0_文档 发布时间: 20210715
...n(mat) { //获取相机的天空盒渲染体 var skyRenderer:SkyRenderer = camera.skyRenderer; //设置天空盒mesh skyRenderer.mesh = Laya.SkyBox.instance; //设置天空盒材质 skyRenderer.material = mat; //设置场景的反射贴图 scene.customReflection = mat.textureCube; //设置曝光强...
来源: Laya2.0_文档 发布时间: 20210715
... /*角色移动速度*/ public speed:number = 0.04; /*3D摄像机*/ public camera:Laya.Camera; /*摇杆控制器*/ private rocker:RockerView; /*攻击按钮控制器*/ private attack:attackView; /*摇杆上一帧角度*/ private lastAngle:number = 0; /*检测移动区碰撞器的射线*/ private ray...
来源: Laya_社区 发布时间: 20171113
...2.scalarLength(this.disVector2); //根据移动的距离进行缩放 this._camera.transform.translate(new Laya.Vector3(0, 0, -0.01 * (this.distance2 - this.distance))); this.distance = this.distance2; } } else if (0 === touchCount){ this._text.text = "触控点归零"; this.first = true; this.lastPo...
来源: Laya2.0_文档 发布时间: 20210715
...2.scalarLength(this.disVector2); //根据移动的距离进行缩放 this._camera.transform.translate(new Laya.Vector3(0, 0, -0.01 * (this.distance2 - this.distance))); this.distance = this.distance2; } } else if (0 === touchCount){ this._text.text = "触控点归零"; this.first = true; this.lastPo...
来源: Laya2.0_文档 发布时间: 20210715
...-16 0 3 分享 微博 QZONE 微信 138*****175 赞同来自: 我是把lh的camera信息删掉了,就不会报错。后面那个Hero20.lh就是没删除前的 Hero3D.rar 2017-08-17 0 1 分享 微博 QZONE 微信 138*****175 赞同来自: 新版本的加载一个模型动画文件(.lh),其中包...
来源: Laya_社区 发布时间: 20170428
...ambientMode ambientSH anchorX anchorY blendMode cacheAs components cullInfoCamera cullPass customRenderEnable destroyed displayHeight displayWidth displayedInStage drawCallOptimize enableFog filters fogColor fogDensity fogEnd fogMode fogRange fogStart globalRotation globalScaleX globalScaleY graphic...
来源: Laya3.0_api 发布时间: 20231115
...如下图所示。 ![img](img/3.3-2-1.png) > 场景中需要至少有一个Camera,调整好角度位置,在符合LayaAir引擎插件使用规范的情况下,基于LayaAir引擎的预览运行效果将会与Unity运行结果一致,如果不一样,需要检查是否使用了引擎不支持...
来源: Laya2.0_文档 发布时间: 20210714