Advertisement
yskang

threejs-minecraft-9

Apr 15th, 2020
1,505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Skin Color
  2.  
  3. // ... other code snippet
  4.  
  5. const skinMat = new THREE.MeshStandardMaterial({
  6.     roughness: 0.3,
  7.     metalness: 0.8,
  8.     transparent: true,
  9.     opacity: 0.9,
  10.     side: THREE.DoubleSide,
  11.     map: skinMap
  12. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement