Started using texture atlas instead of many small meshes.

This commit is contained in:
David Williams
2007-12-03 22:24:48 +00:00
parent ee060d85d3
commit 31656cb68b
11 changed files with 317 additions and 43 deletions

View File

@ -73,4 +73,18 @@ fragment_program ColourMap2DFragmentProgram cg
source ColourMap2DFragmentProgram.cg
entry_point main
profiles ps_1_1 arbfp1
}
vertex_program TextureAtlasOneLightVertexProgram cg
{
source TextureAtlasVertexProgram.cg
entry_point OneLight
profiles vs_1_1 arbvp1
}
fragment_program TextureAtlasFragmentProgram cg
{
source TextureAtlasFragmentProgram.cg
entry_point main
profiles ps_1_1 arbfp1
}