Advertisement
yskang

threejs-minecraft-15

Apr 15th, 2020
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //In Crepper.js
  2.  
  3. this.head.castShadow = true;
  4. this.head.receiveShadow = true;
  5.  
  6. this.body.castShadow = true;
  7. this.body.receiveShadow = true;
  8.  
  9. this.foot1.castShadow = true;
  10. this.foot1.receiveShadow = true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement