mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-24 14:49:27 +00:00
17 lines
399 B
C#
17 lines
399 B
C#
|
|
singleton Material(White)
|
||
|
|
{
|
||
|
|
mapTo = "unmapped_mat";
|
||
|
|
diffuseMap[0] = "data/spectatorGameplay/art/misc/white.png";
|
||
|
|
};
|
||
|
|
|
||
|
|
singleton Material(Grid_512_Gray)
|
||
|
|
{
|
||
|
|
mapTo = "unmapped_mat";
|
||
|
|
diffuseMap[0] = "data/spectatorGameplay/art/misc/512_grey.png";
|
||
|
|
};
|
||
|
|
|
||
|
|
singleton Material(Orange512_lines)
|
||
|
|
{
|
||
|
|
mapTo = "unmapped_mat";
|
||
|
|
diffuseMap[0] = "data/spectatorGameplay/art/misc/512_orange_lines.png";
|
||
|
|
};
|