keywords: [UE4][Material]基础材质练习01

目的:

使用木纹、带alpha通道的方块样式、方格样式的法线、绿色自发光贴图4种贴图,构建一个红、蓝、颜色相间的格子样式的材质。

用到的贴图:

Texture2D’/Game/StarterContent/Textures/T_Wood_Pine_D.T_Wood_Pine_D’ Texture2D’/Game/StarterContent/Textures/T_Ceramic_Tile_M.T_Ceramic_Tile_M’ Texture2D’/Game/StarterContent/Textures/T_Wood_Pine_N.T_Wood_Pine_N’ Texture2D’/Game/StarterContent/Textures/T_Ceramic_Tile_N.T_Ceramic_Tile_N'

这4个贴图均为引擎自带的StarterContent材质。

材质蓝图(总览):

Base Color

Roughness

Emissive Color

Normal:

实际效果: