Torque3D/Templates/BaseGame/game/tools/resources/materials.cs
2020-09-30 13:51:12 -05:00

9 lines
195 B
C#

singleton Material(ReflectProbePreviewMat)
{
mapTo = "ReflectProbePreviewMat";
diffuseColor[0] = "1 1 1 1";
roughness[0] = "0";
metalness[0] = "1";
translucentBlendOp = "None";
};