mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-02 20:10:32 +00:00
6 lines
151 B
C#
6 lines
151 B
C#
//--- OBJECT WRITE BEGIN ---
|
|
singleton Material(met32) {
|
|
mapTo = "met32";
|
|
DiffuseMapAsset[0] = "TTR:met32_ALBEDO";
|
|
};
|
|
//--- OBJECT WRITE END ---
|