mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
8 lines
196 B
C#
8 lines
196 B
C#
singleton Material(ReflectProbePreviewMat)
|
|
{
|
|
mapTo = "ReflectProbePreviewMat";
|
|
diffuseColor[0] = "1 1 1 1";
|
|
smoothness[0] = "1";
|
|
metalness[0] = "1";
|
|
translucentBlendOp = "None";
|
|
};
|