ArCoreMaterial constructor

ArCoreMaterial({
  1. double? metallic,
  2. double? roughness,
  3. double? reflectance,
  4. Color? color,
  5. Uint8List? textureBytes,
})

Implementation

ArCoreMaterial({
  this.metallic,
  this.roughness,
  this.reflectance,
  this.color,
//    this.texture,
  this.textureBytes,
});