大约有 965 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)
Laya_社区(486) Laya3.0_api(135) Laya2.0_文档(121) laya_api(88) Laya2.0_api(75) Laya_示例(42) Laya3.0_文档(18)
...、纹理顶点结构。 Public Properties PropertyDefined By normal : Vector3[read-only] VertexPositionNTBTexture position : Vector3[read-only] VertexPositionNTBTexture textureCoordinate : Vector2[read-only] VertexPositionNTBTexture vertexDeclaration : VertexDeclaration[read-only] Vert...
来源: laya_api 发布时间: 20170929
...、纹理顶点结构。 Public Properties PropertyDefined By normal : Vector3[read-only] VertexPositionNormalTexture position : Vector3[read-only] VertexPositionNormalTexture textureCoordinate : Vector2[read-only] VertexPositionNormalTexture vertexDeclaration : VertexDeclaration[read-o...
来源: laya_api 发布时间: 20170929
...ddChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 0.5, 1)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); Laya.loader.create("../../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh", Laya.Handler.create(this, onComplete)); function onComplete...
来源: Laya_示例 发布时间: 20241117
...项目开发更高效。Laya3D.init(0, 0, true); this.rotation = new Laya.Vector3(0, 0.01, 0); this.normalMapUrl = ["../../res/threeDimen/staticModel/lizardCal/rock_norm.png", "../../res/threeDimen/staticModel/lizardCal/lizard_norm.png", "../../res/threeDimen/staticModel/lizardCal/lizard_norm.png"];...
来源: Laya_示例 发布时间: 20241117
...旋转。 ```typescript //移动摄像机 camera.transform.translate(new Vector3(0, 3, 3)); //旋转摄像机 camera.transform.rotate(new Vector3(-30, 0, 0), true, false); ``` 关于旋转,在Transform3D中提供了两种旋转接口,一种是角度/弧度旋转`rotate`,还一种是欧拉角...
来源: Laya2.0_文档 发布时间: 20210714
...转。 ```typescript //移动摄像机 camera.transform.translate(new Laya.Vector3(0, 3, 3)); //旋转摄像机 camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false); ``` 关于旋转,在Transform3D中提供了两种旋转接口,一种是角度/弧度旋转`rotate`,还一种是欧...
来源: Laya2.0_文档 发布时间: 20210715
...urns void decomposeTransRotMatScale decomposeTransRotMatScale(translation: Vector3, rotationMatrix: Matrix4x4, scale: Vector3): boolean Defined in laya/maths/Matrix4x4.ts:545 分解矩阵为平移向量、旋转矩阵、缩放向量。 Parameters translation: Vector3 平移向量。 rotationMatrix: ...
来源: Laya3.0_api 发布时间: 20231115
...ddChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 2, 5)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.color = new Laya.Vector3(0.6, 0.6, 0.6); directionLight.dire...
来源: Laya_示例 发布时间: 20241117
...ead-only] VertexPositionNormalColorTexture0Texture1SkinTangent normal : Vector3[read-only] VertexPositionNormalColorTexture0Texture1SkinTangent position : Vector3[read-only] VertexPositionNormalColorTexture0Texture1SkinTangent tangent : Vector3[read-only] VertexPositionNormalColorTexture0Te...
来源: laya_api 发布时间: 20170929
... color : Vector4[read-only] VertexPositionNormalColorTangent normal : Vector3[read-only] VertexPositionNormalColorTangent position : Vector3[read-only] VertexPositionNormalColorTangent tangent : Vector4[read-only] VertexPositionNormalColorTangent vertexDeclaration : VertexDeclaration[re...
来源: laya_api 发布时间: 20170929