Created experimental texture atlas version for testing out ideas such as interpolation. Didn't simplify code yet as previously promised.

Next task should probably be to simplify the code to remove unnecessary maps.
This commit is contained in:
David Williams
2008-01-13 19:56:42 +00:00
parent 38686782bb
commit 980b2d3664
4 changed files with 142 additions and 25 deletions

View File

@ -87,4 +87,11 @@ fragment_program TextureAtlasFragmentProgram cg
source TextureAtlasFragmentProgram.cg
entry_point main
profiles ps_1_1 arbfp1
}
fragment_program TextureAtlasExperimentalFragmentProgram cg
{
source TextureAtlasExperimentalFragmentProgram.cg
entry_point main
profiles ps_1_1 arbfp1
}