大约有 1,194 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0050 秒)
Laya_社区(568) Laya3.0_api(166) Laya2.0_文档(165) Laya2.0_api(116) laya_api(115) Laya_示例(43) Laya3.0_文档(21)
Vector3坐标问题 Vector3.ZERO 为什么会 有变化呢?这个坐标 不应该就是 一个 new Vector3(0,0,0)么? 2018-05-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w1114367261 赞同来自: 能否...
来源: Laya_社区 发布时间: 20180502
...性约束模式 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
...Child(new Laya.Camera(0, 0.1, 1000))); camera.transform.translate(new Laya.Vector3(0, 0.7, 1.3)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); camera.addComponent(CameraMoveScript); //聚光灯 var spotLight = scene.addChild(new Laya.SpotLight()); spotLight.color = new Laya.Vec...
来源: Laya_示例 发布时间: 20241117
... SplineCurvePosition 实例。 SplineCurvePosition Init(lastPosition0:Vector3, position0:Vector3, lastPosition1:Vector3, position1:Vector3):void[override] 初始化插值所需信息。 SplineCurvePosition Slerp(t:Number, out:Vector3):void 初始化插值所需信息。 SplineCurvePositionVeloci...
来源: laya_api 发布时间: 20170929
...ddChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 1, 3)); camera.clearColor = null; Laya.loader.create(["../../res/threeDimen/skinModel/NvWu/NvWu-shenminvwu.lm", "../../res/threeDimen/skinModel/CunMinNan/CunMinNan-cunminnan.lm", "../../res/threeDimen/skinModel/Xia...
来源: Laya_示例 发布时间: 20241117
...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
有标量与Vector3的乘法公式吗? 有标量与Vector3的乘法公式吗? 2017-08-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 sfsmmc 赞同来自: 。。。官方有。。。 Vector3.scale() https:/...
来源: Laya_社区 发布时间: 20170818
...为什么? 我使用这种方式构造了一个射线: let point = new Vector2(Laya.stage.mouseX, Laya.stage.mouseY); camera.viewportPointToRay(point, this._ray);然后发现ray构造出来的位置始终不对,我沿着ray的方向放了一组3D物体,和从屏幕点击下去的位置始终...
来源: Laya_社区 发布时间: 20180201
...oDefault createfromPoints merge Constructors constructor new BoundBox(min: Vector3, max: Vector3): BoundBox Defined in laya/d3/math/BoundBox.ts:17 创建一个 BoundBox 实例。 Parameters min: Vector3 包围盒的最小顶点。 max: Vector3 包围盒的最大顶点。 Returns BoundBox Properties ...
来源: Laya3.0_api 发布时间: 20231115
...粒子顶点结构。 Public Properties PropertyDefined By position : Vector3[read-only] VertexGlitter textureCoordinate : Vector2[read-only] VertexGlitter time : Number[read-only] VertexGlitter vertexDeclaration : VertexDeclaration[read-only] VertexGlitterPublic Methods MethodDefined...
来源: laya_api 发布时间: 20170929