{
  "type": "Program",
  "start": 0,
  "end": 7061,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 187,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 26,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 26
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 12,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 12
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 12,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 12
              }
            },
            "name": "THREE"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 18,
        "end": 25,
        "loc": {
          "start": {
            "line": 1,
            "column": 18
          },
          "end": {
            "line": 1,
            "column": 25
          }
        },
        "value": "three",
        "rawValue": "three",
        "raw": "'three'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 28,
      "end": 67,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 39
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 35,
          "end": 42,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 14
            }
          },
          "local": {
            "type": "Identifier",
            "start": 35,
            "end": 42,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 14
              }
            },
            "name": "Object3"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 48,
        "end": 66,
        "loc": {
          "start": {
            "line": 2,
            "column": 20
          },
          "end": {
            "line": 2,
            "column": 38
          }
        },
        "value": "../three/object3",
        "rawValue": "../three/object3",
        "raw": "'../three/object3'"
      }
    },
    {
      "type": "VariableDeclaration",
      "start": 71,
      "end": 121,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 50
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 75,
          "end": 120,
          "loc": {
            "start": {
              "line": 4,
              "column": 4
            },
            "end": {
              "line": 4,
              "column": 49
            }
          },
          "id": {
            "type": "Identifier",
            "start": 75,
            "end": 83,
            "loc": {
              "start": {
                "line": 4,
                "column": 4
              },
              "end": {
                "line": 4,
                "column": 12
              }
            },
            "name": "canvas2d"
          },
          "init": {
            "type": "CallExpression",
            "start": 86,
            "end": 120,
            "loc": {
              "start": {
                "line": 4,
                "column": 15
              },
              "end": {
                "line": 4,
                "column": 49
              }
            },
            "callee": {
              "type": "MemberExpression",
              "start": 86,
              "end": 108,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 15
                },
                "end": {
                  "line": 4,
                  "column": 37
                }
              },
              "object": {
                "type": "Identifier",
                "start": 86,
                "end": 94,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 15
                  },
                  "end": {
                    "line": 4,
                    "column": 23
                  }
                },
                "name": "document"
              },
              "property": {
                "type": "Identifier",
                "start": 95,
                "end": 108,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 24
                  },
                  "end": {
                    "line": 4,
                    "column": 37
                  }
                },
                "name": "createElement"
              },
              "computed": false
            },
            "arguments": [
              {
                "type": "Literal",
                "start": 110,
                "end": 118,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 39
                  },
                  "end": {
                    "line": 4,
                    "column": 47
                  }
                },
                "value": "canvas",
                "rawValue": "canvas",
                "raw": "'canvas'"
              }
            ]
          }
        }
      ],
      "kind": "var"
    },
    {
      "type": "ExpressionStatement",
      "start": 123,
      "end": 144,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 21
        }
      },
      "expression": {
        "type": "AssignmentExpression",
        "start": 123,
        "end": 143,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 20
          }
        },
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "start": 123,
          "end": 137,
          "loc": {
            "start": {
              "line": 5,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 14
            }
          },
          "object": {
            "type": "Identifier",
            "start": 123,
            "end": 131,
            "loc": {
              "start": {
                "line": 5,
                "column": 0
              },
              "end": {
                "line": 5,
                "column": 8
              }
            },
            "name": "canvas2d"
          },
          "property": {
            "type": "Identifier",
            "start": 132,
            "end": 137,
            "loc": {
              "start": {
                "line": 5,
                "column": 9
              },
              "end": {
                "line": 5,
                "column": 14
              }
            },
            "name": "width"
          },
          "computed": false
        },
        "right": {
          "type": "Literal",
          "start": 140,
          "end": 143,
          "loc": {
            "start": {
              "line": 5,
              "column": 17
            },
            "end": {
              "line": 5,
              "column": 20
            }
          },
          "value": 128,
          "rawValue": 128,
          "raw": "128"
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "start": 146,
      "end": 168,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 22
        }
      },
      "expression": {
        "type": "AssignmentExpression",
        "start": 146,
        "end": 167,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 6,
            "column": 21
          }
        },
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "start": 146,
          "end": 161,
          "loc": {
            "start": {
              "line": 6,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 15
            }
          },
          "object": {
            "type": "Identifier",
            "start": 146,
            "end": 154,
            "loc": {
              "start": {
                "line": 6,
                "column": 0
              },
              "end": {
                "line": 6,
                "column": 8
              }
            },
            "name": "canvas2d"
          },
          "property": {
            "type": "Identifier",
            "start": 155,
            "end": 161,
            "loc": {
              "start": {
                "line": 6,
                "column": 9
              },
              "end": {
                "line": 6,
                "column": 15
              }
            },
            "name": "height"
          },
          "computed": false
        },
        "right": {
          "type": "Literal",
          "start": 164,
          "end": 167,
          "loc": {
            "start": {
              "line": 6,
              "column": 18
            },
            "end": {
              "line": 6,
              "column": 21
            }
          },
          "value": 128,
          "rawValue": 128,
          "raw": "128"
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "start": 170,
      "end": 212,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 42
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 174,
          "end": 211,
          "loc": {
            "start": {
              "line": 7,
              "column": 4
            },
            "end": {
              "line": 7,
              "column": 41
            }
          },
          "id": {
            "type": "Identifier",
            "start": 174,
            "end": 181,
            "loc": {
              "start": {
                "line": 7,
                "column": 4
              },
              "end": {
                "line": 7,
                "column": 11
              }
            },
            "name": "context"
          },
          "init": {
            "type": "CallExpression",
            "start": 184,
            "end": 211,
            "loc": {
              "start": {
                "line": 7,
                "column": 14
              },
              "end": {
                "line": 7,
                "column": 41
              }
            },
            "callee": {
              "type": "MemberExpression",
              "start": 184,
              "end": 203,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 14
                },
                "end": {
                  "line": 7,
                  "column": 33
                }
              },
              "object": {
                "type": "Identifier",
                "start": 184,
                "end": 192,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 14
                  },
                  "end": {
                    "line": 7,
                    "column": 22
                  }
                },
                "name": "canvas2d"
              },
              "property": {
                "type": "Identifier",
                "start": 193,
                "end": 203,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 23
                  },
                  "end": {
                    "line": 7,
                    "column": 33
                  }
                },
                "name": "getContext"
              },
              "computed": false
            },
            "arguments": [
              {
                "type": "Literal",
                "start": 205,
                "end": 209,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 35
                  },
                  "end": {
                    "line": 7,
                    "column": 39
                  }
                },
                "value": "2d",
                "rawValue": "2d",
                "raw": "'2d'"
              }
            ]
          }
        }
      ],
      "kind": "var"
    },
    {
      "type": "VariableDeclaration",
      "start": 214,
      "end": 365,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 151
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 218,
          "end": 364,
          "loc": {
            "start": {
              "line": 8,
              "column": 4
            },
            "end": {
              "line": 8,
              "column": 150
            }
          },
          "id": {
            "type": "Identifier",
            "start": 218,
            "end": 226,
            "loc": {
              "start": {
                "line": 8,
                "column": 4
              },
              "end": {
                "line": 8,
                "column": 12
              }
            },
            "name": "gradient"
          },
          "init": {
            "type": "CallExpression",
            "start": 229,
            "end": 364,
            "loc": {
              "start": {
                "line": 8,
                "column": 15
              },
              "end": {
                "line": 8,
                "column": 150
              }
            },
            "callee": {
              "type": "MemberExpression",
              "start": 229,
              "end": 257,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 15
                },
                "end": {
                  "line": 8,
                  "column": 43
                }
              },
              "object": {
                "type": "Identifier",
                "start": 229,
                "end": 236,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 15
                  },
                  "end": {
                    "line": 8,
                    "column": 22
                  }
                },
                "name": "context"
              },
              "property": {
                "type": "Identifier",
                "start": 237,
                "end": 257,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 23
                  },
                  "end": {
                    "line": 8,
                    "column": 43
                  }
                },
                "name": "createRadialGradient"
              },
              "computed": false
            },
            "arguments": [
              {
                "type": "BinaryExpression",
                "start": 259,
                "end": 277,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 45
                  },
                  "end": {
                    "line": 8,
                    "column": 63
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 259,
                  "end": 273,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 45
                    },
                    "end": {
                      "line": 8,
                      "column": 59
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 259,
                    "end": 267,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 45
                      },
                      "end": {
                        "line": 8,
                        "column": 53
                      }
                    },
                    "name": "canvas2d"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 268,
                    "end": 273,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 54
                      },
                      "end": {
                        "line": 8,
                        "column": 59
                      }
                    },
                    "name": "width"
                  },
                  "computed": false
                },
                "operator": "/",
                "right": {
                  "type": "Literal",
                  "start": 276,
                  "end": 277,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 62
                    },
                    "end": {
                      "line": 8,
                      "column": 63
                    }
                  },
                  "value": 2,
                  "rawValue": 2,
                  "raw": "2"
                }
              },
              {
                "type": "BinaryExpression",
                "start": 279,
                "end": 298,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 65
                  },
                  "end": {
                    "line": 8,
                    "column": 84
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 279,
                  "end": 294,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 65
                    },
                    "end": {
                      "line": 8,
                      "column": 80
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 279,
                    "end": 287,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 65
                      },
                      "end": {
                        "line": 8,
                        "column": 73
                      }
                    },
                    "name": "canvas2d"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 288,
                    "end": 294,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 74
                      },
                      "end": {
                        "line": 8,
                        "column": 80
                      }
                    },
                    "name": "height"
                  },
                  "computed": false
                },
                "operator": "/",
                "right": {
                  "type": "Literal",
                  "start": 297,
                  "end": 298,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 83
                    },
                    "end": {
                      "line": 8,
                      "column": 84
                    }
                  },
                  "value": 2,
                  "rawValue": 2,
                  "raw": "2"
                }
              },
              {
                "type": "Literal",
                "start": 300,
                "end": 301,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 86
                  },
                  "end": {
                    "line": 8,
                    "column": 87
                  }
                },
                "value": 0,
                "rawValue": 0,
                "raw": "0"
              },
              {
                "type": "BinaryExpression",
                "start": 303,
                "end": 321,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 89
                  },
                  "end": {
                    "line": 8,
                    "column": 107
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 303,
                  "end": 317,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 89
                    },
                    "end": {
                      "line": 8,
                      "column": 103
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 303,
                    "end": 311,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 89
                      },
                      "end": {
                        "line": 8,
                        "column": 97
                      }
                    },
                    "name": "canvas2d"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 312,
                    "end": 317,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 98
                      },
                      "end": {
                        "line": 8,
                        "column": 103
                      }
                    },
                    "name": "width"
                  },
                  "computed": false
                },
                "operator": "/",
                "right": {
                  "type": "Literal",
                  "start": 320,
                  "end": 321,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 106
                    },
                    "end": {
                      "line": 8,
                      "column": 107
                    }
                  },
                  "value": 2,
                  "rawValue": 2,
                  "raw": "2"
                }
              },
              {
                "type": "BinaryExpression",
                "start": 323,
                "end": 342,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 109
                  },
                  "end": {
                    "line": 8,
                    "column": 128
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 323,
                  "end": 338,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 109
                    },
                    "end": {
                      "line": 8,
                      "column": 124
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 323,
                    "end": 331,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 109
                      },
                      "end": {
                        "line": 8,
                        "column": 117
                      }
                    },
                    "name": "canvas2d"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 332,
                    "end": 338,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 118
                      },
                      "end": {
                        "line": 8,
                        "column": 124
                      }
                    },
                    "name": "height"
                  },
                  "computed": false
                },
                "operator": "/",
                "right": {
                  "type": "Literal",
                  "start": 341,
                  "end": 342,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 127
                    },
                    "end": {
                      "line": 8,
                      "column": 128
                    }
                  },
                  "value": 2,
                  "rawValue": 2,
                  "raw": "2"
                }
              },
              {
                "type": "BinaryExpression",
                "start": 344,
                "end": 362,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 130
                  },
                  "end": {
                    "line": 8,
                    "column": 148
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 344,
                  "end": 358,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 130
                    },
                    "end": {
                      "line": 8,
                      "column": 144
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 344,
                    "end": 352,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 130
                      },
                      "end": {
                        "line": 8,
                        "column": 138
                      }
                    },
                    "name": "canvas2d"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 353,
                    "end": 358,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 139
                      },
                      "end": {
                        "line": 8,
                        "column": 144
                      }
                    },
                    "name": "width"
                  },
                  "computed": false
                },
                "operator": "/",
                "right": {
                  "type": "Literal",
                  "start": 361,
                  "end": 362,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 147
                    },
                    "end": {
                      "line": 8,
                      "column": 148
                    }
                  },
                  "value": 2,
                  "rawValue": 2,
                  "raw": "2"
                }
              }
            ]
          }
        }
      ],
      "kind": "var"
    },
    {
      "type": "ExpressionStatement",
      "start": 367,
      "end": 416,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 49
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 367,
        "end": 415,
        "loc": {
          "start": {
            "line": 9,
            "column": 0
          },
          "end": {
            "line": 9,
            "column": 48
          }
        },
        "callee": {
          "type": "MemberExpression",
          "start": 367,
          "end": 388,
          "loc": {
            "start": {
              "line": 9,
              "column": 0
            },
            "end": {
              "line": 9,
              "column": 21
            }
          },
          "object": {
            "type": "Identifier",
            "start": 367,
            "end": 375,
            "loc": {
              "start": {
                "line": 9,
                "column": 0
              },
              "end": {
                "line": 9,
                "column": 8
              }
            },
            "name": "gradient"
          },
          "property": {
            "type": "Identifier",
            "start": 376,
            "end": 388,
            "loc": {
              "start": {
                "line": 9,
                "column": 9
              },
              "end": {
                "line": 9,
                "column": 21
              }
            },
            "name": "addColorStop"
          },
          "computed": false
        },
        "arguments": [
          {
            "type": "Literal",
            "start": 390,
            "end": 393,
            "loc": {
              "start": {
                "line": 9,
                "column": 23
              },
              "end": {
                "line": 9,
                "column": 26
              }
            },
            "value": 0.1,
            "rawValue": 0.1,
            "raw": "0.1"
          },
          {
            "type": "Literal",
            "start": 395,
            "end": 413,
            "loc": {
              "start": {
                "line": 9,
                "column": 28
              },
              "end": {
                "line": 9,
                "column": 46
              }
            },
            "value": "rgba(0,0,0,0.15)",
            "rawValue": "rgba(0,0,0,0.15)",
            "raw": "'rgba(0,0,0,0.15)'"
          }
        ]
      }
    },
    {
      "type": "ExpressionStatement",
      "start": 418,
      "end": 462,
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 44
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 418,
        "end": 461,
        "loc": {
          "start": {
            "line": 10,
            "column": 0
          },
          "end": {
            "line": 10,
            "column": 43
          }
        },
        "callee": {
          "type": "MemberExpression",
          "start": 418,
          "end": 439,
          "loc": {
            "start": {
              "line": 10,
              "column": 0
            },
            "end": {
              "line": 10,
              "column": 21
            }
          },
          "object": {
            "type": "Identifier",
            "start": 418,
            "end": 426,
            "loc": {
              "start": {
                "line": 10,
                "column": 0
              },
              "end": {
                "line": 10,
                "column": 8
              }
            },
            "name": "gradient"
          },
          "property": {
            "type": "Identifier",
            "start": 427,
            "end": 439,
            "loc": {
              "start": {
                "line": 10,
                "column": 9
              },
              "end": {
                "line": 10,
                "column": 21
              }
            },
            "name": "addColorStop"
          },
          "computed": false
        },
        "arguments": [
          {
            "type": "Literal",
            "start": 441,
            "end": 442,
            "loc": {
              "start": {
                "line": 10,
                "column": 23
              },
              "end": {
                "line": 10,
                "column": 24
              }
            },
            "value": 1,
            "rawValue": 1,
            "raw": "1"
          },
          {
            "type": "Literal",
            "start": 444,
            "end": 459,
            "loc": {
              "start": {
                "line": 10,
                "column": 26
              },
              "end": {
                "line": 10,
                "column": 41
              }
            },
            "value": "rgba(0,0,0,0)",
            "rawValue": "rgba(0,0,0,0)",
            "raw": "'rgba(0,0,0,0)'"
          }
        ]
      }
    },
    {
      "type": "ExpressionStatement",
      "start": 464,
      "end": 493,
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 29
        }
      },
      "expression": {
        "type": "AssignmentExpression",
        "start": 464,
        "end": 492,
        "loc": {
          "start": {
            "line": 11,
            "column": 0
          },
          "end": {
            "line": 11,
            "column": 28
          }
        },
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "start": 464,
          "end": 481,
          "loc": {
            "start": {
              "line": 11,
              "column": 0
            },
            "end": {
              "line": 11,
              "column": 17
            }
          },
          "object": {
            "type": "Identifier",
            "start": 464,
            "end": 471,
            "loc": {
              "start": {
                "line": 11,
                "column": 0
              },
              "end": {
                "line": 11,
                "column": 7
              }
            },
            "name": "context"
          },
          "property": {
            "type": "Identifier",
            "start": 472,
            "end": 481,
            "loc": {
              "start": {
                "line": 11,
                "column": 8
              },
              "end": {
                "line": 11,
                "column": 17
              }
            },
            "name": "fillStyle"
          },
          "computed": false
        },
        "right": {
          "type": "Identifier",
          "start": 484,
          "end": 492,
          "loc": {
            "start": {
              "line": 11,
              "column": 20
            },
            "end": {
              "line": 11,
              "column": 28
            }
          },
          "name": "gradient"
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "start": 495,
      "end": 553,
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 58
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 495,
        "end": 552,
        "loc": {
          "start": {
            "line": 12,
            "column": 0
          },
          "end": {
            "line": 12,
            "column": 57
          }
        },
        "callee": {
          "type": "MemberExpression",
          "start": 495,
          "end": 511,
          "loc": {
            "start": {
              "line": 12,
              "column": 0
            },
            "end": {
              "line": 12,
              "column": 16
            }
          },
          "object": {
            "type": "Identifier",
            "start": 495,
            "end": 502,
            "loc": {
              "start": {
                "line": 12,
                "column": 0
              },
              "end": {
                "line": 12,
                "column": 7
              }
            },
            "name": "context"
          },
          "property": {
            "type": "Identifier",
            "start": 503,
            "end": 511,
            "loc": {
              "start": {
                "line": 12,
                "column": 8
              },
              "end": {
                "line": 12,
                "column": 16
              }
            },
            "name": "fillRect"
          },
          "computed": false
        },
        "arguments": [
          {
            "type": "Literal",
            "start": 513,
            "end": 514,
            "loc": {
              "start": {
                "line": 12,
                "column": 18
              },
              "end": {
                "line": 12,
                "column": 19
              }
            },
            "value": 0,
            "rawValue": 0,
            "raw": "0"
          },
          {
            "type": "Literal",
            "start": 516,
            "end": 517,
            "loc": {
              "start": {
                "line": 12,
                "column": 21
              },
              "end": {
                "line": 12,
                "column": 22
              }
            },
            "value": 0,
            "rawValue": 0,
            "raw": "0"
          },
          {
            "type": "MemberExpression",
            "start": 519,
            "end": 533,
            "loc": {
              "start": {
                "line": 12,
                "column": 24
              },
              "end": {
                "line": 12,
                "column": 38
              }
            },
            "object": {
              "type": "Identifier",
              "start": 519,
              "end": 527,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 24
                },
                "end": {
                  "line": 12,
                  "column": 32
                }
              },
              "name": "canvas2d"
            },
            "property": {
              "type": "Identifier",
              "start": 528,
              "end": 533,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 33
                },
                "end": {
                  "line": 12,
                  "column": 38
                }
              },
              "name": "width"
            },
            "computed": false
          },
          {
            "type": "MemberExpression",
            "start": 535,
            "end": 550,
            "loc": {
              "start": {
                "line": 12,
                "column": 40
              },
              "end": {
                "line": 12,
                "column": 55
              }
            },
            "object": {
              "type": "Identifier",
              "start": 535,
              "end": 543,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 40
                },
                "end": {
                  "line": 12,
                  "column": 48
                }
              },
              "name": "canvas2d"
            },
            "property": {
              "type": "Identifier",
              "start": 544,
              "end": 550,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 49
                },
                "end": {
                  "line": 12,
                  "column": 55
                }
              },
              "name": "height"
            },
            "computed": false
          }
        ]
      }
    },
    {
      "type": "VariableDeclaration",
      "start": 555,
      "end": 611,
      "loc": {
        "start": {
          "line": 13,
          "column": 0
        },
        "end": {
          "line": 13,
          "column": 56
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 559,
          "end": 610,
          "loc": {
            "start": {
              "line": 13,
              "column": 4
            },
            "end": {
              "line": 13,
              "column": 55
            }
          },
          "id": {
            "type": "Identifier",
            "start": 559,
            "end": 572,
            "loc": {
              "start": {
                "line": 13,
                "column": 4
              },
              "end": {
                "line": 13,
                "column": 17
              }
            },
            "name": "shadowTexture"
          },
          "init": {
            "type": "NewExpression",
            "start": 575,
            "end": 610,
            "loc": {
              "start": {
                "line": 13,
                "column": 20
              },
              "end": {
                "line": 13,
                "column": 55
              }
            },
            "callee": {
              "type": "MemberExpression",
              "start": 579,
              "end": 598,
              "loc": {
                "start": {
                  "line": 13,
                  "column": 24
                },
                "end": {
                  "line": 13,
                  "column": 43
                }
              },
              "object": {
                "type": "Identifier",
                "start": 579,
                "end": 584,
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 24
                  },
                  "end": {
                    "line": 13,
                    "column": 29
                  }
                },
                "name": "THREE"
              },
              "property": {
                "type": "Identifier",
                "start": 585,
                "end": 598,
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 30
                  },
                  "end": {
                    "line": 13,
                    "column": 43
                  }
                },
                "name": "CanvasTexture"
              },
              "computed": false
            },
            "arguments": [
              {
                "type": "Identifier",
                "start": 600,
                "end": 608,
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 45
                  },
                  "end": {
                    "line": 13,
                    "column": 53
                  }
                },
                "name": "canvas2d"
              }
            ]
          }
        }
      ],
      "kind": "var"
    },
    {
      "type": "VariableDeclaration",
      "start": 613,
      "end": 707,
      "loc": {
        "start": {
          "line": 14,
          "column": 0
        },
        "end": {
          "line": 14,
          "column": 94
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 617,
          "end": 706,
          "loc": {
            "start": {
              "line": 14,
              "column": 4
            },
            "end": {
              "line": 14,
              "column": 93
            }
          },
          "id": {
            "type": "Identifier",
            "start": 617,
            "end": 631,
            "loc": {
              "start": {
                "line": 14,
                "column": 4
              },
              "end": {
                "line": 14,
                "column": 18
              }
            },
            "name": "shadowMaterial"
          },
          "init": {
            "type": "NewExpression",
            "start": 634,
            "end": 706,
            "loc": {
              "start": {
                "line": 14,
                "column": 21
              },
              "end": {
                "line": 14,
                "column": 93
              }
            },
            "callee": {
              "type": "MemberExpression",
              "start": 638,
              "end": 661,
              "loc": {
                "start": {
                  "line": 14,
                  "column": 25
                },
                "end": {
                  "line": 14,
                  "column": 48
                }
              },
              "object": {
                "type": "Identifier",
                "start": 638,
                "end": 643,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 25
                  },
                  "end": {
                    "line": 14,
                    "column": 30
                  }
                },
                "name": "THREE"
              },
              "property": {
                "type": "Identifier",
                "start": 644,
                "end": 661,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 31
                  },
                  "end": {
                    "line": 14,
                    "column": 48
                  }
                },
                "name": "MeshBasicMaterial"
              },
              "computed": false
            },
            "arguments": [
              {
                "type": "ObjectExpression",
                "start": 663,
                "end": 704,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 50
                  },
                  "end": {
                    "line": 14,
                    "column": 91
                  }
                },
                "properties": [
                  {
                    "type": "Property",
                    "start": 665,
                    "end": 683,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 52
                      },
                      "end": {
                        "line": 14,
                        "column": 70
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 665,
                      "end": 668,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 52
                        },
                        "end": {
                          "line": 14,
                          "column": 55
                        }
                      },
                      "name": "map"
                    },
                    "value": {
                      "type": "Identifier",
                      "start": 670,
                      "end": 683,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 57
                        },
                        "end": {
                          "line": 14,
                          "column": 70
                        }
                      },
                      "name": "shadowTexture"
                    },
                    "kind": "init"
                  },
                  {
                    "type": "Property",
                    "start": 685,
                    "end": 702,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 72
                      },
                      "end": {
                        "line": 14,
                        "column": 89
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 685,
                      "end": 696,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 72
                        },
                        "end": {
                          "line": 14,
                          "column": 83
                        }
                      },
                      "name": "transparent"
                    },
                    "value": {
                      "type": "Literal",
                      "start": 698,
                      "end": 702,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 85
                        },
                        "end": {
                          "line": 14,
                          "column": 89
                        }
                      },
                      "value": true,
                      "rawValue": true,
                      "raw": "true"
                    },
                    "kind": "init"
                  }
                ]
              }
            ]
          }
        }
      ],
      "kind": "var"
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 711,
      "end": 7059,
      "loc": {
        "start": {
          "line": 16,
          "column": 0
        },
        "end": {
          "line": 186,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 726,
        "end": 7059,
        "loc": {
          "start": {
            "line": 16,
            "column": 15
          },
          "end": {
            "line": 186,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 732,
          "end": 744,
          "loc": {
            "start": {
              "line": 16,
              "column": 21
            },
            "end": {
              "line": 16,
              "column": 33
            }
          },
          "name": "Presentation"
        },
        "superClass": {
          "type": "Identifier",
          "start": 753,
          "end": 760,
          "loc": {
            "start": {
              "line": 16,
              "column": 42
            },
            "end": {
              "line": 16,
              "column": 49
            }
          },
          "name": "Object3"
        },
        "body": {
          "type": "ClassBody",
          "start": 761,
          "end": 7059,
          "loc": {
            "start": {
              "line": 16,
              "column": 50
            },
            "end": {
              "line": 186,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 768,
              "end": 1241,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 4
                },
                "end": {
                  "line": 36,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 768,
                "end": 779,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 4
                  },
                  "end": {
                    "line": 17,
                    "column": 15
                  }
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "value": {
                "type": "FunctionExpression",
                "start": 779,
                "end": 1241,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 15
                  },
                  "end": {
                    "line": 36,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 780,
                    "end": 786,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 16
                      },
                      "end": {
                        "line": 17,
                        "column": 22
                      }
                    },
                    "name": "models"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 788,
                    "end": 800,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 24
                      },
                      "end": {
                        "line": 17,
                        "column": 36
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 788,
                      "end": 795,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 24
                        },
                        "end": {
                          "line": 17,
                          "column": 31
                        }
                      },
                      "name": "options"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 798,
                      "end": 800,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 34
                        },
                        "end": {
                          "line": 17,
                          "column": 36
                        }
                      },
                      "properties": []
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 802,
                    "end": 822,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 38
                      },
                      "end": {
                        "line": 17,
                        "column": 58
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 802,
                      "end": 810,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 38
                        },
                        "end": {
                          "line": 17,
                          "column": 46
                        }
                      },
                      "name": "criteria"
                    },
                    "right": {
                      "type": "Identifier",
                      "start": 813,
                      "end": 822,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 49
                        },
                        "end": {
                          "line": 17,
                          "column": 58
                        }
                      },
                      "name": "undefined"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 824,
                  "end": 1241,
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 60
                    },
                    "end": {
                      "line": 36,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 835,
                      "end": 843,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 8
                        },
                        "end": {
                          "line": 18,
                          "column": 16
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 835,
                        "end": 842,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 8
                          },
                          "end": {
                            "line": 18,
                            "column": 15
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 835,
                          "end": 840,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 8
                            },
                            "end": {
                              "line": 18,
                              "column": 13
                            }
                          }
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 855,
                      "end": 880,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 8
                        },
                        "end": {
                          "line": 20,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 855,
                        "end": 879,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 8
                          },
                          "end": {
                            "line": 20,
                            "column": 32
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 855,
                          "end": 868,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 8
                            },
                            "end": {
                              "line": 20,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 855,
                            "end": 859,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 8
                              },
                              "end": {
                                "line": 20,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 860,
                            "end": 868,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 13
                              },
                              "end": {
                                "line": 20,
                                "column": 21
                              }
                            },
                            "name": "criteria"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 871,
                          "end": 879,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 24
                            },
                            "end": {
                              "line": 20,
                              "column": 32
                            }
                          },
                          "name": "criteria"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 890,
                      "end": 1069,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 8
                        },
                        "end": {
                          "line": 28,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 890,
                        "end": 1068,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 8
                          },
                          "end": {
                            "line": 28,
                            "column": 9
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 890,
                          "end": 902,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 8
                            },
                            "end": {
                              "line": 21,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 890,
                            "end": 894,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 8
                              },
                              "end": {
                                "line": 21,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 895,
                            "end": 902,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 13
                              },
                              "end": {
                                "line": 21,
                                "column": 20
                              }
                            },
                            "name": "options"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 905,
                          "end": 1068,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 23
                            },
                            "end": {
                              "line": 28,
                              "column": 9
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 920,
                              "end": 932,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 12
                                },
                                "end": {
                                  "line": 22,
                                  "column": 24
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 920,
                                "end": 926,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 18
                                  }
                                },
                                "name": "shadow"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 928,
                                "end": 932,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 24
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 947,
                              "end": 959,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 12
                                },
                                "end": {
                                  "line": 23,
                                  "column": 24
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 947,
                                "end": 953,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 18
                                  }
                                },
                                "name": "lights"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 955,
                                "end": 959,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 24
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 974,
                              "end": 984,
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 12
                                },
                                "end": {
                                  "line": 24,
                                  "column": 22
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 974,
                                "end": 979,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 17
                                  }
                                },
                                "name": "edges"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 981,
                                "end": 984,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 22
                                  }
                                },
                                "value": 0.3,
                                "rawValue": 0.3,
                                "raw": "0.3"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 999,
                              "end": 1009,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 12
                                },
                                "end": {
                                  "line": 25,
                                  "column": 22
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 999,
                                "end": 1006,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 19
                                  }
                                },
                                "name": "ambient"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1008,
                                "end": 1009,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 22
                                  }
                                },
                                "value": 0,
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1024,
                              "end": 1032,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 12
                                },
                                "end": {
                                  "line": 26,
                                  "column": 20
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1024,
                                "end": 1029,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 17
                                  }
                                },
                                "name": "light"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1031,
                                "end": 1032,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 20
                                  }
                                },
                                "value": 1,
                                "rawValue": 1,
                                "raw": "1"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "SpreadProperty",
                              "start": 1047,
                              "end": 1057,
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 12
                                },
                                "end": {
                                  "line": 27,
                                  "column": 22
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 1050,
                                "end": 1057,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 22
                                  }
                                },
                                "name": "options"
                              }
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1081,
                      "end": 1111,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 8
                        },
                        "end": {
                          "line": 30,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1081,
                        "end": 1110,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 8
                          },
                          "end": {
                            "line": 30,
                            "column": 37
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1081,
                          "end": 1094,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 8
                            },
                            "end": {
                              "line": 30,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1081,
                            "end": 1085,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 8
                              },
                              "end": {
                                "line": 30,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1086,
                            "end": 1094,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 13
                              },
                              "end": {
                                "line": 30,
                                "column": 21
                              }
                            },
                            "name": "_objects"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 1097,
                          "end": 1110,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 24
                            },
                            "end": {
                              "line": 30,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 1101,
                            "end": 1108,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 28
                              },
                              "end": {
                                "line": 30,
                                "column": 35
                              }
                            },
                            "name": "Object3"
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1121,
                      "end": 1146,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 8
                        },
                        "end": {
                          "line": 31,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1121,
                        "end": 1145,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 8
                          },
                          "end": {
                            "line": 31,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1121,
                          "end": 1130,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 8
                            },
                            "end": {
                              "line": 31,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 1121,
                            "end": 1126,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 8
                              },
                              "end": {
                                "line": 31,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1127,
                            "end": 1130,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 14
                              },
                              "end": {
                                "line": 31,
                                "column": 17
                              }
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 1131,
                            "end": 1144,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 18
                              },
                              "end": {
                                "line": 31,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1131,
                              "end": 1135,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 18
                                },
                                "end": {
                                  "line": 31,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1136,
                              "end": 1144,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 23
                                },
                                "end": {
                                  "line": 31,
                                  "column": 31
                                }
                              },
                              "name": "_objects"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 1158,
                      "end": 1234,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 8
                        },
                        "end": {
                          "line": 35,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 1162,
                        "end": 1189,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 12
                          },
                          "end": {
                            "line": 33,
                            "column": 39
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 1162,
                          "end": 1168,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 12
                            },
                            "end": {
                              "line": 33,
                              "column": 18
                            }
                          },
                          "name": "models"
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 1172,
                          "end": 1189,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 22
                            },
                            "end": {
                              "line": 33,
                              "column": 39
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 1172,
                            "end": 1185,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 22
                              },
                              "end": {
                                "line": 33,
                                "column": 35
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 1172,
                              "end": 1178,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 22
                                },
                                "end": {
                                  "line": 33,
                                  "column": 28
                                }
                              },
                              "name": "models"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1179,
                              "end": 1185,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 29
                                },
                                "end": {
                                  "line": 33,
                                  "column": 35
                                }
                              },
                              "name": "length"
                            },
                            "computed": false
                          },
                          "operator": ">",
                          "right": {
                            "type": "Literal",
                            "start": 1188,
                            "end": 1189,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 38
                              },
                              "end": {
                                "line": 33,
                                "column": 39
                              }
                            },
                            "value": 0,
                            "rawValue": 0,
                            "raw": "0"
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 1191,
                        "end": 1234,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 41
                          },
                          "end": {
                            "line": 35,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1206,
                            "end": 1223,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 12
                              },
                              "end": {
                                "line": 34,
                                "column": 29
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 1206,
                              "end": 1222,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 12
                                },
                                "end": {
                                  "line": 34,
                                  "column": 28
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 1206,
                                "end": 1214,
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1206,
                                  "end": 1210,
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1211,
                                  "end": 1214,
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 20
                                    }
                                  },
                                  "name": "add"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 1215,
                                  "end": 1221,
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 27
                                    }
                                  },
                                  "name": "models"
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1249,
              "end": 4153,
              "loc": {
                "start": {
                  "line": 38,
                  "column": 4
                },
                "end": {
                  "line": 116,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1249,
                "end": 1252,
                "loc": {
                  "start": {
                    "line": 38,
                    "column": 4
                  },
                  "end": {
                    "line": 38,
                    "column": 7
                  }
                },
                "name": "add"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1252,
                "end": 4153,
                "loc": {
                  "start": {
                    "line": 38,
                    "column": 7
                  },
                  "end": {
                    "line": 116,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1253,
                    "end": 1257,
                    "loc": {
                      "start": {
                        "line": 38,
                        "column": 8
                      },
                      "end": {
                        "line": 38,
                        "column": 12
                      }
                    },
                    "name": "args"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1259,
                  "end": 4153,
                  "loc": {
                    "start": {
                      "line": 38,
                      "column": 14
                    },
                    "end": {
                      "line": 116,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1270,
                      "end": 1294,
                      "loc": {
                        "start": {
                          "line": 39,
                          "column": 8
                        },
                        "end": {
                          "line": 39,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1270,
                        "end": 1293,
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 8
                          },
                          "end": {
                            "line": 39,
                            "column": 31
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1270,
                          "end": 1287,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 8
                            },
                            "end": {
                              "line": 39,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1270,
                            "end": 1283,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 8
                              },
                              "end": {
                                "line": 39,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1270,
                              "end": 1274,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 8
                                },
                                "end": {
                                  "line": 39,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1275,
                              "end": 1283,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 13
                                },
                                "end": {
                                  "line": 39,
                                  "column": 21
                                }
                              },
                              "name": "_objects"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1284,
                            "end": 1287,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 22
                              },
                              "end": {
                                "line": 39,
                                "column": 25
                              }
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1288,
                            "end": 1292,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 26
                              },
                              "end": {
                                "line": 39,
                                "column": 30
                              }
                            },
                            "name": "args"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1304,
                      "end": 1353,
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 8
                        },
                        "end": {
                          "line": 40,
                          "column": 57
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1304,
                        "end": 1352,
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 8
                          },
                          "end": {
                            "line": 40,
                            "column": 56
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1304,
                          "end": 1350,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 8
                            },
                            "end": {
                              "line": 40,
                              "column": 54
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 1304,
                            "end": 1334,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 8
                              },
                              "end": {
                                "line": 40,
                                "column": 38
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1304,
                              "end": 1332,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 8
                                },
                                "end": {
                                  "line": 40,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1304,
                                "end": 1317,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 21
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1304,
                                  "end": 1308,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1309,
                                  "end": 1317,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 21
                                    }
                                  },
                                  "name": "_objects"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1318,
                                "end": 1332,
                                "loc": {
                                  "start": {
                                    "line": 40,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 40,
                                    "column": 36
                                  }
                                },
                                "name": "centerGeometry"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1335,
                            "end": 1350,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 39
                              },
                              "end": {
                                "line": 40,
                                "column": 54
                              }
                            },
                            "name": "updateMaterials"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1363,
                      "end": 4120,
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 8
                        },
                        "end": {
                          "line": 113,
                          "column": 11
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1363,
                        "end": 4119,
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 8
                          },
                          "end": {
                            "line": 113,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1363,
                          "end": 1385,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 8
                            },
                            "end": {
                              "line": 41,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1363,
                            "end": 1376,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 8
                              },
                              "end": {
                                "line": 41,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1363,
                              "end": 1367,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 8
                                },
                                "end": {
                                  "line": 41,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1368,
                              "end": 1376,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 13
                                },
                                "end": {
                                  "line": 41,
                                  "column": 21
                                }
                              },
                              "name": "_objects"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1377,
                            "end": 1385,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 22
                              },
                              "end": {
                                "line": 41,
                                "column": 30
                              }
                            },
                            "name": "traverse"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 1386,
                            "end": 4118,
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 31
                              },
                              "end": {
                                "line": 113,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 1386,
                                "end": 1390,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 35
                                  }
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 1394,
                              "end": 4118,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 39
                                },
                                "end": {
                                  "line": 113,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 1409,
                                  "end": 4107,
                                  "loc": {
                                    "start": {
                                      "line": 42,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 112,
                                      "column": 13
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 1413,
                                    "end": 1433,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 36
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 1413,
                                      "end": 1422,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 25
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1413,
                                        "end": 1417,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 20
                                          }
                                        },
                                        "name": "item"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1418,
                                        "end": 1422,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 25
                                          }
                                        },
                                        "name": "type"
                                      },
                                      "computed": false
                                    },
                                    "operator": "===",
                                    "right": {
                                      "type": "Literal",
                                      "start": 1427,
                                      "end": 1433,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 42,
                                          "column": 36
                                        }
                                      },
                                      "value": "Mesh",
                                      "rawValue": "Mesh",
                                      "raw": "'Mesh'"
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 1435,
                                    "end": 3628,
                                    "loc": {
                                      "start": {
                                        "line": 42,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 13
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 1456,
                                        "end": 1746,
                                        "loc": {
                                          "start": {
                                            "line": 44,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 18
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 1460,
                                            "end": 1745,
                                            "loc": {
                                              "start": {
                                                "line": 44,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 51,
                                                "column": 17
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 1460,
                                              "end": 1466,
                                              "loc": {
                                                "start": {
                                                  "line": 44,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 44,
                                                  "column": 26
                                                }
                                              },
                                              "name": "values"
                                            },
                                            "init": {
                                              "type": "ObjectExpression",
                                              "start": 1469,
                                              "end": 1745,
                                              "loc": {
                                                "start": {
                                                  "line": 44,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 51,
                                                  "column": 17
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "Property",
                                                  "start": 1492,
                                                  "end": 1518,
                                                  "loc": {
                                                    "start": {
                                                      "line": 45,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 45,
                                                      "column": 46
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1492,
                                                    "end": 1497,
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 25
                                                      }
                                                    },
                                                    "name": "color"
                                                  },
                                                  "value": {
                                                    "type": "MemberExpression",
                                                    "start": 1499,
                                                    "end": 1518,
                                                    "loc": {
                                                      "start": {
                                                        "line": 45,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 45,
                                                        "column": 46
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 1499,
                                                      "end": 1512,
                                                      "loc": {
                                                        "start": {
                                                          "line": 45,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 45,
                                                          "column": 40
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 1499,
                                                        "end": 1503,
                                                        "loc": {
                                                          "start": {
                                                            "line": 45,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 45,
                                                            "column": 31
                                                          }
                                                        },
                                                        "name": "item"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1504,
                                                        "end": 1512,
                                                        "loc": {
                                                          "start": {
                                                            "line": 45,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 45,
                                                            "column": 40
                                                          }
                                                        },
                                                        "name": "material"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1513,
                                                      "end": 1518,
                                                      "loc": {
                                                        "start": {
                                                          "line": 45,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 45,
                                                          "column": 46
                                                        }
                                                      },
                                                      "name": "color"
                                                    },
                                                    "computed": false
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 1541,
                                                  "end": 1569,
                                                  "loc": {
                                                    "start": {
                                                      "line": 46,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 46,
                                                      "column": 48
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1541,
                                                    "end": 1549,
                                                    "loc": {
                                                      "start": {
                                                        "line": 46,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 46,
                                                        "column": 28
                                                      }
                                                    },
                                                    "name": "emissive"
                                                  },
                                                  "value": {
                                                    "type": "NewExpression",
                                                    "start": 1551,
                                                    "end": 1569,
                                                    "loc": {
                                                      "start": {
                                                        "line": 46,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 46,
                                                        "column": 48
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 1555,
                                                      "end": 1566,
                                                      "loc": {
                                                        "start": {
                                                          "line": 46,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 46,
                                                          "column": 45
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 1555,
                                                        "end": 1560,
                                                        "loc": {
                                                          "start": {
                                                            "line": 46,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 46,
                                                            "column": 39
                                                          }
                                                        },
                                                        "name": "THREE"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1561,
                                                        "end": 1566,
                                                        "loc": {
                                                          "start": {
                                                            "line": 46,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 46,
                                                            "column": 45
                                                          }
                                                        },
                                                        "name": "Color"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "start": 1567,
                                                        "end": 1568,
                                                        "loc": {
                                                          "start": {
                                                            "line": 46,
                                                            "column": 46
                                                          },
                                                          "end": {
                                                            "line": 46,
                                                            "column": 47
                                                          }
                                                        },
                                                        "value": 0,
                                                        "rawValue": 0,
                                                        "raw": "0"
                                                      }
                                                    ]
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 1592,
                                                  "end": 1606,
                                                  "loc": {
                                                    "start": {
                                                      "line": 47,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 47,
                                                      "column": 34
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1592,
                                                    "end": 1601,
                                                    "loc": {
                                                      "start": {
                                                        "line": 47,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 47,
                                                        "column": 29
                                                      }
                                                    },
                                                    "name": "metalness"
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 1603,
                                                    "end": 1606,
                                                    "loc": {
                                                      "start": {
                                                        "line": 47,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 47,
                                                        "column": 34
                                                      }
                                                    },
                                                    "value": 0.5,
                                                    "rawValue": 0.5,
                                                    "raw": "0.5"
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 1629,
                                                  "end": 1643,
                                                  "loc": {
                                                    "start": {
                                                      "line": 48,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 48,
                                                      "column": 34
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1629,
                                                    "end": 1638,
                                                    "loc": {
                                                      "start": {
                                                        "line": 48,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 48,
                                                        "column": 29
                                                      }
                                                    },
                                                    "name": "roughness"
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 1640,
                                                    "end": 1643,
                                                    "loc": {
                                                      "start": {
                                                        "line": 48,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 48,
                                                        "column": 34
                                                      }
                                                    },
                                                    "value": 0.8,
                                                    "rawValue": 0.8,
                                                    "raw": "0.8"
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 1666,
                                                  "end": 1680,
                                                  "loc": {
                                                    "start": {
                                                      "line": 49,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 49,
                                                      "column": 34
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1666,
                                                    "end": 1675,
                                                    "loc": {
                                                      "start": {
                                                        "line": 49,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 49,
                                                        "column": 29
                                                      }
                                                    },
                                                    "name": "clearCoat"
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 1677,
                                                    "end": 1680,
                                                    "loc": {
                                                      "start": {
                                                        "line": 49,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 49,
                                                        "column": 34
                                                      }
                                                    },
                                                    "value": 0.3,
                                                    "rawValue": 0.3,
                                                    "raw": "0.3"
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 1703,
                                                  "end": 1726,
                                                  "loc": {
                                                    "start": {
                                                      "line": 50,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 50,
                                                      "column": 43
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1703,
                                                    "end": 1721,
                                                    "loc": {
                                                      "start": {
                                                        "line": 50,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 50,
                                                        "column": 38
                                                      }
                                                    },
                                                    "name": "clearCoatRoughness"
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 1723,
                                                    "end": 1726,
                                                    "loc": {
                                                      "start": {
                                                        "line": 50,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 50,
                                                        "column": 43
                                                      }
                                                    },
                                                    "value": 0.7,
                                                    "rawValue": 0.7,
                                                    "raw": "0.7"
                                                  },
                                                  "kind": "init"
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "kind": "let"
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 1766,
                                        "end": 2066,
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 17
                                          }
                                        },
                                        "test": {
                                          "type": "MemberExpression",
                                          "start": 1770,
                                          "end": 1783,
                                          "loc": {
                                            "start": {
                                              "line": 53,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 53,
                                              "column": 33
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 1770,
                                            "end": 1774,
                                            "loc": {
                                              "start": {
                                                "line": 53,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 53,
                                                "column": 24
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1775,
                                            "end": 1783,
                                            "loc": {
                                              "start": {
                                                "line": 53,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 53,
                                                "column": 33
                                              }
                                            },
                                            "name": "criteria"
                                          },
                                          "computed": false
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 1785,
                                          "end": 2066,
                                          "loc": {
                                            "start": {
                                              "line": 53,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 59,
                                              "column": 17
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 1808,
                                              "end": 2047,
                                              "loc": {
                                                "start": {
                                                  "line": 54,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 58,
                                                  "column": 33
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 1808,
                                                "end": 2046,
                                                "loc": {
                                                  "start": {
                                                    "line": 54,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 58,
                                                    "column": 32
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 1808,
                                                  "end": 1814,
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 26
                                                    }
                                                  },
                                                  "name": "values"
                                                },
                                                "right": {
                                                  "type": "ObjectExpression",
                                                  "start": 1817,
                                                  "end": 2046,
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 58,
                                                      "column": 32
                                                    }
                                                  },
                                                  "properties": [
                                                    {
                                                      "type": "SpreadProperty",
                                                      "start": 1819,
                                                      "end": 1828,
                                                      "loc": {
                                                        "start": {
                                                          "line": 54,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 54,
                                                          "column": 40
                                                        }
                                                      },
                                                      "argument": {
                                                        "type": "Identifier",
                                                        "start": 1822,
                                                        "end": 1828,
                                                        "loc": {
                                                          "start": {
                                                            "line": 54,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 54,
                                                            "column": 40
                                                          }
                                                        },
                                                        "name": "values"
                                                      }
                                                    },
                                                    {
                                                      "type": "SpreadProperty",
                                                      "start": 1830,
                                                      "end": 2044,
                                                      "loc": {
                                                        "start": {
                                                          "line": 54,
                                                          "column": 42
                                                        },
                                                        "end": {
                                                          "line": 58,
                                                          "column": 30
                                                        }
                                                      },
                                                      "argument": {
                                                        "type": "CallExpression",
                                                        "start": 1833,
                                                        "end": 2044,
                                                        "loc": {
                                                          "start": {
                                                            "line": 54,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 58,
                                                            "column": 30
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 1833,
                                                          "end": 1846,
                                                          "loc": {
                                                            "start": {
                                                              "line": 54,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 54,
                                                              "column": 58
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "start": 1833,
                                                            "end": 1837,
                                                            "loc": {
                                                              "start": {
                                                                "line": 54,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 54,
                                                                "column": 49
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 1838,
                                                            "end": 1846,
                                                            "loc": {
                                                              "start": {
                                                                "line": 54,
                                                                "column": 50
                                                              },
                                                              "end": {
                                                                "line": 54,
                                                                "column": 58
                                                              }
                                                            },
                                                            "name": "criteria"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "ObjectExpression",
                                                            "start": 1847,
                                                            "end": 2035,
                                                            "loc": {
                                                              "start": {
                                                                "line": 54,
                                                                "column": 59
                                                              },
                                                              "end": {
                                                                "line": 58,
                                                                "column": 21
                                                              }
                                                            },
                                                            "properties": [
                                                              {
                                                                "type": "Property",
                                                                "start": 1874,
                                                                "end": 1878,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 55,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 55,
                                                                    "column": 28
                                                                  }
                                                                },
                                                                "method": false,
                                                                "shorthand": true,
                                                                "computed": false,
                                                                "key": {
                                                                  "type": "Identifier",
                                                                  "start": 1874,
                                                                  "end": 1878,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 55,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 55,
                                                                      "column": 28
                                                                    }
                                                                  },
                                                                  "name": "item"
                                                                },
                                                                "kind": "init",
                                                                "value": {
                                                                  "type": "Identifier",
                                                                  "start": 1874,
                                                                  "end": 1878,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 55,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 55,
                                                                      "column": 28
                                                                    }
                                                                  },
                                                                  "name": "item"
                                                                }
                                                              },
                                                              {
                                                                "type": "Property",
                                                                "start": 1905,
                                                                "end": 1929,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 56,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 56,
                                                                    "column": 48
                                                                  }
                                                                },
                                                                "method": false,
                                                                "shorthand": false,
                                                                "computed": false,
                                                                "key": {
                                                                  "type": "Identifier",
                                                                  "start": 1905,
                                                                  "end": 1911,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 56,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 56,
                                                                      "column": 30
                                                                    }
                                                                  },
                                                                  "name": "radius"
                                                                },
                                                                "value": {
                                                                  "type": "CallExpression",
                                                                  "start": 1913,
                                                                  "end": 1929,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 56,
                                                                      "column": 32
                                                                    },
                                                                    "end": {
                                                                      "line": 56,
                                                                      "column": 48
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 1913,
                                                                    "end": 1927,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 56,
                                                                        "column": 32
                                                                      },
                                                                      "end": {
                                                                        "line": 56,
                                                                        "column": 46
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 1913,
                                                                      "end": 1917,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 56,
                                                                          "column": 32
                                                                        },
                                                                        "end": {
                                                                          "line": 56,
                                                                          "column": 36
                                                                        }
                                                                      },
                                                                      "name": "item"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 1918,
                                                                      "end": 1927,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 56,
                                                                          "column": 37
                                                                        },
                                                                        "end": {
                                                                          "line": 56,
                                                                          "column": 46
                                                                        }
                                                                      },
                                                                      "name": "getRadius"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": []
                                                                },
                                                                "kind": "init"
                                                              },
                                                              {
                                                                "type": "Property",
                                                                "start": 1956,
                                                                "end": 2012,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 57,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 57,
                                                                    "column": 80
                                                                  }
                                                                },
                                                                "method": false,
                                                                "shorthand": false,
                                                                "computed": false,
                                                                "key": {
                                                                  "type": "Identifier",
                                                                  "start": 1956,
                                                                  "end": 1959,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 57,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 57,
                                                                      "column": 27
                                                                    }
                                                                  },
                                                                  "name": "hsl"
                                                                },
                                                                "value": {
                                                                  "type": "LogicalExpression",
                                                                  "start": 1961,
                                                                  "end": 2012,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 57,
                                                                      "column": 29
                                                                    },
                                                                    "end": {
                                                                      "line": 57,
                                                                      "column": 80
                                                                    }
                                                                  },
                                                                  "left": {
                                                                    "type": "MemberExpression",
                                                                    "start": 1961,
                                                                    "end": 1980,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 57,
                                                                        "column": 29
                                                                      },
                                                                      "end": {
                                                                        "line": 57,
                                                                        "column": 48
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 1961,
                                                                      "end": 1974,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 57,
                                                                          "column": 29
                                                                        },
                                                                        "end": {
                                                                          "line": 57,
                                                                          "column": 42
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 1961,
                                                                        "end": 1965,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 57,
                                                                            "column": 29
                                                                          },
                                                                          "end": {
                                                                            "line": 57,
                                                                            "column": 33
                                                                          }
                                                                        },
                                                                        "name": "item"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 1966,
                                                                        "end": 1974,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 57,
                                                                            "column": 34
                                                                          },
                                                                          "end": {
                                                                            "line": 57,
                                                                            "column": 42
                                                                          }
                                                                        },
                                                                        "name": "material"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 1975,
                                                                      "end": 1980,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 57,
                                                                          "column": 43
                                                                        },
                                                                        "end": {
                                                                          "line": 57,
                                                                          "column": 48
                                                                        }
                                                                      },
                                                                      "name": "color"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "operator": "&&",
                                                                  "right": {
                                                                    "type": "CallExpression",
                                                                    "start": 1984,
                                                                    "end": 2012,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 57,
                                                                        "column": 52
                                                                      },
                                                                      "end": {
                                                                        "line": 57,
                                                                        "column": 80
                                                                      }
                                                                    },
                                                                    "callee": {
                                                                      "type": "MemberExpression",
                                                                      "start": 1984,
                                                                      "end": 2010,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 57,
                                                                          "column": 52
                                                                        },
                                                                        "end": {
                                                                          "line": 57,
                                                                          "column": 78
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 1984,
                                                                        "end": 2003,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 57,
                                                                            "column": 52
                                                                          },
                                                                          "end": {
                                                                            "line": 57,
                                                                            "column": 71
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "MemberExpression",
                                                                          "start": 1984,
                                                                          "end": 1997,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 57,
                                                                              "column": 52
                                                                            },
                                                                            "end": {
                                                                              "line": 57,
                                                                              "column": 65
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "start": 1984,
                                                                            "end": 1988,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 57,
                                                                                "column": 52
                                                                              },
                                                                              "end": {
                                                                                "line": 57,
                                                                                "column": 56
                                                                              }
                                                                            },
                                                                            "name": "item"
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 1989,
                                                                            "end": 1997,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 57,
                                                                                "column": 57
                                                                              },
                                                                              "end": {
                                                                                "line": 57,
                                                                                "column": 65
                                                                              }
                                                                            },
                                                                            "name": "material"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 1998,
                                                                          "end": 2003,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 57,
                                                                              "column": 66
                                                                            },
                                                                            "end": {
                                                                              "line": 57,
                                                                              "column": 71
                                                                            }
                                                                          },
                                                                          "name": "color"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 2004,
                                                                        "end": 2010,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 57,
                                                                            "column": 72
                                                                          },
                                                                          "end": {
                                                                            "line": 57,
                                                                            "column": 78
                                                                          }
                                                                        },
                                                                        "name": "getHSL"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "arguments": []
                                                                  }
                                                                },
                                                                "kind": "init"
                                                              }
                                                            ]
                                                          },
                                                          {
                                                            "type": "Identifier",
                                                            "start": 2037,
                                                            "end": 2043,
                                                            "loc": {
                                                              "start": {
                                                                "line": 58,
                                                                "column": 23
                                                              },
                                                              "end": {
                                                                "line": 58,
                                                                "column": 29
                                                              }
                                                            },
                                                            "name": "values"
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  ]
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        "alternate": null
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2086,
                                        "end": 2109,
                                        "loc": {
                                          "start": {
                                            "line": 61,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 61,
                                            "column": 39
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2086,
                                          "end": 2108,
                                          "loc": {
                                            "start": {
                                              "line": 61,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 61,
                                              "column": 38
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2086,
                                            "end": 2101,
                                            "loc": {
                                              "start": {
                                                "line": 61,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 61,
                                                "column": 31
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2086,
                                              "end": 2090,
                                              "loc": {
                                                "start": {
                                                  "line": 61,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 61,
                                                  "column": 20
                                                }
                                              },
                                              "name": "item"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2091,
                                              "end": 2101,
                                              "loc": {
                                                "start": {
                                                  "line": 61,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 61,
                                                  "column": 31
                                                }
                                              },
                                              "name": "castShadow"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "Literal",
                                            "start": 2104,
                                            "end": 2108,
                                            "loc": {
                                              "start": {
                                                "line": 61,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 61,
                                                "column": 38
                                              }
                                            },
                                            "value": true,
                                            "rawValue": true,
                                            "raw": "true"
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2127,
                                        "end": 2153,
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 42
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2127,
                                          "end": 2152,
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 41
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2127,
                                            "end": 2145,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 34
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2127,
                                              "end": 2131,
                                              "loc": {
                                                "start": {
                                                  "line": 62,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 20
                                                }
                                              },
                                              "name": "item"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2132,
                                              "end": 2145,
                                              "loc": {
                                                "start": {
                                                  "line": 62,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 34
                                                }
                                              },
                                              "name": "receiveShadow"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "Literal",
                                            "start": 2148,
                                            "end": 2152,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 41
                                              }
                                            },
                                            "value": true,
                                            "rawValue": true,
                                            "raw": "true"
                                          }
                                        }
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 2173,
                                        "end": 3611,
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 17
                                          }
                                        },
                                        "test": {
                                          "type": "BinaryExpression",
                                          "start": 2177,
                                          "end": 2221,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 64
                                            }
                                          },
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2177,
                                            "end": 2190,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 33
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2177,
                                              "end": 2181,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 24
                                                }
                                              },
                                              "name": "item"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2182,
                                              "end": 2190,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 33
                                                }
                                              },
                                              "name": "material"
                                            },
                                            "computed": false
                                          },
                                          "operator": "instanceof",
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 2202,
                                            "end": 2221,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 64
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2202,
                                              "end": 2207,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 50
                                                }
                                              },
                                              "name": "THREE"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2208,
                                              "end": 2221,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 64
                                                }
                                              },
                                              "name": "MultiMaterial"
                                            },
                                            "computed": false
                                          }
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 2223,
                                          "end": 3127,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 66
                                            },
                                            "end": {
                                              "line": 86,
                                              "column": 17
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 2248,
                                              "end": 2268,
                                              "loc": {
                                                "start": {
                                                  "line": 66,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 66,
                                                  "column": 40
                                                }
                                              },
                                              "expression": {
                                                "type": "UnaryExpression",
                                                "start": 2248,
                                                "end": 2267,
                                                "loc": {
                                                  "start": {
                                                    "line": 66,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 66,
                                                    "column": 39
                                                  }
                                                },
                                                "operator": "delete",
                                                "prefix": true,
                                                "argument": {
                                                  "type": "MemberExpression",
                                                  "start": 2255,
                                                  "end": 2267,
                                                  "loc": {
                                                    "start": {
                                                      "line": 66,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 66,
                                                      "column": 39
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2255,
                                                    "end": 2261,
                                                    "loc": {
                                                      "start": {
                                                        "line": 66,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 66,
                                                        "column": 33
                                                      }
                                                    },
                                                    "name": "values"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2262,
                                                    "end": 2267,
                                                    "loc": {
                                                      "start": {
                                                        "line": 66,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 66,
                                                        "column": 39
                                                      }
                                                    },
                                                    "name": "color"
                                                  },
                                                  "computed": false
                                                }
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 2290,
                                              "end": 3106,
                                              "loc": {
                                                "start": {
                                                  "line": 67,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 84,
                                                  "column": 23
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 2290,
                                                "end": 3105,
                                                "loc": {
                                                  "start": {
                                                    "line": 67,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 84,
                                                    "column": 22
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 2290,
                                                  "end": 2313,
                                                  "loc": {
                                                    "start": {
                                                      "line": 67,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 67,
                                                      "column": 43
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 2290,
                                                    "end": 2303,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 33
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 2290,
                                                      "end": 2294,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 24
                                                        }
                                                      },
                                                      "name": "item"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2295,
                                                      "end": 2303,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 33
                                                        }
                                                      },
                                                      "name": "material"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2304,
                                                    "end": 2313,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 43
                                                      }
                                                    },
                                                    "name": "materials"
                                                  },
                                                  "computed": false
                                                },
                                                "right": {
                                                  "type": "CallExpression",
                                                  "start": 2316,
                                                  "end": 3105,
                                                  "loc": {
                                                    "start": {
                                                      "line": 67,
                                                      "column": 46
                                                    },
                                                    "end": {
                                                      "line": 84,
                                                      "column": 22
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 2316,
                                                    "end": 2343,
                                                    "loc": {
                                                      "start": {
                                                        "line": 67,
                                                        "column": 46
                                                      },
                                                      "end": {
                                                        "line": 67,
                                                        "column": 73
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 2316,
                                                      "end": 2339,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 46
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 69
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 2316,
                                                        "end": 2329,
                                                        "loc": {
                                                          "start": {
                                                            "line": 67,
                                                            "column": 46
                                                          },
                                                          "end": {
                                                            "line": 67,
                                                            "column": 59
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 2316,
                                                          "end": 2320,
                                                          "loc": {
                                                            "start": {
                                                              "line": 67,
                                                              "column": 46
                                                            },
                                                            "end": {
                                                              "line": 67,
                                                              "column": 50
                                                            }
                                                          },
                                                          "name": "item"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 2321,
                                                          "end": 2329,
                                                          "loc": {
                                                            "start": {
                                                              "line": 67,
                                                              "column": 51
                                                            },
                                                            "end": {
                                                              "line": 67,
                                                              "column": 59
                                                            }
                                                          },
                                                          "name": "material"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2330,
                                                        "end": 2339,
                                                        "loc": {
                                                          "start": {
                                                            "line": 67,
                                                            "column": 60
                                                          },
                                                          "end": {
                                                            "line": 67,
                                                            "column": 69
                                                          }
                                                        },
                                                        "name": "materials"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 2340,
                                                      "end": 2343,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 70
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 73
                                                        }
                                                      },
                                                      "name": "map"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "ArrowFunctionExpression",
                                                      "start": 2344,
                                                      "end": 3104,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 74
                                                        },
                                                        "end": {
                                                          "line": 84,
                                                          "column": 21
                                                        }
                                                      },
                                                      "id": null,
                                                      "generator": false,
                                                      "expression": false,
                                                      "async": false,
                                                      "params": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 2344,
                                                          "end": 2348,
                                                          "loc": {
                                                            "start": {
                                                              "line": 67,
                                                              "column": 74
                                                            },
                                                            "end": {
                                                              "line": 67,
                                                              "column": 78
                                                            }
                                                          },
                                                          "name": "item"
                                                        }
                                                      ],
                                                      "body": {
                                                        "type": "BlockStatement",
                                                        "start": 2352,
                                                        "end": 3104,
                                                        "loc": {
                                                          "start": {
                                                            "line": 67,
                                                            "column": 82
                                                          },
                                                          "end": {
                                                            "line": 84,
                                                            "column": 21
                                                          }
                                                        },
                                                        "body": [
                                                          {
                                                            "type": "VariableDeclaration",
                                                            "start": 2379,
                                                            "end": 2884,
                                                            "loc": {
                                                              "start": {
                                                                "line": 68,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 78,
                                                                "column": 27
                                                              }
                                                            },
                                                            "declarations": [
                                                              {
                                                                "type": "VariableDeclarator",
                                                                "start": 2383,
                                                                "end": 2883,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 68,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 78,
                                                                    "column": 26
                                                                  }
                                                                },
                                                                "id": {
                                                                  "type": "Identifier",
                                                                  "start": 2383,
                                                                  "end": 2391,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 68,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 68,
                                                                      "column": 36
                                                                    }
                                                                  },
                                                                  "name": "material"
                                                                },
                                                                "init": {
                                                                  "type": "NewExpression",
                                                                  "start": 2394,
                                                                  "end": 2883,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 68,
                                                                      "column": 39
                                                                    },
                                                                    "end": {
                                                                      "line": 78,
                                                                      "column": 26
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 2398,
                                                                    "end": 2424,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 68,
                                                                        "column": 43
                                                                      },
                                                                      "end": {
                                                                        "line": 68,
                                                                        "column": 69
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 2398,
                                                                      "end": 2403,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 68,
                                                                          "column": 43
                                                                        },
                                                                        "end": {
                                                                          "line": 68,
                                                                          "column": 48
                                                                        }
                                                                      },
                                                                      "name": "THREE"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 2404,
                                                                      "end": 2424,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 68,
                                                                          "column": 49
                                                                        },
                                                                        "end": {
                                                                          "line": 68,
                                                                          "column": 69
                                                                        }
                                                                      },
                                                                      "name": "MeshPhysicalMaterial"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": [
                                                                    {
                                                                      "type": "ObjectExpression",
                                                                      "start": 2425,
                                                                      "end": 2882,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 68,
                                                                          "column": 70
                                                                        },
                                                                        "end": {
                                                                          "line": 78,
                                                                          "column": 25
                                                                        }
                                                                      },
                                                                      "properties": [
                                                                        {
                                                                          "type": "Property",
                                                                          "start": 2456,
                                                                          "end": 2471,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 69,
                                                                              "column": 28
                                                                            },
                                                                            "end": {
                                                                              "line": 69,
                                                                              "column": 43
                                                                            }
                                                                          },
                                                                          "method": false,
                                                                          "shorthand": false,
                                                                          "computed": false,
                                                                          "key": {
                                                                            "type": "Identifier",
                                                                            "start": 2456,
                                                                            "end": 2468,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 69,
                                                                                "column": 28
                                                                              },
                                                                              "end": {
                                                                                "line": 69,
                                                                                "column": 40
                                                                              }
                                                                            },
                                                                            "name": "reflectivity"
                                                                          },
                                                                          "value": {
                                                                            "type": "Literal",
                                                                            "start": 2470,
                                                                            "end": 2471,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 69,
                                                                                "column": 42
                                                                              },
                                                                              "end": {
                                                                                "line": 69,
                                                                                "column": 43
                                                                              }
                                                                            },
                                                                            "value": 1,
                                                                            "rawValue": 1,
                                                                            "raw": "1"
                                                                          },
                                                                          "kind": "init"
                                                                        },
                                                                        {
                                                                          "type": "Property",
                                                                          "start": 2502,
                                                                          "end": 2512,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 70,
                                                                              "column": 28
                                                                            },
                                                                            "end": {
                                                                              "line": 70,
                                                                              "column": 38
                                                                            }
                                                                          },
                                                                          "method": false,
                                                                          "shorthand": false,
                                                                          "computed": false,
                                                                          "key": {
                                                                            "type": "Identifier",
                                                                            "start": 2502,
                                                                            "end": 2505,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 70,
                                                                                "column": 28
                                                                              },
                                                                              "end": {
                                                                                "line": 70,
                                                                                "column": 31
                                                                              }
                                                                            },
                                                                            "name": "fog"
                                                                          },
                                                                          "value": {
                                                                            "type": "Literal",
                                                                            "start": 2507,
                                                                            "end": 2512,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 70,
                                                                                "column": 33
                                                                              },
                                                                              "end": {
                                                                                "line": 70,
                                                                                "column": 38
                                                                              }
                                                                            },
                                                                            "value": false,
                                                                            "rawValue": false,
                                                                            "raw": "false"
                                                                          },
                                                                          "kind": "init"
                                                                        },
                                                                        {
                                                                          "type": "Property",
                                                                          "start": 2543,
                                                                          "end": 2562,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 71,
                                                                              "column": 28
                                                                            },
                                                                            "end": {
                                                                              "line": 71,
                                                                              "column": 47
                                                                            }
                                                                          },
                                                                          "method": false,
                                                                          "shorthand": false,
                                                                          "computed": false,
                                                                          "key": {
                                                                            "type": "Identifier",
                                                                            "start": 2543,
                                                                            "end": 2556,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 71,
                                                                                "column": 28
                                                                              },
                                                                              "end": {
                                                                                "line": 71,
                                                                                "column": 41
                                                                              }
                                                                            },
                                                                            "name": "polygonOffset"
                                                                          },
                                                                          "value": {
                                                                            "type": "Literal",
                                                                            "start": 2558,
                                                                            "end": 2562,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 71,
                                                                                "column": 43
                                                                              },
                                                                              "end": {
                                                                                "line": 71,
                                                                                "column": 47
                                                                              }
                                                                            },
                                                                            "value": true,
                                                                            "rawValue": true,
                                                                            "raw": "true"
                                                                          },
                                                                          "kind": "init"
                                                                        },
                                                                        {
                                                                          "type": "Property",
                                                                          "start": 2593,
                                                                          "end": 2615,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 72,
                                                                              "column": 28
                                                                            },
                                                                            "end": {
                                                                              "line": 72,
                                                                              "column": 50
                                                                            }
                                                                          },
                                                                          "method": false,
                                                                          "shorthand": false,
                                                                          "computed": false,
                                                                          "key": {
                                                                            "type": "Identifier",
                                                                            "start": 2593,
                                                                            "end": 2612,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 72,
                                                                                "column": 28
                                                                              },
                                                                              "end": {
                                                                                "line": 72,
                                                                                "column": 47
                                                                              }
                                                                            },
                                                                            "name": "polygonOffsetFactor"
                                                                          },
                                                                          "value": {
                                                                            "type": "Literal",
                                                                            "start": 2614,
                                                                            "end": 2615,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 72,
                                                                                "column": 49
                                                                              },
                                                                              "end": {
                                                                                "line": 72,
                                                                                "column": 50
                                                                              }
                                                                            },
                                                                            "value": 1,
                                                                            "rawValue": 1,
                                                                            "raw": "1"
                                                                          },
                                                                          "kind": "init"
                                                                        },
                                                                        {
                                                                          "type": "Property",
                                                                          "start": 2646,
                                                                          "end": 2667,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 73,
                                                                              "column": 28
                                                                            },
                                                                            "end": {
                                                                              "line": 73,
                                                                              "column": 49
                                                                            }
                                                                          },
                                                                          "method": false,
                                                                          "shorthand": false,
                                                                          "computed": false,
                                                                          "key": {
                                                                            "type": "Identifier",
                                                                            "start": 2646,
                                                                            "end": 2664,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 73,
                                                                                "column": 28
                                                                              },
                                                                              "end": {
                                                                                "line": 73,
                                                                                "column": 46
                                                                              }
                                                                            },
                                                                            "name": "polygonOffsetUnits"
                                                                          },
                                                                          "value": {
                                                                            "type": "Literal",
                                                                            "start": 2666,
                                                                            "end": 2667,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 73,
                                                                                "column": 48
                                                                              },
                                                                              "end": {
                                                                                "line": 73,
                                                                                "column": 49
                                                                              }
                                                                            },
                                                                            "value": 1,
                                                                            "rawValue": 1,
                                                                            "raw": "1"
                                                                          },
                                                                          "kind": "init"
                                                                        },
                                                                        {
                                                                          "type": "Property",
                                                                          "start": 2698,
                                                                          "end": 2715,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 74,
                                                                              "column": 28
                                                                            },
                                                                            "end": {
                                                                              "line": 74,
                                                                              "column": 45
                                                                            }
                                                                          },
                                                                          "method": false,
                                                                          "shorthand": false,
                                                                          "computed": false,
                                                                          "key": {
                                                                            "type": "Identifier",
                                                                            "start": 2698,
                                                                            "end": 2709,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 74,
                                                                                "column": 28
                                                                              },
                                                                              "end": {
                                                                                "line": 74,
                                                                                "column": 39
                                                                              }
                                                                            },
                                                                            "name": "transparent"
                                                                          },
                                                                          "value": {
                                                                            "type": "Literal",
                                                                            "start": 2711,
                                                                            "end": 2715,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 74,
                                                                                "column": 41
                                                                              },
                                                                              "end": {
                                                                                "line": 74,
                                                                                "column": 45
                                                                              }
                                                                            },
                                                                            "value": true,
                                                                            "rawValue": true,
                                                                            "raw": "true"
                                                                          },
                                                                          "kind": "init"
                                                                        },
                                                                        {
                                                                          "type": "Property",
                                                                          "start": 2746,
                                                                          "end": 2763,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 75,
                                                                              "column": 28
                                                                            },
                                                                            "end": {
                                                                              "line": 75,
                                                                              "column": 45
                                                                            }
                                                                          },
                                                                          "method": false,
                                                                          "shorthand": false,
                                                                          "computed": false,
                                                                          "key": {
                                                                            "type": "Identifier",
                                                                            "start": 2746,
                                                                            "end": 2751,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 75,
                                                                                "column": 28
                                                                              },
                                                                              "end": {
                                                                                "line": 75,
                                                                                "column": 33
                                                                              }
                                                                            },
                                                                            "name": "color"
                                                                          },
                                                                          "value": {
                                                                            "type": "MemberExpression",
                                                                            "start": 2753,
                                                                            "end": 2763,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 75,
                                                                                "column": 35
                                                                              },
                                                                              "end": {
                                                                                "line": 75,
                                                                                "column": 45
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "start": 2753,
                                                                              "end": 2757,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 75,
                                                                                  "column": 35
                                                                                },
                                                                                "end": {
                                                                                  "line": 75,
                                                                                  "column": 39
                                                                                }
                                                                              },
                                                                              "name": "item"
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 2758,
                                                                              "end": 2763,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 75,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 75,
                                                                                  "column": 45
                                                                                }
                                                                              },
                                                                              "name": "color"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "kind": "init"
                                                                        },
                                                                        {
                                                                          "type": "Property",
                                                                          "start": 2794,
                                                                          "end": 2815,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 76,
                                                                              "column": 28
                                                                            },
                                                                            "end": {
                                                                              "line": 76,
                                                                              "column": 49
                                                                            }
                                                                          },
                                                                          "method": false,
                                                                          "shorthand": false,
                                                                          "computed": false,
                                                                          "key": {
                                                                            "type": "Identifier",
                                                                            "start": 2794,
                                                                            "end": 2801,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 76,
                                                                                "column": 28
                                                                              },
                                                                              "end": {
                                                                                "line": 76,
                                                                                "column": 35
                                                                              }
                                                                            },
                                                                            "name": "opacity"
                                                                          },
                                                                          "value": {
                                                                            "type": "MemberExpression",
                                                                            "start": 2803,
                                                                            "end": 2815,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 76,
                                                                                "column": 37
                                                                              },
                                                                              "end": {
                                                                                "line": 76,
                                                                                "column": 49
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "start": 2803,
                                                                              "end": 2807,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 76,
                                                                                  "column": 37
                                                                                },
                                                                                "end": {
                                                                                  "line": 76,
                                                                                  "column": 41
                                                                                }
                                                                              },
                                                                              "name": "item"
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 2808,
                                                                              "end": 2815,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 76,
                                                                                  "column": 42
                                                                                },
                                                                                "end": {
                                                                                  "line": 76,
                                                                                  "column": 49
                                                                                }
                                                                              },
                                                                              "name": "opacity"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "kind": "init"
                                                                        },
                                                                        {
                                                                          "type": "SpreadProperty",
                                                                          "start": 2846,
                                                                          "end": 2855,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 77,
                                                                              "column": 28
                                                                            },
                                                                            "end": {
                                                                              "line": 77,
                                                                              "column": 37
                                                                            }
                                                                          },
                                                                          "argument": {
                                                                            "type": "Identifier",
                                                                            "start": 2849,
                                                                            "end": 2855,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 77,
                                                                                "column": 31
                                                                              },
                                                                              "end": {
                                                                                "line": 77,
                                                                                "column": 37
                                                                              }
                                                                            },
                                                                            "name": "values"
                                                                          }
                                                                        }
                                                                      ]
                                                                    }
                                                                  ]
                                                                }
                                                              }
                                                            ],
                                                            "kind": "let"
                                                          },
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 2912,
                                                            "end": 2938,
                                                            "loc": {
                                                              "start": {
                                                                "line": 80,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 80,
                                                                "column": 50
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "AssignmentExpression",
                                                              "start": 2912,
                                                              "end": 2937,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 80,
                                                                  "column": 24
                                                                },
                                                                "end": {
                                                                  "line": 80,
                                                                  "column": 49
                                                                }
                                                              },
                                                              "operator": "=",
                                                              "left": {
                                                                "type": "MemberExpression",
                                                                "start": 2912,
                                                                "end": 2925,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 80,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 80,
                                                                    "column": 37
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 2912,
                                                                  "end": 2920,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 80,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 80,
                                                                      "column": 32
                                                                    }
                                                                  },
                                                                  "name": "material"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2921,
                                                                  "end": 2925,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 80,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 80,
                                                                      "column": 37
                                                                    }
                                                                  },
                                                                  "name": "meta"
                                                                },
                                                                "computed": false
                                                              },
                                                              "right": {
                                                                "type": "MemberExpression",
                                                                "start": 2928,
                                                                "end": 2937,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 80,
                                                                    "column": 40
                                                                  },
                                                                  "end": {
                                                                    "line": 80,
                                                                    "column": 49
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 2928,
                                                                  "end": 2932,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 80,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 80,
                                                                      "column": 44
                                                                    }
                                                                  },
                                                                  "name": "item"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2933,
                                                                  "end": 2937,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 80,
                                                                      "column": 45
                                                                    },
                                                                    "end": {
                                                                      "line": 80,
                                                                      "column": 49
                                                                    }
                                                                  },
                                                                  "name": "meta"
                                                                },
                                                                "computed": false
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 2964,
                                                            "end": 2994,
                                                            "loc": {
                                                              "start": {
                                                                "line": 81,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 81,
                                                                "column": 54
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "AssignmentExpression",
                                                              "start": 2964,
                                                              "end": 2993,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 81,
                                                                  "column": 24
                                                                },
                                                                "end": {
                                                                  "line": 81,
                                                                  "column": 53
                                                                }
                                                              },
                                                              "operator": "=",
                                                              "left": {
                                                                "type": "MemberExpression",
                                                                "start": 2964,
                                                                "end": 2979,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 81,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 81,
                                                                    "column": 39
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 2964,
                                                                  "end": 2972,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 81,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 81,
                                                                      "column": 32
                                                                    }
                                                                  },
                                                                  "name": "material"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2973,
                                                                  "end": 2979,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 81,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 81,
                                                                      "column": 39
                                                                    }
                                                                  },
                                                                  "name": "parent"
                                                                },
                                                                "computed": false
                                                              },
                                                              "right": {
                                                                "type": "MemberExpression",
                                                                "start": 2982,
                                                                "end": 2993,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 81,
                                                                    "column": 42
                                                                  },
                                                                  "end": {
                                                                    "line": 81,
                                                                    "column": 53
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 2982,
                                                                  "end": 2986,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 81,
                                                                      "column": 42
                                                                    },
                                                                    "end": {
                                                                      "line": 81,
                                                                      "column": 46
                                                                    }
                                                                  },
                                                                  "name": "item"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2987,
                                                                  "end": 2993,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 81,
                                                                      "column": 47
                                                                    },
                                                                    "end": {
                                                                      "line": 81,
                                                                      "column": 53
                                                                    }
                                                                  },
                                                                  "name": "parent"
                                                                },
                                                                "computed": false
                                                              }
                                                            }
                                                          },
                                                          {
                                                            "type": "ExpressionStatement",
                                                            "start": 3020,
                                                            "end": 3039,
                                                            "loc": {
                                                              "start": {
                                                                "line": 82,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 82,
                                                                "column": 43
                                                              }
                                                            },
                                                            "expression": {
                                                              "type": "CallExpression",
                                                              "start": 3020,
                                                              "end": 3038,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 82,
                                                                  "column": 24
                                                                },
                                                                "end": {
                                                                  "line": 82,
                                                                  "column": 42
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 3020,
                                                                "end": 3036,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 82,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 82,
                                                                    "column": 40
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 3020,
                                                                  "end": 3028,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 82,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 82,
                                                                      "column": 32
                                                                    }
                                                                  },
                                                                  "name": "material"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 3029,
                                                                  "end": 3036,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 82,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 82,
                                                                      "column": 40
                                                                    }
                                                                  },
                                                                  "name": "dispose"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": []
                                                            }
                                                          },
                                                          {
                                                            "type": "ReturnStatement",
                                                            "start": 3065,
                                                            "end": 3081,
                                                            "loc": {
                                                              "start": {
                                                                "line": 83,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 83,
                                                                "column": 40
                                                              }
                                                            },
                                                            "argument": {
                                                              "type": "Identifier",
                                                              "start": 3072,
                                                              "end": 3080,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 83,
                                                                  "column": 31
                                                                },
                                                                "end": {
                                                                  "line": 83,
                                                                  "column": 39
                                                                }
                                                              },
                                                              "name": "material"
                                                            }
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  ]
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        "alternate": {
                                          "type": "BlockStatement",
                                          "start": 3133,
                                          "end": 3611,
                                          "loc": {
                                            "start": {
                                              "line": 86,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 99,
                                              "column": 17
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 3158,
                                              "end": 3590,
                                              "loc": {
                                                "start": {
                                                  "line": 88,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 97,
                                                  "column": 23
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 3158,
                                                "end": 3589,
                                                "loc": {
                                                  "start": {
                                                    "line": 88,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 97,
                                                    "column": 22
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 3158,
                                                  "end": 3171,
                                                  "loc": {
                                                    "start": {
                                                      "line": 88,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 88,
                                                      "column": 33
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3158,
                                                    "end": 3162,
                                                    "loc": {
                                                      "start": {
                                                        "line": 88,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 88,
                                                        "column": 24
                                                      }
                                                    },
                                                    "name": "item"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3163,
                                                    "end": 3171,
                                                    "loc": {
                                                      "start": {
                                                        "line": 88,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 88,
                                                        "column": 33
                                                      }
                                                    },
                                                    "name": "material"
                                                  },
                                                  "computed": false
                                                },
                                                "right": {
                                                  "type": "NewExpression",
                                                  "start": 3174,
                                                  "end": 3589,
                                                  "loc": {
                                                    "start": {
                                                      "line": 88,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 97,
                                                      "column": 22
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 3178,
                                                    "end": 3204,
                                                    "loc": {
                                                      "start": {
                                                        "line": 88,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 88,
                                                        "column": 66
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 3178,
                                                      "end": 3183,
                                                      "loc": {
                                                        "start": {
                                                          "line": 88,
                                                          "column": 40
                                                        },
                                                        "end": {
                                                          "line": 88,
                                                          "column": 45
                                                        }
                                                      },
                                                      "name": "THREE"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3184,
                                                      "end": 3204,
                                                      "loc": {
                                                        "start": {
                                                          "line": 88,
                                                          "column": 46
                                                        },
                                                        "end": {
                                                          "line": 88,
                                                          "column": 66
                                                        }
                                                      },
                                                      "name": "MeshPhysicalMaterial"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "ObjectExpression",
                                                      "start": 3205,
                                                      "end": 3588,
                                                      "loc": {
                                                        "start": {
                                                          "line": 88,
                                                          "column": 67
                                                        },
                                                        "end": {
                                                          "line": 97,
                                                          "column": 21
                                                        }
                                                      },
                                                      "properties": [
                                                        {
                                                          "type": "Property",
                                                          "start": 3232,
                                                          "end": 3247,
                                                          "loc": {
                                                            "start": {
                                                              "line": 89,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 89,
                                                              "column": 39
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": false,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 3232,
                                                            "end": 3244,
                                                            "loc": {
                                                              "start": {
                                                                "line": 89,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 89,
                                                                "column": 36
                                                              }
                                                            },
                                                            "name": "reflectivity"
                                                          },
                                                          "value": {
                                                            "type": "Literal",
                                                            "start": 3246,
                                                            "end": 3247,
                                                            "loc": {
                                                              "start": {
                                                                "line": 89,
                                                                "column": 38
                                                              },
                                                              "end": {
                                                                "line": 89,
                                                                "column": 39
                                                              }
                                                            },
                                                            "value": 1,
                                                            "rawValue": 1,
                                                            "raw": "1"
                                                          },
                                                          "kind": "init"
                                                        },
                                                        {
                                                          "type": "Property",
                                                          "start": 3274,
                                                          "end": 3284,
                                                          "loc": {
                                                            "start": {
                                                              "line": 90,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 90,
                                                              "column": 34
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": false,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 3274,
                                                            "end": 3277,
                                                            "loc": {
                                                              "start": {
                                                                "line": 90,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 90,
                                                                "column": 27
                                                              }
                                                            },
                                                            "name": "fog"
                                                          },
                                                          "value": {
                                                            "type": "Literal",
                                                            "start": 3279,
                                                            "end": 3284,
                                                            "loc": {
                                                              "start": {
                                                                "line": 90,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 90,
                                                                "column": 34
                                                              }
                                                            },
                                                            "value": false,
                                                            "rawValue": false,
                                                            "raw": "false"
                                                          },
                                                          "kind": "init"
                                                        },
                                                        {
                                                          "type": "Property",
                                                          "start": 3311,
                                                          "end": 3330,
                                                          "loc": {
                                                            "start": {
                                                              "line": 91,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 91,
                                                              "column": 43
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": false,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 3311,
                                                            "end": 3324,
                                                            "loc": {
                                                              "start": {
                                                                "line": 91,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 91,
                                                                "column": 37
                                                              }
                                                            },
                                                            "name": "polygonOffset"
                                                          },
                                                          "value": {
                                                            "type": "Literal",
                                                            "start": 3326,
                                                            "end": 3330,
                                                            "loc": {
                                                              "start": {
                                                                "line": 91,
                                                                "column": 39
                                                              },
                                                              "end": {
                                                                "line": 91,
                                                                "column": 43
                                                              }
                                                            },
                                                            "value": true,
                                                            "rawValue": true,
                                                            "raw": "true"
                                                          },
                                                          "kind": "init"
                                                        },
                                                        {
                                                          "type": "Property",
                                                          "start": 3357,
                                                          "end": 3379,
                                                          "loc": {
                                                            "start": {
                                                              "line": 92,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 92,
                                                              "column": 46
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": false,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 3357,
                                                            "end": 3376,
                                                            "loc": {
                                                              "start": {
                                                                "line": 92,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 92,
                                                                "column": 43
                                                              }
                                                            },
                                                            "name": "polygonOffsetFactor"
                                                          },
                                                          "value": {
                                                            "type": "Literal",
                                                            "start": 3378,
                                                            "end": 3379,
                                                            "loc": {
                                                              "start": {
                                                                "line": 92,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 92,
                                                                "column": 46
                                                              }
                                                            },
                                                            "value": 1,
                                                            "rawValue": 1,
                                                            "raw": "1"
                                                          },
                                                          "kind": "init"
                                                        },
                                                        {
                                                          "type": "Property",
                                                          "start": 3406,
                                                          "end": 3427,
                                                          "loc": {
                                                            "start": {
                                                              "line": 93,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 93,
                                                              "column": 45
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": false,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 3406,
                                                            "end": 3424,
                                                            "loc": {
                                                              "start": {
                                                                "line": 93,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 93,
                                                                "column": 42
                                                              }
                                                            },
                                                            "name": "polygonOffsetUnits"
                                                          },
                                                          "value": {
                                                            "type": "Literal",
                                                            "start": 3426,
                                                            "end": 3427,
                                                            "loc": {
                                                              "start": {
                                                                "line": 93,
                                                                "column": 44
                                                              },
                                                              "end": {
                                                                "line": 93,
                                                                "column": 45
                                                              }
                                                            },
                                                            "value": 1,
                                                            "rawValue": 1,
                                                            "raw": "1"
                                                          },
                                                          "kind": "init"
                                                        },
                                                        {
                                                          "type": "Property",
                                                          "start": 3454,
                                                          "end": 3471,
                                                          "loc": {
                                                            "start": {
                                                              "line": 94,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 94,
                                                              "column": 41
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": false,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 3454,
                                                            "end": 3465,
                                                            "loc": {
                                                              "start": {
                                                                "line": 94,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 94,
                                                                "column": 35
                                                              }
                                                            },
                                                            "name": "transparent"
                                                          },
                                                          "value": {
                                                            "type": "Literal",
                                                            "start": 3467,
                                                            "end": 3471,
                                                            "loc": {
                                                              "start": {
                                                                "line": 94,
                                                                "column": 37
                                                              },
                                                              "end": {
                                                                "line": 94,
                                                                "column": 41
                                                              }
                                                            },
                                                            "value": true,
                                                            "rawValue": true,
                                                            "raw": "true"
                                                          },
                                                          "kind": "init"
                                                        },
                                                        {
                                                          "type": "Property",
                                                          "start": 3498,
                                                          "end": 3528,
                                                          "loc": {
                                                            "start": {
                                                              "line": 95,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 95,
                                                              "column": 54
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": false,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 3498,
                                                            "end": 3505,
                                                            "loc": {
                                                              "start": {
                                                                "line": 95,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 95,
                                                                "column": 31
                                                              }
                                                            },
                                                            "name": "opacity"
                                                          },
                                                          "value": {
                                                            "type": "MemberExpression",
                                                            "start": 3507,
                                                            "end": 3528,
                                                            "loc": {
                                                              "start": {
                                                                "line": 95,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 95,
                                                                "column": 54
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 3507,
                                                              "end": 3520,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 95,
                                                                  "column": 33
                                                                },
                                                                "end": {
                                                                  "line": 95,
                                                                  "column": 46
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 3507,
                                                                "end": 3511,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 95,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 95,
                                                                    "column": 37
                                                                  }
                                                                },
                                                                "name": "item"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 3512,
                                                                "end": 3520,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 95,
                                                                    "column": 38
                                                                  },
                                                                  "end": {
                                                                    "line": 95,
                                                                    "column": 46
                                                                  }
                                                                },
                                                                "name": "material"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3521,
                                                              "end": 3528,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 95,
                                                                  "column": 47
                                                                },
                                                                "end": {
                                                                  "line": 95,
                                                                  "column": 54
                                                                }
                                                              },
                                                              "name": "opacity"
                                                            },
                                                            "computed": false
                                                          },
                                                          "kind": "init"
                                                        },
                                                        {
                                                          "type": "SpreadProperty",
                                                          "start": 3555,
                                                          "end": 3564,
                                                          "loc": {
                                                            "start": {
                                                              "line": 96,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 96,
                                                              "column": 33
                                                            }
                                                          },
                                                          "argument": {
                                                            "type": "Identifier",
                                                            "start": 3558,
                                                            "end": 3564,
                                                            "loc": {
                                                              "start": {
                                                                "line": 96,
                                                                "column": 27
                                                              },
                                                              "end": {
                                                                "line": 96,
                                                                "column": 33
                                                              }
                                                            },
                                                            "name": "values"
                                                          }
                                                        }
                                                      ]
                                                    }
                                                  ]
                                                }
                                              }
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  },
                                  "alternate": {
                                    "type": "IfStatement",
                                    "start": 3634,
                                    "end": 4107,
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 112,
                                        "column": 13
                                      }
                                    },
                                    "test": {
                                      "type": "BinaryExpression",
                                      "start": 3638,
                                      "end": 3666,
                                      "loc": {
                                        "start": {
                                          "line": 101,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 101,
                                          "column": 51
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 3638,
                                        "end": 3647,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3638,
                                          "end": 3642,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 27
                                            }
                                          },
                                          "name": "item"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3643,
                                          "end": 3647,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 32
                                            }
                                          },
                                          "name": "type"
                                        },
                                        "computed": false
                                      },
                                      "operator": "===",
                                      "right": {
                                        "type": "Literal",
                                        "start": 3652,
                                        "end": 3666,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 51
                                          }
                                        },
                                        "value": "LineSegments",
                                        "rawValue": "LineSegments",
                                        "raw": "'LineSegments'"
                                      }
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 3668,
                                      "end": 4107,
                                      "loc": {
                                        "start": {
                                          "line": 101,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 112,
                                          "column": 13
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "IfStatement",
                                          "start": 3687,
                                          "end": 4092,
                                          "loc": {
                                            "start": {
                                              "line": 102,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 111,
                                              "column": 17
                                            }
                                          },
                                          "test": {
                                            "type": "MemberExpression",
                                            "start": 3691,
                                            "end": 3709,
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3691,
                                              "end": 3703,
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 32
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 3691,
                                                "end": 3695,
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3696,
                                                "end": 3703,
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 32
                                                  }
                                                },
                                                "name": "options"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3704,
                                              "end": 3709,
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 38
                                                }
                                              },
                                              "name": "edges"
                                            },
                                            "computed": false
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 3711,
                                            "end": 4029,
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 17
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "IfStatement",
                                                "start": 3736,
                                                "end": 4010,
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 108,
                                                    "column": 21
                                                  }
                                                },
                                                "test": {
                                                  "type": "BinaryExpression",
                                                  "start": 3740,
                                                  "end": 3784,
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 104,
                                                      "column": 68
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "MemberExpression",
                                                    "start": 3740,
                                                    "end": 3753,
                                                    "loc": {
                                                      "start": {
                                                        "line": 104,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 104,
                                                        "column": 37
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 3740,
                                                      "end": 3744,
                                                      "loc": {
                                                        "start": {
                                                          "line": 104,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 104,
                                                          "column": 28
                                                        }
                                                      },
                                                      "name": "item"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3745,
                                                      "end": 3753,
                                                      "loc": {
                                                        "start": {
                                                          "line": 104,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 104,
                                                          "column": 37
                                                        }
                                                      },
                                                      "name": "material"
                                                    },
                                                    "computed": false
                                                  },
                                                  "operator": "instanceof",
                                                  "right": {
                                                    "type": "MemberExpression",
                                                    "start": 3765,
                                                    "end": 3784,
                                                    "loc": {
                                                      "start": {
                                                        "line": 104,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 104,
                                                        "column": 68
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 3765,
                                                      "end": 3770,
                                                      "loc": {
                                                        "start": {
                                                          "line": 104,
                                                          "column": 49
                                                        },
                                                        "end": {
                                                          "line": 104,
                                                          "column": 54
                                                        }
                                                      },
                                                      "name": "THREE"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3771,
                                                      "end": 3784,
                                                      "loc": {
                                                        "start": {
                                                          "line": 104,
                                                          "column": 55
                                                        },
                                                        "end": {
                                                          "line": 104,
                                                          "column": 68
                                                        }
                                                      },
                                                      "name": "MultiMaterial"
                                                    },
                                                    "computed": false
                                                  }
                                                },
                                                "consequent": {
                                                  "type": "BlockStatement",
                                                  "start": 3786,
                                                  "end": 3911,
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 70
                                                    },
                                                    "end": {
                                                      "line": 106,
                                                      "column": 21
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "start": 3813,
                                                      "end": 3888,
                                                      "loc": {
                                                        "start": {
                                                          "line": 105,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 105,
                                                          "column": 99
                                                        }
                                                      },
                                                      "expression": {
                                                        "type": "CallExpression",
                                                        "start": 3813,
                                                        "end": 3887,
                                                        "loc": {
                                                          "start": {
                                                            "line": 105,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 105,
                                                            "column": 98
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 3813,
                                                          "end": 3844,
                                                          "loc": {
                                                            "start": {
                                                              "line": 105,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 105,
                                                              "column": 55
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 3813,
                                                            "end": 3836,
                                                            "loc": {
                                                              "start": {
                                                                "line": 105,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 105,
                                                                "column": 47
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 3813,
                                                              "end": 3826,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 105,
                                                                  "column": 24
                                                                },
                                                                "end": {
                                                                  "line": 105,
                                                                  "column": 37
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 3813,
                                                                "end": 3817,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 105,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 105,
                                                                    "column": 28
                                                                  }
                                                                },
                                                                "name": "item"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 3818,
                                                                "end": 3826,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 105,
                                                                    "column": 29
                                                                  },
                                                                  "end": {
                                                                    "line": 105,
                                                                    "column": 37
                                                                  }
                                                                },
                                                                "name": "material"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3827,
                                                              "end": 3836,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 105,
                                                                  "column": 38
                                                                },
                                                                "end": {
                                                                  "line": 105,
                                                                  "column": 47
                                                                }
                                                              },
                                                              "name": "materials"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3837,
                                                            "end": 3844,
                                                            "loc": {
                                                              "start": {
                                                                "line": 105,
                                                                "column": 48
                                                              },
                                                              "end": {
                                                                "line": 105,
                                                                "column": 55
                                                              }
                                                            },
                                                            "name": "forEach"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "ArrowFunctionExpression",
                                                            "start": 3845,
                                                            "end": 3886,
                                                            "loc": {
                                                              "start": {
                                                                "line": 105,
                                                                "column": 56
                                                              },
                                                              "end": {
                                                                "line": 105,
                                                                "column": 97
                                                              }
                                                            },
                                                            "id": null,
                                                            "generator": false,
                                                            "expression": true,
                                                            "async": false,
                                                            "params": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 3845,
                                                                "end": 3849,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 105,
                                                                    "column": 56
                                                                  },
                                                                  "end": {
                                                                    "line": 105,
                                                                    "column": 60
                                                                  }
                                                                },
                                                                "name": "item"
                                                              }
                                                            ],
                                                            "body": {
                                                              "type": "AssignmentExpression",
                                                              "start": 3853,
                                                              "end": 3886,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 105,
                                                                  "column": 64
                                                                },
                                                                "end": {
                                                                  "line": 105,
                                                                  "column": 97
                                                                }
                                                              },
                                                              "operator": "=",
                                                              "left": {
                                                                "type": "MemberExpression",
                                                                "start": 3853,
                                                                "end": 3865,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 105,
                                                                    "column": 64
                                                                  },
                                                                  "end": {
                                                                    "line": 105,
                                                                    "column": 76
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 3853,
                                                                  "end": 3857,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 105,
                                                                      "column": 64
                                                                    },
                                                                    "end": {
                                                                      "line": 105,
                                                                      "column": 68
                                                                    }
                                                                  },
                                                                  "name": "item"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 3858,
                                                                  "end": 3865,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 105,
                                                                      "column": 69
                                                                    },
                                                                    "end": {
                                                                      "line": 105,
                                                                      "column": 76
                                                                    }
                                                                  },
                                                                  "name": "opacity"
                                                                },
                                                                "computed": false
                                                              },
                                                              "right": {
                                                                "type": "MemberExpression",
                                                                "start": 3868,
                                                                "end": 3886,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 105,
                                                                    "column": 79
                                                                  },
                                                                  "end": {
                                                                    "line": 105,
                                                                    "column": 97
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "start": 3868,
                                                                  "end": 3880,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 105,
                                                                      "column": 79
                                                                    },
                                                                    "end": {
                                                                      "line": 105,
                                                                      "column": 91
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "ThisExpression",
                                                                    "start": 3868,
                                                                    "end": 3872,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 105,
                                                                        "column": 79
                                                                      },
                                                                      "end": {
                                                                        "line": 105,
                                                                        "column": 83
                                                                      }
                                                                    }
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 3873,
                                                                    "end": 3880,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 105,
                                                                        "column": 84
                                                                      },
                                                                      "end": {
                                                                        "line": 105,
                                                                        "column": 91
                                                                      }
                                                                    },
                                                                    "name": "options"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 3881,
                                                                  "end": 3886,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 105,
                                                                      "column": 92
                                                                    },
                                                                    "end": {
                                                                      "line": 105,
                                                                      "column": 97
                                                                    }
                                                                  },
                                                                  "name": "edges"
                                                                },
                                                                "computed": false
                                                              }
                                                            }
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  ]
                                                },
                                                "alternate": {
                                                  "type": "BlockStatement",
                                                  "start": 3917,
                                                  "end": 4010,
                                                  "loc": {
                                                    "start": {
                                                      "line": 106,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 108,
                                                      "column": 21
                                                    }
                                                  },
                                                  "body": [
                                                    {
                                                      "type": "ExpressionStatement",
                                                      "start": 3944,
                                                      "end": 3987,
                                                      "loc": {
                                                        "start": {
                                                          "line": 107,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 107,
                                                          "column": 67
                                                        }
                                                      },
                                                      "expression": {
                                                        "type": "AssignmentExpression",
                                                        "start": 3944,
                                                        "end": 3986,
                                                        "loc": {
                                                          "start": {
                                                            "line": 107,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 107,
                                                            "column": 66
                                                          }
                                                        },
                                                        "operator": "=",
                                                        "left": {
                                                          "type": "MemberExpression",
                                                          "start": 3944,
                                                          "end": 3965,
                                                          "loc": {
                                                            "start": {
                                                              "line": 107,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 107,
                                                              "column": 45
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 3944,
                                                            "end": 3957,
                                                            "loc": {
                                                              "start": {
                                                                "line": 107,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 107,
                                                                "column": 37
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 3944,
                                                              "end": 3948,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 107,
                                                                  "column": 24
                                                                },
                                                                "end": {
                                                                  "line": 107,
                                                                  "column": 28
                                                                }
                                                              },
                                                              "name": "item"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3949,
                                                              "end": 3957,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 107,
                                                                  "column": 29
                                                                },
                                                                "end": {
                                                                  "line": 107,
                                                                  "column": 37
                                                                }
                                                              },
                                                              "name": "material"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3958,
                                                            "end": 3965,
                                                            "loc": {
                                                              "start": {
                                                                "line": 107,
                                                                "column": 38
                                                              },
                                                              "end": {
                                                                "line": 107,
                                                                "column": 45
                                                              }
                                                            },
                                                            "name": "opacity"
                                                          },
                                                          "computed": false
                                                        },
                                                        "right": {
                                                          "type": "MemberExpression",
                                                          "start": 3968,
                                                          "end": 3986,
                                                          "loc": {
                                                            "start": {
                                                              "line": 107,
                                                              "column": 48
                                                            },
                                                            "end": {
                                                              "line": 107,
                                                              "column": 66
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 3968,
                                                            "end": 3980,
                                                            "loc": {
                                                              "start": {
                                                                "line": 107,
                                                                "column": 48
                                                              },
                                                              "end": {
                                                                "line": 107,
                                                                "column": 60
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 3968,
                                                              "end": 3972,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 107,
                                                                  "column": 48
                                                                },
                                                                "end": {
                                                                  "line": 107,
                                                                  "column": 52
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 3973,
                                                              "end": 3980,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 107,
                                                                  "column": 53
                                                                },
                                                                "end": {
                                                                  "line": 107,
                                                                  "column": 60
                                                                }
                                                              },
                                                              "name": "options"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3981,
                                                            "end": 3986,
                                                            "loc": {
                                                              "start": {
                                                                "line": 107,
                                                                "column": 61
                                                              },
                                                              "end": {
                                                                "line": 107,
                                                                "column": 66
                                                              }
                                                            },
                                                            "name": "edges"
                                                          },
                                                          "computed": false
                                                        }
                                                      }
                                                    }
                                                  ]
                                                }
                                              }
                                            ]
                                          },
                                          "alternate": {
                                            "type": "BlockStatement",
                                            "start": 4035,
                                            "end": 4092,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 111,
                                                "column": 17
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 4058,
                                                "end": 4073,
                                                "loc": {
                                                  "start": {
                                                    "line": 110,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 110,
                                                    "column": 35
                                                  }
                                                },
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "start": 4058,
                                                  "end": 4072,
                                                  "loc": {
                                                    "start": {
                                                      "line": 110,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 110,
                                                      "column": 34
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 4058,
                                                    "end": 4070,
                                                    "loc": {
                                                      "start": {
                                                        "line": 110,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 110,
                                                        "column": 32
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 4058,
                                                      "end": 4062,
                                                      "loc": {
                                                        "start": {
                                                          "line": 110,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 110,
                                                          "column": 24
                                                        }
                                                      },
                                                      "name": "item"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4063,
                                                      "end": 4070,
                                                      "loc": {
                                                        "start": {
                                                          "line": 110,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 110,
                                                          "column": 32
                                                        }
                                                      },
                                                      "name": "destroy"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": []
                                                }
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    },
                                    "alternate": null
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4132,
                      "end": 4146,
                      "loc": {
                        "start": {
                          "line": 115,
                          "column": 8
                        },
                        "end": {
                          "line": 115,
                          "column": 22
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4132,
                        "end": 4145,
                        "loc": {
                          "start": {
                            "line": 115,
                            "column": 8
                          },
                          "end": {
                            "line": 115,
                            "column": 21
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4132,
                          "end": 4143,
                          "loc": {
                            "start": {
                              "line": 115,
                              "column": 8
                            },
                            "end": {
                              "line": 115,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4132,
                            "end": 4136,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 8
                              },
                              "end": {
                                "line": 115,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4137,
                            "end": 4143,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 13
                              },
                              "end": {
                                "line": 115,
                                "column": 19
                              }
                            },
                            "name": "update"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 4161,
              "end": 6881,
              "loc": {
                "start": {
                  "line": 118,
                  "column": 4
                },
                "end": {
                  "line": 172,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 4161,
                "end": 4167,
                "loc": {
                  "start": {
                    "line": 118,
                    "column": 4
                  },
                  "end": {
                    "line": 118,
                    "column": 10
                  }
                },
                "name": "update"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 4167,
                "end": 6881,
                "loc": {
                  "start": {
                    "line": 118,
                    "column": 10
                  },
                  "end": {
                    "line": 172,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 4170,
                  "end": 6881,
                  "loc": {
                    "start": {
                      "line": 118,
                      "column": 13
                    },
                    "end": {
                      "line": 172,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 4183,
                      "end": 6874,
                      "loc": {
                        "start": {
                          "line": 120,
                          "column": 8
                        },
                        "end": {
                          "line": 171,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 4183,
                        "end": 6874,
                        "loc": {
                          "start": {
                            "line": 120,
                            "column": 8
                          },
                          "end": {
                            "line": 171,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 4183,
                          "end": 4204,
                          "loc": {
                            "start": {
                              "line": 120,
                              "column": 8
                            },
                            "end": {
                              "line": 120,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 4183,
                            "end": 4199,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 8
                              },
                              "end": {
                                "line": 120,
                                "column": 24
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 4183,
                              "end": 4197,
                              "loc": {
                                "start": {
                                  "line": 120,
                                  "column": 8
                                },
                                "end": {
                                  "line": 120,
                                  "column": 22
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 4183,
                                "end": 4187,
                                "loc": {
                                  "start": {
                                    "line": 120,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 120,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 4188,
                                "end": 4197,
                                "loc": {
                                  "start": {
                                    "line": 120,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 120,
                                    "column": 22
                                  }
                                },
                                "name": "viewFound"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4200,
                            "end": 4204,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 25
                              },
                              "end": {
                                "line": 120,
                                "column": 29
                              }
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 4206,
                            "end": 6873,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 31
                              },
                              "end": {
                                "line": 171,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "BlockStatement",
                              "start": 4212,
                              "end": 6873,
                              "loc": {
                                "start": {
                                  "line": 120,
                                  "column": 37
                                },
                                "end": {
                                  "line": 171,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4229,
                                  "end": 4268,
                                  "loc": {
                                    "start": {
                                      "line": 122,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 122,
                                      "column": 51
                                    }
                                  },
                                  "expression": {
                                    "type": "LogicalExpression",
                                    "start": 4229,
                                    "end": 4267,
                                    "loc": {
                                      "start": {
                                        "line": 122,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 122,
                                        "column": 50
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4229,
                                      "end": 4241,
                                      "loc": {
                                        "start": {
                                          "line": 122,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 122,
                                          "column": 24
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 4229,
                                        "end": 4233,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4234,
                                        "end": 4241,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 24
                                          }
                                        },
                                        "name": "_lights"
                                      },
                                      "computed": false
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 4245,
                                      "end": 4267,
                                      "loc": {
                                        "start": {
                                          "line": 122,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 122,
                                          "column": 50
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 4245,
                                        "end": 4265,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 48
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 4245,
                                          "end": 4257,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 40
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 4245,
                                            "end": 4249,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 32
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4250,
                                            "end": 4257,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 40
                                              }
                                            },
                                            "name": "_lights"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4258,
                                          "end": 4265,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 48
                                            }
                                          },
                                          "name": "destroy"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4282,
                                  "end": 4319,
                                  "loc": {
                                    "start": {
                                      "line": 123,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 123,
                                      "column": 49
                                    }
                                  },
                                  "expression": {
                                    "type": "LogicalExpression",
                                    "start": 4282,
                                    "end": 4318,
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 48
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4282,
                                      "end": 4293,
                                      "loc": {
                                        "start": {
                                          "line": 123,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 123,
                                          "column": 23
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 4282,
                                        "end": 4286,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4287,
                                        "end": 4293,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 23
                                          }
                                        },
                                        "name": "_stage"
                                      },
                                      "computed": false
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 4297,
                                      "end": 4318,
                                      "loc": {
                                        "start": {
                                          "line": 123,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 123,
                                          "column": 48
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 4297,
                                        "end": 4316,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 46
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 4297,
                                          "end": 4308,
                                          "loc": {
                                            "start": {
                                              "line": 123,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 123,
                                              "column": 38
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 4297,
                                            "end": 4301,
                                            "loc": {
                                              "start": {
                                                "line": 123,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 123,
                                                "column": 31
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4302,
                                            "end": 4308,
                                            "loc": {
                                              "start": {
                                                "line": 123,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 123,
                                                "column": 38
                                              }
                                            },
                                            "name": "_stage"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4309,
                                          "end": 4316,
                                          "loc": {
                                            "start": {
                                              "line": 123,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 123,
                                              "column": 46
                                            }
                                          },
                                          "name": "destroy"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4335,
                                  "end": 4363,
                                  "loc": {
                                    "start": {
                                      "line": 125,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 125,
                                      "column": 40
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4335,
                                    "end": 4362,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 39
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4335,
                                      "end": 4346,
                                      "loc": {
                                        "start": {
                                          "line": 125,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 125,
                                          "column": 23
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 4335,
                                        "end": 4339,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4340,
                                        "end": 4346,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 23
                                          }
                                        },
                                        "name": "_stage"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "NewExpression",
                                      "start": 4349,
                                      "end": 4362,
                                      "loc": {
                                        "start": {
                                          "line": 125,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 125,
                                          "column": 39
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 4353,
                                        "end": 4360,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 37
                                          }
                                        },
                                        "name": "Object3"
                                      },
                                      "arguments": []
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4377,
                                  "end": 4400,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 35
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4377,
                                    "end": 4399,
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 34
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4377,
                                      "end": 4386,
                                      "loc": {
                                        "start": {
                                          "line": 126,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 126,
                                          "column": 21
                                        }
                                      },
                                      "object": {
                                        "type": "Super",
                                        "start": 4377,
                                        "end": 4382,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 17
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4383,
                                        "end": 4386,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 21
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 4387,
                                        "end": 4398,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 33
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4387,
                                          "end": 4391,
                                          "loc": {
                                            "start": {
                                              "line": 126,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 26
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4392,
                                          "end": 4398,
                                          "loc": {
                                            "start": {
                                              "line": 126,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 33
                                            }
                                          },
                                          "name": "_stage"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4416,
                                  "end": 4445,
                                  "loc": {
                                    "start": {
                                      "line": 128,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 128,
                                      "column": 41
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4416,
                                    "end": 4444,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 40
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4416,
                                      "end": 4428,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 24
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 4416,
                                        "end": 4420,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 16
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4421,
                                        "end": 4428,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 24
                                          }
                                        },
                                        "name": "_lights"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "NewExpression",
                                      "start": 4431,
                                      "end": 4444,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 40
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 4435,
                                        "end": 4442,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 38
                                          }
                                        },
                                        "name": "Object3"
                                      },
                                      "arguments": []
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4459,
                                  "end": 4492,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4459,
                                    "end": 4491,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 44
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4459,
                                      "end": 4483,
                                      "loc": {
                                        "start": {
                                          "line": 129,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 129,
                                          "column": 36
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4459,
                                        "end": 4471,
                                        "loc": {
                                          "start": {
                                            "line": 129,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 129,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4459,
                                          "end": 4463,
                                          "loc": {
                                            "start": {
                                              "line": 129,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 129,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4464,
                                          "end": 4471,
                                          "loc": {
                                            "start": {
                                              "line": 129,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 129,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4472,
                                        "end": 4483,
                                        "loc": {
                                          "start": {
                                            "line": 129,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 129,
                                            "column": 36
                                          }
                                        },
                                        "name": "interactive"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 4486,
                                      "end": 4491,
                                      "loc": {
                                        "start": {
                                          "line": 129,
                                          "column": 39
                                        },
                                        "end": {
                                          "line": 129,
                                          "column": 44
                                        }
                                      },
                                      "value": false,
                                      "rawValue": false,
                                      "raw": "false"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4506,
                                  "end": 4534,
                                  "loc": {
                                    "start": {
                                      "line": 130,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 130,
                                      "column": 40
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4506,
                                    "end": 4533,
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 39
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4506,
                                      "end": 4525,
                                      "loc": {
                                        "start": {
                                          "line": 130,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 130,
                                          "column": 31
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4506,
                                        "end": 4518,
                                        "loc": {
                                          "start": {
                                            "line": 130,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 130,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4506,
                                          "end": 4510,
                                          "loc": {
                                            "start": {
                                              "line": 130,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 130,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4511,
                                          "end": 4518,
                                          "loc": {
                                            "start": {
                                              "line": 130,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 130,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4519,
                                        "end": 4525,
                                        "loc": {
                                          "start": {
                                            "line": 130,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 130,
                                            "column": 31
                                          }
                                        },
                                        "name": "tweens"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 4528,
                                      "end": 4533,
                                      "loc": {
                                        "start": {
                                          "line": 130,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 130,
                                          "column": 39
                                        }
                                      },
                                      "value": false,
                                      "rawValue": false,
                                      "raw": "false"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4548,
                                  "end": 4572,
                                  "loc": {
                                    "start": {
                                      "line": 131,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 131,
                                      "column": 36
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4548,
                                    "end": 4571,
                                    "loc": {
                                      "start": {
                                        "line": 131,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 131,
                                        "column": 35
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4548,
                                      "end": 4557,
                                      "loc": {
                                        "start": {
                                          "line": 131,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 131,
                                          "column": 21
                                        }
                                      },
                                      "object": {
                                        "type": "Super",
                                        "start": 4548,
                                        "end": 4553,
                                        "loc": {
                                          "start": {
                                            "line": 131,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 131,
                                            "column": 17
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4554,
                                        "end": 4557,
                                        "loc": {
                                          "start": {
                                            "line": 131,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 131,
                                            "column": 21
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 4558,
                                        "end": 4570,
                                        "loc": {
                                          "start": {
                                            "line": 131,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 131,
                                            "column": 34
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4558,
                                          "end": 4562,
                                          "loc": {
                                            "start": {
                                              "line": 131,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 131,
                                              "column": 26
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4563,
                                          "end": 4570,
                                          "loc": {
                                            "start": {
                                              "line": 131,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 131,
                                              "column": 34
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4588,
                                  "end": 4617,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 41
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4588,
                                    "end": 4616,
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 40
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4588,
                                      "end": 4614,
                                      "loc": {
                                        "start": {
                                          "line": 133,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 133,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4588,
                                        "end": 4601,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 25
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4588,
                                          "end": 4592,
                                          "loc": {
                                            "start": {
                                              "line": 133,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 133,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4593,
                                          "end": 4601,
                                          "loc": {
                                            "start": {
                                              "line": 133,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 133,
                                              "column": 25
                                            }
                                          },
                                          "name": "_objects"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4602,
                                        "end": 4614,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 38
                                          }
                                        },
                                        "name": "updateBounds"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 4631,
                                  "end": 4670,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 51
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 4635,
                                      "end": 4669,
                                      "loc": {
                                        "start": {
                                          "line": 134,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 134,
                                          "column": 50
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 4635,
                                        "end": 4638,
                                        "loc": {
                                          "start": {
                                            "line": 134,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 134,
                                            "column": 19
                                          }
                                        },
                                        "name": "min"
                                      },
                                      "init": {
                                        "type": "MemberExpression",
                                        "start": 4641,
                                        "end": 4669,
                                        "loc": {
                                          "start": {
                                            "line": 134,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 134,
                                            "column": 50
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 4641,
                                          "end": 4665,
                                          "loc": {
                                            "start": {
                                              "line": 134,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 134,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 4641,
                                            "end": 4661,
                                            "loc": {
                                              "start": {
                                                "line": 134,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 134,
                                                "column": 42
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 4641,
                                              "end": 4654,
                                              "loc": {
                                                "start": {
                                                  "line": 134,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 134,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 4641,
                                                "end": 4645,
                                                "loc": {
                                                  "start": {
                                                    "line": 134,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 134,
                                                    "column": 26
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4646,
                                                "end": 4654,
                                                "loc": {
                                                  "start": {
                                                    "line": 134,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 134,
                                                    "column": 35
                                                  }
                                                },
                                                "name": "_objects"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4655,
                                              "end": 4661,
                                              "loc": {
                                                "start": {
                                                  "line": 134,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 134,
                                                  "column": 42
                                                }
                                              },
                                              "name": "bounds"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4662,
                                            "end": 4665,
                                            "loc": {
                                              "start": {
                                                "line": 134,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 134,
                                                "column": 46
                                              }
                                            },
                                            "name": "box"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4666,
                                          "end": 4669,
                                          "loc": {
                                            "start": {
                                              "line": 134,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 134,
                                              "column": 50
                                            }
                                          },
                                          "name": "min"
                                        },
                                        "computed": false
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 4684,
                                  "end": 4723,
                                  "loc": {
                                    "start": {
                                      "line": 135,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 135,
                                      "column": 51
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 4688,
                                      "end": 4722,
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 50
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 4688,
                                        "end": 4691,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 19
                                          }
                                        },
                                        "name": "max"
                                      },
                                      "init": {
                                        "type": "MemberExpression",
                                        "start": 4694,
                                        "end": 4722,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 50
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 4694,
                                          "end": 4718,
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 4694,
                                            "end": 4714,
                                            "loc": {
                                              "start": {
                                                "line": 135,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 42
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 4694,
                                              "end": 4707,
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 4694,
                                                "end": 4698,
                                                "loc": {
                                                  "start": {
                                                    "line": 135,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 135,
                                                    "column": 26
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4699,
                                                "end": 4707,
                                                "loc": {
                                                  "start": {
                                                    "line": 135,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 135,
                                                    "column": 35
                                                  }
                                                },
                                                "name": "_objects"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4708,
                                              "end": 4714,
                                              "loc": {
                                                "start": {
                                                  "line": 135,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 135,
                                                  "column": 42
                                                }
                                              },
                                              "name": "bounds"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4715,
                                            "end": 4718,
                                            "loc": {
                                              "start": {
                                                "line": 135,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 135,
                                                "column": 46
                                              }
                                            },
                                            "name": "box"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4719,
                                          "end": 4722,
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 50
                                            }
                                          },
                                          "name": "max"
                                        },
                                        "computed": false
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 4737,
                                  "end": 4804,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 79
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 4741,
                                      "end": 4803,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 78
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 4741,
                                        "end": 4746,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 21
                                          }
                                        },
                                        "name": "width"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 4749,
                                        "end": 4803,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 78
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4749,
                                          "end": 4763,
                                          "loc": {
                                            "start": {
                                              "line": 136,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 136,
                                              "column": 38
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4749,
                                            "end": 4752,
                                            "loc": {
                                              "start": {
                                                "line": 136,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 136,
                                                "column": 27
                                              }
                                            },
                                            "name": "max"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4753,
                                            "end": 4763,
                                            "loc": {
                                              "start": {
                                                "line": 136,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 136,
                                                "column": 38
                                              }
                                            },
                                            "name": "distanceTo"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 4764,
                                            "end": 4802,
                                            "loc": {
                                              "start": {
                                                "line": 136,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 136,
                                                "column": 77
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4768,
                                              "end": 4781,
                                              "loc": {
                                                "start": {
                                                  "line": 136,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 136,
                                                  "column": 56
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4768,
                                                "end": 4773,
                                                "loc": {
                                                  "start": {
                                                    "line": 136,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 136,
                                                    "column": 48
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4774,
                                                "end": 4781,
                                                "loc": {
                                                  "start": {
                                                    "line": 136,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 136,
                                                    "column": 56
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 4782,
                                                "end": 4787,
                                                "loc": {
                                                  "start": {
                                                    "line": 136,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 136,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4782,
                                                  "end": 4785,
                                                  "loc": {
                                                    "start": {
                                                      "line": 136,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 136,
                                                      "column": 60
                                                    }
                                                  },
                                                  "name": "min"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4786,
                                                  "end": 4787,
                                                  "loc": {
                                                    "start": {
                                                      "line": 136,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 136,
                                                      "column": 62
                                                    }
                                                  },
                                                  "name": "x"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 4789,
                                                "end": 4794,
                                                "loc": {
                                                  "start": {
                                                    "line": 136,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 136,
                                                    "column": 69
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4789,
                                                  "end": 4792,
                                                  "loc": {
                                                    "start": {
                                                      "line": 136,
                                                      "column": 64
                                                    },
                                                    "end": {
                                                      "line": 136,
                                                      "column": 67
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4793,
                                                  "end": 4794,
                                                  "loc": {
                                                    "start": {
                                                      "line": 136,
                                                      "column": 68
                                                    },
                                                    "end": {
                                                      "line": 136,
                                                      "column": 69
                                                    }
                                                  },
                                                  "name": "y"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 4796,
                                                "end": 4801,
                                                "loc": {
                                                  "start": {
                                                    "line": 136,
                                                    "column": 71
                                                  },
                                                  "end": {
                                                    "line": 136,
                                                    "column": 76
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4796,
                                                  "end": 4799,
                                                  "loc": {
                                                    "start": {
                                                      "line": 136,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 136,
                                                      "column": 74
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4800,
                                                  "end": 4801,
                                                  "loc": {
                                                    "start": {
                                                      "line": 136,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 136,
                                                      "column": 76
                                                    }
                                                  },
                                                  "name": "z"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 4818,
                                  "end": 4886,
                                  "loc": {
                                    "start": {
                                      "line": 137,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 80
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 4822,
                                      "end": 4885,
                                      "loc": {
                                        "start": {
                                          "line": 137,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 137,
                                          "column": 79
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 4822,
                                        "end": 4828,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 22
                                          }
                                        },
                                        "name": "height"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 4831,
                                        "end": 4885,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 79
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4831,
                                          "end": 4845,
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 39
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4831,
                                            "end": 4834,
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 28
                                              }
                                            },
                                            "name": "max"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4835,
                                            "end": 4845,
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 39
                                              }
                                            },
                                            "name": "distanceTo"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 4846,
                                            "end": 4884,
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 78
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4850,
                                              "end": 4863,
                                              "loc": {
                                                "start": {
                                                  "line": 137,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 137,
                                                  "column": 57
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4850,
                                                "end": 4855,
                                                "loc": {
                                                  "start": {
                                                    "line": 137,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 137,
                                                    "column": 49
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4856,
                                                "end": 4863,
                                                "loc": {
                                                  "start": {
                                                    "line": 137,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 137,
                                                    "column": 57
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 4864,
                                                "end": 4869,
                                                "loc": {
                                                  "start": {
                                                    "line": 137,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 137,
                                                    "column": 63
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4864,
                                                  "end": 4867,
                                                  "loc": {
                                                    "start": {
                                                      "line": 137,
                                                      "column": 58
                                                    },
                                                    "end": {
                                                      "line": 137,
                                                      "column": 61
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4868,
                                                  "end": 4869,
                                                  "loc": {
                                                    "start": {
                                                      "line": 137,
                                                      "column": 62
                                                    },
                                                    "end": {
                                                      "line": 137,
                                                      "column": 63
                                                    }
                                                  },
                                                  "name": "x"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 4871,
                                                "end": 4876,
                                                "loc": {
                                                  "start": {
                                                    "line": 137,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 137,
                                                    "column": 70
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4871,
                                                  "end": 4874,
                                                  "loc": {
                                                    "start": {
                                                      "line": 137,
                                                      "column": 65
                                                    },
                                                    "end": {
                                                      "line": 137,
                                                      "column": 68
                                                    }
                                                  },
                                                  "name": "min"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4875,
                                                  "end": 4876,
                                                  "loc": {
                                                    "start": {
                                                      "line": 137,
                                                      "column": 69
                                                    },
                                                    "end": {
                                                      "line": 137,
                                                      "column": 70
                                                    }
                                                  },
                                                  "name": "y"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 4878,
                                                "end": 4883,
                                                "loc": {
                                                  "start": {
                                                    "line": 137,
                                                    "column": 72
                                                  },
                                                  "end": {
                                                    "line": 137,
                                                    "column": 77
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4878,
                                                  "end": 4881,
                                                  "loc": {
                                                    "start": {
                                                      "line": 137,
                                                      "column": 72
                                                    },
                                                    "end": {
                                                      "line": 137,
                                                      "column": 75
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4882,
                                                  "end": 4883,
                                                  "loc": {
                                                    "start": {
                                                      "line": 137,
                                                      "column": 76
                                                    },
                                                    "end": {
                                                      "line": 137,
                                                      "column": 77
                                                    }
                                                  },
                                                  "name": "z"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 4900,
                                  "end": 4967,
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 138,
                                      "column": 79
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 4904,
                                      "end": 4966,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 138,
                                          "column": 78
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 4904,
                                        "end": 4909,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 21
                                          }
                                        },
                                        "name": "depth"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 4912,
                                        "end": 4966,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 78
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4912,
                                          "end": 4926,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 38
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4912,
                                            "end": 4915,
                                            "loc": {
                                              "start": {
                                                "line": 138,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 138,
                                                "column": 27
                                              }
                                            },
                                            "name": "max"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4916,
                                            "end": 4926,
                                            "loc": {
                                              "start": {
                                                "line": 138,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 138,
                                                "column": 38
                                              }
                                            },
                                            "name": "distanceTo"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 4927,
                                            "end": 4965,
                                            "loc": {
                                              "start": {
                                                "line": 138,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 138,
                                                "column": 77
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4931,
                                              "end": 4944,
                                              "loc": {
                                                "start": {
                                                  "line": 138,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 138,
                                                  "column": 56
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4931,
                                                "end": 4936,
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 48
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4937,
                                                "end": 4944,
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 56
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 4945,
                                                "end": 4950,
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4945,
                                                  "end": 4948,
                                                  "loc": {
                                                    "start": {
                                                      "line": 138,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 138,
                                                      "column": 60
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4949,
                                                  "end": 4950,
                                                  "loc": {
                                                    "start": {
                                                      "line": 138,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 138,
                                                      "column": 62
                                                    }
                                                  },
                                                  "name": "x"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 4952,
                                                "end": 4957,
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 69
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4952,
                                                  "end": 4955,
                                                  "loc": {
                                                    "start": {
                                                      "line": 138,
                                                      "column": 64
                                                    },
                                                    "end": {
                                                      "line": 138,
                                                      "column": 67
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4956,
                                                  "end": 4957,
                                                  "loc": {
                                                    "start": {
                                                      "line": 138,
                                                      "column": 68
                                                    },
                                                    "end": {
                                                      "line": 138,
                                                      "column": 69
                                                    }
                                                  },
                                                  "name": "y"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 4959,
                                                "end": 4964,
                                                "loc": {
                                                  "start": {
                                                    "line": 138,
                                                    "column": 71
                                                  },
                                                  "end": {
                                                    "line": 138,
                                                    "column": 76
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 4959,
                                                  "end": 4962,
                                                  "loc": {
                                                    "start": {
                                                      "line": 138,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 138,
                                                      "column": 74
                                                    }
                                                  },
                                                  "name": "min"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4963,
                                                  "end": 4964,
                                                  "loc": {
                                                    "start": {
                                                      "line": 138,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 138,
                                                      "column": 76
                                                    }
                                                  },
                                                  "name": "z"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4983,
                                  "end": 5033,
                                  "loc": {
                                    "start": {
                                      "line": 140,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 140,
                                      "column": 62
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4983,
                                    "end": 5032,
                                    "loc": {
                                      "start": {
                                        "line": 140,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 140,
                                        "column": 61
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4983,
                                      "end": 5008,
                                      "loc": {
                                        "start": {
                                          "line": 140,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 140,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4983,
                                        "end": 5003,
                                        "loc": {
                                          "start": {
                                            "line": 140,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 140,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 4983,
                                          "end": 4994,
                                          "loc": {
                                            "start": {
                                              "line": 140,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 140,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 4983,
                                            "end": 4987,
                                            "loc": {
                                              "start": {
                                                "line": 140,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 140,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4988,
                                            "end": 4994,
                                            "loc": {
                                              "start": {
                                                "line": 140,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 140,
                                                "column": 23
                                              }
                                            },
                                            "name": "_stage"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4995,
                                          "end": 5003,
                                          "loc": {
                                            "start": {
                                              "line": 140,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 140,
                                              "column": 32
                                            }
                                          },
                                          "name": "position"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5004,
                                        "end": 5008,
                                        "loc": {
                                          "start": {
                                            "line": 140,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 140,
                                            "column": 37
                                          }
                                        },
                                        "name": "copy"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 5009,
                                        "end": 5031,
                                        "loc": {
                                          "start": {
                                            "line": 140,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 140,
                                            "column": 60
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 5009,
                                          "end": 5022,
                                          "loc": {
                                            "start": {
                                              "line": 140,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 140,
                                              "column": 51
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 5009,
                                            "end": 5013,
                                            "loc": {
                                              "start": {
                                                "line": 140,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 140,
                                                "column": 42
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5014,
                                            "end": 5022,
                                            "loc": {
                                              "start": {
                                                "line": 140,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 140,
                                                "column": 51
                                              }
                                            },
                                            "name": "_objects"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5023,
                                          "end": 5031,
                                          "loc": {
                                            "start": {
                                              "line": 140,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 140,
                                              "column": 60
                                            }
                                          },
                                          "name": "position"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5047,
                                  "end": 5086,
                                  "loc": {
                                    "start": {
                                      "line": 141,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 141,
                                      "column": 51
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 5047,
                                    "end": 5085,
                                    "loc": {
                                      "start": {
                                        "line": 141,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 141,
                                        "column": 50
                                      }
                                    },
                                    "operator": "-=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5047,
                                      "end": 5069,
                                      "loc": {
                                        "start": {
                                          "line": 141,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 141,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5047,
                                        "end": 5067,
                                        "loc": {
                                          "start": {
                                            "line": 141,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 141,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 5047,
                                          "end": 5058,
                                          "loc": {
                                            "start": {
                                              "line": 141,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 141,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 5047,
                                            "end": 5051,
                                            "loc": {
                                              "start": {
                                                "line": 141,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 141,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5052,
                                            "end": 5058,
                                            "loc": {
                                              "start": {
                                                "line": 141,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 141,
                                                "column": 23
                                              }
                                            },
                                            "name": "_stage"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5059,
                                          "end": 5067,
                                          "loc": {
                                            "start": {
                                              "line": 141,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 141,
                                              "column": 32
                                            }
                                          },
                                          "name": "position"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5068,
                                        "end": 5069,
                                        "loc": {
                                          "start": {
                                            "line": 141,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 141,
                                            "column": 34
                                          }
                                        },
                                        "name": "y"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 5073,
                                      "end": 5085,
                                      "loc": {
                                        "start": {
                                          "line": 141,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 141,
                                          "column": 50
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 5073,
                                        "end": 5079,
                                        "loc": {
                                          "start": {
                                            "line": 141,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 141,
                                            "column": 44
                                          }
                                        },
                                        "name": "height"
                                      },
                                      "operator": "/",
                                      "right": {
                                        "type": "Literal",
                                        "start": 5082,
                                        "end": 5085,
                                        "loc": {
                                          "start": {
                                            "line": 141,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 141,
                                            "column": 50
                                          }
                                        },
                                        "value": 1.2,
                                        "rawValue": 1.2,
                                        "raw": "1.2"
                                      }
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5100,
                                  "end": 5140,
                                  "loc": {
                                    "start": {
                                      "line": 142,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 142,
                                      "column": 52
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 5100,
                                    "end": 5139,
                                    "loc": {
                                      "start": {
                                        "line": 142,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 142,
                                        "column": 51
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5100,
                                      "end": 5122,
                                      "loc": {
                                        "start": {
                                          "line": 142,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 142,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5100,
                                        "end": 5120,
                                        "loc": {
                                          "start": {
                                            "line": 142,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 142,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 5100,
                                          "end": 5111,
                                          "loc": {
                                            "start": {
                                              "line": 142,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 142,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 5100,
                                            "end": 5104,
                                            "loc": {
                                              "start": {
                                                "line": 142,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 142,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5105,
                                            "end": 5111,
                                            "loc": {
                                              "start": {
                                                "line": 142,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 142,
                                                "column": 23
                                              }
                                            },
                                            "name": "_stage"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5112,
                                          "end": 5120,
                                          "loc": {
                                            "start": {
                                              "line": 142,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 142,
                                              "column": 32
                                            }
                                          },
                                          "name": "rotation"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5121,
                                        "end": 5122,
                                        "loc": {
                                          "start": {
                                            "line": 142,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 142,
                                            "column": 34
                                          }
                                        },
                                        "name": "x"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 5125,
                                      "end": 5139,
                                      "loc": {
                                        "start": {
                                          "line": 142,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 142,
                                          "column": 51
                                        }
                                      },
                                      "left": {
                                        "type": "UnaryExpression",
                                        "start": 5125,
                                        "end": 5135,
                                        "loc": {
                                          "start": {
                                            "line": 142,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 142,
                                            "column": 47
                                          }
                                        },
                                        "operator": "-",
                                        "prefix": true,
                                        "argument": {
                                          "type": "MemberExpression",
                                          "start": 5127,
                                          "end": 5135,
                                          "loc": {
                                            "start": {
                                              "line": 142,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 142,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5127,
                                            "end": 5131,
                                            "loc": {
                                              "start": {
                                                "line": 142,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 142,
                                                "column": 43
                                              }
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5133,
                                            "end": 5135,
                                            "loc": {
                                              "start": {
                                                "line": 142,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 142,
                                                "column": 47
                                              }
                                            },
                                            "name": "PI"
                                          },
                                          "computed": false
                                        }
                                      },
                                      "operator": "/",
                                      "right": {
                                        "type": "Literal",
                                        "start": 5138,
                                        "end": 5139,
                                        "loc": {
                                          "start": {
                                            "line": 142,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 142,
                                            "column": 51
                                          }
                                        },
                                        "value": 2,
                                        "rawValue": 2,
                                        "raw": "2"
                                      }
                                    }
                                  }
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 5156,
                                  "end": 5366,
                                  "loc": {
                                    "start": {
                                      "line": 144,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 148,
                                      "column": 13
                                    }
                                  },
                                  "test": {
                                    "type": "MemberExpression",
                                    "start": 5160,
                                    "end": 5180,
                                    "loc": {
                                      "start": {
                                        "line": 144,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 144,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 5160,
                                      "end": 5172,
                                      "loc": {
                                        "start": {
                                          "line": 144,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 144,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 5160,
                                        "end": 5164,
                                        "loc": {
                                          "start": {
                                            "line": 144,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 144,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5165,
                                        "end": 5172,
                                        "loc": {
                                          "start": {
                                            "line": 144,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 144,
                                            "column": 28
                                          }
                                        },
                                        "name": "options"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 5173,
                                      "end": 5180,
                                      "loc": {
                                        "start": {
                                          "line": 144,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 144,
                                          "column": 36
                                        }
                                      },
                                      "name": "ambient"
                                    },
                                    "computed": false
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 5182,
                                    "end": 5366,
                                    "loc": {
                                      "start": {
                                        "line": 144,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 148,
                                        "column": 13
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 5201,
                                        "end": 5248,
                                        "loc": {
                                          "start": {
                                            "line": 145,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 145,
                                            "column": 63
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 5205,
                                            "end": 5247,
                                            "loc": {
                                              "start": {
                                                "line": 145,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 145,
                                                "column": 62
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 5205,
                                              "end": 5212,
                                              "loc": {
                                                "start": {
                                                  "line": 145,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 145,
                                                  "column": 27
                                                }
                                              },
                                              "name": "ambient"
                                            },
                                            "init": {
                                              "type": "NewExpression",
                                              "start": 5215,
                                              "end": 5247,
                                              "loc": {
                                                "start": {
                                                  "line": 145,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 145,
                                                  "column": 62
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 5219,
                                                "end": 5237,
                                                "loc": {
                                                  "start": {
                                                    "line": 145,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 145,
                                                    "column": 52
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5219,
                                                  "end": 5224,
                                                  "loc": {
                                                    "start": {
                                                      "line": 145,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 145,
                                                      "column": 39
                                                    }
                                                  },
                                                  "name": "THREE"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5225,
                                                  "end": 5237,
                                                  "loc": {
                                                    "start": {
                                                      "line": 145,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 145,
                                                      "column": 52
                                                    }
                                                  },
                                                  "name": "AmbientLight"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Literal",
                                                  "start": 5238,
                                                  "end": 5246,
                                                  "loc": {
                                                    "start": {
                                                      "line": 145,
                                                      "column": 53
                                                    },
                                                    "end": {
                                                      "line": 145,
                                                      "column": 61
                                                    }
                                                  },
                                                  "value": 16777215,
                                                  "rawValue": 16777215,
                                                  "raw": "0xffffff"
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "kind": "let"
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 5266,
                                        "end": 5307,
                                        "loc": {
                                          "start": {
                                            "line": 146,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 146,
                                            "column": 57
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 5266,
                                          "end": 5306,
                                          "loc": {
                                            "start": {
                                              "line": 146,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 146,
                                              "column": 56
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 5266,
                                            "end": 5283,
                                            "loc": {
                                              "start": {
                                                "line": 146,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 146,
                                                "column": 33
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5266,
                                              "end": 5273,
                                              "loc": {
                                                "start": {
                                                  "line": 146,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 146,
                                                  "column": 23
                                                }
                                              },
                                              "name": "ambient"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5274,
                                              "end": 5283,
                                              "loc": {
                                                "start": {
                                                  "line": 146,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 146,
                                                  "column": 33
                                                }
                                              },
                                              "name": "intensity"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 5286,
                                            "end": 5306,
                                            "loc": {
                                              "start": {
                                                "line": 146,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 146,
                                                "column": 56
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5286,
                                              "end": 5298,
                                              "loc": {
                                                "start": {
                                                  "line": 146,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 146,
                                                  "column": 48
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 5286,
                                                "end": 5290,
                                                "loc": {
                                                  "start": {
                                                    "line": 146,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 146,
                                                    "column": 40
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5291,
                                                "end": 5298,
                                                "loc": {
                                                  "start": {
                                                    "line": 146,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 146,
                                                    "column": 48
                                                  }
                                                },
                                                "name": "options"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5299,
                                              "end": 5306,
                                              "loc": {
                                                "start": {
                                                  "line": 146,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 146,
                                                  "column": 56
                                                }
                                              },
                                              "name": "ambient"
                                            },
                                            "computed": false
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 5325,
                                        "end": 5351,
                                        "loc": {
                                          "start": {
                                            "line": 147,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 147,
                                            "column": 42
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 5325,
                                          "end": 5350,
                                          "loc": {
                                            "start": {
                                              "line": 147,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 147,
                                              "column": 41
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5325,
                                            "end": 5341,
                                            "loc": {
                                              "start": {
                                                "line": 147,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 147,
                                                "column": 32
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5325,
                                              "end": 5337,
                                              "loc": {
                                                "start": {
                                                  "line": 147,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 147,
                                                  "column": 28
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 5325,
                                                "end": 5329,
                                                "loc": {
                                                  "start": {
                                                    "line": 147,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 147,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5330,
                                                "end": 5337,
                                                "loc": {
                                                  "start": {
                                                    "line": 147,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 147,
                                                    "column": 28
                                                  }
                                                },
                                                "name": "_lights"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5338,
                                              "end": 5341,
                                              "loc": {
                                                "start": {
                                                  "line": 147,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 147,
                                                  "column": 32
                                                }
                                              },
                                              "name": "add"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 5342,
                                              "end": 5349,
                                              "loc": {
                                                "start": {
                                                  "line": 147,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 147,
                                                  "column": 40
                                                }
                                              },
                                              "name": "ambient"
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 5382,
                                  "end": 5440,
                                  "loc": {
                                    "start": {
                                      "line": 150,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 150,
                                      "column": 70
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 5386,
                                      "end": 5439,
                                      "loc": {
                                        "start": {
                                          "line": 150,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 150,
                                          "column": 69
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 5386,
                                        "end": 5392,
                                        "loc": {
                                          "start": {
                                            "line": 150,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 150,
                                            "column": 22
                                          }
                                        },
                                        "name": "coords"
                                      },
                                      "init": {
                                        "type": "BinaryExpression",
                                        "start": 5395,
                                        "end": 5439,
                                        "loc": {
                                          "start": {
                                            "line": 150,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 150,
                                            "column": 69
                                          }
                                        },
                                        "left": {
                                          "type": "CallExpression",
                                          "start": 5395,
                                          "end": 5435,
                                          "loc": {
                                            "start": {
                                              "line": 150,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 150,
                                              "column": 65
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5395,
                                            "end": 5433,
                                            "loc": {
                                              "start": {
                                                "line": 150,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 150,
                                                "column": 63
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 5395,
                                              "end": 5423,
                                              "loc": {
                                                "start": {
                                                  "line": 150,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 150,
                                                  "column": 53
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 5395,
                                                "end": 5421,
                                                "loc": {
                                                  "start": {
                                                    "line": 150,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 150,
                                                    "column": 51
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 5395,
                                                  "end": 5408,
                                                  "loc": {
                                                    "start": {
                                                      "line": 150,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 150,
                                                      "column": 38
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 5395,
                                                    "end": 5399,
                                                    "loc": {
                                                      "start": {
                                                        "line": 150,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 150,
                                                        "column": 29
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 5400,
                                                    "end": 5408,
                                                    "loc": {
                                                      "start": {
                                                        "line": 150,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 150,
                                                        "column": 38
                                                      }
                                                    },
                                                    "name": "_objects"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5409,
                                                  "end": 5421,
                                                  "loc": {
                                                    "start": {
                                                      "line": 150,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 150,
                                                      "column": 51
                                                    }
                                                  },
                                                  "name": "updateBounds"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5424,
                                              "end": 5433,
                                              "loc": {
                                                "start": {
                                                  "line": 150,
                                                  "column": 54
                                                },
                                                "end": {
                                                  "line": 150,
                                                  "column": 63
                                                }
                                              },
                                              "name": "getRadius"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        },
                                        "operator": "*",
                                        "right": {
                                          "type": "Literal",
                                          "start": 5438,
                                          "end": 5439,
                                          "loc": {
                                            "start": {
                                              "line": 150,
                                              "column": 68
                                            },
                                            "end": {
                                              "line": 150,
                                              "column": 69
                                            }
                                          },
                                          "value": 6,
                                          "rawValue": 6,
                                          "raw": "6"
                                        }
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5454,
                                  "end": 5554,
                                  "loc": {
                                    "start": {
                                      "line": 151,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 151,
                                      "column": 112
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5454,
                                    "end": 5553,
                                    "loc": {
                                      "start": {
                                        "line": 151,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 151,
                                        "column": 111
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5454,
                                      "end": 5470,
                                      "loc": {
                                        "start": {
                                          "line": 151,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 151,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5454,
                                        "end": 5466,
                                        "loc": {
                                          "start": {
                                            "line": 151,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 151,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5454,
                                          "end": 5458,
                                          "loc": {
                                            "start": {
                                              "line": 151,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 151,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5459,
                                          "end": 5466,
                                          "loc": {
                                            "start": {
                                              "line": 151,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 151,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5467,
                                        "end": 5470,
                                        "loc": {
                                          "start": {
                                            "line": 151,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 151,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 5471,
                                        "end": 5552,
                                        "loc": {
                                          "start": {
                                            "line": 151,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 151,
                                            "column": 110
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5471,
                                          "end": 5537,
                                          "loc": {
                                            "start": {
                                              "line": 151,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 151,
                                              "column": 95
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 5471,
                                            "end": 5525,
                                            "loc": {
                                              "start": {
                                                "line": 151,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 151,
                                                "column": 83
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5475,
                                              "end": 5491,
                                              "loc": {
                                                "start": {
                                                  "line": 151,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 151,
                                                  "column": 49
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 5475,
                                                "end": 5480,
                                                "loc": {
                                                  "start": {
                                                    "line": 151,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 151,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5481,
                                                "end": 5491,
                                                "loc": {
                                                  "start": {
                                                    "line": 151,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 151,
                                                    "column": 49
                                                  }
                                                },
                                                "name": "PointLight"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 5492,
                                                "end": 5500,
                                                "loc": {
                                                  "start": {
                                                    "line": 151,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 151,
                                                    "column": 58
                                                  }
                                                },
                                                "value": 16777215,
                                                "rawValue": 16777215,
                                                "raw": "0xffffff"
                                              },
                                              {
                                                "type": "BinaryExpression",
                                                "start": 5502,
                                                "end": 5524,
                                                "loc": {
                                                  "start": {
                                                    "line": 151,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 151,
                                                    "column": 82
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 5502,
                                                  "end": 5520,
                                                  "loc": {
                                                    "start": {
                                                      "line": 151,
                                                      "column": 60
                                                    },
                                                    "end": {
                                                      "line": 151,
                                                      "column": 78
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 5502,
                                                    "end": 5514,
                                                    "loc": {
                                                      "start": {
                                                        "line": 151,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 151,
                                                        "column": 72
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 5502,
                                                      "end": 5506,
                                                      "loc": {
                                                        "start": {
                                                          "line": 151,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 151,
                                                          "column": 64
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 5507,
                                                      "end": 5514,
                                                      "loc": {
                                                        "start": {
                                                          "line": 151,
                                                          "column": 65
                                                        },
                                                        "end": {
                                                          "line": 151,
                                                          "column": 72
                                                        }
                                                      },
                                                      "name": "options"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 5515,
                                                    "end": 5520,
                                                    "loc": {
                                                      "start": {
                                                        "line": 151,
                                                        "column": 73
                                                      },
                                                      "end": {
                                                        "line": 151,
                                                        "column": 78
                                                      }
                                                    },
                                                    "name": "light"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 5523,
                                                  "end": 5524,
                                                  "loc": {
                                                    "start": {
                                                      "line": 151,
                                                      "column": 81
                                                    },
                                                    "end": {
                                                      "line": 151,
                                                      "column": 82
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5526,
                                            "end": 5537,
                                            "loc": {
                                              "start": {
                                                "line": 151,
                                                "column": 84
                                              },
                                              "end": {
                                                "line": 151,
                                                "column": 95
                                              }
                                            },
                                            "name": "setPosition"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "UnaryExpression",
                                            "start": 5538,
                                            "end": 5545,
                                            "loc": {
                                              "start": {
                                                "line": 151,
                                                "column": 96
                                              },
                                              "end": {
                                                "line": 151,
                                                "column": 103
                                              }
                                            },
                                            "operator": "-",
                                            "prefix": true,
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 5539,
                                              "end": 5545,
                                              "loc": {
                                                "start": {
                                                  "line": 151,
                                                  "column": 97
                                                },
                                                "end": {
                                                  "line": 151,
                                                  "column": 103
                                                }
                                              },
                                              "name": "coords"
                                            }
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 5547,
                                            "end": 5548,
                                            "loc": {
                                              "start": {
                                                "line": 151,
                                                "column": 105
                                              },
                                              "end": {
                                                "line": 151,
                                                "column": 106
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 5550,
                                            "end": 5551,
                                            "loc": {
                                              "start": {
                                                "line": 151,
                                                "column": 108
                                              },
                                              "end": {
                                                "line": 151,
                                                "column": 109
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5568,
                                  "end": 5677,
                                  "loc": {
                                    "start": {
                                      "line": 152,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 152,
                                      "column": 121
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5568,
                                    "end": 5676,
                                    "loc": {
                                      "start": {
                                        "line": 152,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 120
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5568,
                                      "end": 5584,
                                      "loc": {
                                        "start": {
                                          "line": 152,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 152,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5568,
                                        "end": 5580,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5568,
                                          "end": 5572,
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5573,
                                          "end": 5580,
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5581,
                                        "end": 5584,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 5585,
                                        "end": 5675,
                                        "loc": {
                                          "start": {
                                            "line": 152,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 152,
                                            "column": 119
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5585,
                                          "end": 5650,
                                          "loc": {
                                            "start": {
                                              "line": 152,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 152,
                                              "column": 94
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 5585,
                                            "end": 5638,
                                            "loc": {
                                              "start": {
                                                "line": 152,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 152,
                                                "column": 82
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5589,
                                              "end": 5604,
                                              "loc": {
                                                "start": {
                                                  "line": 152,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 152,
                                                  "column": 48
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 5589,
                                                "end": 5594,
                                                "loc": {
                                                  "start": {
                                                    "line": 152,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 152,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5595,
                                                "end": 5604,
                                                "loc": {
                                                  "start": {
                                                    "line": 152,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 152,
                                                    "column": 48
                                                  }
                                                },
                                                "name": "SpotLight"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 5605,
                                                "end": 5613,
                                                "loc": {
                                                  "start": {
                                                    "line": 152,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 152,
                                                    "column": 57
                                                  }
                                                },
                                                "value": 16777215,
                                                "rawValue": 16777215,
                                                "raw": "0xffffff"
                                              },
                                              {
                                                "type": "BinaryExpression",
                                                "start": 5615,
                                                "end": 5637,
                                                "loc": {
                                                  "start": {
                                                    "line": 152,
                                                    "column": 59
                                                  },
                                                  "end": {
                                                    "line": 152,
                                                    "column": 81
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 5615,
                                                  "end": 5633,
                                                  "loc": {
                                                    "start": {
                                                      "line": 152,
                                                      "column": 59
                                                    },
                                                    "end": {
                                                      "line": 152,
                                                      "column": 77
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 5615,
                                                    "end": 5627,
                                                    "loc": {
                                                      "start": {
                                                        "line": 152,
                                                        "column": 59
                                                      },
                                                      "end": {
                                                        "line": 152,
                                                        "column": 71
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 5615,
                                                      "end": 5619,
                                                      "loc": {
                                                        "start": {
                                                          "line": 152,
                                                          "column": 59
                                                        },
                                                        "end": {
                                                          "line": 152,
                                                          "column": 63
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 5620,
                                                      "end": 5627,
                                                      "loc": {
                                                        "start": {
                                                          "line": 152,
                                                          "column": 64
                                                        },
                                                        "end": {
                                                          "line": 152,
                                                          "column": 71
                                                        }
                                                      },
                                                      "name": "options"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 5628,
                                                    "end": 5633,
                                                    "loc": {
                                                      "start": {
                                                        "line": 152,
                                                        "column": 72
                                                      },
                                                      "end": {
                                                        "line": 152,
                                                        "column": 77
                                                      }
                                                    },
                                                    "name": "light"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 5636,
                                                  "end": 5637,
                                                  "loc": {
                                                    "start": {
                                                      "line": 152,
                                                      "column": 80
                                                    },
                                                    "end": {
                                                      "line": 152,
                                                      "column": 81
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5639,
                                            "end": 5650,
                                            "loc": {
                                              "start": {
                                                "line": 152,
                                                "column": 83
                                              },
                                              "end": {
                                                "line": 152,
                                                "column": 94
                                              }
                                            },
                                            "name": "setPosition"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 5651,
                                            "end": 5652,
                                            "loc": {
                                              "start": {
                                                "line": 152,
                                                "column": 95
                                              },
                                              "end": {
                                                "line": 152,
                                                "column": 96
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "UnaryExpression",
                                            "start": 5654,
                                            "end": 5661,
                                            "loc": {
                                              "start": {
                                                "line": 152,
                                                "column": 98
                                              },
                                              "end": {
                                                "line": 152,
                                                "column": 105
                                              }
                                            },
                                            "operator": "-",
                                            "prefix": true,
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 5655,
                                              "end": 5661,
                                              "loc": {
                                                "start": {
                                                  "line": 152,
                                                  "column": 99
                                                },
                                                "end": {
                                                  "line": 152,
                                                  "column": 105
                                                }
                                              },
                                              "name": "coords"
                                            }
                                          },
                                          {
                                            "type": "BinaryExpression",
                                            "start": 5663,
                                            "end": 5674,
                                            "loc": {
                                              "start": {
                                                "line": 152,
                                                "column": 107
                                              },
                                              "end": {
                                                "line": 152,
                                                "column": 118
                                              }
                                            },
                                            "left": {
                                              "type": "UnaryExpression",
                                              "start": 5663,
                                              "end": 5670,
                                              "loc": {
                                                "start": {
                                                  "line": 152,
                                                  "column": 107
                                                },
                                                "end": {
                                                  "line": 152,
                                                  "column": 114
                                                }
                                              },
                                              "operator": "-",
                                              "prefix": true,
                                              "argument": {
                                                "type": "Identifier",
                                                "start": 5664,
                                                "end": 5670,
                                                "loc": {
                                                  "start": {
                                                    "line": 152,
                                                    "column": 108
                                                  },
                                                  "end": {
                                                    "line": 152,
                                                    "column": 114
                                                  }
                                                },
                                                "name": "coords"
                                              }
                                            },
                                            "operator": "*",
                                            "right": {
                                              "type": "Literal",
                                              "start": 5673,
                                              "end": 5674,
                                              "loc": {
                                                "start": {
                                                  "line": 152,
                                                  "column": 117
                                                },
                                                "end": {
                                                  "line": 152,
                                                  "column": 118
                                                }
                                              },
                                              "value": 2,
                                              "rawValue": 2,
                                              "raw": "2"
                                            }
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5691,
                                  "end": 5790,
                                  "loc": {
                                    "start": {
                                      "line": 153,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 153,
                                      "column": 111
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5691,
                                    "end": 5789,
                                    "loc": {
                                      "start": {
                                        "line": 153,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 153,
                                        "column": 110
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5691,
                                      "end": 5707,
                                      "loc": {
                                        "start": {
                                          "line": 153,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 153,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5691,
                                        "end": 5703,
                                        "loc": {
                                          "start": {
                                            "line": 153,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 153,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5691,
                                          "end": 5695,
                                          "loc": {
                                            "start": {
                                              "line": 153,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 153,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5696,
                                          "end": 5703,
                                          "loc": {
                                            "start": {
                                              "line": 153,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 153,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5704,
                                        "end": 5707,
                                        "loc": {
                                          "start": {
                                            "line": 153,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 153,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 5708,
                                        "end": 5788,
                                        "loc": {
                                          "start": {
                                            "line": 153,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 153,
                                            "column": 109
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5708,
                                          "end": 5774,
                                          "loc": {
                                            "start": {
                                              "line": 153,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 153,
                                              "column": 95
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 5708,
                                            "end": 5762,
                                            "loc": {
                                              "start": {
                                                "line": 153,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 153,
                                                "column": 83
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5712,
                                              "end": 5728,
                                              "loc": {
                                                "start": {
                                                  "line": 153,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 153,
                                                  "column": 49
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 5712,
                                                "end": 5717,
                                                "loc": {
                                                  "start": {
                                                    "line": 153,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 153,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5718,
                                                "end": 5728,
                                                "loc": {
                                                  "start": {
                                                    "line": 153,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 153,
                                                    "column": 49
                                                  }
                                                },
                                                "name": "PointLight"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 5729,
                                                "end": 5737,
                                                "loc": {
                                                  "start": {
                                                    "line": 153,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 153,
                                                    "column": 58
                                                  }
                                                },
                                                "value": 16777215,
                                                "rawValue": 16777215,
                                                "raw": "0xffffff"
                                              },
                                              {
                                                "type": "BinaryExpression",
                                                "start": 5739,
                                                "end": 5761,
                                                "loc": {
                                                  "start": {
                                                    "line": 153,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 153,
                                                    "column": 82
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 5739,
                                                  "end": 5757,
                                                  "loc": {
                                                    "start": {
                                                      "line": 153,
                                                      "column": 60
                                                    },
                                                    "end": {
                                                      "line": 153,
                                                      "column": 78
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 5739,
                                                    "end": 5751,
                                                    "loc": {
                                                      "start": {
                                                        "line": 153,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 153,
                                                        "column": 72
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 5739,
                                                      "end": 5743,
                                                      "loc": {
                                                        "start": {
                                                          "line": 153,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 153,
                                                          "column": 64
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 5744,
                                                      "end": 5751,
                                                      "loc": {
                                                        "start": {
                                                          "line": 153,
                                                          "column": 65
                                                        },
                                                        "end": {
                                                          "line": 153,
                                                          "column": 72
                                                        }
                                                      },
                                                      "name": "options"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 5752,
                                                    "end": 5757,
                                                    "loc": {
                                                      "start": {
                                                        "line": 153,
                                                        "column": 73
                                                      },
                                                      "end": {
                                                        "line": 153,
                                                        "column": 78
                                                      }
                                                    },
                                                    "name": "light"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 5760,
                                                  "end": 5761,
                                                  "loc": {
                                                    "start": {
                                                      "line": 153,
                                                      "column": 81
                                                    },
                                                    "end": {
                                                      "line": 153,
                                                      "column": 82
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5763,
                                            "end": 5774,
                                            "loc": {
                                              "start": {
                                                "line": 153,
                                                "column": 84
                                              },
                                              "end": {
                                                "line": 153,
                                                "column": 95
                                              }
                                            },
                                            "name": "setPosition"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 5775,
                                            "end": 5781,
                                            "loc": {
                                              "start": {
                                                "line": 153,
                                                "column": 96
                                              },
                                              "end": {
                                                "line": 153,
                                                "column": 102
                                              }
                                            },
                                            "name": "coords"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 5783,
                                            "end": 5784,
                                            "loc": {
                                              "start": {
                                                "line": 153,
                                                "column": 104
                                              },
                                              "end": {
                                                "line": 153,
                                                "column": 105
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 5786,
                                            "end": 5787,
                                            "loc": {
                                              "start": {
                                                "line": 153,
                                                "column": 107
                                              },
                                              "end": {
                                                "line": 153,
                                                "column": 108
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5804,
                                  "end": 5903,
                                  "loc": {
                                    "start": {
                                      "line": 154,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 154,
                                      "column": 111
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5804,
                                    "end": 5902,
                                    "loc": {
                                      "start": {
                                        "line": 154,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 154,
                                        "column": 110
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5804,
                                      "end": 5820,
                                      "loc": {
                                        "start": {
                                          "line": 154,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 154,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5804,
                                        "end": 5816,
                                        "loc": {
                                          "start": {
                                            "line": 154,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 154,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5804,
                                          "end": 5808,
                                          "loc": {
                                            "start": {
                                              "line": 154,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 154,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5809,
                                          "end": 5816,
                                          "loc": {
                                            "start": {
                                              "line": 154,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 154,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5817,
                                        "end": 5820,
                                        "loc": {
                                          "start": {
                                            "line": 154,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 154,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 5821,
                                        "end": 5901,
                                        "loc": {
                                          "start": {
                                            "line": 154,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 154,
                                            "column": 109
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5821,
                                          "end": 5887,
                                          "loc": {
                                            "start": {
                                              "line": 154,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 154,
                                              "column": 95
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 5821,
                                            "end": 5875,
                                            "loc": {
                                              "start": {
                                                "line": 154,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 154,
                                                "column": 83
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5825,
                                              "end": 5841,
                                              "loc": {
                                                "start": {
                                                  "line": 154,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 154,
                                                  "column": 49
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 5825,
                                                "end": 5830,
                                                "loc": {
                                                  "start": {
                                                    "line": 154,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 154,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5831,
                                                "end": 5841,
                                                "loc": {
                                                  "start": {
                                                    "line": 154,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 154,
                                                    "column": 49
                                                  }
                                                },
                                                "name": "PointLight"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 5842,
                                                "end": 5850,
                                                "loc": {
                                                  "start": {
                                                    "line": 154,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 154,
                                                    "column": 58
                                                  }
                                                },
                                                "value": 16777215,
                                                "rawValue": 16777215,
                                                "raw": "0xffffff"
                                              },
                                              {
                                                "type": "BinaryExpression",
                                                "start": 5852,
                                                "end": 5874,
                                                "loc": {
                                                  "start": {
                                                    "line": 154,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 154,
                                                    "column": 82
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 5852,
                                                  "end": 5870,
                                                  "loc": {
                                                    "start": {
                                                      "line": 154,
                                                      "column": 60
                                                    },
                                                    "end": {
                                                      "line": 154,
                                                      "column": 78
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 5852,
                                                    "end": 5864,
                                                    "loc": {
                                                      "start": {
                                                        "line": 154,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 154,
                                                        "column": 72
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 5852,
                                                      "end": 5856,
                                                      "loc": {
                                                        "start": {
                                                          "line": 154,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 154,
                                                          "column": 64
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 5857,
                                                      "end": 5864,
                                                      "loc": {
                                                        "start": {
                                                          "line": 154,
                                                          "column": 65
                                                        },
                                                        "end": {
                                                          "line": 154,
                                                          "column": 72
                                                        }
                                                      },
                                                      "name": "options"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 5865,
                                                    "end": 5870,
                                                    "loc": {
                                                      "start": {
                                                        "line": 154,
                                                        "column": 73
                                                      },
                                                      "end": {
                                                        "line": 154,
                                                        "column": 78
                                                      }
                                                    },
                                                    "name": "light"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 5873,
                                                  "end": 5874,
                                                  "loc": {
                                                    "start": {
                                                      "line": 154,
                                                      "column": 81
                                                    },
                                                    "end": {
                                                      "line": 154,
                                                      "column": 82
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5876,
                                            "end": 5887,
                                            "loc": {
                                              "start": {
                                                "line": 154,
                                                "column": 84
                                              },
                                              "end": {
                                                "line": 154,
                                                "column": 95
                                              }
                                            },
                                            "name": "setPosition"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 5888,
                                            "end": 5889,
                                            "loc": {
                                              "start": {
                                                "line": 154,
                                                "column": 96
                                              },
                                              "end": {
                                                "line": 154,
                                                "column": 97
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 5891,
                                            "end": 5897,
                                            "loc": {
                                              "start": {
                                                "line": 154,
                                                "column": 99
                                              },
                                              "end": {
                                                "line": 154,
                                                "column": 105
                                              }
                                            },
                                            "name": "coords"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 5899,
                                            "end": 5900,
                                            "loc": {
                                              "start": {
                                                "line": 154,
                                                "column": 107
                                              },
                                              "end": {
                                                "line": 154,
                                                "column": 108
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5917,
                                  "end": 6016,
                                  "loc": {
                                    "start": {
                                      "line": 155,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 155,
                                      "column": 111
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5917,
                                    "end": 6015,
                                    "loc": {
                                      "start": {
                                        "line": 155,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 155,
                                        "column": 110
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5917,
                                      "end": 5933,
                                      "loc": {
                                        "start": {
                                          "line": 155,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 155,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5917,
                                        "end": 5929,
                                        "loc": {
                                          "start": {
                                            "line": 155,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 155,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5917,
                                          "end": 5921,
                                          "loc": {
                                            "start": {
                                              "line": 155,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 155,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5922,
                                          "end": 5929,
                                          "loc": {
                                            "start": {
                                              "line": 155,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 155,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5930,
                                        "end": 5933,
                                        "loc": {
                                          "start": {
                                            "line": 155,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 155,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 5934,
                                        "end": 6014,
                                        "loc": {
                                          "start": {
                                            "line": 155,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 155,
                                            "column": 109
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5934,
                                          "end": 6000,
                                          "loc": {
                                            "start": {
                                              "line": 155,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 155,
                                              "column": 95
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 5934,
                                            "end": 5988,
                                            "loc": {
                                              "start": {
                                                "line": 155,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 155,
                                                "column": 83
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 5938,
                                              "end": 5954,
                                              "loc": {
                                                "start": {
                                                  "line": 155,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 155,
                                                  "column": 49
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 5938,
                                                "end": 5943,
                                                "loc": {
                                                  "start": {
                                                    "line": 155,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 155,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5944,
                                                "end": 5954,
                                                "loc": {
                                                  "start": {
                                                    "line": 155,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 155,
                                                    "column": 49
                                                  }
                                                },
                                                "name": "PointLight"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 5955,
                                                "end": 5963,
                                                "loc": {
                                                  "start": {
                                                    "line": 155,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 155,
                                                    "column": 58
                                                  }
                                                },
                                                "value": 16777215,
                                                "rawValue": 16777215,
                                                "raw": "0xffffff"
                                              },
                                              {
                                                "type": "BinaryExpression",
                                                "start": 5965,
                                                "end": 5987,
                                                "loc": {
                                                  "start": {
                                                    "line": 155,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 155,
                                                    "column": 82
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 5965,
                                                  "end": 5983,
                                                  "loc": {
                                                    "start": {
                                                      "line": 155,
                                                      "column": 60
                                                    },
                                                    "end": {
                                                      "line": 155,
                                                      "column": 78
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 5965,
                                                    "end": 5977,
                                                    "loc": {
                                                      "start": {
                                                        "line": 155,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 155,
                                                        "column": 72
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 5965,
                                                      "end": 5969,
                                                      "loc": {
                                                        "start": {
                                                          "line": 155,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 155,
                                                          "column": 64
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 5970,
                                                      "end": 5977,
                                                      "loc": {
                                                        "start": {
                                                          "line": 155,
                                                          "column": 65
                                                        },
                                                        "end": {
                                                          "line": 155,
                                                          "column": 72
                                                        }
                                                      },
                                                      "name": "options"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 5978,
                                                    "end": 5983,
                                                    "loc": {
                                                      "start": {
                                                        "line": 155,
                                                        "column": 73
                                                      },
                                                      "end": {
                                                        "line": 155,
                                                        "column": 78
                                                      }
                                                    },
                                                    "name": "light"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 5986,
                                                  "end": 5987,
                                                  "loc": {
                                                    "start": {
                                                      "line": 155,
                                                      "column": 81
                                                    },
                                                    "end": {
                                                      "line": 155,
                                                      "column": 82
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5989,
                                            "end": 6000,
                                            "loc": {
                                              "start": {
                                                "line": 155,
                                                "column": 84
                                              },
                                              "end": {
                                                "line": 155,
                                                "column": 95
                                              }
                                            },
                                            "name": "setPosition"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 6001,
                                            "end": 6002,
                                            "loc": {
                                              "start": {
                                                "line": 155,
                                                "column": 96
                                              },
                                              "end": {
                                                "line": 155,
                                                "column": 97
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 6004,
                                            "end": 6005,
                                            "loc": {
                                              "start": {
                                                "line": 155,
                                                "column": 99
                                              },
                                              "end": {
                                                "line": 155,
                                                "column": 100
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 6007,
                                            "end": 6013,
                                            "loc": {
                                              "start": {
                                                "line": 155,
                                                "column": 102
                                              },
                                              "end": {
                                                "line": 155,
                                                "column": 108
                                              }
                                            },
                                            "name": "coords"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 6032,
                                  "end": 6119,
                                  "loc": {
                                    "start": {
                                      "line": 157,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 157,
                                      "column": 99
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 6036,
                                      "end": 6118,
                                      "loc": {
                                        "start": {
                                          "line": 157,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 157,
                                          "column": 98
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 6036,
                                        "end": 6039,
                                        "loc": {
                                          "start": {
                                            "line": 157,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 157,
                                            "column": 19
                                          }
                                        },
                                        "name": "vec"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 6042,
                                        "end": 6118,
                                        "loc": {
                                          "start": {
                                            "line": 157,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 157,
                                            "column": 98
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 6042,
                                          "end": 6066,
                                          "loc": {
                                            "start": {
                                              "line": 157,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 157,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 6042,
                                            "end": 6053,
                                            "loc": {
                                              "start": {
                                                "line": 157,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 157,
                                                "column": 33
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 6042,
                                              "end": 6046,
                                              "loc": {
                                                "start": {
                                                  "line": 157,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 157,
                                                  "column": 26
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6047,
                                              "end": 6053,
                                              "loc": {
                                                "start": {
                                                  "line": 157,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 157,
                                                  "column": 33
                                                }
                                              },
                                              "name": "parent"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6054,
                                            "end": 6066,
                                            "loc": {
                                              "start": {
                                                "line": 157,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 157,
                                                "column": 46
                                              }
                                            },
                                            "name": "worldToLocal"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 6067,
                                            "end": 6117,
                                            "loc": {
                                              "start": {
                                                "line": 157,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 157,
                                                "column": 97
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 6071,
                                              "end": 6084,
                                              "loc": {
                                                "start": {
                                                  "line": 157,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 157,
                                                  "column": 64
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 6071,
                                                "end": 6076,
                                                "loc": {
                                                  "start": {
                                                    "line": 157,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 157,
                                                    "column": 56
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6077,
                                                "end": 6084,
                                                "loc": {
                                                  "start": {
                                                    "line": 157,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 157,
                                                    "column": 64
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "BinaryExpression",
                                                "start": 6085,
                                                "end": 6096,
                                                "loc": {
                                                  "start": {
                                                    "line": 157,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 157,
                                                    "column": 76
                                                  }
                                                },
                                                "left": {
                                                  "type": "UnaryExpression",
                                                  "start": 6085,
                                                  "end": 6092,
                                                  "loc": {
                                                    "start": {
                                                      "line": 157,
                                                      "column": 65
                                                    },
                                                    "end": {
                                                      "line": 157,
                                                      "column": 72
                                                    }
                                                  },
                                                  "operator": "-",
                                                  "prefix": true,
                                                  "argument": {
                                                    "type": "Identifier",
                                                    "start": 6086,
                                                    "end": 6092,
                                                    "loc": {
                                                      "start": {
                                                        "line": 157,
                                                        "column": 66
                                                      },
                                                      "end": {
                                                        "line": 157,
                                                        "column": 72
                                                      }
                                                    },
                                                    "name": "coords"
                                                  }
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 6095,
                                                  "end": 6096,
                                                  "loc": {
                                                    "start": {
                                                      "line": 157,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 157,
                                                      "column": 76
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 6098,
                                                "end": 6104,
                                                "loc": {
                                                  "start": {
                                                    "line": 157,
                                                    "column": 78
                                                  },
                                                  "end": {
                                                    "line": 157,
                                                    "column": 84
                                                  }
                                                },
                                                "name": "coords"
                                              },
                                              {
                                                "type": "BinaryExpression",
                                                "start": 6106,
                                                "end": 6116,
                                                "loc": {
                                                  "start": {
                                                    "line": 157,
                                                    "column": 86
                                                  },
                                                  "end": {
                                                    "line": 157,
                                                    "column": 96
                                                  }
                                                },
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 6106,
                                                  "end": 6112,
                                                  "loc": {
                                                    "start": {
                                                      "line": 157,
                                                      "column": 86
                                                    },
                                                    "end": {
                                                      "line": 157,
                                                      "column": 92
                                                    }
                                                  },
                                                  "name": "coords"
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 6115,
                                                  "end": 6116,
                                                  "loc": {
                                                    "start": {
                                                      "line": 157,
                                                      "column": 95
                                                    },
                                                    "end": {
                                                      "line": 157,
                                                      "column": 96
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 6133,
                                  "end": 6228,
                                  "loc": {
                                    "start": {
                                      "line": 158,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 158,
                                      "column": 107
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 6137,
                                      "end": 6227,
                                      "loc": {
                                        "start": {
                                          "line": 158,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 158,
                                          "column": 106
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 6137,
                                        "end": 6146,
                                        "loc": {
                                          "start": {
                                            "line": 158,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 158,
                                            "column": 25
                                          }
                                        },
                                        "name": "spotLight"
                                      },
                                      "init": {
                                        "type": "NewExpression",
                                        "start": 6149,
                                        "end": 6227,
                                        "loc": {
                                          "start": {
                                            "line": 158,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 158,
                                            "column": 106
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 6153,
                                          "end": 6168,
                                          "loc": {
                                            "start": {
                                              "line": 158,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 158,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 6153,
                                            "end": 6158,
                                            "loc": {
                                              "start": {
                                                "line": 158,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 158,
                                                "column": 37
                                              }
                                            },
                                            "name": "THREE"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6159,
                                            "end": 6168,
                                            "loc": {
                                              "start": {
                                                "line": 158,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 158,
                                                "column": 47
                                              }
                                            },
                                            "name": "SpotLight"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 6170,
                                            "end": 6178,
                                            "loc": {
                                              "start": {
                                                "line": 158,
                                                "column": 49
                                              },
                                              "end": {
                                                "line": 158,
                                                "column": 57
                                              }
                                            },
                                            "value": 16777215,
                                            "rawValue": 16777215,
                                            "raw": "0xffffff"
                                          },
                                          {
                                            "type": "MemberExpression",
                                            "start": 6180,
                                            "end": 6198,
                                            "loc": {
                                              "start": {
                                                "line": 158,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 158,
                                                "column": 77
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 6180,
                                              "end": 6192,
                                              "loc": {
                                                "start": {
                                                  "line": 158,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 158,
                                                  "column": 71
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 6180,
                                                "end": 6184,
                                                "loc": {
                                                  "start": {
                                                    "line": 158,
                                                    "column": 59
                                                  },
                                                  "end": {
                                                    "line": 158,
                                                    "column": 63
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6185,
                                                "end": 6192,
                                                "loc": {
                                                  "start": {
                                                    "line": 158,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 158,
                                                    "column": 71
                                                  }
                                                },
                                                "name": "options"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6193,
                                              "end": 6198,
                                              "loc": {
                                                "start": {
                                                  "line": 158,
                                                  "column": 72
                                                },
                                                "end": {
                                                  "line": 158,
                                                  "column": 77
                                                }
                                              },
                                              "name": "light"
                                            },
                                            "computed": false
                                          },
                                          {
                                            "type": "BinaryExpression",
                                            "start": 6200,
                                            "end": 6212,
                                            "loc": {
                                              "start": {
                                                "line": 158,
                                                "column": 79
                                              },
                                              "end": {
                                                "line": 158,
                                                "column": 91
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 6200,
                                              "end": 6206,
                                              "loc": {
                                                "start": {
                                                  "line": 158,
                                                  "column": 79
                                                },
                                                "end": {
                                                  "line": 158,
                                                  "column": 85
                                                }
                                              },
                                              "name": "coords"
                                            },
                                            "operator": "*",
                                            "right": {
                                              "type": "Literal",
                                              "start": 6209,
                                              "end": 6212,
                                              "loc": {
                                                "start": {
                                                  "line": 158,
                                                  "column": 88
                                                },
                                                "end": {
                                                  "line": 158,
                                                  "column": 91
                                                }
                                              },
                                              "value": 1.5,
                                              "rawValue": 1.5,
                                              "raw": "1.5"
                                            }
                                          },
                                          {
                                            "type": "BinaryExpression",
                                            "start": 6214,
                                            "end": 6225,
                                            "loc": {
                                              "start": {
                                                "line": 158,
                                                "column": 93
                                              },
                                              "end": {
                                                "line": 158,
                                                "column": 104
                                              }
                                            },
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 6214,
                                              "end": 6221,
                                              "loc": {
                                                "start": {
                                                  "line": 158,
                                                  "column": 93
                                                },
                                                "end": {
                                                  "line": 158,
                                                  "column": 100
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 6214,
                                                "end": 6218,
                                                "loc": {
                                                  "start": {
                                                    "line": 158,
                                                    "column": 93
                                                  },
                                                  "end": {
                                                    "line": 158,
                                                    "column": 97
                                                  }
                                                },
                                                "name": "Math"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 6219,
                                                "end": 6221,
                                                "loc": {
                                                  "start": {
                                                    "line": 158,
                                                    "column": 98
                                                  },
                                                  "end": {
                                                    "line": 158,
                                                    "column": 100
                                                  }
                                                },
                                                "name": "PI"
                                              },
                                              "computed": false
                                            },
                                            "operator": "/",
                                            "right": {
                                              "type": "Literal",
                                              "start": 6224,
                                              "end": 6225,
                                              "loc": {
                                                "start": {
                                                  "line": 158,
                                                  "column": 103
                                                },
                                                "end": {
                                                  "line": 158,
                                                  "column": 104
                                                }
                                              },
                                              "value": 6,
                                              "rawValue": 6,
                                              "raw": "6"
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6242,
                                  "end": 6271,
                                  "loc": {
                                    "start": {
                                      "line": 159,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 159,
                                      "column": 41
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 6242,
                                    "end": 6270,
                                    "loc": {
                                      "start": {
                                        "line": 159,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 159,
                                        "column": 40
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6242,
                                      "end": 6265,
                                      "loc": {
                                        "start": {
                                          "line": 159,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 159,
                                          "column": 35
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6242,
                                        "end": 6260,
                                        "loc": {
                                          "start": {
                                            "line": 159,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 159,
                                            "column": 30
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6242,
                                          "end": 6251,
                                          "loc": {
                                            "start": {
                                              "line": 159,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 159,
                                              "column": 21
                                            }
                                          },
                                          "name": "spotLight"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6252,
                                          "end": 6260,
                                          "loc": {
                                            "start": {
                                              "line": 159,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 159,
                                              "column": 30
                                            }
                                          },
                                          "name": "position"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6261,
                                        "end": 6265,
                                        "loc": {
                                          "start": {
                                            "line": 159,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 159,
                                            "column": 35
                                          }
                                        },
                                        "name": "copy"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 6266,
                                        "end": 6269,
                                        "loc": {
                                          "start": {
                                            "line": 159,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 159,
                                            "column": 39
                                          }
                                        },
                                        "name": "vec"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6285,
                                  "end": 6318,
                                  "loc": {
                                    "start": {
                                      "line": 160,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 160,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 6285,
                                    "end": 6317,
                                    "loc": {
                                      "start": {
                                        "line": 160,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 160,
                                        "column": 44
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 6285,
                                      "end": 6301,
                                      "loc": {
                                        "start": {
                                          "line": 160,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 160,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6285,
                                        "end": 6294,
                                        "loc": {
                                          "start": {
                                            "line": 160,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 160,
                                            "column": 21
                                          }
                                        },
                                        "name": "spotLight"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6295,
                                        "end": 6301,
                                        "loc": {
                                          "start": {
                                            "line": 160,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 160,
                                            "column": 28
                                          }
                                        },
                                        "name": "target"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 6304,
                                      "end": 6317,
                                      "loc": {
                                        "start": {
                                          "line": 160,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 160,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 6304,
                                        "end": 6308,
                                        "loc": {
                                          "start": {
                                            "line": 160,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 160,
                                            "column": 35
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6309,
                                        "end": 6317,
                                        "loc": {
                                          "start": {
                                            "line": 160,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 160,
                                            "column": 44
                                          }
                                        },
                                        "name": "_objects"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6332,
                                  "end": 6360,
                                  "loc": {
                                    "start": {
                                      "line": 161,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 161,
                                      "column": 40
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 6332,
                                    "end": 6359,
                                    "loc": {
                                      "start": {
                                        "line": 161,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 161,
                                        "column": 39
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 6332,
                                      "end": 6352,
                                      "loc": {
                                        "start": {
                                          "line": 161,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 161,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6332,
                                        "end": 6341,
                                        "loc": {
                                          "start": {
                                            "line": 161,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 161,
                                            "column": 21
                                          }
                                        },
                                        "name": "spotLight"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6342,
                                        "end": 6352,
                                        "loc": {
                                          "start": {
                                            "line": 161,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 161,
                                            "column": 32
                                          }
                                        },
                                        "name": "castShadow"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 6355,
                                      "end": 6359,
                                      "loc": {
                                        "start": {
                                          "line": 161,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 161,
                                          "column": 39
                                        }
                                      },
                                      "value": true,
                                      "rawValue": true,
                                      "raw": "true"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6374,
                                  "end": 6397,
                                  "loc": {
                                    "start": {
                                      "line": 162,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 162,
                                      "column": 35
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 6374,
                                    "end": 6396,
                                    "loc": {
                                      "start": {
                                        "line": 162,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 162,
                                        "column": 34
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 6374,
                                      "end": 6392,
                                      "loc": {
                                        "start": {
                                          "line": 162,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 162,
                                          "column": 30
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6374,
                                        "end": 6383,
                                        "loc": {
                                          "start": {
                                            "line": 162,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 162,
                                            "column": 21
                                          }
                                        },
                                        "name": "spotLight"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6384,
                                        "end": 6392,
                                        "loc": {
                                          "start": {
                                            "line": 162,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 162,
                                            "column": 30
                                          }
                                        },
                                        "name": "penumbra"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 6395,
                                      "end": 6396,
                                      "loc": {
                                        "start": {
                                          "line": 162,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 162,
                                          "column": 34
                                        }
                                      },
                                      "value": 1,
                                      "rawValue": 1,
                                      "raw": "1"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6411,
                                  "end": 6511,
                                  "loc": {
                                    "start": {
                                      "line": 163,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 163,
                                      "column": 112
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 6411,
                                    "end": 6510,
                                    "loc": {
                                      "start": {
                                        "line": 163,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 163,
                                        "column": 111
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 6411,
                                      "end": 6427,
                                      "loc": {
                                        "start": {
                                          "line": 163,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 163,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6411,
                                        "end": 6420,
                                        "loc": {
                                          "start": {
                                            "line": 163,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 163,
                                            "column": 21
                                          }
                                        },
                                        "name": "spotLight"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6421,
                                        "end": 6427,
                                        "loc": {
                                          "start": {
                                            "line": 163,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 163,
                                            "column": 28
                                          }
                                        },
                                        "name": "shadow"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "NewExpression",
                                      "start": 6430,
                                      "end": 6510,
                                      "loc": {
                                        "start": {
                                          "line": 163,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 163,
                                          "column": 111
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 6434,
                                        "end": 6451,
                                        "loc": {
                                          "start": {
                                            "line": 163,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 163,
                                            "column": 52
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 6434,
                                          "end": 6439,
                                          "loc": {
                                            "start": {
                                              "line": 163,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 163,
                                              "column": 40
                                            }
                                          },
                                          "name": "THREE"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6440,
                                          "end": 6451,
                                          "loc": {
                                            "start": {
                                              "line": 163,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 163,
                                              "column": 52
                                            }
                                          },
                                          "name": "LightShadow"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "NewExpression",
                                          "start": 6453,
                                          "end": 6508,
                                          "loc": {
                                            "start": {
                                              "line": 163,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 163,
                                              "column": 109
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 6457,
                                            "end": 6480,
                                            "loc": {
                                              "start": {
                                                "line": 163,
                                                "column": 58
                                              },
                                              "end": {
                                                "line": 163,
                                                "column": 81
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 6457,
                                              "end": 6462,
                                              "loc": {
                                                "start": {
                                                  "line": 163,
                                                  "column": 58
                                                },
                                                "end": {
                                                  "line": 163,
                                                  "column": 63
                                                }
                                              },
                                              "name": "THREE"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 6463,
                                              "end": 6480,
                                              "loc": {
                                                "start": {
                                                  "line": 163,
                                                  "column": 64
                                                },
                                                "end": {
                                                  "line": 163,
                                                  "column": 81
                                                }
                                              },
                                              "name": "PerspectiveCamera"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Literal",
                                              "start": 6482,
                                              "end": 6484,
                                              "loc": {
                                                "start": {
                                                  "line": 163,
                                                  "column": 83
                                                },
                                                "end": {
                                                  "line": 163,
                                                  "column": 85
                                                }
                                              },
                                              "value": 10,
                                              "rawValue": 10,
                                              "raw": "10"
                                            },
                                            {
                                              "type": "Literal",
                                              "start": 6486,
                                              "end": 6487,
                                              "loc": {
                                                "start": {
                                                  "line": 163,
                                                  "column": 87
                                                },
                                                "end": {
                                                  "line": 163,
                                                  "column": 88
                                                }
                                              },
                                              "value": 1,
                                              "rawValue": 1,
                                              "raw": "1"
                                            },
                                            {
                                              "type": "Literal",
                                              "start": 6489,
                                              "end": 6492,
                                              "loc": {
                                                "start": {
                                                  "line": 163,
                                                  "column": 90
                                                },
                                                "end": {
                                                  "line": 163,
                                                  "column": 93
                                                }
                                              },
                                              "value": 100,
                                              "rawValue": 100,
                                              "raw": "100"
                                            },
                                            {
                                              "type": "BinaryExpression",
                                              "start": 6494,
                                              "end": 6506,
                                              "loc": {
                                                "start": {
                                                  "line": 163,
                                                  "column": 95
                                                },
                                                "end": {
                                                  "line": 163,
                                                  "column": 107
                                                }
                                              },
                                              "left": {
                                                "type": "Identifier",
                                                "start": 6494,
                                                "end": 6500,
                                                "loc": {
                                                  "start": {
                                                    "line": 163,
                                                    "column": 95
                                                  },
                                                  "end": {
                                                    "line": 163,
                                                    "column": 101
                                                  }
                                                },
                                                "name": "coords"
                                              },
                                              "operator": "*",
                                              "right": {
                                                "type": "Literal",
                                                "start": 6503,
                                                "end": 6506,
                                                "loc": {
                                                  "start": {
                                                    "line": 163,
                                                    "column": 104
                                                  },
                                                  "end": {
                                                    "line": 163,
                                                    "column": 107
                                                  }
                                                },
                                                "value": 1.5,
                                                "rawValue": 1.5,
                                                "raw": "1.5"
                                              }
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6525,
                                  "end": 6563,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 164,
                                      "column": 50
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 6525,
                                    "end": 6562,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 49
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 6525,
                                      "end": 6555,
                                      "loc": {
                                        "start": {
                                          "line": 164,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 164,
                                          "column": 42
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6525,
                                        "end": 6549,
                                        "loc": {
                                          "start": {
                                            "line": 164,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 164,
                                            "column": 36
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 6525,
                                          "end": 6541,
                                          "loc": {
                                            "start": {
                                              "line": 164,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 164,
                                              "column": 28
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 6525,
                                            "end": 6534,
                                            "loc": {
                                              "start": {
                                                "line": 164,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 164,
                                                "column": 21
                                              }
                                            },
                                            "name": "spotLight"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6535,
                                            "end": 6541,
                                            "loc": {
                                              "start": {
                                                "line": 164,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 164,
                                                "column": 28
                                              }
                                            },
                                            "name": "shadow"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6542,
                                          "end": 6549,
                                          "loc": {
                                            "start": {
                                              "line": 164,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 164,
                                              "column": 36
                                            }
                                          },
                                          "name": "mapSize"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6550,
                                        "end": 6555,
                                        "loc": {
                                          "start": {
                                            "line": 164,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 164,
                                            "column": 42
                                          }
                                        },
                                        "name": "width"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 6558,
                                      "end": 6562,
                                      "loc": {
                                        "start": {
                                          "line": 164,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 164,
                                          "column": 49
                                        }
                                      },
                                      "value": 2048,
                                      "rawValue": 2048,
                                      "raw": "2048"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6577,
                                  "end": 6616,
                                  "loc": {
                                    "start": {
                                      "line": 165,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 165,
                                      "column": 51
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 6577,
                                    "end": 6615,
                                    "loc": {
                                      "start": {
                                        "line": 165,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 165,
                                        "column": 50
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 6577,
                                      "end": 6608,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 43
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6577,
                                        "end": 6601,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 36
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 6577,
                                          "end": 6593,
                                          "loc": {
                                            "start": {
                                              "line": 165,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 165,
                                              "column": 28
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 6577,
                                            "end": 6586,
                                            "loc": {
                                              "start": {
                                                "line": 165,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 165,
                                                "column": 21
                                              }
                                            },
                                            "name": "spotLight"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6587,
                                            "end": 6593,
                                            "loc": {
                                              "start": {
                                                "line": 165,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 165,
                                                "column": 28
                                              }
                                            },
                                            "name": "shadow"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6594,
                                          "end": 6601,
                                          "loc": {
                                            "start": {
                                              "line": 165,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 165,
                                              "column": 36
                                            }
                                          },
                                          "name": "mapSize"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6602,
                                        "end": 6608,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 43
                                          }
                                        },
                                        "name": "height"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 6611,
                                      "end": 6615,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 50
                                        }
                                      },
                                      "value": 2048,
                                      "rawValue": 2048,
                                      "raw": "2048"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6630,
                                  "end": 6660,
                                  "loc": {
                                    "start": {
                                      "line": 166,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 166,
                                      "column": 42
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 6630,
                                    "end": 6659,
                                    "loc": {
                                      "start": {
                                        "line": 166,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 166,
                                        "column": 41
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6630,
                                      "end": 6646,
                                      "loc": {
                                        "start": {
                                          "line": 166,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 166,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6630,
                                        "end": 6642,
                                        "loc": {
                                          "start": {
                                            "line": 166,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 166,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 6630,
                                          "end": 6634,
                                          "loc": {
                                            "start": {
                                              "line": 166,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 166,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6635,
                                          "end": 6642,
                                          "loc": {
                                            "start": {
                                              "line": 166,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 166,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6643,
                                        "end": 6646,
                                        "loc": {
                                          "start": {
                                            "line": 166,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 166,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 6648,
                                        "end": 6657,
                                        "loc": {
                                          "start": {
                                            "line": 166,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 166,
                                            "column": 39
                                          }
                                        },
                                        "name": "spotLight"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 6676,
                                  "end": 6756,
                                  "loc": {
                                    "start": {
                                      "line": 168,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 168,
                                      "column": 92
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 6680,
                                      "end": 6755,
                                      "loc": {
                                        "start": {
                                          "line": 168,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 168,
                                          "column": 91
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 6680,
                                        "end": 6689,
                                        "loc": {
                                          "start": {
                                            "line": 168,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 168,
                                            "column": 25
                                          }
                                        },
                                        "name": "shadowGeo"
                                      },
                                      "init": {
                                        "type": "NewExpression",
                                        "start": 6692,
                                        "end": 6755,
                                        "loc": {
                                          "start": {
                                            "line": 168,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 168,
                                            "column": 91
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 6696,
                                          "end": 6721,
                                          "loc": {
                                            "start": {
                                              "line": 168,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 168,
                                              "column": 57
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 6696,
                                            "end": 6701,
                                            "loc": {
                                              "start": {
                                                "line": 168,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 168,
                                                "column": 37
                                              }
                                            },
                                            "name": "THREE"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6702,
                                            "end": 6721,
                                            "loc": {
                                              "start": {
                                                "line": 168,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 168,
                                                "column": 57
                                              }
                                            },
                                            "name": "PlaneBufferGeometry"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "BinaryExpression",
                                            "start": 6723,
                                            "end": 6734,
                                            "loc": {
                                              "start": {
                                                "line": 168,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 168,
                                                "column": 70
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 6723,
                                              "end": 6728,
                                              "loc": {
                                                "start": {
                                                  "line": 168,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 168,
                                                  "column": 64
                                                }
                                              },
                                              "name": "width"
                                            },
                                            "operator": "*",
                                            "right": {
                                              "type": "Literal",
                                              "start": 6731,
                                              "end": 6734,
                                              "loc": {
                                                "start": {
                                                  "line": 168,
                                                  "column": 67
                                                },
                                                "end": {
                                                  "line": 168,
                                                  "column": 70
                                                }
                                              },
                                              "value": 1.2,
                                              "rawValue": 1.2,
                                              "raw": "1.2"
                                            }
                                          },
                                          {
                                            "type": "BinaryExpression",
                                            "start": 6736,
                                            "end": 6747,
                                            "loc": {
                                              "start": {
                                                "line": 168,
                                                "column": 72
                                              },
                                              "end": {
                                                "line": 168,
                                                "column": 83
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 6736,
                                              "end": 6741,
                                              "loc": {
                                                "start": {
                                                  "line": 168,
                                                  "column": 72
                                                },
                                                "end": {
                                                  "line": 168,
                                                  "column": 77
                                                }
                                              },
                                              "name": "depth"
                                            },
                                            "operator": "*",
                                            "right": {
                                              "type": "Literal",
                                              "start": 6744,
                                              "end": 6747,
                                              "loc": {
                                                "start": {
                                                  "line": 168,
                                                  "column": 80
                                                },
                                                "end": {
                                                  "line": 168,
                                                  "column": 83
                                                }
                                              },
                                              "value": 1.2,
                                              "rawValue": 1.2,
                                              "raw": "1.2"
                                            }
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 6749,
                                            "end": 6750,
                                            "loc": {
                                              "start": {
                                                "line": 168,
                                                "column": 85
                                              },
                                              "end": {
                                                "line": 168,
                                                "column": 86
                                              }
                                            },
                                            "value": 1,
                                            "rawValue": 1,
                                            "raw": "1"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 6752,
                                            "end": 6753,
                                            "loc": {
                                              "start": {
                                                "line": 168,
                                                "column": 88
                                              },
                                              "end": {
                                                "line": 168,
                                                "column": 89
                                              }
                                            },
                                            "value": 1,
                                            "rawValue": 1,
                                            "raw": "1"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 6770,
                                  "end": 6824,
                                  "loc": {
                                    "start": {
                                      "line": 169,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 169,
                                      "column": 66
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 6774,
                                      "end": 6824,
                                      "loc": {
                                        "start": {
                                          "line": 169,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 169,
                                          "column": 66
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 6774,
                                        "end": 6778,
                                        "loc": {
                                          "start": {
                                            "line": 169,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 169,
                                            "column": 20
                                          }
                                        },
                                        "name": "mesh"
                                      },
                                      "init": {
                                        "type": "NewExpression",
                                        "start": 6781,
                                        "end": 6824,
                                        "loc": {
                                          "start": {
                                            "line": 169,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 169,
                                            "column": 66
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 6785,
                                          "end": 6795,
                                          "loc": {
                                            "start": {
                                              "line": 169,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 169,
                                              "column": 37
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 6785,
                                            "end": 6790,
                                            "loc": {
                                              "start": {
                                                "line": 169,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 169,
                                                "column": 32
                                              }
                                            },
                                            "name": "THREE"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 6791,
                                            "end": 6795,
                                            "loc": {
                                              "start": {
                                                "line": 169,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 169,
                                                "column": 37
                                              }
                                            },
                                            "name": "Mesh"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 6797,
                                            "end": 6806,
                                            "loc": {
                                              "start": {
                                                "line": 169,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 169,
                                                "column": 48
                                              }
                                            },
                                            "name": "shadowGeo"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 6808,
                                            "end": 6822,
                                            "loc": {
                                              "start": {
                                                "line": 169,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 169,
                                                "column": 64
                                              }
                                            },
                                            "name": "shadowMaterial"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 6838,
                                  "end": 6862,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 36
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 6838,
                                    "end": 6861,
                                    "loc": {
                                      "start": {
                                        "line": 170,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 35
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 6838,
                                      "end": 6853,
                                      "loc": {
                                        "start": {
                                          "line": 170,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 170,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6838,
                                        "end": 6849,
                                        "loc": {
                                          "start": {
                                            "line": 170,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 170,
                                            "column": 23
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 6838,
                                          "end": 6842,
                                          "loc": {
                                            "start": {
                                              "line": 170,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 170,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6843,
                                          "end": 6849,
                                          "loc": {
                                            "start": {
                                              "line": 170,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 170,
                                              "column": 23
                                            }
                                          },
                                          "name": "_stage"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6850,
                                        "end": 6853,
                                        "loc": {
                                          "start": {
                                            "line": 170,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 170,
                                            "column": 27
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 6855,
                                        "end": 6859,
                                        "loc": {
                                          "start": {
                                            "line": 170,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 170,
                                            "column": 33
                                          }
                                        },
                                        "name": "mesh"
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 6889,
              "end": 6940,
              "loc": {
                "start": {
                  "line": 174,
                  "column": 4
                },
                "end": {
                  "line": 176,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 6889,
                "end": 6898,
                "loc": {
                  "start": {
                    "line": 174,
                    "column": 4
                  },
                  "end": {
                    "line": 174,
                    "column": 13
                  }
                },
                "name": "getModels"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 6898,
                "end": 6940,
                "loc": {
                  "start": {
                    "line": 174,
                    "column": 13
                  },
                  "end": {
                    "line": 176,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 6901,
                  "end": 6940,
                  "loc": {
                    "start": {
                      "line": 174,
                      "column": 16
                    },
                    "end": {
                      "line": 176,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 6912,
                      "end": 6933,
                      "loc": {
                        "start": {
                          "line": 175,
                          "column": 8
                        },
                        "end": {
                          "line": 175,
                          "column": 29
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 6919,
                        "end": 6932,
                        "loc": {
                          "start": {
                            "line": 175,
                            "column": 15
                          },
                          "end": {
                            "line": 175,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 6919,
                          "end": 6923,
                          "loc": {
                            "start": {
                              "line": 175,
                              "column": 15
                            },
                            "end": {
                              "line": 175,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6924,
                          "end": 6932,
                          "loc": {
                            "start": {
                              "line": 175,
                              "column": 20
                            },
                            "end": {
                              "line": 175,
                              "column": 28
                            }
                          },
                          "name": "_objects"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 6948,
              "end": 6998,
              "loc": {
                "start": {
                  "line": 178,
                  "column": 4
                },
                "end": {
                  "line": 180,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 6948,
                "end": 6957,
                "loc": {
                  "start": {
                    "line": 178,
                    "column": 4
                  },
                  "end": {
                    "line": 178,
                    "column": 13
                  }
                },
                "name": "getLights"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 6957,
                "end": 6998,
                "loc": {
                  "start": {
                    "line": 178,
                    "column": 13
                  },
                  "end": {
                    "line": 180,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 6960,
                  "end": 6998,
                  "loc": {
                    "start": {
                      "line": 178,
                      "column": 16
                    },
                    "end": {
                      "line": 180,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 6971,
                      "end": 6991,
                      "loc": {
                        "start": {
                          "line": 179,
                          "column": 8
                        },
                        "end": {
                          "line": 179,
                          "column": 28
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 6978,
                        "end": 6990,
                        "loc": {
                          "start": {
                            "line": 179,
                            "column": 15
                          },
                          "end": {
                            "line": 179,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 6978,
                          "end": 6982,
                          "loc": {
                            "start": {
                              "line": 179,
                              "column": 15
                            },
                            "end": {
                              "line": 179,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6983,
                          "end": 6990,
                          "loc": {
                            "start": {
                              "line": 179,
                              "column": 20
                            },
                            "end": {
                              "line": 179,
                              "column": 27
                            }
                          },
                          "name": "_lights"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 7006,
              "end": 7054,
              "loc": {
                "start": {
                  "line": 182,
                  "column": 4
                },
                "end": {
                  "line": 184,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 7006,
                "end": 7014,
                "loc": {
                  "start": {
                    "line": 182,
                    "column": 4
                  },
                  "end": {
                    "line": 182,
                    "column": 12
                  }
                },
                "name": "getStage"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 7014,
                "end": 7054,
                "loc": {
                  "start": {
                    "line": 182,
                    "column": 12
                  },
                  "end": {
                    "line": 184,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 7017,
                  "end": 7054,
                  "loc": {
                    "start": {
                      "line": 182,
                      "column": 15
                    },
                    "end": {
                      "line": 184,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 7028,
                      "end": 7047,
                      "loc": {
                        "start": {
                          "line": 183,
                          "column": 8
                        },
                        "end": {
                          "line": 183,
                          "column": 27
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 7035,
                        "end": 7046,
                        "loc": {
                          "start": {
                            "line": 183,
                            "column": 15
                          },
                          "end": {
                            "line": 183,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 7035,
                          "end": 7039,
                          "loc": {
                            "start": {
                              "line": 183,
                              "column": 15
                            },
                            "end": {
                              "line": 183,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7040,
                          "end": 7046,
                          "loc": {
                            "start": {
                              "line": 183,
                              "column": 20
                            },
                            "end": {
                              "line": 183,
                              "column": 26
                            }
                          },
                          "name": "_stage"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}