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 02840ec6a4
clean up code
2017-08-30 13:59:00 +08:00
img turn off antialias 2017-08-30 00:15:57 +08:00
js clean up code 2017-08-30 13:59:00 +08:00
LICENSE add license 2017-08-29 19:51:12 +08:00
README.md fixes 2017-08-29 23:04:08 +08:00
example.html fixes 2017-08-29 23:04:08 +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="skin_container"></div>

JS

$(() => {
	$("#skin_container").skinPreview3D({
		skinUrl: 'img/Dinnerbone.png',
		capeUrl: 'img/cape.png',
		width: 600,
		height: 600
	});
});

TODOs

  • Alex support (Slim arms).