英文: Perlin Noise in Python: Noise Values Compacted, Need Help Forming Sinusoidal Pattern 问题 我目前正在使用P...
未连接的块
英文: Chunks not connected 问题 这是我的代码: def generate(octaves): 全局变量 world, xpix, chunkSize # 设置全局变量(用于脚本...
如何使Python中的Perlin噪声模块使用种子?
英文: How do I make the perlin-noise module for python use a seed? 问题 我正在尝试在pygame中的一个游戏中添加无限生成功能。以下是我...
Perlin改进算法中是否可能拥有大于255*255的网格?
英文: Is that possible to have grids bigger than 255*255 in the Perlin's improved algorithm? 问题 I ...
Perlin噪声算法的伪影
英文: Perlin noise algorithm artefacts 问题 我正在尝试实现 Perlin 2D 噪声算法。通常它运行良好,但其中存在一些伪影。以下是我的代码: #include &...
如何比较两个柏林噪声图像?
英文: How do I compare two perlin noise images? 问题 两个Perlin噪声图像是否是由相同的参数生成的可以通过以下方法来判断吗? 例如,以下这两个图像: 和...