大约有 35 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0021 秒)
...erties Show Inherited Public Properties PropertyDefined By boundingBox : BoundBox[read-only] 获取包围盒,不允许修改其值。 BaseRender boundingBoxCenter : Vector3[read-only] 获取包围盒中心,不允许修改其值。 BaseRender boundingSphere : BoundSphere[read-only] 获取包围...
来源: laya_api 发布时间: 20170929
...7071068 ], "scale":[ -0.1805366, -0.1261967, -0.1261967 ], "rootBone":52, "boundBox":{ "min":[ -0.330108, -0.5589796, -0.68723 ], "max":[ 0.6775162, 0.1249337, 0.06879723 ] }, "boundSphere":{ "center":[ 0.1737041, -0.217023, -0.3092164 ], "radius":0.7166975 }, "bones":[ 56, 57, 58, 52, 53, 54 ], "ma...
来源: Laya_社区 发布时间: 20191015
...ane.addComponent(Laya.BoxCollider) as Laya.BoxCollider; boxCollider.setFromBoundBox(plane.meshFilter.sharedMesh.boundingBox); plane.name = "平面"; //正方体 let box: Laya.MeshSprite3D = scene.addChild(new Laya.MeshSprite3D(new Laya.BoxMesh(0.5, 0.5, 0.5))) as Laya.MeshSprite3D; let boxMat: Lay...
来源: Laya_社区 发布时间: 20180820
...ider=other; if (Collision.sphereContainsBox(this.boundSphere,meshCollider._boundBox)!==/*laya.d3.math.ContainmentType.Disjoint*/0){ var positions=meshCollider.mesh._positions; for (var i=0,n=positions.length;i < n;i++){ if (Collision.sphereContainsPoint(this.boundSphere,positions[i])===/*laya.d3....
来源: Laya_社区 发布时间: 20181114
...oundingBox Defined in laya/d3/component/HLOD/HLODRender.ts:116 re caculate BoundBox Returns void _cloneTo _cloneTo(dest: HLODRender): void Overrides BatchRender._cloneTo Defined in laya/d3/component/HLOD/HLODRender.ts:187 Parameters dest: HLODRender Returns void _initialize _initialize(): void Inher...
来源: Laya3.0_api 发布时间: 20231115