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

大约有 871 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0039 秒)

71. 材质的功能介绍(JavaScript-3D基础(JS)-LayaAir3D之Material材质) [ 89%]

...eRender))。 ​ 获取的材质分为两种类型: ​ 自身材质 **Material**,如果自身材质被修改了,只有自身模型显示进行变化; ​ 共享材质 **SharedMaterial** ,因为材质相对独立,多个模型都可以用同一个材质,如果获取的是共享材质...

来源: Laya2.0_文档 发布时间: 20210715

72. 如何让material 材质 实现渐变色 [ 88%]

如何让material 材质 实现渐变色 我新建一个 boxmesh , 然后添加一个 StandardMaterial ,如何实现渐变效果? 请看附件 附件 : --> 2018-03-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2...

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

73. laya.d3.core.material.PBRRenderMode_API3.0 [ 88%]

LAYA_API #laya_nav { display: none; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; margin: 0; height: 68px; border-radius: 0; min-width: 310px; background-color: #1A1A1A; background-image: none; border: none; } #laya_content { width: 100%; height: auto; margin: 0px auto 0 auto; } @media...

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

74. laya.d3.core.material.PBRMetallicSmoothnessSource_API3.0 [ 88%]

LAYA_API #laya_nav { display: none; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; margin: 0; height: 68px; border-radius: 0; min-width: 310px; background-color: #1A1A1A; background-image: none; border: none; } #laya_content { width: 100%; height: auto; margin: 0px auto 0 auto; } @media...

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

75. laya.d3.core.material.MaterialRenderMode_API3.0 [ 88%]

LAYA_API #laya_nav { display: none; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; margin: 0; height: 68px; border-radius: 0; min-width: 310px; background-color: #1A1A1A; background-image: none; border: none; } #laya_content { width: 100%; height: auto; margin: 0px auto 0 auto; } @media...

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

76. laya.d3.core.material.PBRSpecularSmoothnessSource_API3.0 [ 88%]

LAYA_API #laya_nav { display: none; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; margin: 0; height: 68px; border-radius: 0; min-width: 310px; background-color: #1A1A1A; background-image: none; border: none; } #laya_content { width: 100%; height: auto; margin: 0px auto 0 auto; } @media...

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

77. laya.d3.core.material.PBRRenderQuality_API3.0 [ 88%]

LAYA_API #laya_nav { display: none; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; margin: 0; height: 68px; border-radius: 0; min-width: 310px; background-color: #1A1A1A; background-image: none; border: none; } #laya_content { width: 100%; height: auto; margin: 0px auto 0 auto; } @media...

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

78. laya.d3.core.material.PBRMaterialType_API3.0 [ 88%]

LAYA_API #laya_nav { display: none; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; margin: 0; height: 68px; border-radius: 0; min-width: 310px; background-color: #1A1A1A; background-image: none; border: none; } #laya_content { width: 100%; height: auto; margin: 0px auto 0 auto; } @media...

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

79. laya默认模型的阴影没有渲染 [ 88%]

...D); box.transform.rotate(new Laya.Vector3(0, 45, 0), false, false); // var material = new Laya.StandardMaterial(); // material.diffuseTexture = Laya.Texture2D.load("res/qiu/6.jpg"); // box.meshRender.material = material; box.meshRender.receiveShadow=true; box.meshRender.castShadow=true; var box2 = s...

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

80. 材质概述(JavaScript-3D基础(JS)-LayaAir3D之Material材质) [ 88%]

...。在LayaAir 3D引擎中目前主要支持的是标准材质 **BlinnPhongMaterial** ,**UnlitMaterail**,**PBRStandardMaterial** 等。

来源: Laya2.0_文档 发布时间: 20210715