BlueMap-Minecraft / BlueMap

A Minecraft mapping tool that creates 3D models of your Minecraft worlds and displays them in a web viewer.
https://bluecolo.red/bluemap
MIT License
1.76k stars 114 forks source link

Show chunk borders #542

Closed TechnicJelle closed 1 month ago

TechnicJelle commented 1 month ago

image image

Should probably add a toggle for it, though. And a way to customise the colour.

TBlueF commented 1 month ago

Great work! I'll not merge this without a toggle, though ^^

TechnicJelle commented 1 month ago

Aw dangit, I was hoping I wouldn't have to do that myself :p

TBlueF commented 1 month ago

I mean .. you can also wait for me to do it, but then it'll end up on the todo and probably take a while to be prioritised ^^

TechnicJelle commented 1 month ago

Fair enough... I guess I'll see how horrific vue.js is, then :p

TBlueF commented 1 month ago

If you move the show-chunk-borders variable away from the appState directly to the mapviewer and do it like the sunlightStrength and ambientLight sliders do it, then you don't need to extend the poor MapViewer constructor =)

And then i am happy :3