terrain
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.[详细]
2023-03-07 13:52 分类:问答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 http://libnoise.sourceforge.net/tuto[详细]
2023-03-07 12:06 分类:问答Graphical Glitch Xna GraphicsTutorial - Debug
My terrain gets weird colors like this: http://tinypic.com/view.php?pic=307w421&s=7 Does anyone have any idea what is going wrong here?[详细]
2023-03-03 10:40 分类:问答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[详细]
2023-03-01 14:40 分类:问答Terrain and Collision in a Game
I am attempting to create a new Game in which a vehicle drives along the ground, but also has the capability to use thrusters to become temporarily airborne.[详细]
2023-02-25 04:19 分类:问答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 lo开发者_JAVA百科ok for a way to genera[详细]
2023-02-23 06:21 分类:问答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 d[详细]
2023-02-22 19:54 分类:问答In a directx application, find z (terrain) with known location
My english knowlage is not good enought to tell my problems. and i am using stackoverflow second time.[详细]
2023-02-21 18:20 分类:问答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.[详细]
2023-02-20 15:11 分类:问答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.[详细]
2023-02-15 06:30 分类:问答