Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 9th, 2012  |  syntax: None  |  size: 0.25 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. const float quadVertexPositions[] = {
  2.     0.2, 0.8, 0.0, 1.0,
  3.     0.0, 0.0, 0.0, 1.0,
  4.  
  5.     -0.2, 0.8, 0.0, 1.0,
  6.     1.0, 0.0, 0.0, 1.0,
  7.  
  8.     -1.0, -0.8, 0.0, 1.0,
  9.     1.0, 1.0, 0.0, 1.0,
  10.  
  11.     1.0, -0.8, 0.0, 1.0,
  12.     0.0, 1.0, 0.0, 1.0,
  13. };