- Mastering AndEngine Game Development
- Maya Posch
- 138字
- 2021-07-16 19:42:21
Why 3D in a 2D game makes sense
The reasons we want to use 3D models in our 2D scene include the following:
- Recycling of assets: You can use the same models as used for a 3D game engine project, as well as countless others.
- Broader base of talent: You'll be able to use a 3D modeler for your 2D game, as good sprite artists are so rare.
- Ease of animation: Good animation with sprites is hard. With 3D models, you can use various existing utilities to get smooth animations with ease.
As for the final impact it has on the game's looks, it's no silver bullet but should ease the development somewhat. The quality of the used models and produced animations as well as the way they are integrated into a scene will determine the final look.
推薦閱讀
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Java游戲服務器架構實戰
- JSP開發案例教程
- 青少年信息學競賽
- Python Interviews
- Arduino計算機視覺編程
- Fastdata Processing with Spark
- Learning Grunt
- 數據科學中的實用統計學(第2版)
- Python Social Media Analytics
- After Effects CC案例設計與經典插件(視頻教學版)
- Learning D3.js 5 Mapping(Second Edition)
- JavaScript全棧開發
- Data Visualization:Representing Information on Modern Web
- Spring Cloud微服務架構開發實戰