大约有 302 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0051 秒)
...p: Vector3, out: Vector3): void Defined in laya/d3/utils/Utils3D.ts:159 将顶点进行billboard转换 Parameters v0: Vector3 cameraDir: Vector3 cameraUp: Vector3 out: Vector3 Returns void Static createAffineTransformationArray createAffineTransformationArray(tX: number, tY: number, tZ: number, rX: ...
来源: Laya3.0_api 发布时间: 20231115
...创建出下面半径大小 修改第二个循环结构, 也就是柱状顶点绘制 __proto.recreateResource=function(){ this._numberVertices=(this._slices+1+1)+(this._slices+1)*2+(this._slices+1+1); this._numberIndices=3 *this._slices+6 *this._slices+3 *this._slices; var vertexDeclaration=Ve...
来源: Laya_社区 发布时间: 20180113
...js 2018-01-09 20:50:15.301 ZhuaWawa[2531:1863752] INFO:gles 支持的最大顶点属性个数=16 2018-01-09 20:50:15.484 ZhuaWawa[2531:1863829] js thread started. 2018-01-09 20:50:15.487 ZhuaWawa[2531:1863829] found the file in the package:scripts/runtimeInit.js 2018-01-09 20:50:15.489 ZhuaWawa[2531...
来源: Laya_社区 发布时间: 20180109
...。 cacheAs主要通过两方面提升性能。一是减少节点遍历和顶点计算;二是减少drawCall。善用cacheAs将是引擎优化性能的利器。 下例绘制10000个文本(根据电脑性能而定,本例为10000): class Test { private text:Laya.Text; constructor() { Laya.init(55...
来源: Laya3.0_文档 发布时间: 20241014
...formAniArr deformAniArr: any[] = [] Defined in laya/ani/bone/Templet.ts:70 顶点动画数据 destroyedImmediately destroyedImmediately: boolean Inherited from Resource.destroyedImmediately Defined in laya/resource/Resource.ts:112 是否在引用计数为0的时候立马删除他 drawOrderAniArr dra...
来源: Laya3.0_api 发布时间: 20231115
...an): void Defined in laya/d3/core/material/UnlitMaterial.ts:94 是否支持顶点色。 Returns boolean Defined in laya/d3/core/material/UnlitMaterial.ts:98 是否支持顶点色。 Parameters value: boolean Returns void gpuMemory get gpuMemory(): number Inherited from Resource.gpuMemory Defined in ...
来源: Laya3.0_api 发布时间: 20231115
...oid Defined in laya/d3/core/material/BlinnPhongMaterial.ts:134 是否支持顶点色。 Returns boolean Defined in laya/d3/core/material/BlinnPhongMaterial.ts:138 是否支持顶点色。 Parameters value: boolean Returns void gpuMemory get gpuMemory(): number Inherited from Resource.gpuMemory Defin...
来源: Laya3.0_api 发布时间: 20231115
...ean): void Defined in laya/d3/core/material/PBRMaterial.ts:314 是否支持顶点色。 Returns boolean Defined in laya/d3/core/material/PBRMaterial.ts:318 是否支持顶点色。 Parameters value: boolean Returns void gpuMemory get gpuMemory(): number Inherited from Resource.gpuMemory Defined in l...
来源: Laya3.0_api 发布时间: 20231115
...ertexColor Defined in laya/d3/core/material/PBRMaterial.ts:314 是否支持顶点色。 Returns boolean Inherited from PBRMaterial.enableVertexColor Defined in laya/d3/core/material/PBRMaterial.ts:318 是否支持顶点色。 Parameters value: boolean Returns void gpuMemory get gpuMemory(): number I...
来源: Laya3.0_api 发布时间: 20231115
...0 I/LayaBox: JNI init dev w=1280,h=720 I/LayaBox: INFO:gles 支持的最大顶点属性个数=16 I/LayaBox: Start js scripts/apploader.js I/LayaBox: js thread started. I/LayaBox: found the file in the package:scripts/runtimeInit.js I/LayaBox: found the file in the package:scripts/apploader.js I/Laya...
来源: Laya_社区 发布时间: 20171218