GeometryGeneratorFlags constructor

GeometryGeneratorFlags({
  1. bool texCoords = true,
  2. bool normals = true,
  3. bool tangents = true,
})

Implementation

GeometryGeneratorFlags({
  this.texCoords = true,
  this.normals = true,
  this.tangents = true,
});