Added normal based material.
This commit is contained in:
@ -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
|
||||
}
|
Reference in New Issue
Block a user