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

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

1. 为什么导出的模型不显示贴图不显示光照贴图?目前Unity插件支持Legacy Shaders/Lightmapped/Diffuse吗?或者说现在Shader中支持哪些? [ 100%]

...不显示光照贴图?目前Unity插件支持Legacy Shaders/Lightmapped/Diffuse吗?或者说现在Shader中支持哪些? 为什么导出的模型不显示贴图不显示光照贴图? 目前现在Unity插件导出支持Legacy Shaders/Lightmapped/Diffuse吗? 或者说现在unity插件Shader...

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

2. laya.d3.core.render.BloomEffect [ 89%]

...伽马空间。BloomEffect  color : Color泛光颜色。BloomEffect  diffusion : Number 获取扩散值,改变泛光的扩散范围,最好使用整数值保证效果,该值会改变内部的迭代次数,范围是1到10。 BloomEffect  dirtIntensity : Number 获取污渍强度。 BloomEffect ...

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

3. laya.d3.core.render.BloomEffect_API3.0 [ 87%]

...operties clamp color dirtTexture fastMode Accessors active anamorphicRatio diffusion dirtIntensity intensity softKnee threshold Methods effectInit getCameraDepthTextureModeFlag release Constructors constructor new BloomEffect(): BloomEffect Overrides PostProcessEffect.constructor Defined in laya/d3/...

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

4. laya.d3.core.render.posteffect.BloomEffect_API3.0 [ 84%]

...ndex Constructors constructor Accessors active anamorphicRatio clamp color diffusion dirtIntensity dirtTexture fastMode intensity softKnee threshold Methods effectInit getCameraDepthTextureModeFlag release CompositeInit __initDefine__ init Constructors constructor new BloomEffect(): BloomEffect Over...

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

5. 材质-BlinnPhong材质加载 [ 74%]

...d("../../res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/Materials/T_Diffuse.lmat"); layaMonkey.transform.localScale = new Laya.Vector3(0.3, 0.3, 0.3); layaMonkey.transform.rotation = new Laya.Quaternion(0.7071068, 0, 0, -0.7071067); Laya.timer.frameLoop(1, this, function () { layaMonkey.trans...

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

6. 地形shader示例渲染失败【在线等】 [ 69%]

...: LayaAir3D.ts中地83行,报错是:在Laya.Scene中不存在LIGHTDIRDIFFUSE 'u_DirectionLight.Diffuse': [Laya.Scene.LIGHTDIRDIFFUSE, Laya.Shader3D.PERIOD_SCENE] 我把这行注释了。 -------请问,我用的是layaair 1.7.16版本。示例中的代码为什么报这个错误呢? 不注释...

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

7. 高级应用-实时阴影 [ 65%]

...d("../../res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/Materials/T_Diffuse.lmat"); staticLayaMonkey.transform.position = new Laya.Vector3(0, 0, -0.5); staticLayaMonkey.transform.localScale = new Laya.Vector3(0.3, 0.3, 0.3); staticLayaMonkey.transform.rotation = new Laya.Quaternion(0.7071068,...

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

8. BloomEffect 没有效果啊 [ 65%]

...D; bloom.intensity = 0.5; bloom.clamp = 0.5; bloom.fastMode = false; bloom.diffusion = 10 bloom.anamorphicRatio = 10 bloom.dirtIntensity = 10   postProcess.addEffect(bloom); camera.enableRender = true; camera.enableHDR = true; camera.postProcess = postProcess; console.log(postProcess); 附件 : -->...

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

9. RenderTexture的问题 [ 64%]

...注: 2 人 138*****175 • 2018-06-02 10:25 为什么可以给3D贴图的diffuse设置为RednerTexture,而RednerTexture.getData()却是为空呢? xialuo • 2019-06-04 15:21 我想在某个UI界面上显示这张renderTexture来显示一个3d的模型,没办法吗 155*****708 • 2019-08-15 16...

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

10. material材质平铺 [ 63%]

...ctor3(0, -0.4, 0)); var material1 = new Laya.StandardMaterial(); material1.diffuseTexture = Laya.Texture2D.load("http://192.168.1.41/brick_diffuse.jpg"); plane.meshRender.material = material1; 2018-01-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...

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