大约有 33 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0028 秒)
...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
...tor Accessors max min Methods calculateBoundsintersection clone cloneTo getBoundBox getCenter getCorners getExtent getMax getMin setCenter setExtent setMax setMin containPoint merge Constructors constructor new Bounds(min?: Vector3, max?: Vector3): Bounds Defined in laya/d3/math/Bounds.ts:130 创建...
来源: Laya3.0_api 发布时间: 20231115
...] = new Laya.Vector3(); _corners[7] = new Laya.Vector3(); this.boxCollider.boundBox.getCorners(_corners) this.phasorSpriter3D.begin(Laya.WebGLContext.LINES, this.camera); this.phasorSpriter3D.line(_corners[0], _color, _corners[1], _color); this.phasorSpriter3D.line(_corners[1], _color, _corners[2], ...
来源: Laya_社区 发布时间: 20180821
...erties Show Inherited Public Properties PropertyDefined By boundingBox : BoundBox[read-only] 获取包围盒,不允许修改其值。 BaseRender boundingBoxCenter : Vector3[read-only] 获取包围盒中心,不允许修改其值。 BaseRender boundingSphere : BoundSphere[read-only] 获取包围...
来源: laya_api 发布时间: 20170603
...erties Show Inherited Public Properties PropertyDefined By boundingBox : BoundBox[read-only] 获取包围盒,不允许修改其值。 BaseRender boundingBoxCenter : Vector3[read-only] 获取包围盒中心,不允许修改其值。 BaseRender boundingSphere : BoundSphere[read-only] 获取包围...
来源: laya_api 发布时间: 20170929
...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
...erties Show Inherited Public Properties PropertyDefined By boundingBox : BoundBox[read-only] 获取包围盒,不允许修改其值。 BaseRender boundingBoxCenter : Vector3[read-only] 获取包围盒中心,不允许修改其值。 BaseRender boundingSphere : BoundSphere[read-only] 获取包围...
来源: laya_api 发布时间: 20170929
...nt获取最大粒子数。ShurikenParticleSystem _originalBoundingBox : BoundBox[override] [read-only] ShurikenParticleSystem _originalBoundingBoxCorners : Array[override] [read-only] ShurikenParticleSystem _originalBoundingSphere : BoundSphere[override] [read-only] ShurikenParticleSystem ...
来源: laya_api 发布时间: 20170929
...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
...erties Show Inherited Public Properties PropertyDefined By boundingBox : BoundBox[read-only] 获取AABB包围盒,禁止修改其数据。 BaseMesh boundingBoxCorners : Array[read-only] 获取包围球顶点,禁止修改其数据。 BaseMesh boundingSphere : BoundSphere[read-only] 获取包围球...
来源: laya_api 发布时间: 20170929