summaryrefslogtreecommitdiff
path: root/libs/assimp/scripts/OgreImporter/assimp.tpl
blob: a7954c7f14add9dfdac97ca065a7407a04cf4776 (plain)
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
}