minecraft-skin

0.1.2 • Public • Published

minecraft-skin

load minecraft skins as meshes in three.js applications

originally written by @daniel_hede for this awesome demo, turned into a module and upgraded to r54 by @maxogden

minecraft is property of Mojang AB

var skin = require('minecraft-skin')
var viking = skin(THREE, 'viking.png')
viking.mesh.position.y = 50
scene.add(viking.mesh)

designed for use with browserify

license

BSD

Readme

Keywords

none

Package Sidebar

Install

npm i minecraft-skin

Weekly Downloads

26

Version

0.1.2

License

none

Last publish

Collaborators

  • maxogden