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.
我还是 OpenGL 的新手,我想画一棵树。
怎么做?
请帮忙
谢谢
RJ
你想要一个非常逼真的树表示吗?研究使用分形,更具体地说是 Lindenmayer 系统或L-systems。分形是自我重复的数学结构,与自然和景观的形成方式有很多共同之处。
我能够找到本教程,它应用上述 L-Systems 使用 C++ 制作树。
编辑:一定要先看看 IgnasK 的评论。这应该教会你很多关于使用分形的知识(尽管不可否认,它不会为你画出一棵带有叶子和所有东西的漂亮的 3d 树)。