先上效果图 shader所用的贴图资源 扰动 直接对uv进行变换就可以了,记得首先把六边形格子地图的Tilling调高点 先预先调成合适大小的六边形,然后repeat铺满整个护盾 // Tiles and offsets the value of input UV by the inputs Tiling and Offset respectively. // This is commonly used for detail maps and scrolling textures over Ti…