Heightmap for DX10 please

Started by
9 comments, last by Todo 15 years, 11 months ago
Quote:Original post by Larsey
i get an error on

Vertex & vertex = vertices[x + z * NUM_VERTSX];

error C2065: 'Vertex' : undeclared identifier;


Just to be clear, Vertex had to be replaced by whatever type you declared your array (vertices) with :-).

This topic is closed to new replies.

Advertisement