aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/samples/external/assimp-4.1.0/scripts/OgreImporter/assimp.tpl
blob: 5b2ca249030e05c1eaeaee1fc68ed1687270accd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
material %_materialName
{
	set $specular %_specular
	set $diffuse %_diffuse
	set $ambient %_ambient
	
	set $colormap %color._texture
	set $normalmap %normal._texture
}