minecraft-launcher-core-node icon indicating copy to clipboard operation
minecraft-launcher-core-node copied to clipboard

Demo bugs

Open rqbik opened this issue 5 years ago • 1 comments

Demo bug №1

On your docs website, there is a preview of a skin and a grass block.

It is possible to zoom too far out (or in) so the models will disappear.

screenshot

It's actually a pretty easy fix, you just need to add 4 new lines in docs/site/demo.js file, and I could open a pull request for it, but I'm not sure about what values for control.maxDistance & control.minDistance should be, and I can't clone this repo atm to test it.

Edit: Seems like there were some sort of a fix for this issue, but only for player model preview & it's commented out.

Demo bug №2

Why does the skin model have these weird lines between body parts and around the head?

image

Alternative skin model previewers (like, for example, Skinview3d) don't have this issue.

rqbik avatar Feb 01 '20 15:02 rqbik

Yes, the weird outlines are definitely bugs... I'll fix this if I have time to deep investigate this.

I think it's caused by texture/material of the overlay model (which should be transparent here), but I'm not sure why it shows some outline.

You you have any clues, please let me know.

ci010 avatar Feb 10 '20 07:02 ci010

Recommend to use skinview3d instead for player model.

ci010 avatar Apr 13 '23 14:04 ci010