https://github.com/bs-community/skinview3d/ Modified version of SkinView3D to remove unnecessary things and make it work on PS3D skins.
Go to file
yushijinhun cef50a5223
add license
2017-08-29 19:51:12 +08:00
img Cape support 2016-01-10 11:28:54 -06:00
js add license 2017-08-29 19:51:12 +08:00
LICENSE add license 2017-08-29 19:51:12 +08:00
README.md update readme 2017-08-29 19:47:46 +08:00
example.html refactor 2017-08-29 19:43:35 +08: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="skinCanvas"></canvas>
    <canvas id="capeCanvas"></canvas>
</div>

JS

$(function() {
    $("#canvas_container").skinPreview3D({
		skinUrl: "img/Dinnerbone.png",
		capeUrl: "img/cape.png",
		skinCanvas: $('#skinCanvas'),
		capeCanvas: $('#capeCanvas')
    });
});

TODOs

  • Alex support (Slim arms).