Skip to content

Commit

Permalink
ciうごいて
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyNelson314 committed Dec 23, 2023
1 parent 4ed6f9d commit eb03f95
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 3,688 deletions.
1 change: 0 additions & 1 deletion app/dist/assets/index--tieDNGZ.css

This file was deleted.

3,645 changes: 0 additions & 3,645 deletions app/dist/assets/index-UZRKN6sj.js

This file was deleted.

24 changes: 0 additions & 24 deletions app/dist/index.html

This file was deleted.

18 changes: 0 additions & 18 deletions app/script/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,24 +119,6 @@ for (const point_charge of point_charges) {
scene.add(line);
}
}
// for (var x = -5; x <= 5; x++) {
// for (var y = -5; y <= 5; y++) {
// for (var z = -5; z <= 5; z++) {
// if (x ** 2 + y ** 2 + z ** 2 > 5 ** 2) continue;
// if (x === 0 && y === 0 && z === 0) continue;
// const line = new THREE.Line(
// CreateElectricLineGeometry(
// point_charge.pos,
// new THREE.Vector3(x * 5, y * 5, z * 5),
// point_charges,
// 1000
// ),
// line_material
// );
// scene.add(line);
// }
// }
// }
}

const CreateElectricFieldVector = () => {
Expand Down

0 comments on commit eb03f95

Please sign in to comment.