Moving some file around...

This commit is contained in:
David Williams
2007-10-08 21:26:13 +00:00
parent ef1d2a15a9
commit 4bf983dce4
11 changed files with 532 additions and 1 deletions

View File

@ -0,0 +1,19 @@
material ColourMapAndNormalMap3D
{
technique
{
pass
{
vertex_program_ref ColourMapAndNormalMap3DVertexProgram
{
param_named_auto world world_matrix
param_named_auto viewProj viewproj_matrix
//param_named ambient float4 0.5 0.5 0.5 1
}
fragment_program_ref ColourMapAndNormalMap3DFragmentProgram
{
}
}
}
}