Torque3D/Templates/BaseGame/game/tools/resources/materials.cs

8 lines
196 B
C#

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