soiz commited on
Commit
712aea5
·
verified ·
1 Parent(s): 051bc00

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -40,7 +40,7 @@
40
  const canvas = document.getElementById('canvas');
41
  const ctx = canvas.getContext('2d');
42
  let scene, camera, renderer;
43
- const cubeSize = 5; // 立方体のサイズ
44
  let cubes = []; // 立方体を格納する配列
45
 
46
  function processImage() {
 
40
  const canvas = document.getElementById('canvas');
41
  const ctx = canvas.getContext('2d');
42
  let scene, camera, renderer;
43
+ const cubeSize = 6; // 立方体のサイズ
44
  let cubes = []; // 立方体を格納する配列
45
 
46
  function processImage() {