{
    "Name": "BoundingBoxLabels",
    "OverrideMaterial": "engine:engineDefaults.rematerialdefinition",
    "Library": "framework:com.apple.dt.PreviewsXcodeXROSUI/default.metallib",
    "Parameters": {
        "Constants": {
            "viewToScene": "material.viewToScene",
            "sceneToView": "material.sceneToView",
            "color": "material.color",
            "isRadialFadeEnabled": "material.isRadialFadeEnabled",
            "minimumRadius": "material.minimumRadius",
            "maximumRadius": "material.maximumRadius",
            "unitSystem": "material.unitSystem"
        },
        "Textures": {
            "fontTexture": "framework:com.apple.dt.PreviewsXcodeXROSUI/BoundingBoxLabelFont.png",
        }
    },
    "Techniques": [
        {
            "Name": "Standard",
            "VertexShader": {
                "Entry": "vsGridLabels"
            },
            "PixelShader": {
                "Entry": "fsBoundingBoxLabels"
            },
            "State" : {
                "AlphaBlend": true,
                "WriteDepth": false,
                "DepthCompareFunction": "GreaterEqual",
                "AlphaBlendOperation": "Add",
                "AlphaSourceFactor": "SourceAlpha",
                "AlphaDestinationFactor": "OneMinusSourceAlpha",
                "RgbBlendOperation": "Add",
                "RgbSourceFactor": "SourceAlpha",
                "RgbDestinationFactor": "OneMinusSourceAlpha"
            }
        }
    ],
    "TechniqueMapping": {
        "Transparent": "Standard"
    }
}
