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

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

171. VR的demo有没有加载3D场景的啊,实在不知怎么加 [ 55%]

...); setMeshParams(sprite, Laya.StandardMaterial.RENDERMODE_OPAQUE, new Laya.Vector4(3.5, 3.5, 3.5, 1.0), new Laya.Vector3(0.6823, 0.6549, 0.6352), new Laya.Vector2(25.0, 25.0), "TERRAIN"); //setMeshParams(sprite, Laya.StandardMaterial.BLENDEQUATION_REVERSE_SUBTRACT, new Laya.Vector4(3.5, 3.5, 3.5, 1....

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

172. laya.d3.core.material.unlit.UnlitTestMaterial_API3.0 [ 55%]

...extureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getVector4 getVector4ByIndex hasDefine hasListener isCreateFromURL off offAll offAllCaller oldparseEndEvent on once removeDefine setBool setBoolByIndex setBuffer setBufferByIndex setColor setColorByIndex setFloat setFloatByIndex...

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

173. 求GradientColor实现背景渐变Demo [ 54%]

...ient : Laya.GradientColor  = Laya.GradientColor.createByConstant(new Laya.Vector4(0.324,0.231,0.341,1));         this.bg.graphics.drawRect(0,0,720,1280,gradient.gradient);   gradient打出来全是Null 附件 : --> 2019-09-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...

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

174. 实现个TypeScript版本的3d缓动,有那么难吗? [ 54%]

...Sprite3d的transform里的属性,具体请参照例子 支持Vector3和Vector4的缓动,具体实现请看例子 github链接: https://github.com/AILHC/LayaD3Tween 欢迎使用和提建议,给个star 么么哒~ 2019-02-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...

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

175. laya.d3.core.Keyframe_API3.0 [ 54%]

... Keyframe FloatKeyframe QuaternionKeyframe Vector3Keyframe Vector2Keyframe Vector4Keyframe Implements IClone Index Constructors constructor Properties time defaultWeight Methods clone cloneTo Constructors constructor new Keyframe(): Keyframe Defined in laya/d3/core/Keyframe.ts:19 创建一个 KeyFra...

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

176. 如何将顶点信息传递给3D引擎创建3D模型? [ 54%]

...rdMaterial(); mat.diffuseTexture = Texture2D.load("xxx"); mat.albedo = new Vector4(x,y,z,w); xxx.meshRender.material = mat;   2017-07-08 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 hello_jay 相关问题 看了其他引擎才发现 L...

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

177. 2个3D物件共用模型问题 [ 54%]

...。 var material = meshSprite.meshRender.material; material.albedo = new  Vector4(3.5,3.5,3.5,1.0);//修改反射率 material.renderMode = 3;//修改渲染模式 material.diffuseTexture = Texture2D.load("xxx.png");//修改漫反射贴图 这些属性都是我随便写的通用的,更多的请参...

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

178. laya.d3.component.volume.batchvolume.BatchRender_API3.0 [ 54%]

... value: number Returns void lightmapScaleOffset get lightmapScaleOffset(): Vector4 set lightmapScaleOffset(value: Vector4): void Inherited from PixelLineRenderer.lightmapScaleOffset Defined in laya/d3/core/render/BaseRender.ts:269 光照贴图的缩放和偏移。 Returns Vector4 Inherited from Pixe...

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

179. 请教如何在UI上显示3D模型 [ 54%]

...= Laya.BaseCamera.CLEARFLAG_SKY;     camera.clearColor = new Laya.Vector4(0,0,0,1);//null     camera.useOcclusionCulling = true;     这样设置了没效果 附件 : --> 2019-12-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...

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

180. 不要灯光的情况下,怎么让材质亮一点,或者说自发光? [ 54%]

... Supermang42 赞同来自: moketao 將 Material 的 albedo 設定成 new Vector4( 1, 1, 1, 1 ) 就會變亮了。   2017-07-24 1 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 moketao 相关问题 LayaAir能做RPG吗?不要问我能不...

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