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

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

1. 3D变换 · LayaAir3.0文档 · LAYABOX [ 100%]

...平移变换 平移变换的定义如下: /** * 平移变换。 * @param translation 移动距离。 * @param isLocal 是否局部空间。 */ translate(translation: Vector3, isLocal: boolean = true): void { if (isLocal) { Matrix4x4.createFromQuaternion(this.localRotation, Transform3D._tempMatrix0...

来源: Laya3.0_文档 发布时间: 20241014

2. 使用3D精灵 · LayaAir3.0文档 · LAYABOX [ 82%]

...来做变换 //平移 this.position1.setValue(-1.5, 0, 0.0); this.sprite3d.translate(this.position1); //旋转 this.rotate1.setValue(0, 60, 0); this.sprite3d.rotate(this.rotate1, false, false); //缩放 var scale = this.sprite3d.localScale; scale.setValue(0.1, 0.1, 0.1); this.sprite3d.localScale = s...

来源: Laya3.0_文档 发布时间: 20241014