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

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

51. laya.d3.math.Vector2 [ 85%]

...dex | Frames No Frames Vector2Properties | Methods | Constants Packagelaya.d3.mathClasspublic class Vector2InheritanceVector2 ObjectImplements laya.d3.core.IClone Vector2 类用于创建二维向量。 Public Properties PropertyDefined By  x : NumberX轴坐标Vector2  y : NumberY轴坐标V...

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

52. laya.d3.math.BoundFrustum [ 85%]

...s | Index | Frames No Frames BoundFrustumProperties | Methods Packagelaya.d3.mathClasspublic class BoundFrustumInheritanceBoundFrustum Object BoundFrustum 类用于创建锥截体。 Public Properties PropertyDefined By  bottom : Plane[read-only] 获取底平面。 BoundFrustum  far : Pla...

来源: laya_api 发布时间: 20170929

53. laya.d3.math.BoundFrustum [ 85%]

...s | Index | Frames No Frames BoundFrustumProperties | Methods Packagelaya.d3.mathClasspublic class BoundFrustumInheritanceBoundFrustum Object BoundFrustum 类用于创建锥截体。 Public Properties PropertyDefined By  bottom : Plane[read-only] 获取底平面。 BoundFrustum  far : Pla...

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

54. CameraMoveScript.as在哪儿下载群里的有错 [ 84%]

...blic function _initialize(owner:Sprite3D):void { super._initialize(owner); Laya.stage.on(Event.MOUSE_DOWN, this, mouseDown); Laya.stage.on(Event.MOUSE_UP, this, mouseUp); Laya.stage.on(Event.MOUSE_OUT, this, mouseOut); var camera:BaseCamera = owner.scene.currentCamera; 没有了 -- currentCamera 201...

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

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

# LayaAir3D基础数学工具 说完了坐标系,下面在介绍下在3D中一些常用的数学工具。(本篇提到的示例为快速开始篇的示例项目) **向量** ​ **Vector2**二维向量 , **Vector3** 三维向量, **Vector4 **四维向量,这几个向量在LayaAir 3D引擎...

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

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

# LayaAir3D基础数学工具 说完了坐标系,下面在介绍下在3D中一些常用的数学工具。(本篇提到的示例为快速开始篇的示例项目) **向量** ​ **Vector2**二维向量 , **Vector3** 三维向量, **Vector4 **四维向量,这几个向量在LayaAir 3D引擎...

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

57. 射线检测-碰撞器混合 [ 83%]

Layabox是免费开源的HTML5引擎解决方案,产品家族中包括LayaAir引擎、LayaFlash引擎、LayaOpen开放平台、LayaMarket SDK、LayaStore嵌入式游戏商店、LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScr...

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

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

# LayaAir3D基础数学工具 说完了坐标系,下面在介绍下在3D中一些常用的数学工具。(本篇提到的示例为快速开始篇的示例项目) **向量** ​ **Vector2**二维向量 , **Vector3** 三维向量, **Vector4 **四维向量,这几个向量在LayaAir 3D引擎...

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

59. Sprite3D-Sprite3D加载 [ 83%]

Layabox是免费开源的HTML5引擎解决方案,产品家族中包括LayaAir引擎、LayaFlash引擎、LayaOpen开放平台、LayaMarket SDK、LayaStore嵌入式游戏商店、LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScr...

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

60. SphereCollider和MeshCollider碰撞检测的bug [ 82%]

... (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.math.Containme...

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