Skip to content

Commit

Permalink
Merge pull request #6 from Deveshb15/04-webpack
Browse files Browse the repository at this point in the history
no changes
  • Loading branch information
Deveshb15 committed Jul 1, 2021
2 parents 4a923a6 + 1183442 commit 11e2172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03-basic-scene/script.js
@@ -1,7 +1,7 @@
// Scene
const scene = new THREE.Scene()

// Red Cube
// Mesh - Red Cube
const geometry = new THREE.BoxGeometry(1, 1, 1)
const material = new THREE.MeshBasicMaterial({ color: 0xff0000})
const cube = new THREE.Mesh(geometry, material)
Expand Down

0 comments on commit 11e2172

Please sign in to comment.