mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-01 18:41:00 +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
|
|
}
|