Skip to content

Instantly share code, notes, and snippets.

@stoyannk
Created October 18, 2012 13:24
Show Gist options
  • Save stoyannk/3911790 to your computer and use it in GitHub Desktop.
Save stoyannk/3911790 to your computer and use it in GitHub Desktop.
Sample conretizer
concretizer TBN ComputeTBN(interface context) needs TANGENT, BINORMAL, NORMAL_T
{
return float3x3(context.tangent, context.binormal, context.normal_t);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment