• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 271 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)

91. 3d射线检测问题 [ 78%]

...era(0, 0.3, 100)) as Laya.Camera; this.camera.transform.translate(new Laya.Vector3(0, 25, 16)); this.camera.transform.rotate(new Laya.Vector3(-56, 0, 0), true, false); 2018-10-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交...

来源: Laya_社区 发布时间: 20181015

92. 没有加载ls文件的情况下能否设置scene的颜色?还是只能黑色? [ 78%]

...同来自: 白夜行 颜色是在相机设置的。camera.clearColor = new Vector3(0.5,0.5,0.6); 2018-05-29 1 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 白夜行 相关问题 unity导出粒子文件问题 lay...

来源: Laya_社区 发布时间: 20180529

93. 挂载物体的3D变换问题 [ 78%]

...prite3D=new MeshSprite3D(cylinderMesh); cylinder3D.transform.translate(new Vector3(3,0,0),true); cylinder3D.transform.localScale = new Vector3(2,2,2); cylinder3D.transform.localRotationEuler = new Vector3(90,90,90); role.getChildAt(0).addChild(cylinder3D); this.ani.linkSprite3D("weaponEffect",cylind...

来源: Laya_社区 发布时间: 20170904

94. DirectionLight介绍(JavaScript-3D基础(JS)-LayaAir3D之灯光) [ 78%]

...rectionLight()); //设置灯光颜色 this.directionLight.color = new Laya.Vector3(1, 1, 1); //设置灯光方向 var mat = this.directionLight.transform.worldMatrix; mat.setForward(new Laya.Vector3(-1.0, -1.0, -1.0)); this.directionLight.transform.worldMatrix = mat; ``` ​ **setForward** 平行光...

来源: Laya2.0_文档 发布时间: 20210715

95. 关于射线检测,返回所有碰撞结果的问题 [ 78%]

...撞结果的问题 this.scene.physicsSimulation.raycastAllFromTo(new Laya.Vector3(pos.x, -1, pos.z + 1), new Laya.Vector3(pos.x, 0 + 99, pos.z + 1), vAlign);   这里的 vAlign,数组内的碰撞结果 顺序是随机的还是和射线方向有关,我使用的时候,这个碰撞结果顺序是...

来源: Laya_社区 发布时间: 20190916

96. DirectionLight介绍(TypeScript-3D基础(TS)-LayaAir3D之灯光) [ 78%]

... Laya.DirectionLight; //方向光的颜色 directionLight.color = new Laya.Vector3(1, 1, 1); //设置平行光的方向 var mat = directionLight.transform.worldMatrix; mat.setForward(new Laya.Vector3(-1.0, -1.0, -1.0)); directionLight.transform.worldMatrix=mat; ``` ​ **setForward** 平行光的方...

来源: Laya2.0_文档 发布时间: 20210714

97. Point Light不能导出? [ 78%]

...Light = scene.addChild(new Laya.PointLight()); pointLight.color = new Laya.Vector3(0.1189446, 0.5907708, 0.7352941); pointLight.transform.position = new Laya.Vector3(0.4, 0.4, 0.0); pointLight.attenuation = new Laya.Vector3(0.0, 0.0, 3.0); pointLight.range = 3.0; 2017-12-19 0 4 分享 微博 QZONE ...

来源: Laya_社区 发布时间: 20171219

98. 转换2D屏幕坐标系统到3D正交投影下的坐标系统位置偏差 [ 78%]

...投影下的坐标系统 _camera.convertScreenCoordToOrthographicCoord(new Vector3(800, 700, 0), this.orthographicPos); 附件 : --> 2022-05-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Fred 赞同来自...

来源: Laya_社区 发布时间: 20220525

99. 新手的伤,ReferenceError: CameraMoveScript is not defined [ 78%]

...hild(camera); //移动摄像机位置 camera.transform.position = new Laya.Vector3(0, 5, 23); //旋转摄像机角度 camera.transform.rotate(new Laya.Vector3(-17, 0, 0), true, false); //设置摄像机视野范围(角度) camera.fieldOfView = 35; //设置背景颜色 camera.clearColor = new Lay...

来源: Laya_社区 发布时间: 20180426

100. laya.d3.core.particleshuriken.ShurikenParticleInstanceSystem_API3.0 [ 78%]

...式。 startRotationConstantMaxSeparate startRotationConstantMaxSeparate: Vector3 = null Inherited from ShurikenParticleSystem.startRotationConstantMaxSeparate Defined in laya/d3/core/particleShuriKen/ShurikenParticleSystem.ts:282 最大开始三维旋转,1模式。 startRotationConstantMin startR...

来源: Laya3.0_api 发布时间: 20231115