Tagged Questions
2
votes
1answer
127 views
How do I improve terrain rendering batch counts using DirectX?
We have determined that our terrain rendering system needs some work to minimize the number of batches being transferred to the GPU in order to improve performance. I'm looking for suggestions on how ...
2
votes
1answer
429 views
Multi-textured Terrain?
How would I accomplish multi-textured terrain? I need to know how to write the HLSL shader for it. The world already UV maps itself and I can get it to do 1 texture at a time. But I want more than 1 ...
3
votes
1answer
290 views
Simplex Noise flat land and hills
I'm using the simplex noise to create Minecraft like terrain.
I can only achieve hills like this.
Does anyone know how to use simplex to make more dynamic landscapes?