hoverinc/ray-tracing-renderer

View on GitHub
src/renderer/ToneMapPass.js

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Function makeToneMapPass has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

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

    There are no issues that match your filters.

    Category
    Status