大约有 26 项符合查询结果, 库内数据总量为 30,934 项。 (搜索耗时: 0.0026 秒)
...不显示光照贴图?目前Unity插件支持Legacy Shaders/Lightmapped/Diffuse吗?或者说现在Shader中支持哪些? 为什么导出的模型不显示贴图不显示光照贴图? 目前现在Unity插件导出支持Legacy Shaders/Lightmapped/Diffuse吗? 或者说现在unity插件Shader...
来源: Laya_社区 发布时间: 20170609
...伽马空间。BloomEffect color : Color泛光颜色。BloomEffect diffusion : Number 获取扩散值,改变泛光的扩散范围,最好使用整数值保证效果,该值会改变内部的迭代次数,范围是1到10。 BloomEffect dirtIntensity : Number 获取污渍强度。 BloomEffect ...
来源: Laya2.0_api 发布时间: 20190513
...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
...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
...eed Panoramic 全景图 旧版着色器(只做兼容考虑, 不建议) Diffuse Fast Diffuse Diffuse Detail Bumped Diffuse Bumped Specular 除了上述提供的材质Shader外,Unity里的其他材质,都不能在LayaAir引擎中使用。 4.5 纹理的属性 在Assets(资源)面板里,...
来源: Laya3.0_文档 发布时间: 20250103
...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_示例 发布时间: 20250311
...: LayaAir3D.ts中地83行,报错是:在Laya.Scene中不存在LIGHTDIRDIFFUSE 'u_DirectionLight.Diffuse': [Laya.Scene.LIGHTDIRDIFFUSE, Laya.Shader3D.PERIOD_SCENE] 我把这行注释了。 -------请问,我用的是layaair 1.7.16版本。示例中的代码为什么报这个错误呢? 不注释...
来源: Laya_社区 发布时间: 20180403
...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_示例 发布时间: 20250311
...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
...注: 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