Java 3D 游戏引擎?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3990467/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-14 08:01:48  来源:igfitidea点击:

Java 3D Game Engine?

java3d

提问by Entity

Recently I've been getting into Minecraft, which is a 3D game made in Java. I've made a few 2D java games, without any external libraries or IDE's or anything.

最近我开始玩 Minecraft,这是一款用 Java 制作的 3D 游戏。我制作了一些 2D Java 游戏,没有任何外部库或 IDE 或任何东西。

What I'm looking for, is just some libraries. Not anything with a GUI, just libraries. Rendering *.obj files would be nice, antialiasing not a requirement.

我正在寻找的只是一些图书馆。没有任何图形用户界面,只有库。渲染 *.obj 文件会很好,抗锯齿不是必需的。

采纳答案by Ryan Berger

Have you looked at the Lightweight Java Game Libraryyet? It sounds like what you're looking for.

你看过轻量级 Java 游戏库了吗?这听起来像你在找什么。

回答by jhocking

JMonkeyEngineis the best Java 3D engine I know of.

JMonkeyEngine是我所知道的最好的 Java 3D 引擎。

回答by gouessej

If you just want a thin library abstracting the low level aspects, maybe have a look at LibGDX.

如果你只想要一个抽象低级方面的瘦库,也许看看LibGDX

If you want an high level API or a real scenegraph, rather look at JogAmp's Ardor3D Continuation, JMonkeyEngine, 3DzzD, Xith3D, Java3D, ...

如果您想要高级 API 或真实场景图,请查看JogAmp 的 Ardor3D ContinuationJMonkeyEngine3DzzDXith3DJava3D......