packages/miew/src/gfx/VolumeFarPlane.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function constructor has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  constructor(volume, width, height) {
    const planeGeo = this._initPlaneGeo(width, height)

    const mat = new VolumeMaterial.BackFacePosMaterialFarPlane()
    this._plane = new meshes.Mesh(planeGeo, mat)
Severity: Minor
Found in packages/miew/src/gfx/VolumeFarPlane.js - About 1 hr to fix

    Function _onBeforeRender has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

          _renderer,
          _scene,
          camera,
          _geometry,
          _material,
    Severity: Minor
    Found in packages/miew/src/gfx/VolumeFarPlane.js - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status