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

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

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

...,下个版本就会更新。 现在你只能通过代码去解决。 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

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

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

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

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

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

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

74. 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

75. 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

76. 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

77. 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

78. 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

79. 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

80. 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