Skip to content

Instantly share code, notes, and snippets.

@patkap1994
Created May 19, 2022 08:50
Embed
What would you like to do?
const geometry = new THREE.BoxGeometry(1, 1, 1)
const material = new THREE.MeshBasicMaterial({ color: 0x781CE5 })
const mesh = new THREE.Mesh(geometry, material)
scene.add(mesh)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment