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

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

331. laya.d3.webxr.core.WebXRInputManager_API3.0 [ 80%]

...WebXR Manager Returns WebXRInputManager Properties Static tempVec tempVec: Vector3 = new Vector3() Defined in laya/d3/WebXR/core/WebXRInputManager.ts:17 Static tempVec1 tempVec1: Vector3 = new Vector3() Defined in laya/d3/WebXR/core/WebXRInputManager.ts:18 Methods bindMeshNode bindMeshNode(meshSprit...

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

332. laya.d3.core.particleshuriken.module.shape.BaseShape_API3.0 [ 80%]

...s void generatePositionAndDirection generatePositionAndDirection(position: Vector3, direction: Vector3, rand?: Rand, randomSeeds?: Uint32Array): void Defined in laya/d3/core/particleShuriKen/module/shape/BaseShape.ts:54 用于生成粒子初始位置和方向。 Parameters position: Vector3 粒子...

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

333. 求一个关于球面旋转差值的算法代码 [ 80%]

...ZONE 微信 NilZ 赞同来自:         //求AC AB的叉积         Vector3.cross(AC, AB, out);         //单位化一下         Vector3.normalize(out, out);         //得到旋转轴         Vector3.add(A, out);         //得到旋转矩阵         Matrix4x4.createRo...

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

334. laya.d3.math.BoundFrustum_API3.0 [ 80%]

...ns number 包涵:1,相交:2,不相交:0 containsPoint containsPoint(point: Vector3): number Defined in laya/d3/math/BoundFrustum.ts:314 与点的关系。 Parameters point: Vector3 点。 Returns number 包涵:1,相交:2,不相交:0 equalsBoundFrustum equalsBoundFrustum(other: BoundFrustum): boolean...

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

335. 有没有四元数右乘三维向量的算法? [ 80%]

...没有四元数右乘三维向量的算法? 类似unity里面Quaternion*Vector3可以得到一个向量转换后的向量。 2018-09-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复   赞同来自: 百神 了...

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

336. 微信小游戏wxmin图片加载有点问题 [ 80%]

...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_社区 发布时间: 20180104

337. Laya2.7.1 射线提示rayCast未定义 [ 80%]

...d(new Laya.Camera(0, 0.1, 100))); this.camera.transform.translate(new Laya.Vector3(0, 0.7, 5)); this.camera.transform.rotate(new Laya.Vector3( -15, 0, 0), true, false); } onEnable() { Laya.stage.on(Laya.Event.MOUSE_DOWN,this,this._onStageDown); } _onStageDown() { //创建一个点 var point = new La...

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

338. laya.d3.core.render.command.MaterialInstancePropertyBlock_API3.0 [ 80%]

...ORMBUFFER Methods clear getPropertyArray setNumberArray setVector2Array setVector3Array setVectorArray Constructors constructor new MaterialInstancePropertyBlock(): MaterialInstancePropertyBlock Defined in laya/d3/core/render/command/MaterialInstancePropertyBlock.ts:33 Returns MaterialInstanceProper...

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

339. laya.d3.shader.ShaderData_API3.0 [ 80%]

...x4 getNumber getQuaternion getTexture getValueData getVector getVector2 getVector3 hasDefine needRenewArrayBufferForNative removeDefine setAttribute setBool setBuffer setInt setLength setMatrix4x4 setNumber setQuaternion setReferenceForNative setTexture setValueData setVector setVector2 setVector3 s...

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

340. 正交摄像机裁剪问题 [ 80%]

...dChild(new Laya.Camera(0, 0.1, 550))); camera.transform.translate(new Laya.Vector3(250, 1, 0)); var rotation = new Laya.Quaternion; Laya.Quaternion.lookAt(camera.position, new Laya.Vector3(0, 0, 0), camera.up, rotation); camera.transform.rotation = rotation; camera.clearColor = new Laya.Vector4(1, 1...

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