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:
@ -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
|
||||
}
|
Reference in New Issue
Block a user