AlexAegis/loreplotter

View on GitHub
src/app/lore/engine/object/globe.class.ts

Summary

Maintainability
A
2 hrs
Test Coverage

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

    public constructor(
        private zoomSubject: BehaviorSubject<number>,
        public radius: number = 1,
        private storeFacade: StoreFacade
    ) {
Severity: Major
Found in src/app/lore/engine/object/globe.class.ts - About 2 hrs to fix

    TODO found
    Open

            // TODO Shader that start an uniform variable can change its length (0 end 1)

    There are no issues that match your filters.

    Category
    Status