#💬 caspianlakeʹs Feedback
1 messages · Page 1 of 1 (latest)
@night basin that's pretty neat. I've done Minecraft-like generation in Roblox before, too, but had a lot of issues with performance. Were your framerates good while testing this? Is there blocks generated beneath the surface?
framerate is 60fps stable at 12 render distance with 16x16 chunks
The data for the blocks below terrain is generated however i am using a culling method that prevents them for loading if you cant see them
ty btw
culling method? ive never heard of that
you just dont load a block if it doesnt touch an air/empty block
there are more advanced methods too but im too lazy
looks good, are you using any greedy meshing?
i am doing everything else to avoid that fr
maybe ill do it in the future