{
    "Name": "OutOfBoundsHighlightMaterial",
    "OverrideMaterial": "engine:pbr.rematerialdefinition",
    "Parameters": {
        "Constants": {
            "highlightColor": "[0.5, 0,5, 0,5, 1.0]",
        }
    },
    "Techniques": [
        {
            "Name": "OutOfBoundsHighlight",
            "VertexShader": {
                "Entry": "vsOutOfBoundsHighlight",
                "Library": "default.metallib"
            },
            "PixelShader": {
                "Entry": "fsOutOfBoundsHighlight",
                "Library": "default.metallib"
            },
            "State" : {
                "DepthCompareFunction"      : "Always",
                "WriteDepth"                : false,
                "AlphaBlend"                : true,
                "AlphaBlendOperation"       : "Add",
                "AlphaSourceFactor"         : "One",
                "AlphaDestinationFactor"    : "OneMinusSourceAlpha",
                "RgbBlendOperation"         : "Add",
                "RgbSourceFactor"           : "One",
                "RgbDestinationFactor"      : "OneMinusSourceAlpha"
            }
        }
    ],
    "TechniqueMapping": {
        "OutOfBoundsHighlight": "OutOfBoundsHighlight"
    }
}
