HexTilingParams constructor

HexTilingParams({
  1. double patchScale = 2,
  2. bool useContrastCorrectedBlending = true,
  3. double lookupSkipThreshold = 0.01,
  4. double textureSampleCoefficientExponent = 8,
})

Implementation

HexTilingParams({
  this.patchScale = 2,
  this.useContrastCorrectedBlending = true,
  this.lookupSkipThreshold = 0.01,
  this.textureSampleCoefficientExponent = 8
});