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

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

121. 请教关于自定义3D图形的光照问题(顶点数据结构) [ 51%]

...onNormalTexture._vertexDeclaration 顶点的声明 ["vector3" ,"vector3" ,"vector2" ] /*POSITION*/ /*NORMAL*/ /*TEXTURECOORDINATE*/ 2018-06-07 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 yuming 相关问题 发起问题须知,必...

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

122. 求救,用了Stage.SCALE_SHOWALL之后,包围盒碰撞检测偏移 [ 51%]

...下,发现应该是             camera.viewportPointToRay(new Vector2(Laya.stage.mouseX,Laya.stage.mouseY),ray); 出了问题,用Stage.SCALE_SHOWALL前后,生成的射线位置不一样。 2018-02-27 0 1 分享 微博 QZONE 微信 c416288806 赞同来自: 。。。。?Laya还在放...

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

123. 求ShuriKenParticle3D用法 [ 50%]

...rt ShurikenParticleMaterial = Laya.ShurikenParticleMaterial;     import Vector2                  = Laya.Vector2;     import Vector3                  = Laya.Vector3;     import Vector4                  = Laya.Vector4;     import Particle3...

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

124. laya.d3.core.material.PBRSpecularMaterial_API3.0 [ 50%]

...etShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getVector4 getVector4ByIndex hasDefine hasListener isCreateFromURL off offAll offAllCaller oldparseEndEvent on once removeDefine setBool setBoolByIndex setBuffer setBuffe...

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

125. Laya2.7.1 射线提示rayCast未定义 [ 50%]

...s._onStageDown); } _onStageDown() { //创建一个点 var point = new Laya.Vector2(); var outHitResult = new Laya.HitResult(); //创建一个射线 var ray= new Laya.Ray(new Laya.Vector3(0, 0, 0), new Laya.Vector3(0, 0, 0)); //以鼠标点击的点作为原点 point.x = Laya.stage.mouseX; point.y = ...

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

126. 有关Laya3D碰撞检测疑问 [ 50%]

...new Laya.Vector3(0, 0, 0), new Laya.Vector3(0, 0, 0)); private point: Laya.Vector2 = new Laya.Vector2(); private _outHitAllInfo: Array<Laya.RaycastHit>;  private camera: Laya.Camera; private label: Laya.Label; constructor() { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FU...

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

127. 射线BUG [ 49%]

...w Laya.Vector3(0, 0, 0), new Laya.Vector3(0, 0, 0)); this.point = new Laya.Vector2(); this._outHitInfo = new Laya.RaycastHit(); this.phasorSpriter3D = new Laya.PhasorSpriter3D(); this.camera = this.addChild(new Laya.Camera(0, 0.1, 100)); this.camera.transform.translate(new Laya.Vector3(0, 1, 3)); //...

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

128. PixelLineSprite3D 绘制线段问题 [ 49%]

...ra.transform.position, new Laya.Vector3(0, 0, 0)) let pointVec2 = new Laya.Vector2( ) pointVec2.x = Laya.MouseManager.instance.mouseX; pointVec2.y = Laya.MouseManager.instance.mouseY; this.sceneCamera.viewportPointToRay(pointVec2, this.originRay) // 摄像机发出射线检测的碰撞体 let camera...

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

129. 我竟然被射线检测这个小功能给难了一天了 [ 48%]

...e.log("相机位置",this.camera.) this.camera.viewportPointToRay(new Laya.Vector2(Laya.stage.mouseX,Laya.stage.mouseY),this.ray) if(this.physics.rayCast(this.ray,this.hitInfo)){ console.log("检测到了") }     } 2019-06-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...

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

130. laya.d3.core.particleshuriken.module.TextureSheetAnimation_API3.0 [ 48%]

...le/TextureSheetAnimation.ts:22 行索引,type为1时有效。 tiles tiles: Vector2 Defined in laya/d3/core/particleShuriKen/module/TextureSheetAnimation.ts:16 纹理平铺。 type type: number = 0 Defined in laya/d3/core/particleShuriKen/module/TextureSheetAnimation.ts:18 类型,0为whole sheet、1...

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