yskang

threejs-minecraft-8

Apr 15th, 2020 (edited)
1,765
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Skin Color
  2. const textureLoader = new THREE.TextureLoader();
  3. const faceMap = textureLoader.load( 'img/creeper_face.png' );
  4. const skinMap = textureLoader.load( 'img/creeper_skin.png' );
  5.  
Advertisement
Add Comment
Please, Sign In to add comment