mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 07:15:37 +00:00
7 lines
148 B
C#
7 lines
148 B
C#
|
|
//--- OBJECT WRITE BEGIN ---
|
||
|
|
singleton Material(sky5) {
|
||
|
|
mapTo = "sky5";
|
||
|
|
DiffuseMapAsset[0] = "TTR:sky5_ALBEDO";
|
||
|
|
};
|
||
|
|
//--- OBJECT WRITE END ---
|