I practice by following the tutorial at https://wiki.jmonkeyengine.org/legacy/doku.php/jme3, and notice that seems I provide my own material e.g https://wiki.jmonkeyengine.org/legacy/doku.php/?do=search&id=Materials+Overview
However, the material overview seems only tell how to use it. How can I e.g. load a customize map? For instance, I want to create a map that is similar to monopoly’s scene, consisting of roads, terrain, and buildings. Below is the steps I can think of:
- create .j3md
- provide assets e.g. png, jpg which is going to be used.
Is this the correct way to create a customize map? Or what is the right way (or where there contain such information)?
I appreciate any help