https://github.com/bs-community/skinview3d/
Modified version of SkinView3D to remove unnecessary things and make it work on PS3D skins.
|
|
||
|---|---|---|
| img | ||
| js | ||
| LICENSE | ||
| README.md | ||
| example_jquery.html | ||
| example_purejs.html | ||
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/cape.png',
slim: true,
width: 600,
height: 600
});
});
See example_jquery.html and example_purejs.html for more examples.