免费的 Java 3d 引擎

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/269916/
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-11 12:17:00  来源:igfitidea点击:

Free java 3d engine

java3d

提问by user35228

Whats the best 3D game engine available for java? I am looking for something that has a good set visual development tools. I have checked out the list available on wikipedia:

什么是可用于 Java 的最佳 3D 游戏引擎?我正在寻找具有良好设置的可视化开发工具的东西。我已经查看了维基百科上可用的列表:

http://en.wikipedia.org/wiki/List_of_game_engines

http://en.wikipedia.org/wiki/List_of_game_engines

But I can't figure out the tool set provided by each engine and which free java 3d engine has the best toolset.

但是我无法弄清楚每个引擎提供的工具集以及哪个免费的java 3d引擎具有最好的工具集。

Thanks

谢谢

回答by Salman Kasbati

OGREis a good open source engine for C++. Wiki.

OGRE是一个很好的 C++ 开源引擎。维基

Ogre4jis same thing for Java. Wiki.

Ogre4j对 Java来说是一样的。维基

回答by 18Rabbit

jMonkeyEnginehas a nice set of open source tools for 3d java development. They have been used for a few commercial games (Bang!Howdyand one that NCSoft was developing that was recently cancelled come to mind off hand). They have a good set of active developers with many code samples provided with the basic toolset.

jMonkeyEngine有一套很好的开源工具,用于 3d java 开发。它们已被用于一些商业游戏(Bang!Howdy和最近被取消的 NCSoft 正在开发的一款游戏)。他们拥有一批活跃的开发人员,其中包含许多随基本工具集提供的代码示例。

回答by Sorskoot

The Lightweight Java Game Library is a pretty good one.

轻量级Java游戏库是个相当不错的。

回答by Sorskoot

a powerfull Java 3D engine is 3DzzD

一个强大的 Java 3D 引擎是3DzzD

including both software and hardware rendering, it is perfect for Web 3D

包括软件和硬件渲染,非常适合 Web 3D

回答by Athena

Ardor3D

阿朵3D

A fork of the JMonkeyEngine including two previous developers from JMonkeyEngine team. Essentially a more broad 3d engine with a clear(-er) API.

JMonkeyEngine 的一个分支,包括 JMonkeyEngine 团队的两位前开发人员。本质上是一个更广泛的 3d 引擎,具有清晰的(-er)API。

回答by Anon

If you are learning Java at the same time, and would like to write simple 3D games, try Env3D (http://env3d.sourceforge.net).

如果您同时学习 Java,并且想编写简单的 3D 游戏,请尝试使用 Env3D (http://env3d.sourceforge.net)。