Property ChunkGridSize
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; }
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; }