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 f3c4cac7c6
Fix cape cannot be loaded before skin is loaded
This fix allows skin and cape can be loaded and rendered separately.
2017-09-03 10:58:17 +08:00
img fix #5 2017-09-03 10:00:06 +08:00
js Fix cape cannot be loaded before skin is loaded 2017-09-03 10:58:17 +08:00
LICENSE add license 2017-08-29 19:51:12 +08:00
README.md fix #5 2017-09-03 10:00:06 +08:00
example_jquery.html Support zoom/rotate 2017-09-02 20:39:01 +08:00
example_purejs.html Support zoom/rotate 2017-09-02 20:39:01 +08:00

README.md

skinpreview3d.js

A Three.js powered Minecraft skin viewer.

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

Features

  • 1.8 Skins
  • HD Skins
  • Capes
  • Slim arms

Dependencies

Usage

HTML

<div id="skin_container"></div>

JS

$(() => {
	$("#skin_container").skinPreview3d({
		skinUrl: 'img/hatsune_miku.png',
		capeUrl: 'img/mojang_cape.png',
		slim: true,
		width: 600,
		height: 600
	});
});

Demos

License

  • /img/mojang_cape.png Copyright Mojang AB. Link
  • /img/hatsune_miku.png Copyright xilefian. Link
  • /img/1_8_texturemap_redux.png Copyright Mojang AB. Link
  • /img/steve_old.png Copyright Mojang AB. Link

Other parts of the repository are licensed under GPLv3 License.