- Custom Materials can be read (see Ogre importer documentation) - Blender Ogre Exporter Material Template File added git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@477 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
11 lines
179 B
Smarty
11 lines
179 B
Smarty
|
|
material %_materialName
|
|
{
|
|
set $specular %_specular
|
|
set $diffuse %_diffuse
|
|
set $ambient %_ambient
|
|
|
|
set $colormap %color._texture
|
|
set $normalmap %normal._texture
|
|
}
|