大约有 171 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0034 秒)
...。 Graphics drawTriangles(texture:Texture, x:Number, y:Number, vertices:Float32Array, uvs:Float32Array, indices:Uint16Array, matrix:Matrix = null, alpha:Number = 1, color:String = null, blendMode:String = null):DrawTrianglesCmd 绘制一组三角形 Graphics fillBorderText(text:String, x:Number, ...
来源: Laya2.0_api 发布时间: 20190513
...ternion Returns boolean forNativeElement forNativeElement(nativeElements?: Float32Array): void Defined in laya/maths/Quaternion.ts:617 Parameters Default value nativeElements: Float32Array = null Returns void fromArray fromArray(array: any[], offset?: number): void Defined in laya/maths/Quaternion.t...
来源: Laya3.0_api 发布时间: 20231115
...问题 我使用的r32g32b32a32的exr纹理,首先加载出来的纹理float32array中的数据都不对,在这导出到微信小游戏后,导出的文件变成的hdr的,再者微信小游戏是不是不支持加载hdr纹理 附件 : --> LayaProject21.zip exr纹理.zip 2025-07-02 添加评...
来源: Laya_社区 发布时间: 20250702
...ternion Returns boolean forNativeElement forNativeElement(nativeElements?: Float32Array): void Defined in laya/d3/math/Quaternion.ts:617 Parameters Default value nativeElements: Float32Array = null Returns void fromArray fromArray(array: any[], offset?: number): void Defined in laya/d3/math/Quaterni...
来源: Laya3.0_api 发布时间: 20231102
...exPositionAttribute, this.vertexPositionBuffer.itemSize, Laya.WebGLContext.FLOAT, false, 0, 0 ); this.gl.bindBuffer(Laya.WebGLContext.ARRAY_BUFFER, this.textureCoordBuffer); // Check the current orientation of the device combined with the // orientation of the VRSeeThroughCamera to determine the cor...
来源: Laya_社区 发布时间: 20180726
...e Returns void getUpdateData getUpdateData(index: number, length: number): Float32Array Defined in laya/d3/RenderObjs/RenderObj/InstanceRenderElementOBJ.ts:35 Parameters index: number index of Buffer3D length: number length of array Returns Float32Array Globals "laya/d3/RenderObjs/RenderObj/Instance...
来源: Laya3.0_api 发布时间: 20231115
...(normalArr[i], normalArr[i + 1], normalArr[i + 2]); } const vertices = new Float32Array(verticeArr); const indices = new Uint16Array(faceArr); var vertexDeclaration = Laya.VertexMesh.getVertexDeclaration("POSITION,NORMAL"); return new Laya.MeshSprite3D(Laya.PrimitiveMesh._createMesh(vertex...
来源: Laya_社区 发布时间: 20180522
...e 是否可读。 Returns NativeVertexBuffer3D Properties _buffer _buffer: Float32Array | Uint16Array | Uint8Array | Uint32Array Inherited from Buffer._buffer Defined in laya/RenderEngine/Buffer.ts:8 _bufferType _bufferType: number Inherited from Buffer._bufferType Defined in laya/RenderEngine/Buffe...
来源: Laya3.0_api 发布时间: 20231115
...Bool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getV...
来源: Laya3.0_api 发布时间: 20231115
...者则值为 true,否则值为 false。 getWorldMatrix getWorldMatrix(): Float32Array Defined in laya/d3/animation/AnimationTransform3D.ts:156 获取世界矩阵。 Returns Float32Array 世界矩阵。 hasListener hasListener(type: string): boolean Inherited from EventDispatcher.hasListener Define...
来源: Laya3.0_api 发布时间: 20231102