- jMonkeyEngine 3.0 Cookbook
- Rickard Edén
- 226字
- 2021-09-03 10:00:45
Importing a model
Let's start off with a pretty basic scenario. We have this model, which we've exported from a 3D modeling package, and we would like to use it for our game. The first thing we need to do is convert it to the format that jMonkeyEngine 3 uses internally (.j3o
). The recommended format to use is .blend
coming from the open source modeling package Blender for which the SDK has extensive support. Another common format is .obj
for static models and Ogre-mesh XML files.
How to do it…
We can import a model by performing the following steps:
- Go to the File menu and select Import Model.
- Next, we need to choose the project we would like to import.
- After selecting the actual model to be imported, we get to preview the model and can make sure that all the assets are properly used.
- Finally, we select where to place it in the Project Assets folder structure.
How it works…
The importer converts the model to the internal .j3o
format. This is a binary format, which means it becomes nonreadable (compare it with a .obj
file, which can be edited in Notepad). The compactness of a binary file is necessary to keep memory consumption low. It becomes impossible to edit externally, though, so keeping the original files organized is a good idea!
- Java EE 6 企業(yè)級應(yīng)用開發(fā)教程
- Beginning Java Data Structures and Algorithms
- C語言程序設(shè)計案例教程(第2版)
- Arduino by Example
- Learning C++ Functional Programming
- VSTO開發(fā)入門教程
- 人臉識別原理及算法:動態(tài)人臉識別系統(tǒng)研究
- Visual Basic學(xué)習(xí)手冊
- Python時間序列預(yù)測
- BIM概論及Revit精講
- ASP.NET Core 2 Fundamentals
- 學(xué)習(xí)OpenCV 4:基于Python的算法實戰(zhàn)
- uni-app跨平臺開發(fā)與應(yīng)用從入門到實踐
- Web程序設(shè)計:ASP.NET(第2版)
- Learning Bootstrap 4(Second Edition)