martinchristen/pyRT

View on GitHub
pyrt/camera/perspectivecamera.py

Summary

Maintainability
A
35 mins
Test Coverage

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

    def setProjection(self, fov: float, width: int, height: int, znear: float, zfar: float):
Severity: Minor
Found in pyrt/camera/perspectivecamera.py - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status