Tagged Questions
3
votes
2answers
918 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
2answers
84 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 ...
1
vote
1answer
275 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
2answers
1k views
AS3 3D terrain texture generation: Looking for intermediate/advanced ideas
I have been bashing away at Away3D for AS3, and have made a little terrain generator, using Perlin Noise to create a heightmap, and then for texturing, to splice together 5 images (very generic noise ...
0
votes
1answer
51 views
Converting a 3D array to a 3D model
I'm trying to find a type of software that I could use to convert a 3D Java array to a 3D voxel model. I'm developing a voxel terrain generator in Java and I need some way to visualize the ...
0
votes
0answers
120 views
jMonkeyEngine3 (jME3) Level Of Detail for terrain
I am trying to do terrain generation in jMonkeyEnging, and have followed the tutorial (http://jmonkeyengine.org/wiki/doku.php/jme3:beginner:hello_terrain) but have run into a slight problem. At last ...
0
votes
0answers
15 views
does having overlapping points in a 3d engine matter?
What is the performance hit associated with having multiple sets of the same points for different polygons on modern video cards?
I am told that triangle strips are not really worth it on modern ...
0
votes
6answers
394 views
What is the point of heightmaps?
I've been pondering this question awhile now... many 3d engines support advanced terrain rendering using quadtrees, LOD... all the features you expect. But every engine I've seen loads height data ...