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

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

1. laya.d3.math.Plane_API3.0 [ 100%]

...Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Plane" Plane Class Plane 平面。 Hierarchy Plane Index Constructors constructor Properties PlaneIntersectionType_Back PlaneIntersectionType_Front PlaneIntersectionType_Intersecting Accessors distance normal Methods clone cl...

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

2. laya.d3.math.BoundFrustum_API3.0 [ 99%]

...ntainsBoundSphere containsPoint equalsBoundFrustum equalsObj getCorners getPlane intersects get3PlaneInterPoint getPlanesFromMatrix Constructors constructor new BoundFrustum(matrix: Matrix4x4): BoundFrustum Defined in laya/d3/math/BoundFrustum.ts:143 创建一个 BoundFrustum 实例。 Parameters ma...

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

3. laya.d3.math.CollisionUtils_API3.0 [ 98%]

...insBox boxContainsPoint boxContainsSphere closestPointBoxPoint closestPointPlanePoint closestPointPointTriangle closestPointSpherePoint closestPointSphereSphere distanceBoxToBox distanceBoxToPoint distancePlaneToPoint distanceSphereToPoint distanceSphereToSphere intersectsBoxAndBox intersectsBoxAndS...

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

4. laya.d3.math.Plane [ 94%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames PlaneProperties | Methods Packagelaya.d3.mathClasspublic class PlaneInheritancePlane Object Plane 类用于创建平面。 Public Properties PropertyDefined By  distance : Number平面到坐标系原点的距离Plane  ...

来源: laya_api 发布时间: 20170929

5. laya.d3.math.Plane [ 94%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames PlaneProperties | Methods Packagelaya.d3.mathClasspublic class PlaneInheritancePlane Object Plane 类用于创建平面。 Public Properties PropertyDefined By  distance : Number平面到坐标系原点的距离Plane  ...

来源: Laya2.0_api 发布时间: 20190513

6. laya.d3.math.BoundFrustum [ 90%]

...用于创建锥截体。 Public Properties PropertyDefined By  bottom : Plane[read-only] 获取底平面。 BoundFrustum  far : Plane[read-only] 获取远平面。 BoundFrustum  left : Plane[read-only] 获取左平面。 BoundFrustum  matrix : Matrix4x4 获取描述矩阵。 BoundFrustum ...

来源: laya_api 发布时间: 20170929

7. laya.d3.math.BoundFrustum [ 90%]

...用于创建锥截体。 Public Properties PropertyDefined By  bottom : Plane[read-only] 获取底平面。 BoundFrustum  far : Plane[read-only] 获取远平面。 BoundFrustum  left : Plane[read-only] 获取左平面。 BoundFrustum  matrix : Matrix4x4 获取描述矩阵。 BoundFrustum ...

来源: Laya2.0_api 发布时间: 20190513

8. 射线检测-放置物体 [ 89%]

...0.6); directionLight.direction = new Laya.Vector3(1, -1, -1); //平面 var plane = scene.addChild(new Laya.MeshSprite3D(new Laya.PlaneMesh(6, 6, 10, 10))); var planeMat = new Laya.StandardMaterial(); planeMat.diffuseTexture = Laya.Texture2D.load("../../res/threeDimen/texture/layabox.png"); planeMat....

来源: Laya_示例 发布时间: 20241118

9. 射线检测-点击行走 [ 83%]

...0.6); directionLight.direction = new Laya.Vector3(1, -1, -1); //平面 var plane = scene.addChild(new Laya.MeshSprite3D(new Laya.PlaneMesh(6, 6, 10, 10))); var planeMat = new Laya.StandardMaterial(); planeMat.diffuseTexture = Laya.Texture2D.load("../../res/threeDimen/texture/layabox.png"); planeMat....

来源: Laya_示例 发布时间: 20241118

10. laya.d3.math.Collision [ 80%]

...d[static] 空间中包围盒与一点的最近点 Collision  closestPointPlanePoint(plane:Plane, point:Vector3, out:Vector3):void[static] 空间中平面与一点的最近点 Collision  closestPointPointTriangle(point:Vector3, vertex1:Vector3, vertex2:Vector3, vertex3:Vector3, out:Vector3):void[...

来源: laya_api 发布时间: 20170929