Last active
March 4, 2016 21:25
-
-
Save sasha240100/51180537efcdacb005a3 to your computer and use it in GitHub Desktop.
This file contains 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
material: { | |
kind: "basic", // Material type. | |
// Three.js properties. | |
color: 0xff0000, | |
opacity: 0.5, | |
transparent: true, | |
side: THREE.DoubleSide | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment