Overv / WebCraft

Minecraft clone written in Javascript.
zlib License
386 stars 179 forks source link

Wierd rendering issue #26

Open Klem3n opened 6 years ago

Klem3n commented 6 years ago

Does anyone know how to fix this rendering issue?

https://i.gyazo.com/a9379897f6a99df1c69cf326296002b5.png

I would love to fix this asap, it looks really messy at the moment

DBT-Alpha commented 6 years ago

how did you get Terran to render like that

Klem3n commented 6 years ago

I create my terrain usin perlin noise its completly random and I also added a chunk system, so the world is basically infinite

DBT-Alpha commented 6 years ago

Im not the best at coding and i tryed to use just ranome number gens and it lagged it so much

p3rlphr33k commented 2 years ago

@Klem3n would you mind sharing your chunking system code. I have tried and failed many times rendering the game unusable. I have managed to add perlin noise terrain generation, ore clustering, and some additional physics. But a chunk system would be greatly appreciated.