Skip to content

Instantly share code, notes, and snippets.

@manabreak
Last active November 11, 2016 15:44
Show Gist options
  • Save manabreak/465cdb954a5db48b8de480bc7a09a82e to your computer and use it in GitHub Desktop.
Save manabreak/465cdb954a5db48b8de480bc7a09a82e to your computer and use it in GitHub Desktop.
"mesh": {
"attributes": [
"a_position",
"a_texCoord0",
"a_normal",
"a_binormal",
"a_tangent"
],
"indices": [ 0, 1, 2, 2, 3, 0 ],
"vertices": [ 0, 0, 0,
0, 0,
0, 1, 0,
1, 0, 0,
0, 0, 1,
0, 0, 1,
0, 0.015625,
0, 1, 0,
1, 0, 0,
0, 0, 1,
1, 0, 1,
0.03125, 0.015625,
0, 1, 0,
1, 0, 0,
0, 0, 1,
1, 0, 0,
0.03125, 0,
0, 1, 0,
1, 0, 0,
0, 0, 1 ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment