martinchristen/pyRT

View on GitHub
pyrt/material/material.py

Summary

Maintainability
A
35 mins
Test Coverage

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

    def __init__(self, color: Vec3 = Vec3(0.,0.,0.), shininess: float = 0.0, reflectivity: float = 0.5, refraction: float = 1.0, transparency = 0.0):
Severity: Minor
Found in pyrt/material/material.py - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status