MasatoMakino/threejs-drag-watcher

View on GitHub
demoSrc/demo_simple.js

Summary

Maintainability
A
1 hr
Test Coverage

Function onDomContentsLoaded has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const onDomContentsLoaded = () => {
  // シーンを作成
  const scene = new THREE.Scene();
  const camera = new THREE.PerspectiveCamera(45, W / H, 1, 10000);
  camera.position.set(0, 0, 1000);
Severity: Minor
Found in demoSrc/demo_simple.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status