Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想用 XNA 制作一个程序星球。我可以使用 Perlin Noise 创建高度图并在运行时加载它,但是如何创建额外的无缝块并创建球形行星?
在此先感谢,朱利奥。
看看我是怎么做的
那是假设您正在制作平台游戏,还是自上而下?
但是,因为您需要块,使用我的做法可能效果不太好,因此您可以使用perlin 噪声的这种实现,并使用它,如下面的链接所示。你可能想看看这里的块