mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-18 06:03:48 +00:00
6 lines
148 B
C#
6 lines
148 B
C#
//--- OBJECT WRITE BEGIN ---
|
|
singleton Material(met2) {
|
|
mapTo = "met2";
|
|
DiffuseMapAsset[0] = "TTR:met2_ALBEDO";
|
|
};
|
|
//--- OBJECT WRITE END ---
|