Skip to content

Instantly share code, notes, and snippets.

@Lewuathe
Created January 31, 2013 13:17
Show Gist options
  • Select an option

  • Save Lewuathe/4682792 to your computer and use it in GitHub Desktop.

Select an option

Save Lewuathe/4682792 to your computer and use it in GitHub Desktop.
Three.jsでテクスチャを貼付ける方法1 ref: http://qiita.com/items/a1e40ba95c8a26fa3112
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