mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-23 16:43:50 +00:00
6 lines
154 B
C#
6 lines
154 B
C#
//--- OBJECT WRITE BEGIN ---
|
|
singleton Material(Conc39) {
|
|
mapTo = "Conc39";
|
|
DiffuseMapAsset[0] = "TTR:Conc39_ALBEDO";
|
|
};
|
|
//--- OBJECT WRITE END ---
|