Tagged Questions

0
votes
2answers
42 views

Loading vertices with a for loop

I've created an algorithm that renders a heightmap in an array[x][y] wich stores the z-value. Now i want to load these into a vertices with a for loop. How would i do this? I want to do this with ...
0
votes
2answers
612 views

Most basic transformed vertex-drawing with Direct3D

I'm absolutely new to DirectX and I'd like to draw some untransformed primitives with the most basic Direct3D configuration (for learning purposes). I already drew some primitives with transformed ...