mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-20 11:55:33 +00:00
11 lines
342 B
C#
11 lines
342 B
C#
|
|
singleton Material(Grid_512_Orange)
|
|
{
|
|
mapTo = "Grid_512_orange";
|
|
diffuseColor[0] = "0.8 0.8 0.8 1";
|
|
diffuseMap[0] = "E:/Gamedev/T3DMIT/clangtest/Templates/Full/game/core/art/grids/Grid_512_orange.png";
|
|
specular[0] = "0.8 0.8 0.8 1";
|
|
specularPower[0] = "0.25";
|
|
specularStrength[0] = "25";
|
|
translucentBlendOp = "None";
|
|
};
|