public Shading(NoiseMap noiseMap) { this.chunkSizeBound = noiseMap.properties.sizeBound; colors = GenerateColors(noiseMap.data, chunkSizeBound); }