GatherNormals()
Gathers the normal information into sourceRenderTexture.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.TerrainTools
- Assembly: UnityEngine.TerrainModule
public void GatherNormals()
Remarks
This function collects the terrain mesh normalmap data from all Terrain tiles in the PaintContext into .
sourceRenderTextureThis function is called internally by TerrainPaintUtility.CollectNormals.
Important: There is no corresponding ScatterNormals function, because the normals are not stored, but calculated from the heightmap.
Additional Resources: PaintContext, PaintContext.GatherHeightmap