Created
January 31, 2013 13:17
-
-
Save Lewuathe/4682792 to your computer and use it in GitHub Desktop.
Three.jsでテクスチャを貼付ける方法1 ref: http://qiita.com/items/a1e40ba95c8a26fa3112
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
| var material = new THREE.MeshBasicMaterial( { | |
| color: 0x00ff00, | |
| wireframe: true , | |
| map : THREE.ImageUtils.loadTexture('/images/image.png')} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment