mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-24 05:45:40 +00:00
7 lines
148 B
C#
7 lines
148 B
C#
|
|
//--- OBJECT WRITE BEGIN ---
|
||
|
|
singleton Material(sky8) {
|
||
|
|
mapTo = "sky8";
|
||
|
|
DiffuseMapAsset[0] = "TTR:sky8_ALBEDO";
|
||
|
|
};
|
||
|
|
//--- OBJECT WRITE END ---
|