mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-23 22:24:45 +00:00
9 lines
195 B
C#
9 lines
195 B
C#
singleton Material(ReflectProbePreviewMat)
|
|
{
|
|
mapTo = "ReflectProbePreviewMat";
|
|
diffuseColor[0] = "1 1 1 1";
|
|
roughness[0] = "0";
|
|
metalness[0] = "1";
|
|
translucentBlendOp = "None";
|
|
};
|