TessellateModifier constructor

TessellateModifier({
  1. num maxEdgeLength = 0.1,
  2. num maxIterations = 6,
  3. num maxFaces = double.infinity,
})

Implementation

TessellateModifier({this.maxEdgeLength = 0.1, this.maxIterations = 6, this.maxFaces = double.infinity});