Creating a terrain

HI , I want to know wich is the best way to create a terrain for a game.

1-create the terrain at full size in the blender and then pass it to the game

2-create a small terrain and then scale it at the game

if you know another better way to do this please tell me =)

and also I want to know what is the best way to put in the texture in the terrain… from blender, or from panda?

PD: happy new year

Hello, and happy new year.

The very best way is to let someone else do it for you.

The second best way, well this depends on what ‘best’ means for you (easy, fast, good looking, few lines of code, not much work with modeling, large scale, …). Usualy there are two basic approaches, each with it’s own adavantages and disadvantages:

  1. Using a heightfield, for example with GeoMipTerrain. Then you just need a heighmap and no model at all.

2.) Using static meshes. Here you will need to model the terrain, for example with Blender, and then export the mesh to Panda3D.

For textures it is again the same, it depends on what ‘best’ means for you. A technique which is frequently used in modern games and which looks good is texture splattering. You will need a shader for this. AFAIK there are no out-of-the-box shader pipelines from Blender/Max/Maja/… to Panda3D.

enn0x

You another way. Steel it form some place.

It’s the same thing (if you use the same amount of vertices).