Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.53 KB

README.md

File metadata and controls

49 lines (40 loc) · 1.53 KB

This project has been discontinued, please refer to the following repo for updates

https://github.com/to2mbn/skinview3d

=====

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.