• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 33 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0028 秒)

21. 释放资源报错 [ 65%]

...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

22. laya.d3.math.Bounds_API3.0 [ 64%]

...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

23. phasorSpriter3D 无法使用 [ 63%]

...] = 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

24. laya.d3.core.ParticleRender [ 62%]

...erties Show Inherited Public Properties PropertyDefined By boundingBox : BoundBox[read-only] 获取包围盒,不允许修改其值。 BaseRender boundingBoxCenter : Vector3[read-only] 获取包围盒中心,不允许修改其值。 BaseRender boundingSphere : BoundSphere[read-only] 获取包围...

来源: laya_api 发布时间: 20170603

25. laya.d3.core.GlitterRender [ 62%]

...erties Show Inherited Public Properties PropertyDefined By boundingBox : BoundBox[read-only] 获取包围盒,不允许修改其值。 BaseRender boundingBoxCenter : Vector3[read-only] 获取包围盒中心,不允许修改其值。 BaseRender boundingSphere : BoundSphere[read-only] 获取包围...

来源: laya_api 发布时间: 20170929

26. 有关Laya3D碰撞检测疑问 [ 62%]

...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

27. laya.d3.core.MeshRender [ 62%]

...erties Show Inherited Public Properties PropertyDefined By boundingBox : BoundBox[read-only] 获取包围盒,不允许修改其值。 BaseRender boundingBoxCenter : Vector3[read-only] 获取包围盒中心,不允许修改其值。 BaseRender boundingSphere : BoundSphere[read-only] 获取包围...

来源: laya_api 发布时间: 20170929

28. laya.d3.core.particleShuriKen.ShurikenParticleSystem [ 60%]

...nt获取最大粒子数。ShurikenParticleSystem  _originalBoundingBox : BoundBox[override] [read-only] ShurikenParticleSystem  _originalBoundingBoxCorners : Array[override] [read-only] ShurikenParticleSystem  _originalBoundingSphere : BoundSphere[override] [read-only] ShurikenParticleSystem ...

来源: laya_api 发布时间: 20170929

29. SphereCollider和MeshCollider碰撞检测的bug [ 59%]

...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

30. laya.d3.resource.models.Mesh [ 55%]

...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