src/helpers/helpers.material.mixin.js

Summary

Maintainability
A
1 hr
Test Coverage

Function helpersMaterialMixin has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const helpersMaterialMixin = (three = window.THREE) => {
  if (three === undefined || three.Object3D === undefined) {
    return null;
  }

Severity: Minor
Found in src/helpers/helpers.material.mixin.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status