简体   繁体   English

Android 3D游戏,模型和模型动画

[英]Android 3D game, Model and Model animation

I am starting work on my project for my mobile app class. 我正在为我的移动应用程序类开始我的项目。 I have alot of experience with 2d programing but I am newer to 3D. 我在2D编程方面有很多经验,但我对3D较新。 For my project I am planning to do a 3d game for the android os. 对于我的项目,我计划为Android OS做一个3D游戏。 I have looked at many tutorials but I havent had much luck in finding what I need. 我看过许多教程,但是我没有足够的运气来找到所需的东西。 I have founded alot of basic info about the needed views and how to draw basic shapes but what I need is the ability to import and animate models. 我已经建立了许多有关所需视图以及如何绘制基本形状的基本信息,但我需要的是导入和制作模型的能力。 I tried a few libaries such as min3d but they would compile but they would crash when launched on the avd. 我尝试了一些像min3d这样的库,但是它们可以编译,但是在avd上启动时它们会崩溃。 What are some good libaries that are easy to install that would help me. 有哪些易于安装且对我有帮助的好的库。 Otherwise how could I go about writing my model importer and animator. 否则,我该如何去编写模型导入器和动画制作器。 I know those would be very intensive but I would like to try to if I can not find a libary. 我知道这些内容非常密集,但是如果我找不到库,我想尝试一下。

If you are willing to dive deep into 3D and don't want to waste your time, In my opinion you should use some Game Engine like Unity, Marmalade or others. 如果您愿意深入研究3D并不想浪费时间,我认为您应该使用Unity,Marmalade等游戏引擎。 The reason is - 1. they work, 2. they are cross platform, 3. development probably be much faster. 原因是-1.他们工作,2.他们是跨平台的,3.开发速度可能要快得多。

I wrote a blog about: How to choose a game engine 我写了一个博客: 如何选择游戏引擎

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM