martinchristen/pyRT

View on GitHub
pyrt/material/normalmappedmaterial.py

Summary

Maintainability
A
45 mins
Test Coverage

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

    def __init__(self, color: Vec3 = Vec3(1., 1., 1.), shininess: float = 10.0, reflectivity: float = 0.0,
Severity: Minor
Found in pyrt/material/normalmappedmaterial.py - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status