Skip to content

Instantly share code, notes, and snippets.

@yask123
Created October 30, 2015 17:52
Show Gist options
  • Save yask123/a45687058e62fa2e1cb2 to your computer and use it in GitHub Desktop.
Save yask123/a45687058e62fa2e1cb2 to your computer and use it in GitHub Desktop.
block: function(color) {
return new THREE.Mesh(
new THREE.BoxGeometry(0.5, 0.5, 10),
new THREE.MeshNormalMaterial()
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment