Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. for (int x = 0; x < heightmap->w; x++)
  2. {
  3. Uint32 *pixels = (Uint32 *)heightmap->pixels;
  4. Uint32 l = pixels[ ( x * heightmap->w ) + x ];
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement