Skip to content

Instantly share code, notes, and snippets.

@tuket
Created November 16, 2015 17:03
Show Gist options
  • Save tuket/8f78440cc12775c7b653 to your computer and use it in GitHub Desktop.
Save tuket/8f78440cc12775c7b653 to your computer and use it in GitHub Desktop.
{
"name": "PointLight",
"struct":
{
"pos":
{
"size": 3,
"type": "float"
},
"dir":
{
"size": 3,
"type": "float"
},
"intensity":
{
"size": 1,
"type" : "float"
},
"radious":
{
"size": 1,
"type": "float"
},
"enabled":
{
"size": 1,
"type": "bool"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment