类似于 C# 的 jMonkey 引擎
与 Java 相比,我更喜欢 C# 作为语言,但我一直找不到类似于 Java 的 jMonkey 引擎的东西。我想要的功能是能够简单地将块(在 jMonkey 引擎中称为 Box)添加到我的世界中,而不是加载模型。
也许我只是错过了一些东西,但我没有在任何 C# 东西(OGRE、Axiom、XNA)中找到任何类似的东西。
I prefer C# as a language over Java, but I have been unable to find anything similar to the jMonkey Engine for Java. I want the feature of just being able to simply add blocks (called Box in jMonkey Engine) to my world instead of loading models.
Maybe I am just missing something, but I haven't found anything similar in any of the C# things (OGRE, Axiom, XNA).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
有C#便宜的好引擎,但加载过程工作时间太长。
http://www.neoaxisgroup.com/
there is C# cheap good engine, but loading process working too long.
http://www.neoaxisgroup.com/
您可以查看 Unity3D
You could look into Unity3D
尽管XNA没有您可以使用的内置原语。 XNA 着色器系列 是一个示例,其中包含一堆你可以从中重用的原语。
Although XNA doesn't have built in primitives you can use. The XNA shader series is an example which has a bunch of primitives you could reuse from it.