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.
我一直在用 2D 绘图。我想通过学习 3D 绘图来扩展我的图形体验。 Graphics 有 3D 绘图潜力吗? 什么是初学者 3D 抽屉的好资源? 最后,Java 甚至是绘制 3D 的最佳资源吗?
谢谢大家,非常感谢任何和所有输入。
Java 非常适合 3D。它以JOGL的形式与openGL进行了低级绑定。这里有一个合适的入门教程。
另一个选项可能是Processing。