Added Single.material which avoids the use of a texture atlas.
This commit is contained in:
@ -108,4 +108,18 @@ fragment_program NormalFragmentProgram cg
|
||||
source NormalFragmentProgram.cg
|
||||
entry_point main
|
||||
profiles ps_1_1 arbfp1
|
||||
}
|
||||
|
||||
vertex_program SingleOneLightVertexProgram cg
|
||||
{
|
||||
source SingleVertexProgram.cg
|
||||
entry_point OneLight
|
||||
profiles vs_1_1 arbvp1
|
||||
}
|
||||
|
||||
fragment_program SingleFragmentProgram cg
|
||||
{
|
||||
source SingleFragmentProgram.cg
|
||||
entry_point main
|
||||
profiles ps_1_1 arbfp1
|
||||
}
|
Reference in New Issue
Block a user