2020-08-16 02:51:34 -05:00
|
|
|
singleton Material( ZoneProxyMaterial )
|
|
|
|
|
{
|
|
|
|
|
mapTo = "ZoneProxyMaterial";
|
2021-07-19 01:07:08 -05:00
|
|
|
diffuseMapAsset[0] = "ToolsModule:zoneProxyImage_image";
|
2020-08-16 02:51:34 -05:00
|
|
|
materialTag0 = "TestMaterial";
|
|
|
|
|
translucent = true;
|
|
|
|
|
translucentBlendOp = "LerpAlpha";
|
|
|
|
|
castShadows = false;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
singleton Material( TriggerProxyMaterial )
|
|
|
|
|
{
|
|
|
|
|
mapTo = "TriggerProxyMaterial";
|
2021-07-19 01:07:08 -05:00
|
|
|
diffuseMapAsset[0] = "ToolsModule:triggerProxyImage_image";
|
2020-08-16 02:51:34 -05:00
|
|
|
materialTag0 = "TestMaterial";
|
|
|
|
|
translucent = true;
|
|
|
|
|
translucentBlendOp = "PreMul";
|
|
|
|
|
castShadows = false;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
singleton Material( PortalProxyMaterial )
|
|
|
|
|
{
|
|
|
|
|
mapTo = "PortalProxyMaterial";
|
2021-07-19 01:07:08 -05:00
|
|
|
diffuseMapAsset[0] = "ToolsModule:portalProxyImage_image";
|
2020-08-16 02:51:34 -05:00
|
|
|
materialTag0 = "TestMaterial";
|
|
|
|
|
translucent = true;
|
|
|
|
|
translucentBlendOp = "PreMul";
|
|
|
|
|
castShadows = false;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
singleton Material( OccluderProxyMaterial )
|
|
|
|
|
{
|
|
|
|
|
mapTo = "OccluderProxyMaterial";
|
2021-07-19 01:07:08 -05:00
|
|
|
diffuseMapAsset[0] = "ToolsModule:occluderProxyImage_image";
|
2020-08-16 02:51:34 -05:00
|
|
|
materialTag0 = "TestMaterial";
|
|
|
|
|
translucent = true;
|
|
|
|
|
translucentBlendOp = "PreMul";
|
|
|
|
|
castShadows = false;
|
|
|
|
|
};
|