Table of Contents

Method MatchEdges

Namespace
Pinwheel.Griffin
Assembly
Pinwheel.Polaris.Runtime.dll

MatchEdges(int, bool)

Match the height map and meshes at the edges of all terrains in a group.

public static void MatchEdges(int groupId, bool updateMesh = true)

Parameters

groupId int

The terrain group.

updateMesh bool

Indicate if you want to regenerate the surface meshes too. Default is true.

MatchEdges(bool)

Match the height map and meshes at the edges of this terrain and its neighbors.

public void MatchEdges(bool updateMesh = true)

Parameters

updateMesh bool

Indicate if you want to regenerate the surface meshes too. Default is true.