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