Skip to content

Instantly share code, notes, and snippets.

@madebyjeffrey
Created October 8, 2011 23:57
Show Gist options
  • Save madebyjeffrey/1273078 to your computer and use it in GitHub Desktop.
Save madebyjeffrey/1273078 to your computer and use it in GitHub Desktop.
Format of file:
Field: Entry
Eg.
Name: Triangle
Shader: triangle.vsh, triangle.fsh
Mesh: triangle.x
Vertices: <-0.5, -0.5, 0>,
<0.5, -0.5, 0>,
<0.5, 0.5, 0>
filename = +char '.' +char
list<C> = C +(',' C)
vector = '<' double +(',' double) ) '>'
field<C> = +char ':' (+char) || list<C>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment