Render a 3D view of a Minecraft skin using PHP.
Project first developed by supermamie. The first intention of this fork was to translate the whole php file into English, however it ended with a bigger refactoring of the code to allow for other enhancements.
http://example.com/cf-mcskin.php?vr=-25&hr=-25&hrh=0&vrla=0&vrra=0&vrll=0&vrrl=0&ratio=12&format=png&displayHair=true&headOnly=false&user=cajogos
user
- Minecraft's username for the skin to be rendered.vr
- Vertical Rotationhr
- Horizontal Rotationhrh
- Horizontal Rotation Headvrll
- Vertical Rotation Left Legvrrl
- Vertical Rotation Right Legvrla
- Vertical Rotation Left Armvrra
- Vertical Rotation Right ArmdisplayHair
- Either or not to display hairs. Set to "false" to NOT display hairs (this includes helmets).headOnly
- Either or not to display the ONLY the head. Set to "true" to display ONLY the head (and the hair, based on displayHair).format
- The format in which the image is to be rendered. PNG ("png") is used by default set to "svg" to use a vector version.ratio
- The size of the "png" image. The default and minimum value is 2.
- By request, allow the implementation of the 3-pixel wide Alex skin.