setMaterialOptions method

MTLLoader setMaterialOptions(
  1. dynamic value
)

Implementation

MTLLoader setMaterialOptions(value) {
  materialOptions = value;
  return this;
}