mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-17 21:53:47 +00:00
6 lines
157 B
C#
6 lines
157 B
C#
//--- OBJECT WRITE BEGIN ---
|
|
singleton Material(Upipes3) {
|
|
mapTo = "Upipes3";
|
|
DiffuseMapAsset[0] = "TTR:Upipes3_ALBEDO";
|
|
};
|
|
//--- OBJECT WRITE END ---
|