Update index.html
Browse files- 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 =
|
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() {
|