carlmw/gitlactica

View on GitHub
adapters/webgl/scene.js

Summary

Maintainability
A
1 hr
Test Coverage

Function scene has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function scene (skyboxCubeTexture, starTexture1, starTexture2, starTexture3) {
  var distance = 2000,
      camera,
      world,
      renderer;
Severity: Minor
Found in adapters/webgl/scene.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status