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

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

31. laya.d3.resource.models.BaseMesh [ 71%]

...,不允许实例。 Public Properties PropertyDefined By  boundingBox : BoundBox[read-only] 获取AABB包围盒,禁止修改其数据。 BaseMesh  boundingBoxCorners : Array[read-only] 获取包围球顶点,禁止修改其数据。 BaseMesh  boundingSphere : BoundSphere[read-only] 获取包...

来源: laya_api 发布时间: 20170929

32. 2.0TS3D物体碰撞,如何获取双方包围盒 [ 70%]

...x2_onTriggerStay " + this.owner.name + " "+ other.owner.name); let b1:Laya.BoundBox = this.box.meshRenderer.boundingBox; let box2:Laya.MeshSprite3D = other.owner as Laya.MeshSprite3D; let b2:Laya.BoundBox = box2.meshRenderer.boundingBox; }获取boundingBox的时候会报错。报错如下图所示...

来源: Laya_社区 发布时间: 20181116

33. laya.d3.component.physics.BoxCollider [ 64%]

... Public Properties Show Inherited Public Properties PropertyDefined By  boundBox : OrientedBoundBox[read-only] 获取包围盒子。 BoxCollider  center : Vector3 中心点 BoxCollider destroyed : Boolean[read-only] 获取是否已销毁。 Component3D enable : Boolean 获取是否启用。 C...

来源: laya_api 发布时间: 20170929

34. LayaAir3D基础数学工具(TypeScript-3D基础(TS)-LayaAir3D图形系统基础概念) [ 63%]

.../index.html?category=Core&class=laya.d3.math.Quaternion) 。 **包围盒(BoundBox)** ​ 包围盒算法是一种求解离散点集最优包围空间的方法,基本思想是用体积稍大且特性简单的几何体(称为包围盒)来近似地代替复杂的几何对象。LayaAir3D支持3...

来源: Laya2.0_文档 发布时间: 20210714

35. LayaAir3D基础数学工具(JavaScript-3D基础(JS)-LayaAir3D图形系统基础概念) [ 63%]

.../index.html?category=Core&class=laya.d3.math.Quaternion) 。 **包围盒(BoundBox)** ​ 包围盒算法是一种求解离散点集最优包围空间的方法,基本思想是用体积稍大且特性简单的几何体(称为包围盒)来近似地代替复杂的几何对象。LayaAir3D支持3...

来源: Laya2.0_文档 发布时间: 20210715

36. LayaAir3D基础数学工具(ActionScript-3D基础(AS3)-LayaAir3D图形系统基础概念) [ 63%]

.../index.html?category=Core&class=laya.d3.math.Quaternion) 。 **包围盒(BoundBox)** ​ 包围盒算法是一种求解离散点集最优包围空间的方法,基本思想是用体积稍大且特性简单的几何体(称为包围盒)来近似地代替复杂的几何对象。LayaAir3D支持3...

来源: Laya2.0_文档 发布时间: 20210715

37. 3D物体检测到碰撞后,被碰撞物被移除的时候过30秒再次出现?并添加到舞台 [ 62%]

...function (other) { this.tsizex = this.box._components[0]._transformOrientedBoundBox.extents.x; this.tsizez = this.box._components[0]._transformOrientedBoundBox.extents.z; this.osizex = other._transformOrientedBoundBox.extents.x; this.osizez = other._transformOrientedBoundBox.extents.z; //得到是...

来源: Laya_社区 发布时间: 20181017

38. laya.d3.renderobjs.nativeobj.NativeBounds_API3.0 [ 60%]

...tors constructor Properties MemoryBlock_size Accessors max min Methods _getBoundBox calculateBoundsintersection clone cloneTo getCenter getExtent getMax getMin setCenter setExtent setMax setMin Constructors constructor new NativeBounds(min?: Vector3, max?: Vector3): NativeBounds Defined in laya/d3/R...

来源: Laya3.0_api 发布时间: 20231115

39. laya.d3.core.particleShuriKen.ShurikenParticleRender [ 60%]

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

来源: laya_api 发布时间: 20170929

40. laya.d3.math.Bounds_API3.0 [ 59%]

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