大约有 43 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0049 秒)
...yaAir新建3D示例项目,在as开发模式下,运行报错 TypeError: Vector3 is not a constructor 问题状态 最新活动: 2019-05-08 18:05 浏览: 863 关注: 2 人 138*****224 • 2019-05-09 10:07 找到原因了,加上Laya3D.init(1134,640) 初始化就好了
来源: Laya_社区 发布时间: 20190508
... 赞同来自: 传了 还有个问题 就是 刚体.角速度 = new vector3(10,0,0) 这个好使 刚体.角速度 .setvalue(10,0,0) 这个不好使是为啥? 刚体.角速度 .x = 10也不好使 是为啥 谢谢! TestPhysic.zip 2019-12-13 0 0 分享 微博 QZONE 微信 为什...
来源: Laya_社区 发布时间: 20191212
... Defined in laya/components/Component.ts:35 Accessors anchor get anchor(): Vector3 set anchor(value: Vector3): void Defined in laya/d3/physics/constraints/ConstraintComponent.ts:168 设置锚点 Returns Vector3 Defined in laya/d3/physics/constraints/ConstraintComponent.ts:163 设置锚点 Parameters...
来源: Laya3.0_api 发布时间: 20231115
...oid{ console.error("改变大小"); this.sceneP.transform.localScale = new Vector3(3, 3, 3); this.sceneP.transform.localPosition = new Vector3(100, 100, 100); }); 2018-03-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 ...
来源: Laya_社区 发布时间: 20180327
...ya/d3/RenderObjs/NativeOBJ/NativeTransform3D.ts:14 Static tmpVec3 tmpVec3: Vector3 = new Vector3() Inherited from Transform3D.tmpVec3 Defined in laya/d3/core/Transform3D.ts:882 Accessors localMatrix get localMatrix(): Matrix4x4 set localMatrix(value: Matrix4x4): void Overrides Transform3D.localMatri...
来源: Laya3.0_api 发布时间: 20231115
...wner.destroy(); }); } onUpdate() { this.owner.transform.translate(new Laya.Vector3(0, 0, -0.1)); } 2019-03-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Sོ 赞同来自: 同问, 求解答 2019-03-09 0 0 ...
来源: Laya_社区 发布时间: 20190308
... Defined in laya/components/Component.ts:35 Accessors anchor get anchor(): Vector3 set anchor(value: Vector3): void Inherited from ConstraintComponent.anchor Defined in laya/d3/physics/constraints/ConstraintComponent.ts:168 设置锚点 Returns Vector3 Inherited from ConstraintComponent.anchor Defin...
来源: Laya3.0_api 发布时间: 20231115
...性约束模式 Parameters value: number Returns void anchor get anchor(): Vector3 set anchor(value: Vector3): void Overrides ConstraintComponent.anchor Defined in laya/d3/physics/constraints/ConfigurableConstraint.ts:340 设置锚点 Returns Vector3 Overrides ConstraintComponent.anchor Defined in l...
来源: Laya3.0_api 发布时间: 20231115
....camera.addComponent(VRCameraMoveScript); this.ray = new Laya.Ray(new Laya.Vector3(0, 0, 0), new Laya.Vector3(0, 0, 0)); this.point = new Laya.Vector2(); this._outHitInfo = new Laya.RaycastHit(); // this.phasorSpriter3D = new Laya.PhasorSpriter3D(); } MousePickingScene.prototype.lateRender = functio...
来源: Laya_社区 发布时间: 20170323
...aya.Camera(0, 0.1, 0)) as Laya.Camera; camera.transform.translate(new Laya.Vector3(0, 2, 20)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); camera.clearColor = new Laya.Vector4(0.2, 0.2, 0.2, 1.0); var directionLight = scene.addChild(new Laya.DirectionLight()) as Laya.Direction...
来源: Laya_社区 发布时间: 20220815