MasatoMakino/threejs-particle-waypoint

View on GitHub
src/ThreeParticle.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
95%

Function init has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  init(parent: Object3D, texturePath: string, scale: number): Promise<Sprite> {
    if (ThreeParticle.loader == null) {
      ThreeParticle.loader = new TextureLoader();
    }
    this.parent = parent;
Severity: Minor
Found in src/ThreeParticle.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status