{
  "slug": "image-based-light-receiver-component",
  "componentName": "ImageBasedLightReceiverComponent",
  "componentId": "RealityKit.ImageBasedLightReceiver",
  "primSignature": "def RealityKitComponent \"ImageBasedLightReceiver\"",
  "coverage": "Observed",
  "risk": "Low",
  "baseline": "BASE.usda",
  "introducedBlock": "def RealityKitComponent \"ImageBasedLightReceiver\"\n{\n    uniform token info:id = \"RealityKit.ImageBasedLightReceiver\"\n}",
  "sparseExamples": "# IBL.usda\ndef RealityKitComponent \"ImageBasedLightReceiver\"\n{\n    rel iblEntity = </Root/Cube>\n    uniform token info:id = \"RealityKit.ImageBasedLightReceiver\"\n}\n\n# InvalidTargetNoIBL.usda\ndef RealityKitComponent \"ImageBasedLightReceiver\"\n{\n    uniform token info:id = \"RealityKit.ImageBasedLightReceiver\"\n}",
  "fields": [
    {
      "name": "iblEntity",
      "type": "rel",
      "base": "omitted",
      "variants": "</Root/Cube>, </Root/Sphere>",
      "notes": "Not authored in baseline fixture."
    }
  ],
  "matrix": [
    {
      "variant": "BASE.usda",
      "note": "Baseline or equivalent state",
      "values": {
        "iblEntity": "omitted"
      }
    },
    {
      "variant": "IBL.usda",
      "note": "1 field change",
      "values": {
        "iblEntity": "</Root/Cube>"
      }
    },
    {
      "variant": "InvalidTargetNoIBL.usda",
      "note": "Baseline or equivalent state",
      "values": {
        "iblEntity": "omitted"
      }
    },
    {
      "variant": "OtherEntityIBL.usda",
      "note": "1 field change",
      "values": {
        "iblEntity": "</Root/Sphere>"
      }
    },
    {
      "variant": "RemoveIBLAfterAssign.usda",
      "note": "1 field change",
      "values": {
        "iblEntity": "</Root/Sphere>"
      }
    }
  ],
  "sourceFolder": "RCPComponentDiffFixtures/Sources/RCPComponentDiffFixtures/RCPComponentDiffFixtures.rkassets/Image Based Light Receiver"
}
