문제

I am trying to make a 3-d java lwjgl game that stores the data in chunks and generates one chunk at a time as the player explores (infinite). How does the terrain blend between the chunks so that it is seamless? I am stumped after researching for a long time (days, many days). Please help me!

도움이 되었습니까?

해결책

Try to use box-based terrain generator algorithms.

To make transition between boxes smooth, use small boxes upon generating your terrain.

How much small boxes should be depends on smoothness you want to achieve.

Smaller boxes lead to smoother terrain.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top