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

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

31. GL ERROR :GL_INVALID_OPERATION : glDrawElements: [ 94%]

...834E938]GL ERROR :GL_INVALID_OPERATION : glDrawElements: attempt to access out of range vertices in attribute 0 [file:///E:/SVN/ZQ2/client2.0/bin/index.html]   [.Offscreen-For-WebGL-0834E938]GL ERROR :GL_INVALID_OPERATION : glDrawElements: attempt to access out of range vertices in attribute 0 [fil...

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

32. laya.d3.math.Vector3 [ 94%]

...r = 0) 创建一个 Vector3 实例。 Vector3  add(a:Vector3, b:Vector3, out:Vector3):void[static] 求两个三维向量的和。 Vector3  Clamp(value:Vector3, min:Vector3, max:Vector3, out:Vector3):void[static] 求一个指定范围的向量 Vector3  clone():* 克隆。 Vector3  cloneTo(des...

来源: laya_api 发布时间: 20170929

33. laya.d3.math.Matrix4x4_API3.0 [ 94%]

...Parameters row: number column: number Returns number getForward getForward(out: Vector3): void Defined in laya/d3/math/Matrix4x4.ts:834 获取前向量。 Parameters out: Vector3 前向量。 Returns void getInvertFront getInvertFront(): boolean Defined in laya/d3/math/Matrix4x4.ts:855 判断此矩...

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

34. laya.d3.math.Native.ConchVector3 [ 94%]

...个 Vector3 实例。 ConchVector3  add(a:ConchVector3, b:ConchVector3, out:ConchVector3):void[static] 求两个三维向量的和。 ConchVector3  Clamp(value:ConchVector3, min:ConchVector3, max:ConchVector3, out:ConchVector3):void[static] 求一个指定范围的向量 ConchVector3  clone():...

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

35. laya.d3.math.OrientedBoundBox [ 94%]

...空间中一包围球 OrientedBoundBox  createByBoundBox(box:BoundBox, out:OrientedBoundBox):void[static] 根据AABB包围盒创建一个 OrientedBoundBox 实例。 OrientedBoundBox  createByMinAndMaxVertex(min:Vector3, max:Vector3):OrientedBoundBox[static] 根据包围盒的最大最小两顶...

来源: laya_api 发布时间: 20170929

36. laya.d3.math.OrientedBoundBox [ 94%]

...空间中一包围球 OrientedBoundBox  createByBoundBox(box:BoundBox, out:OrientedBoundBox):void[static] 根据AABB包围盒创建一个 OrientedBoundBox 实例。 OrientedBoundBox  createByMinAndMaxVertex(min:Vector3, max:Vector3):OrientedBoundBox[static] 根据包围盒的最大最小两顶...

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

37. laya.maths.Matrix [ 93%]

...():Matrix 执行原始矩阵的逆转换。 Matrix  invertTransformPoint(out:Point):Point 对指定的点应用当前矩阵的逆转化并返回此点。 Matrix  mul(m1:Matrix, m2:Matrix, out:Matrix):Matrix[static] 将指定的两个矩阵相乘后的结果赋值给指定的输出对象。 Matri...

来源: laya_api 发布时间: 20170929

38. FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory [ 93%]

FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory 在项目发布时,LayaIDE内存占用上升至1G,然后报错:=mediumFATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory   附件 : --> 2018-06-16 添加评论 悬赏 --> 分享...

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

39. laya.maths.Matrix [ 93%]

...():Matrix 执行原始矩阵的逆转换。 Matrix  invertTransformPoint(out:Point):Point 对指定的点应用当前矩阵的逆转化并返回此点。 Matrix  mul(m1:Matrix, m2:Matrix, out:Matrix):Matrix[static] 将指定的两个矩阵相乘后的结果赋值给指定的输出对象。 Matri...

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

40. 鼠标事件out ,move 发生再up事件之后 [ 93%]

鼠标事件out ,move 发生再up事件之后 一个页面,绑定事件  initEvent() {         this.bubbleView.on(Laya.Event.MOUSE_MOVE, this, this.mouseMoveCallback);         this.bubbleView.on(Laya.Event.MOUSE_UP, this, this.mouseUpCallback);         this.bubbleV...

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