有没有简单的 3D 分形可视化程序?
最好有源代码,但算法描述就足够了。
Preferably with a source code, but algorithm description would be enough.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
最好有源代码,但算法描述就足够了。
Preferably with a source code, but algorithm description would be enough.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
POV-Ray 可以渲染四维 Julia 集的三维横截面。
POV-Ray can render three-dimensional cross-sections of four-dimensional Julia sets.
尝试 Quat - 3D 分形生成器
Try Quat - A 3D-Fractal-Generator
不是专家,但这似乎是一个关于真实 3D 分形的相当不错的软件: http://www.incendia.net /
Not an expert, but this seems to be a pretty decent software regarding real 3d fractals: http://www.incendia.net/
主要,您的问题取决于您对什么类型感兴趣:
是朱莉娅集/曼德尔布罗特集,以及它们的高维亲戚吗?
或者
是 3 维的 IFS(例如火焰分形)吗?
算法非常不同,并且产生非常不同的结果。
Mainly, your question depends on what type you are interested in:
Is it julia sets/mandelbrot sets, and their higher-dimensional relatives,
OR
is it IFS (such as Flame fractals) in 3 dimensions?
The algorithms are very different, and yields very different results.