GltfSampler constructor

GltfSampler({
  1. int? magFilter,
  2. int? minFilter,
  3. int wrapS = 10497,
  4. int wrapT = 10497,
})

Implementation

GltfSampler({
  this.magFilter,
  this.minFilter,
  this.wrapS = 10497,
  this.wrapT = 10497,
});