Added normal based material.

This commit is contained in:
David Williams
2008-01-16 20:56:54 +00:00
parent 4013e9143f
commit 2ec6e8fbda
5 changed files with 69 additions and 16 deletions

View File

@ -94,4 +94,18 @@ fragment_program TextureAtlasExperimentalFragmentProgram cg
source TextureAtlasExperimentalFragmentProgram.cg
entry_point main
profiles ps_1_1 arbfp1
}
vertex_program NormalVertexProgram cg
{
source NormalVertexProgram.cg
entry_point main
profiles vs_1_1 arbvp1
}
fragment_program NormalFragmentProgram cg
{
source NormalFragmentProgram.cg
entry_point main
profiles ps_1_1 arbfp1
}