Table of Contents

Property ChunkGridSize

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

ChunkGridSize

Size of the chunk grid. The terrain will divide it surface into several chunks (meshes) to get around 65K vertex limit. Total number of chunks is ChunkGridSize^2

public int ChunkGridSize { get; set; }

Property Value

int