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 ...

learn more… | top users | synonyms

0
votes
1answer
17 views

How do I apply generated normals to a bitmap?

I am going "backwards" for terrain generation: I am procedurally generating a terrain and its normals. I am then generating a bitmap of the terrain to be used as a 2D map. This is all working ...
3
votes
1answer
47 views

XNA weird terrain tearing

Let me post the images first... Solid shot where tearing occurs And wireframe shot of that place I am mostly using mostly using Riemers tutorial while the render code is.. Main render ...
2
votes
2answers
45 views

Particle Deposition Terrain Generation

I'm using Particle Deposition to try and create some volcano-like mountains procedurally but all I'm getting out of it is pyramid-like structures. Is anyone familiar with the algorithm that might be ...
-1
votes
0answers
33 views

Having trouble with Diamond-Square terrain generation in C++

http://pastebin.com/mkUER1XV ...I have no idea what's wrong with my code. I know there's no problem with how the corners of the graph are initialized, but beyond that... In any case, the values that ...
0
votes
1answer
49 views

How to use noise to generate varied terrain biome style

I'm currently using value noise I believe it is called in combination with fractal Brownian motion to generate terrain in a 3D environment. I generate a 2D height-map from the noise, with values ...
1
vote
1answer
37 views

XNA 4.0: first person camera movement on terrain jitter

Lately I've succeed in implementing first person camera and terrain collision but I've hit yet another wall which is camera jittering when moving across the height-map. While it's not so uncommon ...
0
votes
0answers
51 views

Best CLOD Method for Planet Rendering

I'm currently working on my thesis, it is an engine to render terrains of planetary size. I'm still finishing my researh and I have encountered a lot of stuff about this subject, the problem is that ...
0
votes
1answer
19 views

XNA 4.0: terrain glitches caused by SpriteBatch

I'm trying to implement terrain collision in XNA so I've added some dynamic text that allows me to test whether calculations are correct. Everything was rendered just fine until I called: ...
0
votes
2answers
39 views

OpenGL Terrain Texture3D Map

In OpenGL I am trying to map a terrain with 8 512x512 images using texture3D to get blended texture change. But OpenGL forces me to allocate 512x512x512 array instead of 512x512x8 What can be solution ...
0
votes
0answers
13 views

Terrain Chunk loading

https://dl.dropboxusercontent.com/u/63103279/Images/Chunk_loading.png I am working on a project that create mesh chunks of terrain generated with procedural noise, and i tried a couple of ways ...
1
vote
1answer
56 views

Estimate the gradient of an undefined surface

I want to estimate the gradient (slope and aspect) of an undefined surface (i.e., the function is unknown). To test my methods, here is the test data: require(raster); require(rasterVis) ...
0
votes
2answers
53 views

Antialias height map edge using Java 2D

I'm using Java 2D to render a terrain map. Terrain Map looks like this: You can see how the edges are rather jagged. I want to render the edge of the terrain smoothly, but turning on antialiasing ...
1
vote
1answer
57 views

Generation of (Rollercoaster/Transport Tycoon) terrain

I am currently trying to generate the type of terrain they have in Rollercoaster Tycoon / Transport Tycoon alike games. This image shows the kind of terrain that I'm trying to achieve. Screenshot of ...
-1
votes
0answers
56 views

Terrain-VBO-Triangle Strips-LWJGL

I am currenlty working on a small schooter game butI want a terrafor mechanism in it so I decided to put the terrain into a VBO but now there is a line from the first vertex to the last right across ...
0
votes
1answer
118 views

Three.js Precision Terrain Collision

've been working on a game engine using the WebGL library Three.js. I have basic terrain collision working to the point where I can find the face the user is standing on. Using the average or maximum ...
-1
votes
2answers
113 views

Unity: Random Block Terrain [closed]

So I'm working on a Minecraft style game, and so far I have the creation/digging of blocks. However, this is based around a small square of blocks that I manually placed. Does anyone know how I could ...
0
votes
0answers
39 views

E3de / Envi Batch Generation of Building Polygons and DEM/DSM

E3de or ENVI (depending on what version etc), has the function to capture building polygons and generate a Digital Elevation Model (DEM) and a Digital Surface Model (DSM) from a classified LAS file. ...
1
vote
1answer
113 views

Normal calculations in vertex shader?

I'm using the rastertek framework for terrain generation. I've got the terrain rendered from the vertex shader but I don't know how to calculate the normals in the shader. Theres a function call in ...
0
votes
0answers
54 views

How to generate 3D mesh of real terrain?

I'm looking for a best method and tools to generate 3D mesh of some real terrain. Road and roadside to be exact - length up to 10km and width no more than 120m. I'd need to get as a result a mesh ...
0
votes
0answers
31 views

I need help creating random terrain for a circle

First off i would like to say that if the answer is somewhere out there this and im wasting yalls time i am sorry because i could not find the answer and also that i am using java with lwjgl and ...
1
vote
1answer
101 views

Issue with Terrain Collision using Three.js

I have created a terrain via a heightmap in Three.js and am using mrdoob's misc_controls_pointerlock for collision and movement. However, when I do objects.push(terrainobj); the performance goes down ...
0
votes
0answers
168 views

Rendering tile-based 3D terrain

I'm trying to properly render a strictly tile-based layer of terrain with OpenGL, and I'm mostly succeeding, but I have some lingering problems that I can't quite figure out how to solve. Basically, ...
0
votes
1answer
140 views

customize terrain.js (three.js) Need to add lambert/wire material

I've recently started to play with three.js, and I am using terrain.js demo as a start for a design project I am working on. I will like to add a hybrid shader "wireframe/lambert" the default comes ...
0
votes
0answers
78 views

Heightmap mapping with Spherical Clipmaps

I'm trying to implement my own version of the spherical clipmaps described in this paper. But I can't figure out how to do the mapping described in section 4.1. This section describes using 2d ...
0
votes
0answers
41 views

Runtime terrain generation with Irrlicht

I'm trying to create a 3D game with Irrlicht. This is the first time I use Irrlicht, so I don't know how to make things happen. I need to create a new random terrain every time the user starts a new ...
0
votes
0answers
96 views

Generating an block/voxel terrain efficiently without FPS drops?

I'm having a little trouble generating/displaying a terrain using Three.JS without major FPS drops. Here's the code I wrote to create each block and set the correct position: var TO_METERS = 10; var ...
0
votes
0answers
69 views

Continuous LOD Terrain Meshing Using Adaptive Quadtrees

I'm reading this and there is something that I don't understand : So that covers the vertex enabled test. But if you were paying attention earlier, you may also have noticed that I glossed over ...
0
votes
1answer
165 views

Weird texture coordinates (VBO, OpenGL)

I am trying to create a simple "terrain", currently it's just flat. I'm using OpenGL and C++, as well as VBO's. However no matter how much I tamper with it and try to wrap my head around it, I can't ...
0
votes
3answers
74 views

How do I generate a random 2D map for an iOS application?

I would like to be able to generate random terrain and store it in a file, but I'm not sure of the file type or how to generate it. I'm not really sure where to start and would appreciate any advice. ...
0
votes
1answer
73 views

Sampler 2D Alpha Value Stays at 1

I create a texture for use in a 2D sampler as a displacement map for a mesh of tessellated terrain. Using the passed in vertex coordinates, I have a smooth interpolated value of the patch corners for ...
1
vote
1answer
105 views

Generating a heightMap without an Image

I want to make a world generator so that every time I load it, it generates a new heightmap. To do this I'm using a 2D integer array. The dimensions are the x, z, and the height (y). Is there some ...
0
votes
0answers
75 views

Game Engine - painting terrains system or alpha map system? [closed]

I'm currently developing a small game engine and would like to take some questions... First of all, I'm using DirectX and C++, my game is a basic MMORPG, like diablo style. Reviewing several games I ...
0
votes
1answer
100 views

How to recover a 2D map with terrain-type (water, forest, plain ..) Google / Bing map?

I wonder if it is possible to recover the type of terrain (mountains, forest, water, plain etc ...) on Google Maps or Bing Mag on a 2D/3D map. In order to generate a map from the game player's ...
1
vote
0answers
41 views

Completely Blank Google Terrain Map?

I need a completely blank Google Maps Terrain map. I know how to use the API tool, however, I can't get rid of the green, grey, and white filled polygons that represent park lands and urban areas. I ...
1
vote
0answers
113 views

Perlin Noise for terrain, mathematical bug [closed]

So, I'm learning how to generate terrain using Perlin Noise, and I came across this code: Perlin Noise Generation for Terrain PerlinNoise.h #pragma once class PerlinNoise { public: // ...
1
vote
1answer
86 views

ERROR XNA Framework VertexBuffer IndexBuffer usage

I am creating a game after working through a XNA 4.0 book. It will be 3D, but I am already stuck in creating the terrain... UPDATE: Everything starting from here is an update... Terrain Update: ...
1
vote
1answer
164 views

artefacts during heightmap generation using plasma style fractal

I've spent a few hours today researching how random terrain generation tends to be done and after reading about the plasma fractal (midpoint displacement and diamond square algo's) I decided to try ...
1
vote
1answer
51 views

Need advice on collision-handling

I'm making a 2D game, nothing fancy, with objects (called entities from now on) that should collide with eachother and terrain. Now, detecting collision is not the problem, the problem is when the ...
1
vote
2answers
212 views

OpenGL Texture White Line Gaps

As a side project I've had for a while now I've been trying to create some Voxel terrain. However, to my dismay the textures seems to not be working properly. I'm mapping the texture with GL_REPEAT ...
1
vote
1answer
215 views

Three.js: Camera Collision on Terrain

How should I go about adding camera collision to a terrain in three.js. The terrain is from 'mrdoob's three.js' examples and is randomly generated and I am currently converting it to height map. I ...
0
votes
0answers
72 views

Terrain Generation and texturing

I need to texture my generated terrain for which i use the code below: ` private final int SIZE = 17; float[][] heightmap = new float[SIZE*2][SIZE]; private final int MAX_HEIGHT = 12; private ...
2
votes
2answers
450 views

Implementing QuadTree Terrain on a Planet (Geomipmapping)

I have a QuadTree which can be subdivided by placing objects in the nodes. I also have a planet made in OpenGL in the form of a Quad Sphere. The problem is i don't know how to put them together. How ...
0
votes
0answers
44 views

2-Dimensional Array with unspecified dimensions

Language = Javascript (or more precisely: Unityscript). Programming level = Beginner Have I searched the forums already for an answer? = Yes, although not extensively. Creating a 2-Dimensional ...
0
votes
0answers
106 views

OpenGL terrain light issue

I have some issue with lighting. I have created terrain from height map , calculate normals and stored it in VBO. Then I add light to my scene with glEnable(GL_LIGHTING); glEnable(GL_LIGHT0); If I ...
1
vote
1answer
168 views

16x16 Texture too big, Java openGL

I'm making a tile based game, and the Textures for the Tiles are 16x16. Whenever I try to load the Texture so it can be rendered, I get this error: java.io.IOException: Attempt to allocate a ...
0
votes
0answers
150 views

GLSL per pixel lighting issue on my terrain [closed]

I am doing per-pixel lighting on my terrain (directional light). The normals are correct for each vertex from the heightmap (averaged from the surrounding ones, I have tested to make sure they are ...
0
votes
1answer
174 views

Loading terrains in Ogre and creating navigation mesh with Recast/Detour

I'm new to using Ogre and especially Recast/Detour, and I need a little help. I'm loading a terrain in Ogre and creating a navigation mesh over the top of it with Recast/Detour. I wanted to loaded ...
2
votes
1answer
556 views

Tweaking Heightmap Generation For Hexagon Grids

Currently I'm working on a little project just for a bit of fun. It is a C++, WinAPI application using OpenGL. I hope it will turn into a RTS Game played on a hexagon grid and when I get the basic ...
0
votes
1answer
44 views

What is the term for this kind of “noise generation”?

I'm having a lot of trouble finding information on this, but as it can't be unexplored territory in programming, I'm assuming my troubles stem from missing some critical terminology. Basically, I ...
8
votes
1answer
267 views

OpenGL - How to calculate normals in a terrain height grid?

My approach is to calculate two tangent vectors parallel to axis X and Y respectively. Then calculate the cross product to find the normal vector. The tangent vector is given by the line that crosses ...

1 2 3 4