fenomas / noa

Experimental voxel game engine.
MIT License
611 stars 87 forks source link

When I load world from json some cube not rendered completely #136

Closed ghost closed 3 years ago

ghost commented 3 years ago

issue

would you know how to fix that or do you need more info

Patbox commented 3 years ago

Quickfix: Try setting noa.world.minNeighborsToMesh to lower values (6 is default)

It looks like there aren't any chunks above it, so engine doesn't mesh it.

ghost commented 3 years ago

My world is slow to load too , did you optimize your loading time, have any tips?

Patbox commented 3 years ago

First thing you shouldn't use json for storage (instead use binary data). You can also move some work to webworkers

ghost commented 3 years ago

Waths your discord I want to talk, if your not too shy

ghost commented 3 years ago

I'm good