mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +00:00
11 lines
169 B
Smarty
11 lines
169 B
Smarty
|
|
|
||
|
|
material %_materialName
|
||
|
|
{
|
||
|
|
set $specular %_specular
|
||
|
|
set $diffuse %_diffuse
|
||
|
|
set $ambient %_ambient
|
||
|
|
|
||
|
|
set $colormap %color._texture
|
||
|
|
set $normalmap %normal._texture
|
||
|
|
}
|