Hi
Im converting my rts to 3d (i know, biig project). Any1 has tips on how to deal with terrain/map? My current method is square-based, a grid of different types of terrain, like forest, water and plains. Thse squares are drawn according to their naibouring squares.
If I do not need height, could I do the same thing in 3d, and where do I start? Is the entire map a mesh? As you understand, im quite clueless.
Thanks
Killa Kan
3d-terrain. Where to start?
-
- Posts: 62
- Joined: Fri Jan 07, 2005 4:37 pm
- Location: California
If you are not concerned with height ... (ie; mountains and valleys) then ...
You can load multiple heightmaps and use setPosition to position them properly... (based on tile size and relative x/z coords)
If you want height...
you can use a bmp image splitter and break up a larger image (with mountains and such) into smaller tile sized images and the edges will be correct... (using setPosition as above)
Search forum for heightmap examples or check out spintz GeoMipMapSceneNode in the FAQ section...
You can load multiple heightmaps and use setPosition to position them properly... (based on tile size and relative x/z coords)
If you want height...
you can use a bmp image splitter and break up a larger image (with mountains and such) into smaller tile sized images and the edges will be correct... (using setPosition as above)
Search forum for heightmap examples or check out spintz GeoMipMapSceneNode in the FAQ section...
Noone has any further tips or example code on what this is all about?
Is there no basic terrain-renderer which can be used in a RTS? Any1 knows of such a project? Most terrain-project i've bumped into was all about rendering "airplane-simulation ground". Thats not reaslly what Im looking for...
Well, would be great with further tips.
Is there no basic terrain-renderer which can be used in a RTS? Any1 knows of such a project? Most terrain-project i've bumped into was all about rendering "airplane-simulation ground". Thats not reaslly what Im looking for...
Well, would be great with further tips.