大约有 114 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0032 秒)
laya_api(33) Laya3.0_api(28) Laya2.0_api(18) Laya2.0_文档(15) Laya_社区(13) Laya_示例(4) Laya3.0_文档(3)
...重顶点结构。 Public Properties PropertyDefined By blendIndex : Vector4[read-only] VertexPositionNormalColorTexture0Texture1SkinTangent blendWeight : Vector4[read-only] VertexPositionNormalColorTexture0Texture1SkinTangent color : Vector4[read-only] VertexPositionNormalColorTexture0Tex...
来源: laya_api 发布时间: 20170929
...重顶点结构。 Public Properties PropertyDefined By blendIndex : Vector4[read-only] VertexPositionNormalTexture0Texture1Skin blendWeight : Vector4[read-only] VertexPositionNormalTexture0Texture1Skin normal : Vector3[read-only] VertexPositionNormalTexture0Texture1Skin position : Vect...
来源: laya_api 发布时间: 20170929
...重顶点结构。 Public Properties PropertyDefined By blendIndex : Vector4[read-only] VertexPositionNormalTexture0Texture1SkinTangent blendWeight : Vector4[read-only] VertexPositionNormalTexture0Texture1SkinTangent normal : Vector3[read-only] VertexPositionNormalTexture0Texture1SkinTange...
来源: laya_api 发布时间: 20170929
...、纹理顶点结构。 Public Properties PropertyDefined By normal : Vector3[read-only] VertexPositionNormalTexture0Texture1 position : Vector3[read-only] VertexPositionNormalTexture0Texture1 textureCoordinate0 : Vector2[read-only] VertexPositionNormalTexture0Texture1 textureCoordinat...
来源: laya_api 发布时间: 20170929
...ddChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 0.5, 1.5)); camera.addComponent(CameraMoveScript); var layaMonkey = scene.addChild(new Laya.MeshSprite3D(Laya.Mesh.load("../../res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/LayaMonkey-LayaMonkey.lm"))); lay...
来源: Laya_示例 发布时间: 20241118
...、切线顶点结构。 Public Properties PropertyDefined By normal : Vector3[read-only] VertexPositionNormalTexture0Texture1Tangent position : Vector3[read-only] VertexPositionNormalTexture0Texture1Tangent tangent : Vector3[read-only] VertexPositionNormalTexture0Texture1Tangent textur...
来源: laya_api 发布时间: 20170929
...结果有偏差 举例说明: 两个向量的夹角为N度,通过Laya.Vector3.cross(dir1,dir2,normal)获取两个向量的法线, 围绕法线将一个向量旋转N度时,不能与另一个向量重合 private testdir(){ //定义两个向量,算出向量夹角 v...
来源: Laya_社区 发布时间: 20191230
...dChild(new Laya.Camera(0, 0.1, 1000)); camera.transform.translate(new Laya.Vector3(0, 0.85, 1.7)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); camera.addComponent(CameraMoveScript); var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.color = new Laya...
来源: Laya_示例 发布时间: 20241118
...c/Protected All Inherited Externals Only exported Menu Globals "laya/maths/Vector3" Vector3 Class Vector3 Vector3 类用于创建三维向量。 Hierarchy Vector3 Implements IClone Index Constructors constructor Properties x y z ForwardLH ForwardRH NegativeUnitX ONE UnitX UnitY UnitZ Up ZERO Methods...
来源: Laya3.0_api 发布时间: 20231115
...Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Vector3" Vector3 Class Vector3 Vector3 类用于创建三维向量。 Hierarchy Vector3 Implements IClone Index Constructors constructor Properties x y z ForwardLH ForwardRH NegativeUnitX ONE UnitX UnitY UnitZ Up ZERO Methods...
来源: Laya3.0_api 发布时间: 20231102