https://github.com/bs-community/skinview3d/ Modified version of SkinView3D to remove unnecessary things and make it work on PS3D skins.
Go to file
Hacksore cc573897a2 Changed readme 2016-01-10 11:30:28 -06:00
config Cape support 2016-01-10 11:28:54 -06:00
img Cape support 2016-01-10 11:28:54 -06:00
js Cape support 2016-01-10 11:28:54 -06:00
.gitignore First commit 2015-09-29 11:52:18 -05:00
README.md Changed readme 2016-01-10 11:30:28 -06:00
Vagrantfile Cape support 2016-01-10 11:28:54 -06:00
example.html Cape support 2016-01-10 11:28:54 -06:00

README.md

skinpreview3d.js

This is a Three.js powered Minecraft skin renderer packaged as a jQuery plugin.

The code was originally created by Kent Rasmussen. You can find out more about his project here.

Features

  • 1.8 Skins
  • Capes

Dependencies

Usage

HTML

<div id="canvas_container">
    <canvas id="canvas" width="64" height="64"></canvas>
</div>

JS

$(function() {
    $("#canvas_container").skinPreview3D({
        imageUrl: "/img/ref.png",
        canvasID: "canvas"
    });
});

Todo

  • Create a demo hosted on github pages.
  • Alex support (Slim arms).
  • Mouse wheel camera zoom.