Created
October 30, 2015 17:52
-
-
Save yask123/a45687058e62fa2e1cb2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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