大约有 174 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0045 秒)
...ean Defined in laya/d3/math/Matrix4x4.ts:523 分解矩阵为平移向量、旋转矩阵、缩放向量。 Parameters translation: Vector3 平移向量。 rotationMatrix: Matrix4x4 旋转矩阵。 scale: Vector3 缩放向量。 Returns boolean 是否分解成功。 decomposeTransRotScale decomposeTra...
来源: Laya3.0_api 发布时间: 20231102
...._tarPosition, this._upVector3, false); //因为资源规格,这里需要旋转180度 this.layaMonkey.transform.rotate(this._rotation2, false, false); //调整位置 Tween.to(this._finalPosition, { x: this._position.x, y: this._position.y, z: this._position.z }, 40); this.moveSprite3D.transform.po...
来源: Laya3.0_文档 发布时间: 20230303
...景文件为什么不能加相机控制,怎么加都不管用 相机的旋转是可以的,但是transform进行改变相机远近的时候死活不生效 2018-03-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回...
来源: Laya_社区 发布时间: 20180301
... Matrix3x3): void Defined in laya/maths/Matrix3x3.ts:221 根据指定角度旋转3x3矩阵 Parameters rad: number 旋转角度 out: Matrix3x3 输出矩阵 Returns void scale scale(scale: Vector2, out: Matrix3x3): void Defined in laya/maths/Matrix3x3.ts:250 根据制定缩放3x3矩阵 Parameters scal...
来源: Laya3.0_api 发布时间: 20231115
...nStays为false时生效。 Default value rotation: Quaternion = null 世界旋转,worldPositionStays为false时生效。 Returns Sprite3D 克隆实例。 Static load load(url: string, complete: Handler): void Inherited from PixelLineSprite3D.load Defined in laya/d3/core/Sprite3D.ts:77 加载网格...
来源: Laya3.0_api 发布时间: 20231102
...种拖尾效果。 (动图1-1) 如动图1-1所示,这是一个自身旋转的立方体,周围有拖尾效果。下面我们来看看在IDE中是如何创建和使用拖尾的 二、IDE中创建与使用 2.1 创建拖尾对象 在一个3D场景的Hierarchy窗口中,任何节点下,或者...
来源: Laya3.0_文档 发布时间: 20230303
...atrix3x3): void Defined in laya/d3/math/Matrix3x3.ts:221 根据指定角度旋转3x3矩阵 Parameters rad: number 旋转角度 out: Matrix3x3 输出矩阵 Returns void scale scale(scale: Vector2, out: Matrix3x3): void Defined in laya/d3/math/Matrix3x3.ts:250 根据制定缩放3x3矩阵 Parameters sc...
来源: Laya3.0_api 发布时间: 20231102
...当然,我们也可以不勾选UI3D的 Billboard 属性,调整XYZ轴的旋转,让血条随着人物的旋转而改变朝向。 (动图2-9) 2.6 脚本控制UI3D 通常我们需要对UI中的内容进行操作,此例中血条中血量比例的变化,有向上飘动的伤害数等等,...
来源: Laya3.0_文档 发布时间: 20241014
...n(in float rot,in float age)\n{ \n float rotation =rot * age;\n //计算2x2旋转矩阵.\n float c = cos(rotation);\n float s = sin(rotation);\n return mat2(c, -s, s, c);\n}\n\nvec4 ComputeParticleColor(in vec4 startColor,in vec4 endColor,in float normalizedAge)\n{\n vec4 color=mix(startColor,e...
来源: Laya_社区 发布时间: 20171109
...tateSpeed: number = 0 Defined in laya/particle/ParticleSetting.ts:45 最大旋转速度(单位:2D弧度/秒、3D弧度/秒) maxStartColor maxStartColor: Float32Array = new Float32Array([1, 1, 1, 1]) Defined in laya/particle/ParticleSetting.ts:79 最大开始颜色 maxStartRadius maxStartRadius...
来源: Laya3.0_api 发布时间: 20231115