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

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

11. Vector3坐标问题 [ 89%]

Vector3坐标问题 Vector3.ZERO 为什么会 有变化呢?这个坐标 不应该就是 一个 new Vector3(0,0,0)么? 2018-05-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w1114367261 赞同来自: 能否...

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

12. 物理引擎显示旋转问题 [ 89%]

... var Events = Matter.Events;     var Grid = Matter.Grid;     var Vector = Matter.Vector;     var Body = Matter.Body;     var Bodies = Matter.Bodies;     var World = Matter.World;     var Constraint = Matter.Constraint;     var Mouse = Matter.Mouse;     var mouseConst...

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

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

...ddChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 2, 5)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); camera.clearColor = null; //方向光 var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.color = new Laya.Vecto...

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

14. 自定义shader-边缘光照shader [ 89%]

...dChild(new Laya.Camera(0, 0.1, 1000)); camera.transform.translate(new Laya.Vector3(0, 0.85, 1.7)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); camera.addComponent(CameraMoveScript); var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.color = new Laya...

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

15. 射线检测-点击行走 [ 87%]

...ddChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 2, 5)); camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); camera.clearColor = null; //方向光 var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.color = new Laya.Vecto...

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

16. laya.resource.ResourceManager [ 87%]

...name : String 名字。 ResourceManager  sortedResourceManagersByName : Vector.<ResourceManager>[static] [read-only] 排序后的资源管理器列表。 ResourceManager  systemResourceManager : ResourceManager[static] [read-only] 系统资源管理器。 ResourceManagerPublic Methods  Me...

来源: laya_api 发布时间: 20170422

17. laya.d3.math.Vector4 [ 86%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames Vector4Properties | Methods Packagelaya.d3.mathClasspublic class Vector4InheritanceVector4 ObjectImplements laya.d3.core.IClone Vector4 类用于创建四维向量。 Public Properties PropertyDefined By  elements : *四...

来源: laya_api 发布时间: 20170929

18. laya.d3.math.Vector4 [ 85%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames Vector4Properties | Methods Packagelaya.d3.mathClasspublic class Vector4InheritanceVector4 ObjectImplements laya.d3.core.IClone Vector4 类用于创建四维向量。 Public Properties PropertyDefined By  ONE : Vector4[s...

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

19. 没有人尝试使用3d物理引擎么 [ 84%]

...t laya.d3.core.scene.Scene; import laya.d3.math.RandX; import laya.d3.math.Vector3; import laya.d3.resource.Texture2D; import laya.d3.resource.TextureCube; import laya.d3.resource.models.BoxMesh; import laya.d3.resource.models.QuadMesh; import laya.d3.resource.models.SkyBox; import laya.display.Stag...

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

20. laya.d3.core.scene.BoundsOctree [ 84%]

...MethodDefined By  BoundsOctree(initialWorldSize:Number, initialWorldPos:Vector3, minNodeSize:Number, looseness:Number) 创建一个 BoundsOctree 实例。 BoundsOctree  add(object:IOctreeObject):void 添加物体 BoundsOctree  addMotionObject(object:IOctreeObject):void 添加运动物体。 Bo...

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