Tagged Questions

Terrain, or land relief, is the vertical and horizontal dimension of land surface. Terrain is used as a general term in physical geography, referring to the lie of the land. This is usually expressed in terms of the elevation, slope, and orientation of terrain features. In games, terrain is the "land" or "world" on which the game environment, roads, buildings, vehicles, characters are placed and interact with each other.

learn more… | top users | synonyms

41
votes
11answers
7k views

Looking for a good world map generation algorithm

I'm working on a Civilization-like game and I'm looking for a good algorithm for generating Earth-like world maps. I've experimented with a few alternatives, but haven't hit on a real winner yet. One ...
10
votes
4answers
3k views

Worms style destructible terrain

I want to prototype an idea for a game I have. The idea for this game is that the player will dig through the ground, creating tunnels and finding treasure. I'm looking to create 'worms style' ...
10
votes
6answers
6k views

Realistic 2D terrain map generation

I am looking for some algorithms which allow me to generate a realistic 2D terrain map. By realistic I mean that person will consider such map as a "normal" terrain map, not created artificially. I ...
9
votes
5answers
420 views

Quickly find and render terrain above a given elevation

Given an elevation map consisting of lat/lon/elevation pairs, what is the fastest way to find all points above a given elevation level (or better yet, just the the 2D concave hull)? I'm working on a ...
8
votes
2answers
4k views

Perlin Noise Generation for Terrain

I'm trying to implement some source code I found online to generate a height map using Perlin Noise. I've successfully managed to get the height map, using the noise3 function with the third ...
6
votes
6answers
1k views

Multiple texture images blended together onto 3D ground

How do computer games render their ground? I will be using a heightmap for geometry (though I will later optimize it) but I am wondering what the best technique is, for example, to 'paint' my ground; ...
5
votes
1answer
360 views

WebGL - Textured terrain with heightmap

I'm trying to create a 3D terrain using WebGL. I have a jpg with the texture for the terrain, and another jpg with the height values (-1 to 1). I've looked at various wrapper libraries (like SpiderGL ...
5
votes
3answers
204 views

Algorithm to calculate 2D terrain from observed sunrises

A team of people in South America stand at points along the equator at an equiangular distance from each other (measured from the center of the earth). Due to mountainous terrain, they each stand at ...
4
votes
5answers
471 views

Where to get Terrain Data - both free and paid?

Where can you get terrain data? What resolution data can you get for free? What resolution data can you get when you buy the data? How much is that data? I found this site that has free terrain ...
3
votes
2answers
104 views

Marching Cubes, voxels, need a bit of suggestions

Marching Cubes, voxels, need a bit of help. I'm trying to construct a proper destructible terrain, just for research purposes. Well, everything went fine, but resolution is not satisfying me enough. ...
3
votes
1answer
128 views

Is there a raycasting library in C++ that is simple and open source?

I'm looking for a library that will let me cast a ray into a scene model (it happens to be a terrain model in our case) and return the point of intersection in the scene. It does not have to be ...
3
votes
3answers
181 views

Pseudo random number generator from two inputs

I need a pseudo random number generator that gives me a number from the range [-1, 1] (range is optional) from two inputs of the type float. I'll also try to explain why I need it: I'm using the ...
3
votes
3answers
1k views

How is a 3d perlin noise function used to generate terrain?

I can wrap my head around using a 2d perlin noise function to generate the height value but I don't understand why a 3d perlin noise function would be used. In Notch's blog, ...
3
votes
2answers
579 views

Is there an easy way to get shadows in OpenGL?

I recently created a landscape code which I full understand, and added some diffuse lighting to the scene. However to my disappointment there was no shadows. I looked around the web for hours, looking ...
3
votes
6answers
1k views

OpenGl VBO technicalities in C++

I'm a little confused as to the proper usage of VBOs in an OpenGL program. I want to create a terrain paging algorithm, using a map called from a 4096x4096 greyscale heightmap as the "whole" map. ...
3
votes
2answers
518 views

How to create a “scorched area” on a 3D terrain?

i'm experimenting a bit with C# and XNA. Going through the advanced "Riemers tutorials" helped me a lot, but i want to make my terrain even better. I have a simple game where player controls a tank ...
2
votes
2answers
40 views

How to optimize my custom mapformat (Java)

I'm creating a 3D game where I have a large open world (200×200 kilometers), that uses a heightmap. I divide the heightmap in 200×200 = 40,000 regions of 1000×1000 meter, and those are again divided ...
2
votes
2answers
78 views

Invisible Terrain

I am using GL_TRIANGLE_STRIP to draw my terrain to the screen, however when I compile and run the program I get nothing. When I change GL_TRIANGLE_STRIP to GL_LINES it shows up and works. What can I ...
2
votes
1answer
106 views

2d Platformer Terrain generation in java

I am making a 2d platformer, and am trying to get some auto-terrain generation. I have found a Perlin noise function, however it isn't really helping, it is generated noise, but there are some ...
2
votes
0answers
27 views

Path computation on a terrain

I am pursuing a long term hobby project to develop a simple visual tool where a user will be able to perform a minimal 3D visualization of the terrain -- view portions of the terrain from different ...
2
votes
1answer
445 views

Basic Dual Contouring Theory

I've been searching on google, but cannot find anything basic. In it's most basic form, how is dual contouring (for a voxel terrain) implememted? I know what it does, and why, but cannot understand ...
2
votes
1answer
410 views

creating elevation/height field gdal numpy python

I would like to create some elevation/heightfield rasters using python, gdal and numpy. I'm stuck on numpy (and probably python and gdal.) In numpy, I've been attempting the following: >>> ...
2
votes
1answer
141 views

On-the-fly Terrain Generation Based on An Existing Terrain

This question is very similar to that posed here. My problem is that I have a map, something like this: This map is made using 2D Perlin noise, and then running through the created heightmap ...
2
votes
2answers
297 views

GLSL - computing normals of fragments

I'm trying to create a program that displays a globe with terrain, and does all Lat/Long/Alt to XYZ (ECEF) on the GPU. I've already written a working vertex shader that translates XYZ that represents ...
2
votes
2answers
377 views

Help with using the perlin noise library libnoise

When I call libnoise's getvalue function with x, y, and z as integers I always get 0 back as a result. Is this normal? When I try 1.25, 0.75, 0.5 as in the tutorial ...
2
votes
1answer
232 views

How to correctly get the terrain height at point (x,z) in a scaled terrain

To properly map every pixel of a heightmap image to a terrain, we will end up with a terrain both in width and length 1 unit less that the actual width and length of the heightmap. For instance, if we ...
2
votes
2answers
510 views

2D terrain generation

How is the terrain in games like "Moon buggy", "Route 960" or similar made ? I dont't mean the "Scorch" or "Worms" like terrain with many peaks, but I look for a way to generate smooth terain with ...
2
votes
3answers
1k views

How to make a map editor in XNA

I have made a terrain that is generated from a height map file where each pixel (black to white) represent the height of the terrain at the corresponding location. Now, my question is how would one ...
2
votes
3answers
159 views

Best way to store terrain state?

I am building a game using canvas. I have terrain that is generated randomly on game initilisation. The terrain is destroyable via the weaponry in the game. Here is an example of the terrain I want ...
2
votes
3answers
788 views

Making the diamond square fractal algorithm infinite

I'm trying to generate an infinite map, as such. I'm doing this in Python, and I can't get the noise libraries to correctly work (they don't seem to ever find my VS2010, and doing it in raw Python ...
2
votes
6answers
430 views

Playable Heightmap

I have a game with infinity procedually generated terrain. I'm using 1/f noise for the height (I think this is perlin noise?). Anyway it looks nice, but its not very playable since it doesn't really ...
2
votes
1answer
1k views

Box2d - Bike Game - Terrain

I'm using Box2d for a Bike Physics Game, Box2d lets you have fixtures that are convex polygons with 8 points or less, would anyone know of an easier way have a complicated concave terrain, other that ...
2
votes
2answers
849 views

How to intersect a Ray with a terrain model?

I am currently designing an RTS Game in XNA. So far I have a Terrain Model generated from a Heigthmap and some Units that are drawn on it. The next step would be to give the units commands on where ...
2
votes
1answer
653 views

How to calculate the slope of a point on a terrain data (e.g. Digital Elevation Matrix)

I want to implement a 3D car racing game and I need to approximate the magnitude and the direction of the slope of any arbitrary point on a terrain. Terrain Data Format: - heights[ ][ ]: 2D array of ...
2
votes
1answer
734 views

OpenGL: Best rendering method for terrain which texture coordinates changes in real time?

I need to render in real time rendered animations for my terrain textures; what is the best rendering method for doing this? the animation is done by adjusting the texture coordinates. I have a ...
1
vote
2answers
68 views

3d Tiled terrain

I'm trying to create tiled terrain in 3D with XNA. I checked tutorials on how to doit(Riemers and Allens). Allens tutorial has an exact result I want to achieve, however I'm not sure about performance ...
1
vote
1answer
109 views

How do I write the diamond-square algorithm in C++? [closed]

Possible Duplicate: Diamond square algorithm I'm trying to use the diamond-square algorithm to generate terrain in my 2D game. I have found many resources explaining the algorithm but none ...
1
vote
0answers
31 views

Storing pixel based world data

I am making a 2d game with destructable terrain. It will be on iOS but I am looking for ideas or pseudocode, not actual code. I'm wondering how to store a large amount of data. (It will be a large ...
1
vote
2answers
111 views

OpenGL Terrain Colission Detection

Okay, I have some procedurally generated terrain (based loosely on http://www.swiftless.com/terraintuts.html) Ive got a teapot "plane" which you can fly around in (third person camera) Basically, ...
1
vote
1answer
70 views

Hide contour linestroke on pyplot.contourf to get only fills

I have a pet project to create images of maps, where I draw the roads and other stuff over a contour plot of the terrain elevation. It is intended to plan mountain bike routes (I have made some ...
1
vote
1answer
217 views

How to draw a circle on 3D terrain in XNA?

So I've been looking across the web to find an answer to this question, but I seem to be missing something. I've got a little project going that dynamically creates 3D terrain in XNA 4.0, but I want ...
1
vote
1answer
71 views

Creating seamless worldmaps with Fractal Brownian Motion

I'm creating heightmaps using Fractal Brownian Motion. I'm then coloring it based on the heights and mapping it to a sphere. My problem is that the heightmap doesn't wrap seamlessly. I've used the ...
1
vote
1answer
133 views

realtime terrain lighting

What would be the best way to provide realtime lighting in an OpenGL terrain scene? The level of detail between of each quad will be generated dynamically as it is subdivided as it zooms in, so a ...
1
vote
2answers
315 views

Basic (Fake) Raycasting on a 2D Heightmap

Basically what I'm trying to do is shade a 2D heightmap using a very very basic raycasting system that basically just checks if the ray is intercepted before it should be to shade it. However it's not ...
1
vote
1answer
216 views

Is it possible to show terrain maps with Android MapView class

Is it possible to show terrain maps similar to this http://maps.google.com/maps?hl=en&ie=UTF8&ll=45.699466,6.389236&spn=0.327066,0.861053&t=p&z=11 using MapView class?
1
vote
2answers
246 views

Midpoint Displacement Terrain Artifacts

I am trying to implement the midpoint displacement algorithm in Java. It's also called the diamond square algorithm. My reference is http://www.lighthouse3d.com/opengl/terrain/index.php3?mpd. It seems ...
1
vote
0answers
55 views

High contrast shaders

I found a shader on the NVidia site that looked nice but didn't provide me with what I wanted. Here is an image: The problem is, This little "bump" is made up of a ton of triangles, are there any ...
1
vote
1answer
153 views

Uploading Vertex and Index buffer to the GPU

I am creating a terrain engine and currently I am uploading the whole terrain VB (Vertex Buffer) and IB (Index Buffer) to the GPU at once since the terrain is not huge. It's 256x256 at the moment. ...
1
vote
1answer
231 views

How can I add scaling factors to my “perlin” noise generator?

I have a Perlin noise generator which I am attempting to use to create scrolling terrain. I've got a center terrain, eight terrains of the same side surrounding it (these are working fine) and a ...

1 2