Wonder-Technology/Wonder.js

View on GitHub
lib/js/src/run/rtx_path_tracer/domain_layer/domain/pipeline/pipeline/entity/jobs/update/UpdateCameraCPJobEntity.bs.js

Summary

Maintainability
A
1 hr
Test Coverage

Function _updateCameraBuffer has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function _updateCameraBuffer(param) {
  var far = param[3];
  var near = param[2];
  var projectionInverse = param[1];
  var viewInverse = param[0];

    There are no issues that match your filters.

    Category
    Status