minecraft-launcher-core-node
minecraft-launcher-core-node copied to clipboard
Demo bugs
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.
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?

Alternative skin model previewers (like, for example, Skinview3d) don't have this issue.
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.
Recommend to use skinview3d instead for player model.