Skip to content

Instantly share code, notes, and snippets.

@vincentdesmares
Created May 12, 2017 01:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vincentdesmares/1150e5977ccc737e350d76a187cc3762 to your computer and use it in GitHub Desktop.
Save vincentdesmares/1150e5977ccc737e350d76a187cc3762 to your computer and use it in GitHub Desktop.
var vertices = new Float32Array( [
0.2, 0.2, 0.0,
-0.2, 0.2, 0.0,
0.2, -0.2, 0.0,
-0.2, -0.2, 0.0
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment