hoverinc/ray-tracing-renderer

View on GitHub
src/renderer/ReprojectPass.js

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Function makeReprojectPass has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function makeReprojectPass(gl, params) {
  const {
    fullscreenQuad,
    maxReprojectedSamples,
  } = params;
Severity: Minor
Found in src/renderer/ReprojectPass.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status