大约有 63 项符合查询结果, 库内数据总量为 30,936 项。 (搜索耗时: 0.0024 秒)
...Vector2[read-only] VertexPositionNormalColorTexture0Texture1SkinTangent vertexDeclaration : VertexDeclaration[read-only] VertexPositionNormalColorTexture0Texture1SkinTangentPublic Methods MethodDefined By VertexPositionNormalColorTexture0SkinTangent(position:Vector3, normal:Vector3, color:Ve...
来源: laya_api 发布时间: 20170929
...e1 : Vector2[read-only] VertexPositionNormalTexture0Texture1SkinTangent vertexDeclaration : VertexDeclaration[read-only] VertexPositionNormalTexture0Texture1SkinTangentPublic Methods MethodDefined By VertexPositionNormalTexture0SkinTangent(position:Vector3, normal:Vector3, textureCoordinate0...
来源: laya_api 发布时间: 20170929
...articleShuriken velocity : Vector3[read-only] VertexParticleShuriken vertexDeclaration : VertexDeclaration[read-only] VertexParticleShurikenPublic Methods MethodDefined By VertexParticleShuriken(cornerTextureCoordinate:Vector4, position:Vector3, velocity:Vector3, startColor:Vector4, start...
来源: laya_api 发布时间: 20170422
...shInheritanceVertexMesh Object ... Public Methods MethodDefined By getVertexDeclaration(vertexFlag:String, compatible:Boolean = true):VertexDeclaration[static] 获取顶点声明。 VertexMeshPublic Constants ConstantDefined By instanceMVPMatrixDeclaration : VertexDeclaration[static] Vertex...
来源: Laya2.0_api 发布时间: 20190513
...articleMesh velocity : Vector3[read-only] VertexShurikenParticleMesh vertexDeclaration : VertexDeclaration[static] [read-only] VertexShurikenParticleMeshPublic Methods MethodDefined By VertexShurikenParticleMesh(cornerTextureCoordinate:Vector4, positionStartLifeTime:Vector4, velocity:Vect...
来源: Laya2.0_api 发布时间: 20190513
...; this._numberIndices=3 *this._slices+6 *this._slices+3 *this._slices; var vertexDeclaration=VertexPositionNormalTexture.vertexDeclaration; var vertexFloatStride=vertexDeclaration.vertexStride / 4; var vertices=new Float32Array(this._numberVertices *vertexFloatStride); var indices=new Uint16Array(th...
来源: Laya_社区 发布时间: 20180113
...lboard velocity : Vector3[read-only] VertexShurikenParticleBillboard vertexDeclaration : VertexDeclaration[static] [read-only] VertexShurikenParticleBillboardPublic Methods MethodDefined By VertexShurikenParticleBillboard(cornerTextureCoordinate:Vector4, positionStartLifeTime:Vector4, vel...
来源: Laya2.0_api 发布时间: 20190513
...nstanceSimpleAnimatorDeclaration instanceWorldMatrixDeclaration Methods getVertexDeclaration Properties Static MESH_BLENDINDICES0 MESH_BLENDINDICES0: number = 5 Defined in laya/d3/graphics/Vertex/VertexMesh.ts:21 顶点骨骼索引数据 Static MESH_BLENDWEIGHT0 MESH_BLENDWEIGHT0: number = 6 Defined...
来源: Laya3.0_api 发布时间: 20231102
...断存在bug? 如果在if ((dynLastElement._geometry)._vertexBuffer._vertexDeclaration!==verDec.. 前面添加上if ((dynLastElement._geometry)._vertexBuffer&&(dynLastElement._geometry)._vertexBuffer._vertexDeclaration!==verDec.. 就不会出现报错,但不确定这里面的逻辑是...
来源: Laya_社区 发布时间: 20190103
...ew Float32Array(verticeArr); const indices = new Uint16Array(faceArr); var vertexDeclaration = Laya.VertexMesh.getVertexDeclaration("POSITION,NORMAL"); return new Laya.MeshSprite3D(Laya.PrimitiveMesh._createMesh(vertexDeclaration, vertices, indices)); } 要加UV的话,自己添吧。 关...
来源: Laya_社区 发布时间: 20180522