Commit c0542f72 authored by Rushdi's avatar Rushdi
Browse files

Update 1-Cube.html

parent 3c772b45
Pipeline #8021 passed with stage
in 4 seconds
......@@ -34,7 +34,7 @@ const materials = [
];
// Create the cube and add it to the demo scene.
const = new THREE.Mesh(new THREE.BoxBufferGeometry(2, 2, 2), materials);
const = new THREE.Mesh(new THREE.BoxBufferGeometry(2, 1, 1), materials);
cube.position.set(0, 0, -1);
scene.add(cube);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment