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

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

11. WaterPrimaryMaterial材质详解(JavaScript-3D基础(JS)-模型材质详解) [ 89%]

...n :2.1.0beta Update:2019-5-14* WaterPrimaryMaterial是水初级材质。靠法线贴图来实现波纹的效果。 ##### 主要属性与方法 > 属性 `horizonColor:Vector4` 地平线颜色,水面反射颜色。 `mainTexture:BaseTexture` 主贴图,水面颜色贴图。 `normalTexture:BaseTextur...

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

12. WaterPrimaryMaterial材质详解(ActionScript-3D基础(AS3)-模型材质详解) [ 89%]

...n :2.1.0beta Update:2019-5-14* WaterPrimaryMaterial是水初级材质。靠法线贴图来实现波纹的效果。 ##### 主要属性与方法 > 属性 `horizonColor:Vector4` 地平线颜色,水面反射颜色。 `mainTexture:BaseTexture` 主贴图,水面颜色贴图。 `normalTexture:BaseTextur...

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

13. WaterPrimaryMaterial材质详解(TypeScript-3D基础(TS)-模型材质详解) [ 89%]

...n :2.1.0beta Update:2019-5-14* WaterPrimaryMaterial是水初级材质。靠法线贴图来实现波纹的效果。 ##### 主要属性与方法 > 属性 `horizonColor:Vector4` 地平线颜色,水面反射颜色。 `mainTexture:BaseTexture` 主贴图,水面颜色贴图。 `normalTexture:BaseTextur...

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

14. PBRStandardMaterial材质详解(ActionScript-3D基础(AS3)-模型材质详解) [ 89%]

...sTexture:BaseTexture` 金属光滑度贴图。 `normalTexture:BaseTexture` 法线贴图。 `normalTextureScale:Number` 法线贴图缩放系数。 `occlusionTexture:BaseTexture` 遮挡贴图。 `occlusionTextureStrength:Number` 遮挡贴图强度。 `parallaxTexture:BaseTexture` 视差贴图。 `par...

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

15. BlinnPhong材质详解(JavaScript-3D基础(JS)-模型材质详解) [ 88%]

...`enableLighting:Boolean` 是否启用光照。 `normalTexture:BaseTexture` 法线贴图。 `renderMode:int` [write-only] 设置渲染模式。 `shininess:Number` 高光强度,范围为0到1。 `specularColor:Vector4` 高光颜色。 `specularTexture:BaseTexture`高光贴图。 `tilingOffset:Vector4`...

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

16. 使用BlinnPhong材质,加入法线效果就出现问题 [ 88%]

使用BlinnPhong材质,加入法线效果就出现问题 使用BlinnPhong材质,加入法线效果就出现问题。不知道是法线贴图制作有什么问题么,有什么制作标准没有 附件 : --> 2018-04-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...

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

17. BlinnPhong材质详解(TypeScript-3D基础(TS)-模型材质详解) [ 88%]

...`enableLighting:Boolean` 是否启用光照。 `normalTexture:BaseTexture` 法线贴图。 `renderMode:int` [write-only] 设置渲染模式。 `shininess:Number` 高光强度,范围为0到1。 `specularColor:Vector4` 高光颜色。 `specularTexture:BaseTexture`高光贴图。 `tilingOffset:Vector4`...

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

18. BlinnPhong材质详解(ActionScript-3D基础(AS3)-模型材质详解) [ 88%]

...`enableLighting:Boolean` 是否启用光照。 `normalTexture:BaseTexture` 法线贴图。 `renderMode:int` [write-only] 设置渲染模式。 `shininess:Number` 高光强度,范围为0到1。 `specularColor:Vector4` 高光颜色。 `specularTexture:BaseTexture`高光贴图。 `tilingOffset:Vector4`...

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

19. 着色器蓝图 · LayaAir3.0文档 · LAYABOX [ 87%]

...三种基础材质类型 2.1.1 PBR 常见的Shader属性: NormalWS 世界法线计算世界坐标中各顶点的光照结果 alphaTest 启用AlphaTest开关后,Shader通过alophatest的值来判断是否丢弃该像素 AlbedoColor 表面颜色(不包含光照) Metallica 金属度,描述物...

来源: Laya3.0_文档 发布时间: 20230803

20. 材质-BlinnPhong-法线贴图 [ 87%]

... = monster2._childs[i]; var material = meshSprite3D.meshRender.material; //法线贴图 material.normalTexture = Laya.Texture2D.load(this.normalMapUrl[i]); } Laya.timer.frameLoop(1, this, function () { monster1.transform.rotate(this.rotation); monster2.transform.rotate(this.rotation); }); }class Bli...

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