{
  "type": "Program",
  "start": 0,
  "end": 5409,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 150,
      "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": 69,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 41
        }
      },
      "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": 68,
        "loc": {
          "start": {
            "line": 2,
            "column": 20
          },
          "end": {
            "line": 2,
            "column": 40
          }
        },
        "value": "awv3/three/object3",
        "rawValue": "awv3/three/object3",
        "raw": "'awv3/three/object3'"
      }
    },
    {
      "type": "VariableDeclaration",
      "start": 73,
      "end": 123,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 50
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 77,
          "end": 122,
          "loc": {
            "start": {
              "line": 4,
              "column": 4
            },
            "end": {
              "line": 4,
              "column": 49
            }
          },
          "id": {
            "type": "Identifier",
            "start": 77,
            "end": 85,
            "loc": {
              "start": {
                "line": 4,
                "column": 4
              },
              "end": {
                "line": 4,
                "column": 12
              }
            },
            "name": "canvas2d"
          },
          "init": {
            "type": "CallExpression",
            "start": 88,
            "end": 122,
            "loc": {
              "start": {
                "line": 4,
                "column": 15
              },
              "end": {
                "line": 4,
                "column": 49
              }
            },
            "callee": {
              "type": "MemberExpression",
              "start": 88,
              "end": 110,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 15
                },
                "end": {
                  "line": 4,
                  "column": 37
                }
              },
              "object": {
                "type": "Identifier",
                "start": 88,
                "end": 96,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 15
                  },
                  "end": {
                    "line": 4,
                    "column": 23
                  }
                },
                "name": "document"
              },
              "property": {
                "type": "Identifier",
                "start": 97,
                "end": 110,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 24
                  },
                  "end": {
                    "line": 4,
                    "column": 37
                  }
                },
                "name": "createElement"
              },
              "computed": false
            },
            "arguments": [
              {
                "type": "Literal",
                "start": 112,
                "end": 120,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 39
                  },
                  "end": {
                    "line": 4,
                    "column": 47
                  }
                },
                "value": "canvas",
                "rawValue": "canvas",
                "raw": "'canvas'"
              }
            ]
          }
        }
      ],
      "kind": "var"
    },
    {
      "type": "ExpressionStatement",
      "start": 125,
      "end": 146,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 21
        }
      },
      "expression": {
        "type": "AssignmentExpression",
        "start": 125,
        "end": 145,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 20
          }
        },
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "start": 125,
          "end": 139,
          "loc": {
            "start": {
              "line": 5,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 14
            }
          },
          "object": {
            "type": "Identifier",
            "start": 125,
            "end": 133,
            "loc": {
              "start": {
                "line": 5,
                "column": 0
              },
              "end": {
                "line": 5,
                "column": 8
              }
            },
            "name": "canvas2d"
          },
          "property": {
            "type": "Identifier",
            "start": 134,
            "end": 139,
            "loc": {
              "start": {
                "line": 5,
                "column": 9
              },
              "end": {
                "line": 5,
                "column": 14
              }
            },
            "name": "width"
          },
          "computed": false
        },
        "right": {
          "type": "Literal",
          "start": 142,
          "end": 145,
          "loc": {
            "start": {
              "line": 5,
              "column": 17
            },
            "end": {
              "line": 5,
              "column": 20
            }
          },
          "value": 128,
          "rawValue": 128,
          "raw": "128"
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "start": 148,
      "end": 170,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 22
        }
      },
      "expression": {
        "type": "AssignmentExpression",
        "start": 148,
        "end": 169,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 6,
            "column": 21
          }
        },
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "start": 148,
          "end": 163,
          "loc": {
            "start": {
              "line": 6,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 15
            }
          },
          "object": {
            "type": "Identifier",
            "start": 148,
            "end": 156,
            "loc": {
              "start": {
                "line": 6,
                "column": 0
              },
              "end": {
                "line": 6,
                "column": 8
              }
            },
            "name": "canvas2d"
          },
          "property": {
            "type": "Identifier",
            "start": 157,
            "end": 163,
            "loc": {
              "start": {
                "line": 6,
                "column": 9
              },
              "end": {
                "line": 6,
                "column": 15
              }
            },
            "name": "height"
          },
          "computed": false
        },
        "right": {
          "type": "Literal",
          "start": 166,
          "end": 169,
          "loc": {
            "start": {
              "line": 6,
              "column": 18
            },
            "end": {
              "line": 6,
              "column": 21
            }
          },
          "value": 128,
          "rawValue": 128,
          "raw": "128"
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "start": 172,
      "end": 214,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 42
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 176,
          "end": 213,
          "loc": {
            "start": {
              "line": 7,
              "column": 4
            },
            "end": {
              "line": 7,
              "column": 41
            }
          },
          "id": {
            "type": "Identifier",
            "start": 176,
            "end": 183,
            "loc": {
              "start": {
                "line": 7,
                "column": 4
              },
              "end": {
                "line": 7,
                "column": 11
              }
            },
            "name": "context"
          },
          "init": {
            "type": "CallExpression",
            "start": 186,
            "end": 213,
            "loc": {
              "start": {
                "line": 7,
                "column": 14
              },
              "end": {
                "line": 7,
                "column": 41
              }
            },
            "callee": {
              "type": "MemberExpression",
              "start": 186,
              "end": 205,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 14
                },
                "end": {
                  "line": 7,
                  "column": 33
                }
              },
              "object": {
                "type": "Identifier",
                "start": 186,
                "end": 194,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 14
                  },
                  "end": {
                    "line": 7,
                    "column": 22
                  }
                },
                "name": "canvas2d"
              },
              "property": {
                "type": "Identifier",
                "start": 195,
                "end": 205,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 23
                  },
                  "end": {
                    "line": 7,
                    "column": 33
                  }
                },
                "name": "getContext"
              },
              "computed": false
            },
            "arguments": [
              {
                "type": "Literal",
                "start": 207,
                "end": 211,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 35
                  },
                  "end": {
                    "line": 7,
                    "column": 39
                  }
                },
                "value": "2d",
                "rawValue": "2d",
                "raw": "'2d'"
              }
            ]
          }
        }
      ],
      "kind": "var"
    },
    {
      "type": "VariableDeclaration",
      "start": 216,
      "end": 367,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 151
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 220,
          "end": 366,
          "loc": {
            "start": {
              "line": 8,
              "column": 4
            },
            "end": {
              "line": 8,
              "column": 150
            }
          },
          "id": {
            "type": "Identifier",
            "start": 220,
            "end": 228,
            "loc": {
              "start": {
                "line": 8,
                "column": 4
              },
              "end": {
                "line": 8,
                "column": 12
              }
            },
            "name": "gradient"
          },
          "init": {
            "type": "CallExpression",
            "start": 231,
            "end": 366,
            "loc": {
              "start": {
                "line": 8,
                "column": 15
              },
              "end": {
                "line": 8,
                "column": 150
              }
            },
            "callee": {
              "type": "MemberExpression",
              "start": 231,
              "end": 259,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 15
                },
                "end": {
                  "line": 8,
                  "column": 43
                }
              },
              "object": {
                "type": "Identifier",
                "start": 231,
                "end": 238,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 15
                  },
                  "end": {
                    "line": 8,
                    "column": 22
                  }
                },
                "name": "context"
              },
              "property": {
                "type": "Identifier",
                "start": 239,
                "end": 259,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 23
                  },
                  "end": {
                    "line": 8,
                    "column": 43
                  }
                },
                "name": "createRadialGradient"
              },
              "computed": false
            },
            "arguments": [
              {
                "type": "BinaryExpression",
                "start": 261,
                "end": 279,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 45
                  },
                  "end": {
                    "line": 8,
                    "column": 63
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 261,
                  "end": 275,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 45
                    },
                    "end": {
                      "line": 8,
                      "column": 59
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 261,
                    "end": 269,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 45
                      },
                      "end": {
                        "line": 8,
                        "column": 53
                      }
                    },
                    "name": "canvas2d"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 270,
                    "end": 275,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 54
                      },
                      "end": {
                        "line": 8,
                        "column": 59
                      }
                    },
                    "name": "width"
                  },
                  "computed": false
                },
                "operator": "/",
                "right": {
                  "type": "Literal",
                  "start": 278,
                  "end": 279,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 62
                    },
                    "end": {
                      "line": 8,
                      "column": 63
                    }
                  },
                  "value": 2,
                  "rawValue": 2,
                  "raw": "2"
                }
              },
              {
                "type": "BinaryExpression",
                "start": 281,
                "end": 300,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 65
                  },
                  "end": {
                    "line": 8,
                    "column": 84
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 281,
                  "end": 296,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 65
                    },
                    "end": {
                      "line": 8,
                      "column": 80
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 281,
                    "end": 289,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 65
                      },
                      "end": {
                        "line": 8,
                        "column": 73
                      }
                    },
                    "name": "canvas2d"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 290,
                    "end": 296,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 74
                      },
                      "end": {
                        "line": 8,
                        "column": 80
                      }
                    },
                    "name": "height"
                  },
                  "computed": false
                },
                "operator": "/",
                "right": {
                  "type": "Literal",
                  "start": 299,
                  "end": 300,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 83
                    },
                    "end": {
                      "line": 8,
                      "column": 84
                    }
                  },
                  "value": 2,
                  "rawValue": 2,
                  "raw": "2"
                }
              },
              {
                "type": "Literal",
                "start": 302,
                "end": 303,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 86
                  },
                  "end": {
                    "line": 8,
                    "column": 87
                  }
                },
                "value": 0,
                "rawValue": 0,
                "raw": "0"
              },
              {
                "type": "BinaryExpression",
                "start": 305,
                "end": 323,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 89
                  },
                  "end": {
                    "line": 8,
                    "column": 107
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 305,
                  "end": 319,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 89
                    },
                    "end": {
                      "line": 8,
                      "column": 103
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 305,
                    "end": 313,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 89
                      },
                      "end": {
                        "line": 8,
                        "column": 97
                      }
                    },
                    "name": "canvas2d"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 314,
                    "end": 319,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 98
                      },
                      "end": {
                        "line": 8,
                        "column": 103
                      }
                    },
                    "name": "width"
                  },
                  "computed": false
                },
                "operator": "/",
                "right": {
                  "type": "Literal",
                  "start": 322,
                  "end": 323,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 106
                    },
                    "end": {
                      "line": 8,
                      "column": 107
                    }
                  },
                  "value": 2,
                  "rawValue": 2,
                  "raw": "2"
                }
              },
              {
                "type": "BinaryExpression",
                "start": 325,
                "end": 344,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 109
                  },
                  "end": {
                    "line": 8,
                    "column": 128
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 325,
                  "end": 340,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 109
                    },
                    "end": {
                      "line": 8,
                      "column": 124
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 325,
                    "end": 333,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 109
                      },
                      "end": {
                        "line": 8,
                        "column": 117
                      }
                    },
                    "name": "canvas2d"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 334,
                    "end": 340,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 118
                      },
                      "end": {
                        "line": 8,
                        "column": 124
                      }
                    },
                    "name": "height"
                  },
                  "computed": false
                },
                "operator": "/",
                "right": {
                  "type": "Literal",
                  "start": 343,
                  "end": 344,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 127
                    },
                    "end": {
                      "line": 8,
                      "column": 128
                    }
                  },
                  "value": 2,
                  "rawValue": 2,
                  "raw": "2"
                }
              },
              {
                "type": "BinaryExpression",
                "start": 346,
                "end": 364,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 130
                  },
                  "end": {
                    "line": 8,
                    "column": 148
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 346,
                  "end": 360,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 130
                    },
                    "end": {
                      "line": 8,
                      "column": 144
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 346,
                    "end": 354,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 130
                      },
                      "end": {
                        "line": 8,
                        "column": 138
                      }
                    },
                    "name": "canvas2d"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 355,
                    "end": 360,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 139
                      },
                      "end": {
                        "line": 8,
                        "column": 144
                      }
                    },
                    "name": "width"
                  },
                  "computed": false
                },
                "operator": "/",
                "right": {
                  "type": "Literal",
                  "start": 363,
                  "end": 364,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 147
                    },
                    "end": {
                      "line": 8,
                      "column": 148
                    }
                  },
                  "value": 2,
                  "rawValue": 2,
                  "raw": "2"
                }
              }
            ]
          }
        }
      ],
      "kind": "var"
    },
    {
      "type": "ExpressionStatement",
      "start": 369,
      "end": 418,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 49
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 369,
        "end": 417,
        "loc": {
          "start": {
            "line": 9,
            "column": 0
          },
          "end": {
            "line": 9,
            "column": 48
          }
        },
        "callee": {
          "type": "MemberExpression",
          "start": 369,
          "end": 390,
          "loc": {
            "start": {
              "line": 9,
              "column": 0
            },
            "end": {
              "line": 9,
              "column": 21
            }
          },
          "object": {
            "type": "Identifier",
            "start": 369,
            "end": 377,
            "loc": {
              "start": {
                "line": 9,
                "column": 0
              },
              "end": {
                "line": 9,
                "column": 8
              }
            },
            "name": "gradient"
          },
          "property": {
            "type": "Identifier",
            "start": 378,
            "end": 390,
            "loc": {
              "start": {
                "line": 9,
                "column": 9
              },
              "end": {
                "line": 9,
                "column": 21
              }
            },
            "name": "addColorStop"
          },
          "computed": false
        },
        "arguments": [
          {
            "type": "Literal",
            "start": 392,
            "end": 395,
            "loc": {
              "start": {
                "line": 9,
                "column": 23
              },
              "end": {
                "line": 9,
                "column": 26
              }
            },
            "value": 0.1,
            "rawValue": 0.1,
            "raw": "0.1"
          },
          {
            "type": "Literal",
            "start": 397,
            "end": 415,
            "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": 420,
      "end": 464,
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 44
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 420,
        "end": 463,
        "loc": {
          "start": {
            "line": 10,
            "column": 0
          },
          "end": {
            "line": 10,
            "column": 43
          }
        },
        "callee": {
          "type": "MemberExpression",
          "start": 420,
          "end": 441,
          "loc": {
            "start": {
              "line": 10,
              "column": 0
            },
            "end": {
              "line": 10,
              "column": 21
            }
          },
          "object": {
            "type": "Identifier",
            "start": 420,
            "end": 428,
            "loc": {
              "start": {
                "line": 10,
                "column": 0
              },
              "end": {
                "line": 10,
                "column": 8
              }
            },
            "name": "gradient"
          },
          "property": {
            "type": "Identifier",
            "start": 429,
            "end": 441,
            "loc": {
              "start": {
                "line": 10,
                "column": 9
              },
              "end": {
                "line": 10,
                "column": 21
              }
            },
            "name": "addColorStop"
          },
          "computed": false
        },
        "arguments": [
          {
            "type": "Literal",
            "start": 443,
            "end": 444,
            "loc": {
              "start": {
                "line": 10,
                "column": 23
              },
              "end": {
                "line": 10,
                "column": 24
              }
            },
            "value": 1,
            "rawValue": 1,
            "raw": "1"
          },
          {
            "type": "Literal",
            "start": 446,
            "end": 461,
            "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": 466,
      "end": 495,
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 29
        }
      },
      "expression": {
        "type": "AssignmentExpression",
        "start": 466,
        "end": 494,
        "loc": {
          "start": {
            "line": 11,
            "column": 0
          },
          "end": {
            "line": 11,
            "column": 28
          }
        },
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "start": 466,
          "end": 483,
          "loc": {
            "start": {
              "line": 11,
              "column": 0
            },
            "end": {
              "line": 11,
              "column": 17
            }
          },
          "object": {
            "type": "Identifier",
            "start": 466,
            "end": 473,
            "loc": {
              "start": {
                "line": 11,
                "column": 0
              },
              "end": {
                "line": 11,
                "column": 7
              }
            },
            "name": "context"
          },
          "property": {
            "type": "Identifier",
            "start": 474,
            "end": 483,
            "loc": {
              "start": {
                "line": 11,
                "column": 8
              },
              "end": {
                "line": 11,
                "column": 17
              }
            },
            "name": "fillStyle"
          },
          "computed": false
        },
        "right": {
          "type": "Identifier",
          "start": 486,
          "end": 494,
          "loc": {
            "start": {
              "line": 11,
              "column": 20
            },
            "end": {
              "line": 11,
              "column": 28
            }
          },
          "name": "gradient"
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "start": 497,
      "end": 555,
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 58
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 497,
        "end": 554,
        "loc": {
          "start": {
            "line": 12,
            "column": 0
          },
          "end": {
            "line": 12,
            "column": 57
          }
        },
        "callee": {
          "type": "MemberExpression",
          "start": 497,
          "end": 513,
          "loc": {
            "start": {
              "line": 12,
              "column": 0
            },
            "end": {
              "line": 12,
              "column": 16
            }
          },
          "object": {
            "type": "Identifier",
            "start": 497,
            "end": 504,
            "loc": {
              "start": {
                "line": 12,
                "column": 0
              },
              "end": {
                "line": 12,
                "column": 7
              }
            },
            "name": "context"
          },
          "property": {
            "type": "Identifier",
            "start": 505,
            "end": 513,
            "loc": {
              "start": {
                "line": 12,
                "column": 8
              },
              "end": {
                "line": 12,
                "column": 16
              }
            },
            "name": "fillRect"
          },
          "computed": false
        },
        "arguments": [
          {
            "type": "Literal",
            "start": 515,
            "end": 516,
            "loc": {
              "start": {
                "line": 12,
                "column": 18
              },
              "end": {
                "line": 12,
                "column": 19
              }
            },
            "value": 0,
            "rawValue": 0,
            "raw": "0"
          },
          {
            "type": "Literal",
            "start": 518,
            "end": 519,
            "loc": {
              "start": {
                "line": 12,
                "column": 21
              },
              "end": {
                "line": 12,
                "column": 22
              }
            },
            "value": 0,
            "rawValue": 0,
            "raw": "0"
          },
          {
            "type": "MemberExpression",
            "start": 521,
            "end": 535,
            "loc": {
              "start": {
                "line": 12,
                "column": 24
              },
              "end": {
                "line": 12,
                "column": 38
              }
            },
            "object": {
              "type": "Identifier",
              "start": 521,
              "end": 529,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 24
                },
                "end": {
                  "line": 12,
                  "column": 32
                }
              },
              "name": "canvas2d"
            },
            "property": {
              "type": "Identifier",
              "start": 530,
              "end": 535,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 33
                },
                "end": {
                  "line": 12,
                  "column": 38
                }
              },
              "name": "width"
            },
            "computed": false
          },
          {
            "type": "MemberExpression",
            "start": 537,
            "end": 552,
            "loc": {
              "start": {
                "line": 12,
                "column": 40
              },
              "end": {
                "line": 12,
                "column": 55
              }
            },
            "object": {
              "type": "Identifier",
              "start": 537,
              "end": 545,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 40
                },
                "end": {
                  "line": 12,
                  "column": 48
                }
              },
              "name": "canvas2d"
            },
            "property": {
              "type": "Identifier",
              "start": 546,
              "end": 552,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 49
                },
                "end": {
                  "line": 12,
                  "column": 55
                }
              },
              "name": "height"
            },
            "computed": false
          }
        ]
      }
    },
    {
      "type": "VariableDeclaration",
      "start": 557,
      "end": 613,
      "loc": {
        "start": {
          "line": 13,
          "column": 0
        },
        "end": {
          "line": 13,
          "column": 56
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 561,
          "end": 612,
          "loc": {
            "start": {
              "line": 13,
              "column": 4
            },
            "end": {
              "line": 13,
              "column": 55
            }
          },
          "id": {
            "type": "Identifier",
            "start": 561,
            "end": 574,
            "loc": {
              "start": {
                "line": 13,
                "column": 4
              },
              "end": {
                "line": 13,
                "column": 17
              }
            },
            "name": "shadowTexture"
          },
          "init": {
            "type": "NewExpression",
            "start": 577,
            "end": 612,
            "loc": {
              "start": {
                "line": 13,
                "column": 20
              },
              "end": {
                "line": 13,
                "column": 55
              }
            },
            "callee": {
              "type": "MemberExpression",
              "start": 581,
              "end": 600,
              "loc": {
                "start": {
                  "line": 13,
                  "column": 24
                },
                "end": {
                  "line": 13,
                  "column": 43
                }
              },
              "object": {
                "type": "Identifier",
                "start": 581,
                "end": 586,
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 24
                  },
                  "end": {
                    "line": 13,
                    "column": 29
                  }
                },
                "name": "THREE"
              },
              "property": {
                "type": "Identifier",
                "start": 587,
                "end": 600,
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 30
                  },
                  "end": {
                    "line": 13,
                    "column": 43
                  }
                },
                "name": "CanvasTexture"
              },
              "computed": false
            },
            "arguments": [
              {
                "type": "Identifier",
                "start": 602,
                "end": 610,
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 45
                  },
                  "end": {
                    "line": 13,
                    "column": 53
                  }
                },
                "name": "canvas2d"
              }
            ]
          }
        }
      ],
      "kind": "var"
    },
    {
      "type": "VariableDeclaration",
      "start": 615,
      "end": 709,
      "loc": {
        "start": {
          "line": 14,
          "column": 0
        },
        "end": {
          "line": 14,
          "column": 94
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 619,
          "end": 708,
          "loc": {
            "start": {
              "line": 14,
              "column": 4
            },
            "end": {
              "line": 14,
              "column": 93
            }
          },
          "id": {
            "type": "Identifier",
            "start": 619,
            "end": 633,
            "loc": {
              "start": {
                "line": 14,
                "column": 4
              },
              "end": {
                "line": 14,
                "column": 18
              }
            },
            "name": "shadowMaterial"
          },
          "init": {
            "type": "NewExpression",
            "start": 636,
            "end": 708,
            "loc": {
              "start": {
                "line": 14,
                "column": 21
              },
              "end": {
                "line": 14,
                "column": 93
              }
            },
            "callee": {
              "type": "MemberExpression",
              "start": 640,
              "end": 663,
              "loc": {
                "start": {
                  "line": 14,
                  "column": 25
                },
                "end": {
                  "line": 14,
                  "column": 48
                }
              },
              "object": {
                "type": "Identifier",
                "start": 640,
                "end": 645,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 25
                  },
                  "end": {
                    "line": 14,
                    "column": 30
                  }
                },
                "name": "THREE"
              },
              "property": {
                "type": "Identifier",
                "start": 646,
                "end": 663,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 31
                  },
                  "end": {
                    "line": 14,
                    "column": 48
                  }
                },
                "name": "MeshBasicMaterial"
              },
              "computed": false
            },
            "arguments": [
              {
                "type": "ObjectExpression",
                "start": 665,
                "end": 706,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 50
                  },
                  "end": {
                    "line": 14,
                    "column": 91
                  }
                },
                "properties": [
                  {
                    "type": "Property",
                    "start": 667,
                    "end": 685,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 52
                      },
                      "end": {
                        "line": 14,
                        "column": 70
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 667,
                      "end": 670,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 52
                        },
                        "end": {
                          "line": 14,
                          "column": 55
                        }
                      },
                      "name": "map"
                    },
                    "value": {
                      "type": "Identifier",
                      "start": 672,
                      "end": 685,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 57
                        },
                        "end": {
                          "line": 14,
                          "column": 70
                        }
                      },
                      "name": "shadowTexture"
                    },
                    "kind": "init"
                  },
                  {
                    "type": "Property",
                    "start": 687,
                    "end": 704,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 72
                      },
                      "end": {
                        "line": 14,
                        "column": 89
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 687,
                      "end": 698,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 72
                        },
                        "end": {
                          "line": 14,
                          "column": 83
                        }
                      },
                      "name": "transparent"
                    },
                    "value": {
                      "type": "Literal",
                      "start": 700,
                      "end": 704,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 85
                        },
                        "end": {
                          "line": 14,
                          "column": 89
                        }
                      },
                      "value": true,
                      "rawValue": true,
                      "raw": "true"
                    },
                    "kind": "init"
                  }
                ]
              }
            ]
          }
        }
      ],
      "kind": "var"
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 713,
      "end": 5407,
      "loc": {
        "start": {
          "line": 16,
          "column": 0
        },
        "end": {
          "line": 149,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 728,
        "end": 5407,
        "loc": {
          "start": {
            "line": 16,
            "column": 15
          },
          "end": {
            "line": 149,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 734,
          "end": 746,
          "loc": {
            "start": {
              "line": 16,
              "column": 21
            },
            "end": {
              "line": 16,
              "column": 33
            }
          },
          "name": "Presentation"
        },
        "superClass": {
          "type": "Identifier",
          "start": 755,
          "end": 762,
          "loc": {
            "start": {
              "line": 16,
              "column": 42
            },
            "end": {
              "line": 16,
              "column": 49
            }
          },
          "name": "Object3"
        },
        "body": {
          "type": "ClassBody",
          "start": 763,
          "end": 5407,
          "loc": {
            "start": {
              "line": 16,
              "column": 50
            },
            "end": {
              "line": 149,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 770,
              "end": 1481,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 4
                },
                "end": {
                  "line": 45,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 770,
                "end": 781,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 4
                  },
                  "end": {
                    "line": 17,
                    "column": 15
                  }
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "value": {
                "type": "FunctionExpression",
                "start": 781,
                "end": 1481,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 15
                  },
                  "end": {
                    "line": 45,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 782,
                    "end": 788,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 16
                      },
                      "end": {
                        "line": 17,
                        "column": 22
                      }
                    },
                    "name": "models"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 790,
                    "end": 802,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 24
                      },
                      "end": {
                        "line": 17,
                        "column": 36
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 790,
                      "end": 797,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 24
                        },
                        "end": {
                          "line": 17,
                          "column": 31
                        }
                      },
                      "name": "options"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 800,
                      "end": 802,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 34
                        },
                        "end": {
                          "line": 17,
                          "column": 36
                        }
                      },
                      "properties": []
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 804,
                    "end": 824,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 38
                      },
                      "end": {
                        "line": 17,
                        "column": 58
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 804,
                      "end": 812,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 38
                        },
                        "end": {
                          "line": 17,
                          "column": 46
                        }
                      },
                      "name": "criteria"
                    },
                    "right": {
                      "type": "Identifier",
                      "start": 815,
                      "end": 824,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 49
                        },
                        "end": {
                          "line": 17,
                          "column": 58
                        }
                      },
                      "name": "undefined"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 826,
                  "end": 1481,
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 60
                    },
                    "end": {
                      "line": 45,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 837,
                      "end": 845,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 8
                        },
                        "end": {
                          "line": 18,
                          "column": 16
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 837,
                        "end": 844,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 8
                          },
                          "end": {
                            "line": 18,
                            "column": 15
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 837,
                          "end": 842,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 8
                            },
                            "end": {
                              "line": 18,
                              "column": 13
                            }
                          }
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 857,
                      "end": 882,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 8
                        },
                        "end": {
                          "line": 20,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 857,
                        "end": 881,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 8
                          },
                          "end": {
                            "line": 20,
                            "column": 32
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 857,
                          "end": 870,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 8
                            },
                            "end": {
                              "line": 20,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 857,
                            "end": 861,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 8
                              },
                              "end": {
                                "line": 20,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 862,
                            "end": 870,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 13
                              },
                              "end": {
                                "line": 20,
                                "column": 21
                              }
                            },
                            "name": "criteria"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 873,
                          "end": 881,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 24
                            },
                            "end": {
                              "line": 20,
                              "column": 32
                            }
                          },
                          "name": "criteria"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 892,
                      "end": 1048,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 8
                        },
                        "end": {
                          "line": 27,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 892,
                        "end": 1047,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 8
                          },
                          "end": {
                            "line": 27,
                            "column": 9
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 892,
                          "end": 904,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 8
                            },
                            "end": {
                              "line": 21,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 892,
                            "end": 896,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 8
                              },
                              "end": {
                                "line": 21,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 897,
                            "end": 904,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 13
                              },
                              "end": {
                                "line": 21,
                                "column": 20
                              }
                            },
                            "name": "options"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 907,
                          "end": 1047,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 23
                            },
                            "end": {
                              "line": 27,
                              "column": 9
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 922,
                              "end": 934,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 12
                                },
                                "end": {
                                  "line": 22,
                                  "column": 24
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 922,
                                "end": 928,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 18
                                  }
                                },
                                "name": "shadow"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 930,
                                "end": 934,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 24
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 949,
                              "end": 961,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 12
                                },
                                "end": {
                                  "line": 23,
                                  "column": 24
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 949,
                                "end": 955,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 18
                                  }
                                },
                                "name": "lights"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 957,
                                "end": 961,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 24
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 976,
                              "end": 986,
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 12
                                },
                                "end": {
                                  "line": 24,
                                  "column": 22
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 976,
                                "end": 981,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 17
                                  }
                                },
                                "name": "edges"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 983,
                                "end": 986,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 22
                                  }
                                },
                                "value": 0.2,
                                "rawValue": 0.2,
                                "raw": "0.2"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1001,
                              "end": 1011,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 12
                                },
                                "end": {
                                  "line": 25,
                                  "column": 22
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1001,
                                "end": 1008,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 19
                                  }
                                },
                                "name": "ambient"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1010,
                                "end": 1011,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 22
                                  }
                                },
                                "value": 1,
                                "rawValue": 1,
                                "raw": "1"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "SpreadProperty",
                              "start": 1026,
                              "end": 1036,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 12
                                },
                                "end": {
                                  "line": 26,
                                  "column": 22
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 1029,
                                "end": 1036,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 22
                                  }
                                },
                                "name": "options"
                              }
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1060,
                      "end": 1090,
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 8
                        },
                        "end": {
                          "line": 29,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1060,
                        "end": 1089,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 8
                          },
                          "end": {
                            "line": 29,
                            "column": 37
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1060,
                          "end": 1073,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 8
                            },
                            "end": {
                              "line": 29,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1060,
                            "end": 1064,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 8
                              },
                              "end": {
                                "line": 29,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1065,
                            "end": 1073,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 13
                              },
                              "end": {
                                "line": 29,
                                "column": 21
                              }
                            },
                            "name": "_objects"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 1076,
                          "end": 1089,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 24
                            },
                            "end": {
                              "line": 29,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 1080,
                            "end": 1087,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 28
                              },
                              "end": {
                                "line": 29,
                                "column": 35
                              }
                            },
                            "name": "Object3"
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1100,
                      "end": 1128,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 8
                        },
                        "end": {
                          "line": 30,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1100,
                        "end": 1127,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 8
                          },
                          "end": {
                            "line": 30,
                            "column": 35
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1100,
                          "end": 1111,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 8
                            },
                            "end": {
                              "line": 30,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1100,
                            "end": 1104,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 8
                              },
                              "end": {
                                "line": 30,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1105,
                            "end": 1111,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 13
                              },
                              "end": {
                                "line": 30,
                                "column": 19
                              }
                            },
                            "name": "_stage"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 1114,
                          "end": 1127,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 22
                            },
                            "end": {
                              "line": 30,
                              "column": 35
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 1118,
                            "end": 1125,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 26
                              },
                              "end": {
                                "line": 30,
                                "column": 33
                              }
                            },
                            "name": "Object3"
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1138,
                      "end": 1167,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 8
                        },
                        "end": {
                          "line": 31,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1138,
                        "end": 1166,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 8
                          },
                          "end": {
                            "line": 31,
                            "column": 36
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1138,
                          "end": 1150,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 8
                            },
                            "end": {
                              "line": 31,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1138,
                            "end": 1142,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 8
                              },
                              "end": {
                                "line": 31,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1143,
                            "end": 1150,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 13
                              },
                              "end": {
                                "line": 31,
                                "column": 20
                              }
                            },
                            "name": "_lights"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 1153,
                          "end": 1166,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 23
                            },
                            "end": {
                              "line": 31,
                              "column": 36
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 1157,
                            "end": 1164,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 27
                              },
                              "end": {
                                "line": 31,
                                "column": 34
                              }
                            },
                            "name": "Object3"
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1179,
                      "end": 1202,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 8
                        },
                        "end": {
                          "line": 33,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1179,
                        "end": 1201,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 8
                          },
                          "end": {
                            "line": 33,
                            "column": 30
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1179,
                          "end": 1188,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 8
                            },
                            "end": {
                              "line": 33,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 1179,
                            "end": 1184,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 8
                              },
                              "end": {
                                "line": 33,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1185,
                            "end": 1188,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 14
                              },
                              "end": {
                                "line": 33,
                                "column": 17
                              }
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 1189,
                            "end": 1200,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 18
                              },
                              "end": {
                                "line": 33,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1189,
                              "end": 1193,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 18
                                },
                                "end": {
                                  "line": 33,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1194,
                              "end": 1200,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 23
                                },
                                "end": {
                                  "line": 33,
                                  "column": 29
                                }
                              },
                              "name": "_stage"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1212,
                      "end": 1236,
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 8
                        },
                        "end": {
                          "line": 34,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1212,
                        "end": 1235,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 8
                          },
                          "end": {
                            "line": 34,
                            "column": 31
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1212,
                          "end": 1221,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 8
                            },
                            "end": {
                              "line": 34,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 1212,
                            "end": 1217,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 8
                              },
                              "end": {
                                "line": 34,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1218,
                            "end": 1221,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 14
                              },
                              "end": {
                                "line": 34,
                                "column": 17
                              }
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 1222,
                            "end": 1234,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 18
                              },
                              "end": {
                                "line": 34,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1222,
                              "end": 1226,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 18
                                },
                                "end": {
                                  "line": 34,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1227,
                              "end": 1234,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 23
                                },
                                "end": {
                                  "line": 34,
                                  "column": 30
                                }
                              },
                              "name": "_lights"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1246,
                      "end": 1271,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 8
                        },
                        "end": {
                          "line": 35,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1246,
                        "end": 1270,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 8
                          },
                          "end": {
                            "line": 35,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1246,
                          "end": 1255,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 8
                            },
                            "end": {
                              "line": 35,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 1246,
                            "end": 1251,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 8
                              },
                              "end": {
                                "line": 35,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1252,
                            "end": 1255,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 14
                              },
                              "end": {
                                "line": 35,
                                "column": 17
                              }
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 1256,
                            "end": 1269,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 18
                              },
                              "end": {
                                "line": 35,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1256,
                              "end": 1260,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 18
                                },
                                "end": {
                                  "line": 35,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1261,
                              "end": 1269,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 23
                                },
                                "end": {
                                  "line": 35,
                                  "column": 31
                                }
                              },
                              "name": "_objects"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1285,
                      "end": 1433,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 8
                        },
                        "end": {
                          "line": 42,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1285,
                        "end": 1433,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 8
                          },
                          "end": {
                            "line": 42,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1285,
                          "end": 1301,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 8
                            },
                            "end": {
                              "line": 38,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1285,
                            "end": 1298,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 8
                              },
                              "end": {
                                "line": 38,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1285,
                              "end": 1289,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 8
                                },
                                "end": {
                                  "line": 38,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1290,
                              "end": 1298,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 13
                                },
                                "end": {
                                  "line": 38,
                                  "column": 21
                                }
                              },
                              "name": "_objects"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1299,
                            "end": 1301,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 22
                              },
                              "end": {
                                "line": 38,
                                "column": 24
                              }
                            },
                            "name": "on"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 1302,
                            "end": 1432,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 25
                              },
                              "end": {
                                "line": 42,
                                "column": 9
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 1317,
                                "end": 1421,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 13
                                  }
                                },
                                "method": true,
                                "shorthand": false,
                                "computed": true,
                                "key": {
                                  "type": "MemberExpression",
                                  "start": 1318,
                                  "end": 1353,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 48
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1318,
                                    "end": 1342,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 1318,
                                      "end": 1332,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1318,
                                        "end": 1325,
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 20
                                          }
                                        },
                                        "name": "Object3"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1326,
                                        "end": 1332,
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 27
                                          }
                                        },
                                        "name": "Events"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1333,
                                      "end": 1342,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 37
                                        }
                                      },
                                      "name": "Lifecycle"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1343,
                                    "end": 1353,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 48
                                      }
                                    },
                                    "name": "ChildAdded"
                                  },
                                  "computed": false
                                },
                                "kind": "init",
                                "value": {
                                  "type": "FunctionExpression",
                                  "start": 1354,
                                  "end": 1421,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 13
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 1355,
                                      "end": 1358,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 53
                                        }
                                      },
                                      "name": "arg"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 1360,
                                    "end": 1421,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 13
                                      }
                                    },
                                    "body": [],
                                    "leadingComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": "console.log(\"child\", arg)",
                                        "start": 1379,
                                        "end": 1406,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 43
                                          }
                                        },
                                        "range": [
                                          1379,
                                          1406
                                        ]
                                      }
                                    ],
                                    "innerComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": "console.log(\"child\", arg)",
                                        "start": 1379,
                                        "end": 1406,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 43
                                          }
                                        },
                                        "range": [
                                          1379,
                                          1406
                                        ]
                                      }
                                    ]
                                  }
                                }
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 1445,
                      "end": 1474,
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 8
                        },
                        "end": {
                          "line": 44,
                          "column": 37
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 1449,
                        "end": 1455,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 12
                          },
                          "end": {
                            "line": 44,
                            "column": 18
                          }
                        },
                        "name": "models",
                        "leadingComments": null
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 1457,
                        "end": 1474,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 20
                          },
                          "end": {
                            "line": 44,
                            "column": 37
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 1457,
                          "end": 1473,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 20
                            },
                            "end": {
                              "line": 44,
                              "column": 36
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1457,
                            "end": 1465,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 20
                              },
                              "end": {
                                "line": 44,
                                "column": 28
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1457,
                              "end": 1461,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 20
                                },
                                "end": {
                                  "line": 44,
                                  "column": 24
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1462,
                              "end": 1465,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 25
                                },
                                "end": {
                                  "line": 44,
                                  "column": 28
                                }
                              },
                              "name": "add"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 1466,
                              "end": 1472,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 29
                                },
                                "end": {
                                  "line": 44,
                                  "column": 35
                                }
                              },
                              "name": "models"
                            }
                          ]
                        }
                      },
                      "alternate": null,
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": "console.log(\"child\", arg)",
                          "start": 1379,
                          "end": 1406,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 16
                            },
                            "end": {
                              "line": 40,
                              "column": 43
                            }
                          },
                          "range": [
                            1379,
                            1406
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1489,
              "end": 2975,
              "loc": {
                "start": {
                  "line": 47,
                  "column": 4
                },
                "end": {
                  "line": 90,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1489,
                "end": 1492,
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 4
                  },
                  "end": {
                    "line": 47,
                    "column": 7
                  }
                },
                "name": "add"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1492,
                "end": 2975,
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 7
                  },
                  "end": {
                    "line": 90,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1493,
                    "end": 1497,
                    "loc": {
                      "start": {
                        "line": 47,
                        "column": 8
                      },
                      "end": {
                        "line": 47,
                        "column": 12
                      }
                    },
                    "name": "args"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1499,
                  "end": 2975,
                  "loc": {
                    "start": {
                      "line": 47,
                      "column": 14
                    },
                    "end": {
                      "line": 90,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1510,
                      "end": 1534,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 8
                        },
                        "end": {
                          "line": 48,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1510,
                        "end": 1533,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 8
                          },
                          "end": {
                            "line": 48,
                            "column": 31
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1510,
                          "end": 1527,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 8
                            },
                            "end": {
                              "line": 48,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1510,
                            "end": 1523,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 8
                              },
                              "end": {
                                "line": 48,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1510,
                              "end": 1514,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 8
                                },
                                "end": {
                                  "line": 48,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1515,
                              "end": 1523,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 13
                                },
                                "end": {
                                  "line": 48,
                                  "column": 21
                                }
                              },
                              "name": "_objects"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1524,
                            "end": 1527,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 22
                              },
                              "end": {
                                "line": 48,
                                "column": 25
                              }
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1528,
                            "end": 1532,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 26
                              },
                              "end": {
                                "line": 48,
                                "column": 30
                              }
                            },
                            "name": "args"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1544,
                      "end": 1593,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 8
                        },
                        "end": {
                          "line": 49,
                          "column": 57
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1544,
                        "end": 1592,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 8
                          },
                          "end": {
                            "line": 49,
                            "column": 56
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1544,
                          "end": 1590,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 8
                            },
                            "end": {
                              "line": 49,
                              "column": 54
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 1544,
                            "end": 1574,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 8
                              },
                              "end": {
                                "line": 49,
                                "column": 38
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1544,
                              "end": 1572,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 8
                                },
                                "end": {
                                  "line": 49,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1544,
                                "end": 1557,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 21
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1544,
                                  "end": 1548,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1549,
                                  "end": 1557,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 21
                                    }
                                  },
                                  "name": "_objects"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1558,
                                "end": 1572,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 36
                                  }
                                },
                                "name": "centerGeometry"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1575,
                            "end": 1590,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 39
                              },
                              "end": {
                                "line": 49,
                                "column": 54
                              }
                            },
                            "name": "updateMaterials"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1603,
                      "end": 2942,
                      "loc": {
                        "start": {
                          "line": 50,
                          "column": 8
                        },
                        "end": {
                          "line": 87,
                          "column": 11
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1603,
                        "end": 2941,
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 8
                          },
                          "end": {
                            "line": 87,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1603,
                          "end": 1625,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 8
                            },
                            "end": {
                              "line": 50,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1603,
                            "end": 1616,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 8
                              },
                              "end": {
                                "line": 50,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1603,
                              "end": 1607,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 8
                                },
                                "end": {
                                  "line": 50,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1608,
                              "end": 1616,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 13
                                },
                                "end": {
                                  "line": 50,
                                  "column": 21
                                }
                              },
                              "name": "_objects"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1617,
                            "end": 1625,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 22
                              },
                              "end": {
                                "line": 50,
                                "column": 30
                              }
                            },
                            "name": "traverse"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 1626,
                            "end": 2940,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 31
                              },
                              "end": {
                                "line": 87,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 1626,
                                "end": 1630,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 35
                                  }
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 1634,
                              "end": 2940,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 39
                                },
                                "end": {
                                  "line": 87,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 1649,
                                  "end": 2929,
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 13
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 1653,
                                    "end": 1673,
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 36
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 1653,
                                      "end": 1662,
                                      "loc": {
                                        "start": {
                                          "line": 51,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 51,
                                          "column": 25
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1653,
                                        "end": 1657,
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 20
                                          }
                                        },
                                        "name": "item"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1658,
                                        "end": 1662,
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 25
                                          }
                                        },
                                        "name": "type"
                                      },
                                      "computed": false
                                    },
                                    "operator": "===",
                                    "right": {
                                      "type": "Literal",
                                      "start": 1667,
                                      "end": 1673,
                                      "loc": {
                                        "start": {
                                          "line": 51,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 51,
                                          "column": 36
                                        }
                                      },
                                      "value": "Mesh",
                                      "rawValue": "Mesh",
                                      "raw": "'Mesh'"
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 1675,
                                    "end": 2708,
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 81,
                                        "column": 13
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 1696,
                                        "end": 1986,
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 18
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 1700,
                                            "end": 1985,
                                            "loc": {
                                              "start": {
                                                "line": 53,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 60,
                                                "column": 17
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 1700,
                                              "end": 1706,
                                              "loc": {
                                                "start": {
                                                  "line": 53,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 53,
                                                  "column": 26
                                                }
                                              },
                                              "name": "values"
                                            },
                                            "init": {
                                              "type": "ObjectExpression",
                                              "start": 1709,
                                              "end": 1985,
                                              "loc": {
                                                "start": {
                                                  "line": 53,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 60,
                                                  "column": 17
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "Property",
                                                  "start": 1732,
                                                  "end": 1758,
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 46
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1732,
                                                    "end": 1737,
                                                    "loc": {
                                                      "start": {
                                                        "line": 54,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 54,
                                                        "column": 25
                                                      }
                                                    },
                                                    "name": "color"
                                                  },
                                                  "value": {
                                                    "type": "MemberExpression",
                                                    "start": 1739,
                                                    "end": 1758,
                                                    "loc": {
                                                      "start": {
                                                        "line": 54,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 54,
                                                        "column": 46
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 1739,
                                                      "end": 1752,
                                                      "loc": {
                                                        "start": {
                                                          "line": 54,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 54,
                                                          "column": 40
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 1739,
                                                        "end": 1743,
                                                        "loc": {
                                                          "start": {
                                                            "line": 54,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 54,
                                                            "column": 31
                                                          }
                                                        },
                                                        "name": "item"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1744,
                                                        "end": 1752,
                                                        "loc": {
                                                          "start": {
                                                            "line": 54,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 54,
                                                            "column": 40
                                                          }
                                                        },
                                                        "name": "material"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1753,
                                                      "end": 1758,
                                                      "loc": {
                                                        "start": {
                                                          "line": 54,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 54,
                                                          "column": 46
                                                        }
                                                      },
                                                      "name": "color"
                                                    },
                                                    "computed": false
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 1781,
                                                  "end": 1809,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 48
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1781,
                                                    "end": 1789,
                                                    "loc": {
                                                      "start": {
                                                        "line": 55,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 55,
                                                        "column": 28
                                                      }
                                                    },
                                                    "name": "emissive"
                                                  },
                                                  "value": {
                                                    "type": "NewExpression",
                                                    "start": 1791,
                                                    "end": 1809,
                                                    "loc": {
                                                      "start": {
                                                        "line": 55,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 55,
                                                        "column": 48
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 1795,
                                                      "end": 1806,
                                                      "loc": {
                                                        "start": {
                                                          "line": 55,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 55,
                                                          "column": 45
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 1795,
                                                        "end": 1800,
                                                        "loc": {
                                                          "start": {
                                                            "line": 55,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 55,
                                                            "column": 39
                                                          }
                                                        },
                                                        "name": "THREE"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1801,
                                                        "end": 1806,
                                                        "loc": {
                                                          "start": {
                                                            "line": 55,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 55,
                                                            "column": 45
                                                          }
                                                        },
                                                        "name": "Color"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "start": 1807,
                                                        "end": 1808,
                                                        "loc": {
                                                          "start": {
                                                            "line": 55,
                                                            "column": 46
                                                          },
                                                          "end": {
                                                            "line": 55,
                                                            "column": 47
                                                          }
                                                        },
                                                        "value": 0,
                                                        "rawValue": 0,
                                                        "raw": "0"
                                                      }
                                                    ]
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 1832,
                                                  "end": 1846,
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 34
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1832,
                                                    "end": 1841,
                                                    "loc": {
                                                      "start": {
                                                        "line": 56,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 56,
                                                        "column": 29
                                                      }
                                                    },
                                                    "name": "metalness"
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 1843,
                                                    "end": 1846,
                                                    "loc": {
                                                      "start": {
                                                        "line": 56,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 56,
                                                        "column": 34
                                                      }
                                                    },
                                                    "value": 0.5,
                                                    "rawValue": 0.5,
                                                    "raw": "0.5"
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 1869,
                                                  "end": 1883,
                                                  "loc": {
                                                    "start": {
                                                      "line": 57,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 34
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1869,
                                                    "end": 1878,
                                                    "loc": {
                                                      "start": {
                                                        "line": 57,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 57,
                                                        "column": 29
                                                      }
                                                    },
                                                    "name": "roughness"
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 1880,
                                                    "end": 1883,
                                                    "loc": {
                                                      "start": {
                                                        "line": 57,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 57,
                                                        "column": 34
                                                      }
                                                    },
                                                    "value": 1,
                                                    "rawValue": 1,
                                                    "raw": "1.0"
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 1906,
                                                  "end": 1920,
                                                  "loc": {
                                                    "start": {
                                                      "line": 58,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 58,
                                                      "column": 34
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1906,
                                                    "end": 1915,
                                                    "loc": {
                                                      "start": {
                                                        "line": 58,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 58,
                                                        "column": 29
                                                      }
                                                    },
                                                    "name": "clearCoat"
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 1917,
                                                    "end": 1920,
                                                    "loc": {
                                                      "start": {
                                                        "line": 58,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 58,
                                                        "column": 34
                                                      }
                                                    },
                                                    "value": 0,
                                                    "rawValue": 0,
                                                    "raw": "0.0"
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 1943,
                                                  "end": 1966,
                                                  "loc": {
                                                    "start": {
                                                      "line": 59,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 59,
                                                      "column": 43
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1943,
                                                    "end": 1961,
                                                    "loc": {
                                                      "start": {
                                                        "line": 59,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 38
                                                      }
                                                    },
                                                    "name": "clearCoatRoughness"
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 1963,
                                                    "end": 1966,
                                                    "loc": {
                                                      "start": {
                                                        "line": 59,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 43
                                                      }
                                                    },
                                                    "value": 1,
                                                    "rawValue": 1,
                                                    "raw": "1.0"
                                                  },
                                                  "kind": "init"
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "kind": "let"
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 2006,
                                        "end": 2283,
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 17
                                          }
                                        },
                                        "test": {
                                          "type": "MemberExpression",
                                          "start": 2010,
                                          "end": 2023,
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 33
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 2010,
                                            "end": 2014,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 24
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2015,
                                            "end": 2023,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 33
                                              }
                                            },
                                            "name": "criteria"
                                          },
                                          "computed": false
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 2025,
                                          "end": 2283,
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 68,
                                              "column": 17
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 2048,
                                              "end": 2264,
                                              "loc": {
                                                "start": {
                                                  "line": 63,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 67,
                                                  "column": 33
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 2048,
                                                "end": 2263,
                                                "loc": {
                                                  "start": {
                                                    "line": 63,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 67,
                                                    "column": 32
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 2048,
                                                  "end": 2054,
                                                  "loc": {
                                                    "start": {
                                                      "line": 63,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 63,
                                                      "column": 26
                                                    }
                                                  },
                                                  "name": "values"
                                                },
                                                "right": {
                                                  "type": "ObjectExpression",
                                                  "start": 2057,
                                                  "end": 2263,
                                                  "loc": {
                                                    "start": {
                                                      "line": 63,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 67,
                                                      "column": 32
                                                    }
                                                  },
                                                  "properties": [
                                                    {
                                                      "type": "SpreadProperty",
                                                      "start": 2059,
                                                      "end": 2068,
                                                      "loc": {
                                                        "start": {
                                                          "line": 63,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 63,
                                                          "column": 40
                                                        }
                                                      },
                                                      "argument": {
                                                        "type": "Identifier",
                                                        "start": 2062,
                                                        "end": 2068,
                                                        "loc": {
                                                          "start": {
                                                            "line": 63,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 63,
                                                            "column": 40
                                                          }
                                                        },
                                                        "name": "values"
                                                      }
                                                    },
                                                    {
                                                      "type": "SpreadProperty",
                                                      "start": 2070,
                                                      "end": 2261,
                                                      "loc": {
                                                        "start": {
                                                          "line": 63,
                                                          "column": 42
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 30
                                                        }
                                                      },
                                                      "argument": {
                                                        "type": "CallExpression",
                                                        "start": 2073,
                                                        "end": 2261,
                                                        "loc": {
                                                          "start": {
                                                            "line": 63,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 67,
                                                            "column": 30
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 2073,
                                                          "end": 2086,
                                                          "loc": {
                                                            "start": {
                                                              "line": 63,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 63,
                                                              "column": 58
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "start": 2073,
                                                            "end": 2077,
                                                            "loc": {
                                                              "start": {
                                                                "line": 63,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 63,
                                                                "column": 49
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 2078,
                                                            "end": 2086,
                                                            "loc": {
                                                              "start": {
                                                                "line": 63,
                                                                "column": 50
                                                              },
                                                              "end": {
                                                                "line": 63,
                                                                "column": 58
                                                              }
                                                            },
                                                            "name": "criteria"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "ObjectExpression",
                                                            "start": 2087,
                                                            "end": 2252,
                                                            "loc": {
                                                              "start": {
                                                                "line": 63,
                                                                "column": 59
                                                              },
                                                              "end": {
                                                                "line": 67,
                                                                "column": 21
                                                              }
                                                            },
                                                            "properties": [
                                                              {
                                                                "type": "Property",
                                                                "start": 2114,
                                                                "end": 2118,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 64,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 64,
                                                                    "column": 28
                                                                  }
                                                                },
                                                                "method": false,
                                                                "shorthand": true,
                                                                "computed": false,
                                                                "key": {
                                                                  "type": "Identifier",
                                                                  "start": 2114,
                                                                  "end": 2118,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 64,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 64,
                                                                      "column": 28
                                                                    }
                                                                  },
                                                                  "name": "item"
                                                                },
                                                                "kind": "init",
                                                                "value": {
                                                                  "type": "Identifier",
                                                                  "start": 2114,
                                                                  "end": 2118,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 64,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 64,
                                                                      "column": 28
                                                                    }
                                                                  },
                                                                  "name": "item"
                                                                }
                                                              },
                                                              {
                                                                "type": "Property",
                                                                "start": 2145,
                                                                "end": 2169,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 65,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 65,
                                                                    "column": 48
                                                                  }
                                                                },
                                                                "method": false,
                                                                "shorthand": false,
                                                                "computed": false,
                                                                "key": {
                                                                  "type": "Identifier",
                                                                  "start": 2145,
                                                                  "end": 2151,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 65,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 65,
                                                                      "column": 30
                                                                    }
                                                                  },
                                                                  "name": "radius"
                                                                },
                                                                "value": {
                                                                  "type": "CallExpression",
                                                                  "start": 2153,
                                                                  "end": 2169,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 65,
                                                                      "column": 32
                                                                    },
                                                                    "end": {
                                                                      "line": 65,
                                                                      "column": 48
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 2153,
                                                                    "end": 2167,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 65,
                                                                        "column": 32
                                                                      },
                                                                      "end": {
                                                                        "line": 65,
                                                                        "column": 46
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 2153,
                                                                      "end": 2157,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 65,
                                                                          "column": 32
                                                                        },
                                                                        "end": {
                                                                          "line": 65,
                                                                          "column": 36
                                                                        }
                                                                      },
                                                                      "name": "item"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 2158,
                                                                      "end": 2167,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 65,
                                                                          "column": 37
                                                                        },
                                                                        "end": {
                                                                          "line": 65,
                                                                          "column": 46
                                                                        }
                                                                      },
                                                                      "name": "getRadius"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": []
                                                                },
                                                                "kind": "init"
                                                              },
                                                              {
                                                                "type": "Property",
                                                                "start": 2196,
                                                                "end": 2229,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 66,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 66,
                                                                    "column": 57
                                                                  }
                                                                },
                                                                "method": false,
                                                                "shorthand": false,
                                                                "computed": false,
                                                                "key": {
                                                                  "type": "Identifier",
                                                                  "start": 2196,
                                                                  "end": 2199,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 66,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 66,
                                                                      "column": 27
                                                                    }
                                                                  },
                                                                  "name": "hsl"
                                                                },
                                                                "value": {
                                                                  "type": "CallExpression",
                                                                  "start": 2201,
                                                                  "end": 2229,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 66,
                                                                      "column": 29
                                                                    },
                                                                    "end": {
                                                                      "line": 66,
                                                                      "column": 57
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 2201,
                                                                    "end": 2227,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 66,
                                                                        "column": 29
                                                                      },
                                                                      "end": {
                                                                        "line": 66,
                                                                        "column": 55
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 2201,
                                                                      "end": 2220,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 66,
                                                                          "column": 29
                                                                        },
                                                                        "end": {
                                                                          "line": 66,
                                                                          "column": 48
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 2201,
                                                                        "end": 2214,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 66,
                                                                            "column": 29
                                                                          },
                                                                          "end": {
                                                                            "line": 66,
                                                                            "column": 42
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 2201,
                                                                          "end": 2205,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 66,
                                                                              "column": 29
                                                                            },
                                                                            "end": {
                                                                              "line": 66,
                                                                              "column": 33
                                                                            }
                                                                          },
                                                                          "name": "item"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 2206,
                                                                          "end": 2214,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 66,
                                                                              "column": 34
                                                                            },
                                                                            "end": {
                                                                              "line": 66,
                                                                              "column": 42
                                                                            }
                                                                          },
                                                                          "name": "material"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 2215,
                                                                        "end": 2220,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 66,
                                                                            "column": 43
                                                                          },
                                                                          "end": {
                                                                            "line": 66,
                                                                            "column": 48
                                                                          }
                                                                        },
                                                                        "name": "color"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 2221,
                                                                      "end": 2227,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 66,
                                                                          "column": 49
                                                                        },
                                                                        "end": {
                                                                          "line": 66,
                                                                          "column": 55
                                                                        }
                                                                      },
                                                                      "name": "getHSL"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": []
                                                                },
                                                                "kind": "init"
                                                              }
                                                            ]
                                                          },
                                                          {
                                                            "type": "Identifier",
                                                            "start": 2254,
                                                            "end": 2260,
                                                            "loc": {
                                                              "start": {
                                                                "line": 67,
                                                                "column": 23
                                                              },
                                                              "end": {
                                                                "line": 67,
                                                                "column": 29
                                                              }
                                                            },
                                                            "name": "values"
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  ]
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        "alternate": null
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2303,
                                        "end": 2326,
                                        "loc": {
                                          "start": {
                                            "line": 70,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 70,
                                            "column": 39
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2303,
                                          "end": 2325,
                                          "loc": {
                                            "start": {
                                              "line": 70,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 70,
                                              "column": 38
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2303,
                                            "end": 2318,
                                            "loc": {
                                              "start": {
                                                "line": 70,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 70,
                                                "column": 31
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2303,
                                              "end": 2307,
                                              "loc": {
                                                "start": {
                                                  "line": 70,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 70,
                                                  "column": 20
                                                }
                                              },
                                              "name": "item"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2308,
                                              "end": 2318,
                                              "loc": {
                                                "start": {
                                                  "line": 70,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 70,
                                                  "column": 31
                                                }
                                              },
                                              "name": "castShadow"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "Literal",
                                            "start": 2321,
                                            "end": 2325,
                                            "loc": {
                                              "start": {
                                                "line": 70,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 70,
                                                "column": 38
                                              }
                                            },
                                            "value": true,
                                            "rawValue": true,
                                            "raw": "true"
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2344,
                                        "end": 2370,
                                        "loc": {
                                          "start": {
                                            "line": 71,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 71,
                                            "column": 42
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2344,
                                          "end": 2369,
                                          "loc": {
                                            "start": {
                                              "line": 71,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 71,
                                              "column": 41
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2344,
                                            "end": 2362,
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 34
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2344,
                                              "end": 2348,
                                              "loc": {
                                                "start": {
                                                  "line": 71,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 71,
                                                  "column": 20
                                                }
                                              },
                                              "name": "item"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2349,
                                              "end": 2362,
                                              "loc": {
                                                "start": {
                                                  "line": 71,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 71,
                                                  "column": 34
                                                }
                                              },
                                              "name": "receiveShadow"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "Literal",
                                            "start": 2365,
                                            "end": 2369,
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 41
                                              }
                                            },
                                            "value": true,
                                            "rawValue": true,
                                            "raw": "true"
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2388,
                                        "end": 2691,
                                        "loc": {
                                          "start": {
                                            "line": 72,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 79,
                                            "column": 19
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2388,
                                          "end": 2690,
                                          "loc": {
                                            "start": {
                                              "line": 72,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 79,
                                              "column": 18
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2388,
                                            "end": 2401,
                                            "loc": {
                                              "start": {
                                                "line": 72,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 72,
                                                "column": 29
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2388,
                                              "end": 2392,
                                              "loc": {
                                                "start": {
                                                  "line": 72,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 72,
                                                  "column": 20
                                                }
                                              },
                                              "name": "item"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2393,
                                              "end": 2401,
                                              "loc": {
                                                "start": {
                                                  "line": 72,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 72,
                                                  "column": 29
                                                }
                                              },
                                              "name": "material"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "NewExpression",
                                            "start": 2404,
                                            "end": 2690,
                                            "loc": {
                                              "start": {
                                                "line": 72,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 79,
                                                "column": 18
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 2408,
                                              "end": 2434,
                                              "loc": {
                                                "start": {
                                                  "line": 72,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 72,
                                                  "column": 62
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2408,
                                                "end": 2413,
                                                "loc": {
                                                  "start": {
                                                    "line": 72,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 72,
                                                    "column": 41
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2414,
                                                "end": 2434,
                                                "loc": {
                                                  "start": {
                                                    "line": 72,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 72,
                                                    "column": 62
                                                  }
                                                },
                                                "name": "MeshPhysicalMaterial"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "ObjectExpression",
                                                "start": 2435,
                                                "end": 2689,
                                                "loc": {
                                                  "start": {
                                                    "line": 72,
                                                    "column": 63
                                                  },
                                                  "end": {
                                                    "line": 79,
                                                    "column": 17
                                                  }
                                                },
                                                "properties": [
                                                  {
                                                    "type": "Property",
                                                    "start": 2458,
                                                    "end": 2473,
                                                    "loc": {
                                                      "start": {
                                                        "line": 73,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 73,
                                                        "column": 35
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2458,
                                                      "end": 2470,
                                                      "loc": {
                                                        "start": {
                                                          "line": 73,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 73,
                                                          "column": 32
                                                        }
                                                      },
                                                      "name": "reflectivity"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 2472,
                                                      "end": 2473,
                                                      "loc": {
                                                        "start": {
                                                          "line": 73,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 73,
                                                          "column": 35
                                                        }
                                                      },
                                                      "value": 1,
                                                      "rawValue": 1,
                                                      "raw": "1"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 2496,
                                                    "end": 2506,
                                                    "loc": {
                                                      "start": {
                                                        "line": 74,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 74,
                                                        "column": 30
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2496,
                                                      "end": 2499,
                                                      "loc": {
                                                        "start": {
                                                          "line": 74,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 74,
                                                          "column": 23
                                                        }
                                                      },
                                                      "name": "fog"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 2501,
                                                      "end": 2506,
                                                      "loc": {
                                                        "start": {
                                                          "line": 74,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 74,
                                                          "column": 30
                                                        }
                                                      },
                                                      "value": false,
                                                      "rawValue": false,
                                                      "raw": "false"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 2529,
                                                    "end": 2548,
                                                    "loc": {
                                                      "start": {
                                                        "line": 75,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 75,
                                                        "column": 39
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2529,
                                                      "end": 2542,
                                                      "loc": {
                                                        "start": {
                                                          "line": 75,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 75,
                                                          "column": 33
                                                        }
                                                      },
                                                      "name": "polygonOffset"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 2544,
                                                      "end": 2548,
                                                      "loc": {
                                                        "start": {
                                                          "line": 75,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 75,
                                                          "column": 39
                                                        }
                                                      },
                                                      "value": true,
                                                      "rawValue": true,
                                                      "raw": "true"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 2571,
                                                    "end": 2593,
                                                    "loc": {
                                                      "start": {
                                                        "line": 76,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 76,
                                                        "column": 42
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2571,
                                                      "end": 2590,
                                                      "loc": {
                                                        "start": {
                                                          "line": 76,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 76,
                                                          "column": 39
                                                        }
                                                      },
                                                      "name": "polygonOffsetFactor"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 2592,
                                                      "end": 2593,
                                                      "loc": {
                                                        "start": {
                                                          "line": 76,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 76,
                                                          "column": 42
                                                        }
                                                      },
                                                      "value": 1,
                                                      "rawValue": 1,
                                                      "raw": "1"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 2616,
                                                    "end": 2637,
                                                    "loc": {
                                                      "start": {
                                                        "line": 77,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 77,
                                                        "column": 41
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2616,
                                                      "end": 2634,
                                                      "loc": {
                                                        "start": {
                                                          "line": 77,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 77,
                                                          "column": 38
                                                        }
                                                      },
                                                      "name": "polygonOffsetUnits"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 2636,
                                                      "end": 2637,
                                                      "loc": {
                                                        "start": {
                                                          "line": 77,
                                                          "column": 40
                                                        },
                                                        "end": {
                                                          "line": 77,
                                                          "column": 41
                                                        }
                                                      },
                                                      "value": 1,
                                                      "rawValue": 1,
                                                      "raw": "1"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "SpreadProperty",
                                                    "start": 2660,
                                                    "end": 2669,
                                                    "loc": {
                                                      "start": {
                                                        "line": 78,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 78,
                                                        "column": 29
                                                      }
                                                    },
                                                    "argument": {
                                                      "type": "Identifier",
                                                      "start": 2663,
                                                      "end": 2669,
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 29
                                                        }
                                                      },
                                                      "name": "values"
                                                    }
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        }
                                      }
                                    ]
                                  },
                                  "alternate": {
                                    "type": "IfStatement",
                                    "start": 2714,
                                    "end": 2929,
                                    "loc": {
                                      "start": {
                                        "line": 81,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 13
                                      }
                                    },
                                    "test": {
                                      "type": "BinaryExpression",
                                      "start": 2718,
                                      "end": 2746,
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 51
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 2718,
                                        "end": 2727,
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2718,
                                          "end": 2722,
                                          "loc": {
                                            "start": {
                                              "line": 81,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 27
                                            }
                                          },
                                          "name": "item"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2723,
                                          "end": 2727,
                                          "loc": {
                                            "start": {
                                              "line": 81,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 32
                                            }
                                          },
                                          "name": "type"
                                        },
                                        "computed": false
                                      },
                                      "operator": "===",
                                      "right": {
                                        "type": "Literal",
                                        "start": 2732,
                                        "end": 2746,
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 51
                                          }
                                        },
                                        "value": "LineSegments",
                                        "rawValue": "LineSegments",
                                        "raw": "'LineSegments'"
                                      }
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 2748,
                                      "end": 2929,
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 86,
                                          "column": 13
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "IfStatement",
                                          "start": 2767,
                                          "end": 2914,
                                          "loc": {
                                            "start": {
                                              "line": 82,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 85,
                                              "column": 35
                                            }
                                          },
                                          "test": {
                                            "type": "MemberExpression",
                                            "start": 2771,
                                            "end": 2789,
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 2771,
                                              "end": 2783,
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 32
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 2771,
                                                "end": 2775,
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2776,
                                                "end": 2783,
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 32
                                                  }
                                                },
                                                "name": "options"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2784,
                                              "end": 2789,
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 38
                                                }
                                              },
                                              "name": "edges"
                                            },
                                            "computed": false
                                          },
                                          "consequent": {
                                            "type": "ExpressionStatement",
                                            "start": 2812,
                                            "end": 2855,
                                            "loc": {
                                              "start": {
                                                "line": 83,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 83,
                                                "column": 63
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 2812,
                                              "end": 2854,
                                              "loc": {
                                                "start": {
                                                  "line": 83,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 83,
                                                  "column": 62
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 2812,
                                                "end": 2833,
                                                "loc": {
                                                  "start": {
                                                    "line": 83,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 83,
                                                    "column": 41
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 2812,
                                                  "end": 2825,
                                                  "loc": {
                                                    "start": {
                                                      "line": 83,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 83,
                                                      "column": 33
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2812,
                                                    "end": 2816,
                                                    "loc": {
                                                      "start": {
                                                        "line": 83,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 83,
                                                        "column": 24
                                                      }
                                                    },
                                                    "name": "item"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2817,
                                                    "end": 2825,
                                                    "loc": {
                                                      "start": {
                                                        "line": 83,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 83,
                                                        "column": 33
                                                      }
                                                    },
                                                    "name": "material"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2826,
                                                  "end": 2833,
                                                  "loc": {
                                                    "start": {
                                                      "line": 83,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 83,
                                                      "column": 41
                                                    }
                                                  },
                                                  "name": "opacity"
                                                },
                                                "computed": false
                                              },
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 2836,
                                                "end": 2854,
                                                "loc": {
                                                  "start": {
                                                    "line": 83,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 83,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 2836,
                                                  "end": 2848,
                                                  "loc": {
                                                    "start": {
                                                      "line": 83,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 83,
                                                      "column": 56
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 2836,
                                                    "end": 2840,
                                                    "loc": {
                                                      "start": {
                                                        "line": 83,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 83,
                                                        "column": 48
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2841,
                                                    "end": 2848,
                                                    "loc": {
                                                      "start": {
                                                        "line": 83,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 83,
                                                        "column": 56
                                                      }
                                                    },
                                                    "name": "options"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2849,
                                                  "end": 2854,
                                                  "loc": {
                                                    "start": {
                                                      "line": 83,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 83,
                                                      "column": 62
                                                    }
                                                  },
                                                  "name": "edges"
                                                },
                                                "computed": false
                                              }
                                            }
                                          },
                                          "alternate": {
                                            "type": "ExpressionStatement",
                                            "start": 2899,
                                            "end": 2914,
                                            "loc": {
                                              "start": {
                                                "line": 85,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 85,
                                                "column": 35
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 2899,
                                              "end": 2913,
                                              "loc": {
                                                "start": {
                                                  "line": 85,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 85,
                                                  "column": 34
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 2899,
                                                "end": 2911,
                                                "loc": {
                                                  "start": {
                                                    "line": 85,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 85,
                                                    "column": 32
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2899,
                                                  "end": 2903,
                                                  "loc": {
                                                    "start": {
                                                      "line": 85,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 85,
                                                      "column": 24
                                                    }
                                                  },
                                                  "name": "item"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2904,
                                                  "end": 2911,
                                                  "loc": {
                                                    "start": {
                                                      "line": 85,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 85,
                                                      "column": 32
                                                    }
                                                  },
                                                  "name": "destroy"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    "alternate": null
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2954,
                      "end": 2968,
                      "loc": {
                        "start": {
                          "line": 89,
                          "column": 8
                        },
                        "end": {
                          "line": 89,
                          "column": 22
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2954,
                        "end": 2967,
                        "loc": {
                          "start": {
                            "line": 89,
                            "column": 8
                          },
                          "end": {
                            "line": 89,
                            "column": 21
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2954,
                          "end": 2965,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 8
                            },
                            "end": {
                              "line": 89,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2954,
                            "end": 2958,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 8
                              },
                              "end": {
                                "line": 89,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2959,
                            "end": 2965,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 13
                              },
                              "end": {
                                "line": 89,
                                "column": 19
                              }
                            },
                            "name": "update"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2983,
              "end": 5229,
              "loc": {
                "start": {
                  "line": 92,
                  "column": 4
                },
                "end": {
                  "line": 135,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2983,
                "end": 2989,
                "loc": {
                  "start": {
                    "line": 92,
                    "column": 4
                  },
                  "end": {
                    "line": 92,
                    "column": 10
                  }
                },
                "name": "update"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2989,
                "end": 5229,
                "loc": {
                  "start": {
                    "line": 92,
                    "column": 10
                  },
                  "end": {
                    "line": 135,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2992,
                  "end": 5229,
                  "loc": {
                    "start": {
                      "line": 92,
                      "column": 13
                    },
                    "end": {
                      "line": 135,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 3005,
                      "end": 5222,
                      "loc": {
                        "start": {
                          "line": 94,
                          "column": 8
                        },
                        "end": {
                          "line": 134,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3005,
                        "end": 5222,
                        "loc": {
                          "start": {
                            "line": 94,
                            "column": 8
                          },
                          "end": {
                            "line": 134,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3005,
                          "end": 3026,
                          "loc": {
                            "start": {
                              "line": 94,
                              "column": 8
                            },
                            "end": {
                              "line": 94,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 3005,
                            "end": 3021,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 8
                              },
                              "end": {
                                "line": 94,
                                "column": 24
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3005,
                              "end": 3019,
                              "loc": {
                                "start": {
                                  "line": 94,
                                  "column": 8
                                },
                                "end": {
                                  "line": 94,
                                  "column": 22
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3005,
                                "end": 3009,
                                "loc": {
                                  "start": {
                                    "line": 94,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 94,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3010,
                                "end": 3019,
                                "loc": {
                                  "start": {
                                    "line": 94,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 94,
                                    "column": 22
                                  }
                                },
                                "name": "viewFound"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3022,
                            "end": 3026,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 25
                              },
                              "end": {
                                "line": 94,
                                "column": 29
                              }
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 3028,
                            "end": 5221,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 31
                              },
                              "end": {
                                "line": 134,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "BlockStatement",
                              "start": 3034,
                              "end": 5221,
                              "loc": {
                                "start": {
                                  "line": 94,
                                  "column": 37
                                },
                                "end": {
                                  "line": 134,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3051,
                                  "end": 3080,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 41
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 3051,
                                    "end": 3079,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 40
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3051,
                                      "end": 3077,
                                      "loc": {
                                        "start": {
                                          "line": 96,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 96,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3051,
                                        "end": 3064,
                                        "loc": {
                                          "start": {
                                            "line": 96,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 96,
                                            "column": 25
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 3051,
                                          "end": 3055,
                                          "loc": {
                                            "start": {
                                              "line": 96,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 96,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3056,
                                          "end": 3064,
                                          "loc": {
                                            "start": {
                                              "line": 96,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 96,
                                              "column": 25
                                            }
                                          },
                                          "name": "_objects"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3065,
                                        "end": 3077,
                                        "loc": {
                                          "start": {
                                            "line": 96,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 96,
                                            "column": 38
                                          }
                                        },
                                        "name": "updateBounds"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3094,
                                  "end": 3133,
                                  "loc": {
                                    "start": {
                                      "line": 97,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 97,
                                      "column": 51
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3098,
                                      "end": 3132,
                                      "loc": {
                                        "start": {
                                          "line": 97,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 97,
                                          "column": 50
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3098,
                                        "end": 3101,
                                        "loc": {
                                          "start": {
                                            "line": 97,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 97,
                                            "column": 19
                                          }
                                        },
                                        "name": "min"
                                      },
                                      "init": {
                                        "type": "MemberExpression",
                                        "start": 3104,
                                        "end": 3132,
                                        "loc": {
                                          "start": {
                                            "line": 97,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 97,
                                            "column": 50
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3104,
                                          "end": 3128,
                                          "loc": {
                                            "start": {
                                              "line": 97,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 97,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 3104,
                                            "end": 3124,
                                            "loc": {
                                              "start": {
                                                "line": 97,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 97,
                                                "column": 42
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3104,
                                              "end": 3117,
                                              "loc": {
                                                "start": {
                                                  "line": 97,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 97,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 3104,
                                                "end": 3108,
                                                "loc": {
                                                  "start": {
                                                    "line": 97,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 97,
                                                    "column": 26
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3109,
                                                "end": 3117,
                                                "loc": {
                                                  "start": {
                                                    "line": 97,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 97,
                                                    "column": 35
                                                  }
                                                },
                                                "name": "_objects"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3118,
                                              "end": 3124,
                                              "loc": {
                                                "start": {
                                                  "line": 97,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 97,
                                                  "column": 42
                                                }
                                              },
                                              "name": "bounds"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3125,
                                            "end": 3128,
                                            "loc": {
                                              "start": {
                                                "line": 97,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 97,
                                                "column": 46
                                              }
                                            },
                                            "name": "box"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3129,
                                          "end": 3132,
                                          "loc": {
                                            "start": {
                                              "line": 97,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 97,
                                              "column": 50
                                            }
                                          },
                                          "name": "min"
                                        },
                                        "computed": false
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3147,
                                  "end": 3186,
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 51
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3151,
                                      "end": 3185,
                                      "loc": {
                                        "start": {
                                          "line": 98,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 98,
                                          "column": 50
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3151,
                                        "end": 3154,
                                        "loc": {
                                          "start": {
                                            "line": 98,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 98,
                                            "column": 19
                                          }
                                        },
                                        "name": "max"
                                      },
                                      "init": {
                                        "type": "MemberExpression",
                                        "start": 3157,
                                        "end": 3185,
                                        "loc": {
                                          "start": {
                                            "line": 98,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 98,
                                            "column": 50
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3157,
                                          "end": 3181,
                                          "loc": {
                                            "start": {
                                              "line": 98,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 98,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 3157,
                                            "end": 3177,
                                            "loc": {
                                              "start": {
                                                "line": 98,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 98,
                                                "column": 42
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3157,
                                              "end": 3170,
                                              "loc": {
                                                "start": {
                                                  "line": 98,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 98,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 3157,
                                                "end": 3161,
                                                "loc": {
                                                  "start": {
                                                    "line": 98,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 98,
                                                    "column": 26
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3162,
                                                "end": 3170,
                                                "loc": {
                                                  "start": {
                                                    "line": 98,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 98,
                                                    "column": 35
                                                  }
                                                },
                                                "name": "_objects"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3171,
                                              "end": 3177,
                                              "loc": {
                                                "start": {
                                                  "line": 98,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 98,
                                                  "column": 42
                                                }
                                              },
                                              "name": "bounds"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3178,
                                            "end": 3181,
                                            "loc": {
                                              "start": {
                                                "line": 98,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 98,
                                                "column": 46
                                              }
                                            },
                                            "name": "box"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3182,
                                          "end": 3185,
                                          "loc": {
                                            "start": {
                                              "line": 98,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 98,
                                              "column": 50
                                            }
                                          },
                                          "name": "max"
                                        },
                                        "computed": false
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3200,
                                  "end": 3267,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 79
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3204,
                                      "end": 3266,
                                      "loc": {
                                        "start": {
                                          "line": 99,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 99,
                                          "column": 78
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3204,
                                        "end": 3209,
                                        "loc": {
                                          "start": {
                                            "line": 99,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 21
                                          }
                                        },
                                        "name": "width"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 3212,
                                        "end": 3266,
                                        "loc": {
                                          "start": {
                                            "line": 99,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 78
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3212,
                                          "end": 3226,
                                          "loc": {
                                            "start": {
                                              "line": 99,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 99,
                                              "column": 38
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3212,
                                            "end": 3215,
                                            "loc": {
                                              "start": {
                                                "line": 99,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 99,
                                                "column": 27
                                              }
                                            },
                                            "name": "max"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3216,
                                            "end": 3226,
                                            "loc": {
                                              "start": {
                                                "line": 99,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 99,
                                                "column": 38
                                              }
                                            },
                                            "name": "distanceTo"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 3227,
                                            "end": 3265,
                                            "loc": {
                                              "start": {
                                                "line": 99,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 99,
                                                "column": 77
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3231,
                                              "end": 3244,
                                              "loc": {
                                                "start": {
                                                  "line": 99,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 99,
                                                  "column": 56
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3231,
                                                "end": 3236,
                                                "loc": {
                                                  "start": {
                                                    "line": 99,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 99,
                                                    "column": 48
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3237,
                                                "end": 3244,
                                                "loc": {
                                                  "start": {
                                                    "line": 99,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 99,
                                                    "column": 56
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3245,
                                                "end": 3250,
                                                "loc": {
                                                  "start": {
                                                    "line": 99,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 99,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3245,
                                                  "end": 3248,
                                                  "loc": {
                                                    "start": {
                                                      "line": 99,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 99,
                                                      "column": 60
                                                    }
                                                  },
                                                  "name": "min"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3249,
                                                  "end": 3250,
                                                  "loc": {
                                                    "start": {
                                                      "line": 99,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 99,
                                                      "column": 62
                                                    }
                                                  },
                                                  "name": "x"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3252,
                                                "end": 3257,
                                                "loc": {
                                                  "start": {
                                                    "line": 99,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 99,
                                                    "column": 69
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3252,
                                                  "end": 3255,
                                                  "loc": {
                                                    "start": {
                                                      "line": 99,
                                                      "column": 64
                                                    },
                                                    "end": {
                                                      "line": 99,
                                                      "column": 67
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3256,
                                                  "end": 3257,
                                                  "loc": {
                                                    "start": {
                                                      "line": 99,
                                                      "column": 68
                                                    },
                                                    "end": {
                                                      "line": 99,
                                                      "column": 69
                                                    }
                                                  },
                                                  "name": "y"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3259,
                                                "end": 3264,
                                                "loc": {
                                                  "start": {
                                                    "line": 99,
                                                    "column": 71
                                                  },
                                                  "end": {
                                                    "line": 99,
                                                    "column": 76
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3259,
                                                  "end": 3262,
                                                  "loc": {
                                                    "start": {
                                                      "line": 99,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 99,
                                                      "column": 74
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3263,
                                                  "end": 3264,
                                                  "loc": {
                                                    "start": {
                                                      "line": 99,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 99,
                                                      "column": 76
                                                    }
                                                  },
                                                  "name": "z"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3281,
                                  "end": 3349,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 100,
                                      "column": 80
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3285,
                                      "end": 3348,
                                      "loc": {
                                        "start": {
                                          "line": 100,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 100,
                                          "column": 79
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3285,
                                        "end": 3291,
                                        "loc": {
                                          "start": {
                                            "line": 100,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 100,
                                            "column": 22
                                          }
                                        },
                                        "name": "height"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 3294,
                                        "end": 3348,
                                        "loc": {
                                          "start": {
                                            "line": 100,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 100,
                                            "column": 79
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3294,
                                          "end": 3308,
                                          "loc": {
                                            "start": {
                                              "line": 100,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 100,
                                              "column": 39
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3294,
                                            "end": 3297,
                                            "loc": {
                                              "start": {
                                                "line": 100,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 100,
                                                "column": 28
                                              }
                                            },
                                            "name": "max"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3298,
                                            "end": 3308,
                                            "loc": {
                                              "start": {
                                                "line": 100,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 100,
                                                "column": 39
                                              }
                                            },
                                            "name": "distanceTo"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 3309,
                                            "end": 3347,
                                            "loc": {
                                              "start": {
                                                "line": 100,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 100,
                                                "column": 78
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3313,
                                              "end": 3326,
                                              "loc": {
                                                "start": {
                                                  "line": 100,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 100,
                                                  "column": 57
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3313,
                                                "end": 3318,
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 49
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3319,
                                                "end": 3326,
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 57
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3327,
                                                "end": 3332,
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 63
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3327,
                                                  "end": 3330,
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 58
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 61
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3331,
                                                  "end": 3332,
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 62
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 63
                                                    }
                                                  },
                                                  "name": "x"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3334,
                                                "end": 3339,
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 70
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3334,
                                                  "end": 3337,
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 65
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 68
                                                    }
                                                  },
                                                  "name": "min"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3338,
                                                  "end": 3339,
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 69
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 70
                                                    }
                                                  },
                                                  "name": "y"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3341,
                                                "end": 3346,
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 72
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 77
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3341,
                                                  "end": 3344,
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 72
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 75
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3345,
                                                  "end": 3346,
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 76
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 77
                                                    }
                                                  },
                                                  "name": "z"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3363,
                                  "end": 3430,
                                  "loc": {
                                    "start": {
                                      "line": 101,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 101,
                                      "column": 79
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3367,
                                      "end": 3429,
                                      "loc": {
                                        "start": {
                                          "line": 101,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 101,
                                          "column": 78
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3367,
                                        "end": 3372,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 21
                                          }
                                        },
                                        "name": "depth"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 3375,
                                        "end": 3429,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 78
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3375,
                                          "end": 3389,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 38
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3375,
                                            "end": 3378,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 27
                                              }
                                            },
                                            "name": "max"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3379,
                                            "end": 3389,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 38
                                              }
                                            },
                                            "name": "distanceTo"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 3390,
                                            "end": 3428,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 77
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3394,
                                              "end": 3407,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 56
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3394,
                                                "end": 3399,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 48
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3400,
                                                "end": 3407,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 56
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3408,
                                                "end": 3413,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3408,
                                                  "end": 3411,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 60
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3412,
                                                  "end": 3413,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 62
                                                    }
                                                  },
                                                  "name": "x"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3415,
                                                "end": 3420,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 69
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3415,
                                                  "end": 3418,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 64
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 67
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3419,
                                                  "end": 3420,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 68
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 69
                                                    }
                                                  },
                                                  "name": "y"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3422,
                                                "end": 3427,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 71
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 76
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3422,
                                                  "end": 3425,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 74
                                                    }
                                                  },
                                                  "name": "min"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3426,
                                                  "end": 3427,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 76
                                                    }
                                                  },
                                                  "name": "z"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3446,
                                  "end": 3496,
                                  "loc": {
                                    "start": {
                                      "line": 103,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 103,
                                      "column": 62
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 3446,
                                    "end": 3495,
                                    "loc": {
                                      "start": {
                                        "line": 103,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 103,
                                        "column": 61
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3446,
                                      "end": 3471,
                                      "loc": {
                                        "start": {
                                          "line": 103,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 103,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3446,
                                        "end": 3466,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3446,
                                          "end": 3457,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3446,
                                            "end": 3450,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3451,
                                            "end": 3457,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 23
                                              }
                                            },
                                            "name": "_stage"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3458,
                                          "end": 3466,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 32
                                            }
                                          },
                                          "name": "position"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3467,
                                        "end": 3471,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 37
                                          }
                                        },
                                        "name": "copy"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 3472,
                                        "end": 3494,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 60
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3472,
                                          "end": 3485,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 51
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3472,
                                            "end": 3476,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 42
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3477,
                                            "end": 3485,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 51
                                              }
                                            },
                                            "name": "_objects"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3486,
                                          "end": 3494,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 60
                                            }
                                          },
                                          "name": "position"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3510,
                                  "end": 3548,
                                  "loc": {
                                    "start": {
                                      "line": 104,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 104,
                                      "column": 50
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3510,
                                    "end": 3547,
                                    "loc": {
                                      "start": {
                                        "line": 104,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 104,
                                        "column": 49
                                      }
                                    },
                                    "operator": "-=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 3510,
                                      "end": 3532,
                                      "loc": {
                                        "start": {
                                          "line": 104,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 104,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3510,
                                        "end": 3530,
                                        "loc": {
                                          "start": {
                                            "line": 104,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3510,
                                          "end": 3521,
                                          "loc": {
                                            "start": {
                                              "line": 104,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 104,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3510,
                                            "end": 3514,
                                            "loc": {
                                              "start": {
                                                "line": 104,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 104,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3515,
                                            "end": 3521,
                                            "loc": {
                                              "start": {
                                                "line": 104,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 104,
                                                "column": 23
                                              }
                                            },
                                            "name": "_stage"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3522,
                                          "end": 3530,
                                          "loc": {
                                            "start": {
                                              "line": 104,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 104,
                                              "column": 32
                                            }
                                          },
                                          "name": "position"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3531,
                                        "end": 3532,
                                        "loc": {
                                          "start": {
                                            "line": 104,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 34
                                          }
                                        },
                                        "name": "y"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 3536,
                                      "end": 3547,
                                      "loc": {
                                        "start": {
                                          "line": 104,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 104,
                                          "column": 49
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 3536,
                                        "end": 3541,
                                        "loc": {
                                          "start": {
                                            "line": 104,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 43
                                          }
                                        },
                                        "name": "depth"
                                      },
                                      "operator": "/",
                                      "right": {
                                        "type": "Literal",
                                        "start": 3544,
                                        "end": 3547,
                                        "loc": {
                                          "start": {
                                            "line": 104,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 49
                                          }
                                        },
                                        "value": 1.5,
                                        "rawValue": 1.5,
                                        "raw": "1.5"
                                      }
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3562,
                                  "end": 3602,
                                  "loc": {
                                    "start": {
                                      "line": 105,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 105,
                                      "column": 52
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3562,
                                    "end": 3601,
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 51
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 3562,
                                      "end": 3584,
                                      "loc": {
                                        "start": {
                                          "line": 105,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 105,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3562,
                                        "end": 3582,
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3562,
                                          "end": 3573,
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 105,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3562,
                                            "end": 3566,
                                            "loc": {
                                              "start": {
                                                "line": 105,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 105,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3567,
                                            "end": 3573,
                                            "loc": {
                                              "start": {
                                                "line": 105,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 105,
                                                "column": 23
                                              }
                                            },
                                            "name": "_stage"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3574,
                                          "end": 3582,
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 105,
                                              "column": 32
                                            }
                                          },
                                          "name": "rotation"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3583,
                                        "end": 3584,
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 34
                                          }
                                        },
                                        "name": "x"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 3587,
                                      "end": 3601,
                                      "loc": {
                                        "start": {
                                          "line": 105,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 105,
                                          "column": 51
                                        }
                                      },
                                      "left": {
                                        "type": "UnaryExpression",
                                        "start": 3587,
                                        "end": 3597,
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 47
                                          }
                                        },
                                        "operator": "-",
                                        "prefix": true,
                                        "argument": {
                                          "type": "MemberExpression",
                                          "start": 3589,
                                          "end": 3597,
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 105,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3589,
                                            "end": 3593,
                                            "loc": {
                                              "start": {
                                                "line": 105,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 105,
                                                "column": 43
                                              }
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3595,
                                            "end": 3597,
                                            "loc": {
                                              "start": {
                                                "line": 105,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 105,
                                                "column": 47
                                              }
                                            },
                                            "name": "PI"
                                          },
                                          "computed": false
                                        }
                                      },
                                      "operator": "/",
                                      "right": {
                                        "type": "Literal",
                                        "start": 3600,
                                        "end": 3601,
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 51
                                          }
                                        },
                                        "value": 2,
                                        "rawValue": 2,
                                        "raw": "2"
                                      }
                                    }
                                  }
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 3618,
                                  "end": 3828,
                                  "loc": {
                                    "start": {
                                      "line": 107,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 13
                                    }
                                  },
                                  "test": {
                                    "type": "MemberExpression",
                                    "start": 3622,
                                    "end": 3642,
                                    "loc": {
                                      "start": {
                                        "line": 107,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 107,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 3622,
                                      "end": 3634,
                                      "loc": {
                                        "start": {
                                          "line": 107,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 107,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 3622,
                                        "end": 3626,
                                        "loc": {
                                          "start": {
                                            "line": 107,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 107,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3627,
                                        "end": 3634,
                                        "loc": {
                                          "start": {
                                            "line": 107,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 107,
                                            "column": 28
                                          }
                                        },
                                        "name": "options"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3635,
                                      "end": 3642,
                                      "loc": {
                                        "start": {
                                          "line": 107,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 107,
                                          "column": 36
                                        }
                                      },
                                      "name": "ambient"
                                    },
                                    "computed": false
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 3644,
                                    "end": 3828,
                                    "loc": {
                                      "start": {
                                        "line": 107,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 13
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 3663,
                                        "end": 3710,
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 108,
                                            "column": 63
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 3667,
                                            "end": 3709,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 108,
                                                "column": 62
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 3667,
                                              "end": 3674,
                                              "loc": {
                                                "start": {
                                                  "line": 108,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 108,
                                                  "column": 27
                                                }
                                              },
                                              "name": "ambient"
                                            },
                                            "init": {
                                              "type": "NewExpression",
                                              "start": 3677,
                                              "end": 3709,
                                              "loc": {
                                                "start": {
                                                  "line": 108,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 108,
                                                  "column": 62
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 3681,
                                                "end": 3699,
                                                "loc": {
                                                  "start": {
                                                    "line": 108,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 108,
                                                    "column": 52
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3681,
                                                  "end": 3686,
                                                  "loc": {
                                                    "start": {
                                                      "line": 108,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 108,
                                                      "column": 39
                                                    }
                                                  },
                                                  "name": "THREE"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3687,
                                                  "end": 3699,
                                                  "loc": {
                                                    "start": {
                                                      "line": 108,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 108,
                                                      "column": 52
                                                    }
                                                  },
                                                  "name": "AmbientLight"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Literal",
                                                  "start": 3700,
                                                  "end": 3708,
                                                  "loc": {
                                                    "start": {
                                                      "line": 108,
                                                      "column": 53
                                                    },
                                                    "end": {
                                                      "line": 108,
                                                      "column": 61
                                                    }
                                                  },
                                                  "value": 16777215,
                                                  "rawValue": 16777215,
                                                  "raw": "0xffffff"
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "kind": "let"
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3728,
                                        "end": 3769,
                                        "loc": {
                                          "start": {
                                            "line": 109,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 109,
                                            "column": 57
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 3728,
                                          "end": 3768,
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 56
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 3728,
                                            "end": 3745,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 33
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 3728,
                                              "end": 3735,
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 109,
                                                  "column": 23
                                                }
                                              },
                                              "name": "ambient"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3736,
                                              "end": 3745,
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 109,
                                                  "column": 33
                                                }
                                              },
                                              "name": "intensity"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 3748,
                                            "end": 3768,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 56
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3748,
                                              "end": 3760,
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 109,
                                                  "column": 48
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 3748,
                                                "end": 3752,
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 40
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3753,
                                                "end": 3760,
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 48
                                                  }
                                                },
                                                "name": "options"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3761,
                                              "end": 3768,
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 109,
                                                  "column": 56
                                                }
                                              },
                                              "name": "ambient"
                                            },
                                            "computed": false
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3787,
                                        "end": 3813,
                                        "loc": {
                                          "start": {
                                            "line": 110,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 110,
                                            "column": 42
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 3787,
                                          "end": 3812,
                                          "loc": {
                                            "start": {
                                              "line": 110,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 110,
                                              "column": 41
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 3787,
                                            "end": 3803,
                                            "loc": {
                                              "start": {
                                                "line": 110,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 110,
                                                "column": 32
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3787,
                                              "end": 3799,
                                              "loc": {
                                                "start": {
                                                  "line": 110,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 110,
                                                  "column": 28
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 3787,
                                                "end": 3791,
                                                "loc": {
                                                  "start": {
                                                    "line": 110,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 110,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3792,
                                                "end": 3799,
                                                "loc": {
                                                  "start": {
                                                    "line": 110,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 110,
                                                    "column": 28
                                                  }
                                                },
                                                "name": "_lights"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3800,
                                              "end": 3803,
                                              "loc": {
                                                "start": {
                                                  "line": 110,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 110,
                                                  "column": 32
                                                }
                                              },
                                              "name": "add"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 3804,
                                              "end": 3811,
                                              "loc": {
                                                "start": {
                                                  "line": 110,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 110,
                                                  "column": 40
                                                }
                                              },
                                              "name": "ambient"
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3844,
                                  "end": 3902,
                                  "loc": {
                                    "start": {
                                      "line": 113,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 113,
                                      "column": 70
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3848,
                                      "end": 3901,
                                      "loc": {
                                        "start": {
                                          "line": 113,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 113,
                                          "column": 69
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3848,
                                        "end": 3854,
                                        "loc": {
                                          "start": {
                                            "line": 113,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 113,
                                            "column": 22
                                          }
                                        },
                                        "name": "coords"
                                      },
                                      "init": {
                                        "type": "BinaryExpression",
                                        "start": 3857,
                                        "end": 3901,
                                        "loc": {
                                          "start": {
                                            "line": 113,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 113,
                                            "column": 69
                                          }
                                        },
                                        "left": {
                                          "type": "CallExpression",
                                          "start": 3857,
                                          "end": 3897,
                                          "loc": {
                                            "start": {
                                              "line": 113,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 113,
                                              "column": 65
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 3857,
                                            "end": 3895,
                                            "loc": {
                                              "start": {
                                                "line": 113,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 113,
                                                "column": 63
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 3857,
                                              "end": 3885,
                                              "loc": {
                                                "start": {
                                                  "line": 113,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 113,
                                                  "column": 53
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 3857,
                                                "end": 3883,
                                                "loc": {
                                                  "start": {
                                                    "line": 113,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 113,
                                                    "column": 51
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3857,
                                                  "end": 3870,
                                                  "loc": {
                                                    "start": {
                                                      "line": 113,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 113,
                                                      "column": 38
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 3857,
                                                    "end": 3861,
                                                    "loc": {
                                                      "start": {
                                                        "line": 113,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 113,
                                                        "column": 29
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3862,
                                                    "end": 3870,
                                                    "loc": {
                                                      "start": {
                                                        "line": 113,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 113,
                                                        "column": 38
                                                      }
                                                    },
                                                    "name": "_objects"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3871,
                                                  "end": 3883,
                                                  "loc": {
                                                    "start": {
                                                      "line": 113,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 113,
                                                      "column": 51
                                                    }
                                                  },
                                                  "name": "updateBounds"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3886,
                                              "end": 3895,
                                              "loc": {
                                                "start": {
                                                  "line": 113,
                                                  "column": 54
                                                },
                                                "end": {
                                                  "line": 113,
                                                  "column": 63
                                                }
                                              },
                                              "name": "getRadius"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        },
                                        "operator": "*",
                                        "right": {
                                          "type": "Literal",
                                          "start": 3900,
                                          "end": 3901,
                                          "loc": {
                                            "start": {
                                              "line": 113,
                                              "column": 68
                                            },
                                            "end": {
                                              "line": 113,
                                              "column": 69
                                            }
                                          },
                                          "value": 6,
                                          "rawValue": 6,
                                          "raw": "6"
                                        }
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3916,
                                  "end": 3997,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 93
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 3916,
                                    "end": 3996,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 92
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3916,
                                      "end": 3932,
                                      "loc": {
                                        "start": {
                                          "line": 114,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 114,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3916,
                                        "end": 3928,
                                        "loc": {
                                          "start": {
                                            "line": 114,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 114,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 3916,
                                          "end": 3920,
                                          "loc": {
                                            "start": {
                                              "line": 114,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 114,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3921,
                                          "end": 3928,
                                          "loc": {
                                            "start": {
                                              "line": 114,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 114,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3929,
                                        "end": 3932,
                                        "loc": {
                                          "start": {
                                            "line": 114,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 114,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 3933,
                                        "end": 3995,
                                        "loc": {
                                          "start": {
                                            "line": 114,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 114,
                                            "column": 91
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3933,
                                          "end": 3980,
                                          "loc": {
                                            "start": {
                                              "line": 114,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 114,
                                              "column": 76
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 3933,
                                            "end": 3968,
                                            "loc": {
                                              "start": {
                                                "line": 114,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 114,
                                                "column": 64
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3937,
                                              "end": 3953,
                                              "loc": {
                                                "start": {
                                                  "line": 114,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 114,
                                                  "column": 49
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3937,
                                                "end": 3942,
                                                "loc": {
                                                  "start": {
                                                    "line": 114,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 114,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3943,
                                                "end": 3953,
                                                "loc": {
                                                  "start": {
                                                    "line": 114,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 114,
                                                    "column": 49
                                                  }
                                                },
                                                "name": "PointLight"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 3954,
                                                "end": 3962,
                                                "loc": {
                                                  "start": {
                                                    "line": 114,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 114,
                                                    "column": 58
                                                  }
                                                },
                                                "value": 16777215,
                                                "rawValue": 16777215,
                                                "raw": "0xffffff"
                                              },
                                              {
                                                "type": "Literal",
                                                "start": 3964,
                                                "end": 3967,
                                                "loc": {
                                                  "start": {
                                                    "line": 114,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 114,
                                                    "column": 63
                                                  }
                                                },
                                                "value": 0.5,
                                                "rawValue": 0.5,
                                                "raw": "0.5"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3969,
                                            "end": 3980,
                                            "loc": {
                                              "start": {
                                                "line": 114,
                                                "column": 65
                                              },
                                              "end": {
                                                "line": 114,
                                                "column": 76
                                              }
                                            },
                                            "name": "setPosition"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "UnaryExpression",
                                            "start": 3981,
                                            "end": 3988,
                                            "loc": {
                                              "start": {
                                                "line": 114,
                                                "column": 77
                                              },
                                              "end": {
                                                "line": 114,
                                                "column": 84
                                              }
                                            },
                                            "operator": "-",
                                            "prefix": true,
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 3982,
                                              "end": 3988,
                                              "loc": {
                                                "start": {
                                                  "line": 114,
                                                  "column": 78
                                                },
                                                "end": {
                                                  "line": 114,
                                                  "column": 84
                                                }
                                              },
                                              "name": "coords"
                                            }
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 3990,
                                            "end": 3991,
                                            "loc": {
                                              "start": {
                                                "line": 114,
                                                "column": 86
                                              },
                                              "end": {
                                                "line": 114,
                                                "column": 87
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 3993,
                                            "end": 3994,
                                            "loc": {
                                              "start": {
                                                "line": 114,
                                                "column": 89
                                              },
                                              "end": {
                                                "line": 114,
                                                "column": 90
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4011,
                                  "end": 4101,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 102
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4011,
                                    "end": 4100,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 101
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4011,
                                      "end": 4027,
                                      "loc": {
                                        "start": {
                                          "line": 115,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 115,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4011,
                                        "end": 4023,
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4011,
                                          "end": 4015,
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4016,
                                          "end": 4023,
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4024,
                                        "end": 4027,
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 4028,
                                        "end": 4099,
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 100
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4028,
                                          "end": 4074,
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 75
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 4028,
                                            "end": 4062,
                                            "loc": {
                                              "start": {
                                                "line": 115,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 115,
                                                "column": 63
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4032,
                                              "end": 4047,
                                              "loc": {
                                                "start": {
                                                  "line": 115,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 48
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4032,
                                                "end": 4037,
                                                "loc": {
                                                  "start": {
                                                    "line": 115,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 115,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4038,
                                                "end": 4047,
                                                "loc": {
                                                  "start": {
                                                    "line": 115,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 115,
                                                    "column": 48
                                                  }
                                                },
                                                "name": "SpotLight"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 4048,
                                                "end": 4056,
                                                "loc": {
                                                  "start": {
                                                    "line": 115,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 115,
                                                    "column": 57
                                                  }
                                                },
                                                "value": 16777215,
                                                "rawValue": 16777215,
                                                "raw": "0xffffff"
                                              },
                                              {
                                                "type": "Literal",
                                                "start": 4058,
                                                "end": 4061,
                                                "loc": {
                                                  "start": {
                                                    "line": 115,
                                                    "column": 59
                                                  },
                                                  "end": {
                                                    "line": 115,
                                                    "column": 62
                                                  }
                                                },
                                                "value": 0.5,
                                                "rawValue": 0.5,
                                                "raw": "0.5"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4063,
                                            "end": 4074,
                                            "loc": {
                                              "start": {
                                                "line": 115,
                                                "column": 64
                                              },
                                              "end": {
                                                "line": 115,
                                                "column": 75
                                              }
                                            },
                                            "name": "setPosition"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 4075,
                                            "end": 4076,
                                            "loc": {
                                              "start": {
                                                "line": 115,
                                                "column": 76
                                              },
                                              "end": {
                                                "line": 115,
                                                "column": 77
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "UnaryExpression",
                                            "start": 4078,
                                            "end": 4085,
                                            "loc": {
                                              "start": {
                                                "line": 115,
                                                "column": 79
                                              },
                                              "end": {
                                                "line": 115,
                                                "column": 86
                                              }
                                            },
                                            "operator": "-",
                                            "prefix": true,
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 4079,
                                              "end": 4085,
                                              "loc": {
                                                "start": {
                                                  "line": 115,
                                                  "column": 80
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 86
                                                }
                                              },
                                              "name": "coords"
                                            }
                                          },
                                          {
                                            "type": "BinaryExpression",
                                            "start": 4087,
                                            "end": 4098,
                                            "loc": {
                                              "start": {
                                                "line": 115,
                                                "column": 88
                                              },
                                              "end": {
                                                "line": 115,
                                                "column": 99
                                              }
                                            },
                                            "left": {
                                              "type": "UnaryExpression",
                                              "start": 4087,
                                              "end": 4094,
                                              "loc": {
                                                "start": {
                                                  "line": 115,
                                                  "column": 88
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 95
                                                }
                                              },
                                              "operator": "-",
                                              "prefix": true,
                                              "argument": {
                                                "type": "Identifier",
                                                "start": 4088,
                                                "end": 4094,
                                                "loc": {
                                                  "start": {
                                                    "line": 115,
                                                    "column": 89
                                                  },
                                                  "end": {
                                                    "line": 115,
                                                    "column": 95
                                                  }
                                                },
                                                "name": "coords"
                                              }
                                            },
                                            "operator": "*",
                                            "right": {
                                              "type": "Literal",
                                              "start": 4097,
                                              "end": 4098,
                                              "loc": {
                                                "start": {
                                                  "line": 115,
                                                  "column": 98
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 99
                                                }
                                              },
                                              "value": 2,
                                              "rawValue": 2,
                                              "raw": "2"
                                            }
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4115,
                                  "end": 4195,
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 92
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4115,
                                    "end": 4194,
                                    "loc": {
                                      "start": {
                                        "line": 116,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 91
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4115,
                                      "end": 4131,
                                      "loc": {
                                        "start": {
                                          "line": 116,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 116,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4115,
                                        "end": 4127,
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4115,
                                          "end": 4119,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4120,
                                          "end": 4127,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4128,
                                        "end": 4131,
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 4132,
                                        "end": 4193,
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 90
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4132,
                                          "end": 4179,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 76
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 4132,
                                            "end": 4167,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 64
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4136,
                                              "end": 4152,
                                              "loc": {
                                                "start": {
                                                  "line": 116,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 116,
                                                  "column": 49
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4136,
                                                "end": 4141,
                                                "loc": {
                                                  "start": {
                                                    "line": 116,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 116,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4142,
                                                "end": 4152,
                                                "loc": {
                                                  "start": {
                                                    "line": 116,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 116,
                                                    "column": 49
                                                  }
                                                },
                                                "name": "PointLight"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 4153,
                                                "end": 4161,
                                                "loc": {
                                                  "start": {
                                                    "line": 116,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 116,
                                                    "column": 58
                                                  }
                                                },
                                                "value": 16777215,
                                                "rawValue": 16777215,
                                                "raw": "0xffffff"
                                              },
                                              {
                                                "type": "Literal",
                                                "start": 4163,
                                                "end": 4166,
                                                "loc": {
                                                  "start": {
                                                    "line": 116,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 116,
                                                    "column": 63
                                                  }
                                                },
                                                "value": 0.5,
                                                "rawValue": 0.5,
                                                "raw": "0.5"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4168,
                                            "end": 4179,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 65
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 76
                                              }
                                            },
                                            "name": "setPosition"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 4180,
                                            "end": 4186,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 77
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 83
                                              }
                                            },
                                            "name": "coords"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 4188,
                                            "end": 4189,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 85
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 86
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 4191,
                                            "end": 4192,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 88
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 89
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4209,
                                  "end": 4289,
                                  "loc": {
                                    "start": {
                                      "line": 117,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 117,
                                      "column": 92
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4209,
                                    "end": 4288,
                                    "loc": {
                                      "start": {
                                        "line": 117,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 91
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4209,
                                      "end": 4225,
                                      "loc": {
                                        "start": {
                                          "line": 117,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 117,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4209,
                                        "end": 4221,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4209,
                                          "end": 4213,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4214,
                                          "end": 4221,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4222,
                                        "end": 4225,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 4226,
                                        "end": 4287,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 90
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4226,
                                          "end": 4273,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 76
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 4226,
                                            "end": 4261,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 64
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4230,
                                              "end": 4246,
                                              "loc": {
                                                "start": {
                                                  "line": 117,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 117,
                                                  "column": 49
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4230,
                                                "end": 4235,
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4236,
                                                "end": 4246,
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 49
                                                  }
                                                },
                                                "name": "PointLight"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 4247,
                                                "end": 4255,
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 58
                                                  }
                                                },
                                                "value": 16777215,
                                                "rawValue": 16777215,
                                                "raw": "0xffffff"
                                              },
                                              {
                                                "type": "Literal",
                                                "start": 4257,
                                                "end": 4260,
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 63
                                                  }
                                                },
                                                "value": 0.5,
                                                "rawValue": 0.5,
                                                "raw": "0.5"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4262,
                                            "end": 4273,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 65
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 76
                                              }
                                            },
                                            "name": "setPosition"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 4274,
                                            "end": 4275,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 77
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 78
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 4277,
                                            "end": 4283,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 80
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 86
                                              }
                                            },
                                            "name": "coords"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 4285,
                                            "end": 4286,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 88
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 89
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4303,
                                  "end": 4381,
                                  "loc": {
                                    "start": {
                                      "line": 118,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 118,
                                      "column": 90
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4303,
                                    "end": 4380,
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 118,
                                        "column": 89
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4303,
                                      "end": 4319,
                                      "loc": {
                                        "start": {
                                          "line": 118,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 118,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4303,
                                        "end": 4315,
                                        "loc": {
                                          "start": {
                                            "line": 118,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 118,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4303,
                                          "end": 4307,
                                          "loc": {
                                            "start": {
                                              "line": 118,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 118,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4308,
                                          "end": 4315,
                                          "loc": {
                                            "start": {
                                              "line": 118,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 118,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4316,
                                        "end": 4319,
                                        "loc": {
                                          "start": {
                                            "line": 118,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 118,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 4320,
                                        "end": 4379,
                                        "loc": {
                                          "start": {
                                            "line": 118,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 118,
                                            "column": 88
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4320,
                                          "end": 4365,
                                          "loc": {
                                            "start": {
                                              "line": 118,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 118,
                                              "column": 74
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 4320,
                                            "end": 4353,
                                            "loc": {
                                              "start": {
                                                "line": 118,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 118,
                                                "column": 62
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4324,
                                              "end": 4340,
                                              "loc": {
                                                "start": {
                                                  "line": 118,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 118,
                                                  "column": 49
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4324,
                                                "end": 4329,
                                                "loc": {
                                                  "start": {
                                                    "line": 118,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 118,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4330,
                                                "end": 4340,
                                                "loc": {
                                                  "start": {
                                                    "line": 118,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 118,
                                                    "column": 49
                                                  }
                                                },
                                                "name": "PointLight"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 4341,
                                                "end": 4349,
                                                "loc": {
                                                  "start": {
                                                    "line": 118,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 118,
                                                    "column": 58
                                                  }
                                                },
                                                "value": 16777215,
                                                "rawValue": 16777215,
                                                "raw": "0xffffff"
                                              },
                                              {
                                                "type": "Literal",
                                                "start": 4351,
                                                "end": 4352,
                                                "loc": {
                                                  "start": {
                                                    "line": 118,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 118,
                                                    "column": 61
                                                  }
                                                },
                                                "value": 1,
                                                "rawValue": 1,
                                                "raw": "1"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4354,
                                            "end": 4365,
                                            "loc": {
                                              "start": {
                                                "line": 118,
                                                "column": 63
                                              },
                                              "end": {
                                                "line": 118,
                                                "column": 74
                                              }
                                            },
                                            "name": "setPosition"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 4366,
                                            "end": 4367,
                                            "loc": {
                                              "start": {
                                                "line": 118,
                                                "column": 75
                                              },
                                              "end": {
                                                "line": 118,
                                                "column": 76
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 4369,
                                            "end": 4370,
                                            "loc": {
                                              "start": {
                                                "line": 118,
                                                "column": 78
                                              },
                                              "end": {
                                                "line": 118,
                                                "column": 79
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 4372,
                                            "end": 4378,
                                            "loc": {
                                              "start": {
                                                "line": 118,
                                                "column": 81
                                              },
                                              "end": {
                                                "line": 118,
                                                "column": 87
                                              }
                                            },
                                            "name": "coords"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 4397,
                                  "end": 4483,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 98
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 4401,
                                      "end": 4482,
                                      "loc": {
                                        "start": {
                                          "line": 120,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 120,
                                          "column": 97
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 4401,
                                        "end": 4404,
                                        "loc": {
                                          "start": {
                                            "line": 120,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 120,
                                            "column": 19
                                          }
                                        },
                                        "name": "vec"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 4407,
                                        "end": 4482,
                                        "loc": {
                                          "start": {
                                            "line": 120,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 120,
                                            "column": 97
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4407,
                                          "end": 4431,
                                          "loc": {
                                            "start": {
                                              "line": 120,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 120,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 4407,
                                            "end": 4418,
                                            "loc": {
                                              "start": {
                                                "line": 120,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 120,
                                                "column": 33
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 4407,
                                              "end": 4411,
                                              "loc": {
                                                "start": {
                                                  "line": 120,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 120,
                                                  "column": 26
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4412,
                                              "end": 4418,
                                              "loc": {
                                                "start": {
                                                  "line": 120,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 120,
                                                  "column": 33
                                                }
                                              },
                                              "name": "parent"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4419,
                                            "end": 4431,
                                            "loc": {
                                              "start": {
                                                "line": 120,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 120,
                                                "column": 46
                                              }
                                            },
                                            "name": "worldToLocal"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 4432,
                                            "end": 4481,
                                            "loc": {
                                              "start": {
                                                "line": 120,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 120,
                                                "column": 96
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4436,
                                              "end": 4449,
                                              "loc": {
                                                "start": {
                                                  "line": 120,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 120,
                                                  "column": 64
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4436,
                                                "end": 4441,
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 56
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4442,
                                                "end": 4449,
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 64
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "BinaryExpression",
                                                "start": 4450,
                                                "end": 4460,
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 75
                                                  }
                                                },
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 4450,
                                                  "end": 4456,
                                                  "loc": {
                                                    "start": {
                                                      "line": 120,
                                                      "column": 65
                                                    },
                                                    "end": {
                                                      "line": 120,
                                                      "column": 71
                                                    }
                                                  },
                                                  "name": "coords"
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 4459,
                                                  "end": 4460,
                                                  "loc": {
                                                    "start": {
                                                      "line": 120,
                                                      "column": 74
                                                    },
                                                    "end": {
                                                      "line": 120,
                                                      "column": 75
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              },
                                              {
                                                "type": "BinaryExpression",
                                                "start": 4462,
                                                "end": 4472,
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 77
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 87
                                                  }
                                                },
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 4462,
                                                  "end": 4468,
                                                  "loc": {
                                                    "start": {
                                                      "line": 120,
                                                      "column": 77
                                                    },
                                                    "end": {
                                                      "line": 120,
                                                      "column": 83
                                                    }
                                                  },
                                                  "name": "coords"
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 4471,
                                                  "end": 4472,
                                                  "loc": {
                                                    "start": {
                                                      "line": 120,
                                                      "column": 86
                                                    },
                                                    "end": {
                                                      "line": 120,
                                                      "column": 87
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 4474,
                                                "end": 4480,
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 89
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 95
                                                  }
                                                },
                                                "name": "coords"
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 4497,
                                  "end": 4575,
                                  "loc": {
                                    "start": {
                                      "line": 121,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 121,
                                      "column": 90
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 4501,
                                      "end": 4574,
                                      "loc": {
                                        "start": {
                                          "line": 121,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 121,
                                          "column": 89
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 4501,
                                        "end": 4510,
                                        "loc": {
                                          "start": {
                                            "line": 121,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 121,
                                            "column": 25
                                          }
                                        },
                                        "name": "spotLight"
                                      },
                                      "init": {
                                        "type": "NewExpression",
                                        "start": 4513,
                                        "end": 4574,
                                        "loc": {
                                          "start": {
                                            "line": 121,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 121,
                                            "column": 89
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4517,
                                          "end": 4532,
                                          "loc": {
                                            "start": {
                                              "line": 121,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 121,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4517,
                                            "end": 4522,
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 37
                                              }
                                            },
                                            "name": "THREE"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4523,
                                            "end": 4532,
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 47
                                              }
                                            },
                                            "name": "SpotLight"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 4534,
                                            "end": 4542,
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 49
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 57
                                              }
                                            },
                                            "value": 16777215,
                                            "rawValue": 16777215,
                                            "raw": "0xffffff"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 4544,
                                            "end": 4545,
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 60
                                              }
                                            },
                                            "value": 3,
                                            "rawValue": 3,
                                            "raw": "3"
                                          },
                                          {
                                            "type": "BinaryExpression",
                                            "start": 4547,
                                            "end": 4559,
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 74
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 4547,
                                              "end": 4553,
                                              "loc": {
                                                "start": {
                                                  "line": 121,
                                                  "column": 62
                                                },
                                                "end": {
                                                  "line": 121,
                                                  "column": 68
                                                }
                                              },
                                              "name": "coords"
                                            },
                                            "operator": "*",
                                            "right": {
                                              "type": "Literal",
                                              "start": 4556,
                                              "end": 4559,
                                              "loc": {
                                                "start": {
                                                  "line": 121,
                                                  "column": 71
                                                },
                                                "end": {
                                                  "line": 121,
                                                  "column": 74
                                                }
                                              },
                                              "value": 1.5,
                                              "rawValue": 1.5,
                                              "raw": "1.5"
                                            }
                                          },
                                          {
                                            "type": "BinaryExpression",
                                            "start": 4561,
                                            "end": 4572,
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 76
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 87
                                              }
                                            },
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 4561,
                                              "end": 4568,
                                              "loc": {
                                                "start": {
                                                  "line": 121,
                                                  "column": 76
                                                },
                                                "end": {
                                                  "line": 121,
                                                  "column": 83
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4561,
                                                "end": 4565,
                                                "loc": {
                                                  "start": {
                                                    "line": 121,
                                                    "column": 76
                                                  },
                                                  "end": {
                                                    "line": 121,
                                                    "column": 80
                                                  }
                                                },
                                                "name": "Math"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4566,
                                                "end": 4568,
                                                "loc": {
                                                  "start": {
                                                    "line": 121,
                                                    "column": 81
                                                  },
                                                  "end": {
                                                    "line": 121,
                                                    "column": 83
                                                  }
                                                },
                                                "name": "PI"
                                              },
                                              "computed": false
                                            },
                                            "operator": "/",
                                            "right": {
                                              "type": "Literal",
                                              "start": 4571,
                                              "end": 4572,
                                              "loc": {
                                                "start": {
                                                  "line": 121,
                                                  "column": 86
                                                },
                                                "end": {
                                                  "line": 121,
                                                  "column": 87
                                                }
                                              },
                                              "value": 6,
                                              "rawValue": 6,
                                              "raw": "6"
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4589,
                                  "end": 4618,
                                  "loc": {
                                    "start": {
                                      "line": 122,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 122,
                                      "column": 41
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4589,
                                    "end": 4617,
                                    "loc": {
                                      "start": {
                                        "line": 122,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 122,
                                        "column": 40
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4589,
                                      "end": 4612,
                                      "loc": {
                                        "start": {
                                          "line": 122,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 122,
                                          "column": 35
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4589,
                                        "end": 4607,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 30
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 4589,
                                          "end": 4598,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 21
                                            }
                                          },
                                          "name": "spotLight"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4599,
                                          "end": 4607,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 30
                                            }
                                          },
                                          "name": "position"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4608,
                                        "end": 4612,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 35
                                          }
                                        },
                                        "name": "copy"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 4613,
                                        "end": 4616,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 39
                                          }
                                        },
                                        "name": "vec"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4632,
                                  "end": 4665,
                                  "loc": {
                                    "start": {
                                      "line": 123,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 123,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4632,
                                    "end": 4664,
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 44
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4632,
                                      "end": 4648,
                                      "loc": {
                                        "start": {
                                          "line": 123,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 123,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4632,
                                        "end": 4641,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 21
                                          }
                                        },
                                        "name": "spotLight"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4642,
                                        "end": 4648,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 28
                                          }
                                        },
                                        "name": "target"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 4651,
                                      "end": 4664,
                                      "loc": {
                                        "start": {
                                          "line": 123,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 123,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 4651,
                                        "end": 4655,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 35
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4656,
                                        "end": 4664,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 44
                                          }
                                        },
                                        "name": "_objects"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4679,
                                  "end": 4707,
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 124,
                                      "column": 40
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4679,
                                    "end": 4706,
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 124,
                                        "column": 39
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4679,
                                      "end": 4699,
                                      "loc": {
                                        "start": {
                                          "line": 124,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 124,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4679,
                                        "end": 4688,
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 21
                                          }
                                        },
                                        "name": "spotLight"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4689,
                                        "end": 4699,
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 32
                                          }
                                        },
                                        "name": "castShadow"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 4702,
                                      "end": 4706,
                                      "loc": {
                                        "start": {
                                          "line": 124,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 124,
                                          "column": 39
                                        }
                                      },
                                      "value": true,
                                      "rawValue": true,
                                      "raw": "true"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4721,
                                  "end": 4744,
                                  "loc": {
                                    "start": {
                                      "line": 125,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 125,
                                      "column": 35
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4721,
                                    "end": 4743,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 34
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4721,
                                      "end": 4739,
                                      "loc": {
                                        "start": {
                                          "line": 125,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 125,
                                          "column": 30
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4721,
                                        "end": 4730,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 21
                                          }
                                        },
                                        "name": "spotLight"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4731,
                                        "end": 4739,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 30
                                          }
                                        },
                                        "name": "penumbra"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 4742,
                                      "end": 4743,
                                      "loc": {
                                        "start": {
                                          "line": 125,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 125,
                                          "column": 34
                                        }
                                      },
                                      "value": 1,
                                      "rawValue": 1,
                                      "raw": "1"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4758,
                                  "end": 4858,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 112
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4758,
                                    "end": 4857,
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 111
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4758,
                                      "end": 4774,
                                      "loc": {
                                        "start": {
                                          "line": 126,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 126,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4758,
                                        "end": 4767,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 21
                                          }
                                        },
                                        "name": "spotLight"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4768,
                                        "end": 4774,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 28
                                          }
                                        },
                                        "name": "shadow"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "NewExpression",
                                      "start": 4777,
                                      "end": 4857,
                                      "loc": {
                                        "start": {
                                          "line": 126,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 126,
                                          "column": 111
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 4781,
                                        "end": 4798,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 52
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 4781,
                                          "end": 4786,
                                          "loc": {
                                            "start": {
                                              "line": 126,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 40
                                            }
                                          },
                                          "name": "THREE"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4787,
                                          "end": 4798,
                                          "loc": {
                                            "start": {
                                              "line": 126,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 52
                                            }
                                          },
                                          "name": "LightShadow"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "NewExpression",
                                          "start": 4800,
                                          "end": 4855,
                                          "loc": {
                                            "start": {
                                              "line": 126,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 109
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4804,
                                            "end": 4827,
                                            "loc": {
                                              "start": {
                                                "line": 126,
                                                "column": 58
                                              },
                                              "end": {
                                                "line": 126,
                                                "column": 81
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 4804,
                                              "end": 4809,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 58
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 63
                                                }
                                              },
                                              "name": "THREE"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4810,
                                              "end": 4827,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 64
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 81
                                                }
                                              },
                                              "name": "PerspectiveCamera"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Literal",
                                              "start": 4829,
                                              "end": 4831,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 83
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 85
                                                }
                                              },
                                              "value": 10,
                                              "rawValue": 10,
                                              "raw": "10"
                                            },
                                            {
                                              "type": "Literal",
                                              "start": 4833,
                                              "end": 4834,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 87
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 88
                                                }
                                              },
                                              "value": 1,
                                              "rawValue": 1,
                                              "raw": "1"
                                            },
                                            {
                                              "type": "Literal",
                                              "start": 4836,
                                              "end": 4839,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 90
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 93
                                                }
                                              },
                                              "value": 100,
                                              "rawValue": 100,
                                              "raw": "100"
                                            },
                                            {
                                              "type": "BinaryExpression",
                                              "start": 4841,
                                              "end": 4853,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 95
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 107
                                                }
                                              },
                                              "left": {
                                                "type": "Identifier",
                                                "start": 4841,
                                                "end": 4847,
                                                "loc": {
                                                  "start": {
                                                    "line": 126,
                                                    "column": 95
                                                  },
                                                  "end": {
                                                    "line": 126,
                                                    "column": 101
                                                  }
                                                },
                                                "name": "coords"
                                              },
                                              "operator": "*",
                                              "right": {
                                                "type": "Literal",
                                                "start": 4850,
                                                "end": 4853,
                                                "loc": {
                                                  "start": {
                                                    "line": 126,
                                                    "column": 104
                                                  },
                                                  "end": {
                                                    "line": 126,
                                                    "column": 107
                                                  }
                                                },
                                                "value": 1.5,
                                                "rawValue": 1.5,
                                                "raw": "1.5"
                                              }
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4872,
                                  "end": 4910,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 50
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4872,
                                    "end": 4909,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 49
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4872,
                                      "end": 4902,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 42
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4872,
                                        "end": 4896,
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 36
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 4872,
                                          "end": 4888,
                                          "loc": {
                                            "start": {
                                              "line": 127,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 127,
                                              "column": 28
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4872,
                                            "end": 4881,
                                            "loc": {
                                              "start": {
                                                "line": 127,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 127,
                                                "column": 21
                                              }
                                            },
                                            "name": "spotLight"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4882,
                                            "end": 4888,
                                            "loc": {
                                              "start": {
                                                "line": 127,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 127,
                                                "column": 28
                                              }
                                            },
                                            "name": "shadow"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4889,
                                          "end": 4896,
                                          "loc": {
                                            "start": {
                                              "line": 127,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 127,
                                              "column": 36
                                            }
                                          },
                                          "name": "mapSize"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4897,
                                        "end": 4902,
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 42
                                          }
                                        },
                                        "name": "width"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 4905,
                                      "end": 4909,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 49
                                        }
                                      },
                                      "value": 2048,
                                      "rawValue": 2048,
                                      "raw": "2048"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4924,
                                  "end": 4963,
                                  "loc": {
                                    "start": {
                                      "line": 128,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 128,
                                      "column": 51
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4924,
                                    "end": 4962,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 50
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4924,
                                      "end": 4955,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 43
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4924,
                                        "end": 4948,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 36
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 4924,
                                          "end": 4940,
                                          "loc": {
                                            "start": {
                                              "line": 128,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 128,
                                              "column": 28
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4924,
                                            "end": 4933,
                                            "loc": {
                                              "start": {
                                                "line": 128,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 128,
                                                "column": 21
                                              }
                                            },
                                            "name": "spotLight"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4934,
                                            "end": 4940,
                                            "loc": {
                                              "start": {
                                                "line": 128,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 128,
                                                "column": 28
                                              }
                                            },
                                            "name": "shadow"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4941,
                                          "end": 4948,
                                          "loc": {
                                            "start": {
                                              "line": 128,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 128,
                                              "column": 36
                                            }
                                          },
                                          "name": "mapSize"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4949,
                                        "end": 4955,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 43
                                          }
                                        },
                                        "name": "height"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 4958,
                                      "end": 4962,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 50
                                        }
                                      },
                                      "value": 2048,
                                      "rawValue": 2048,
                                      "raw": "2048"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4977,
                                  "end": 5007,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 42
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4977,
                                    "end": 5006,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 41
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4977,
                                      "end": 4993,
                                      "loc": {
                                        "start": {
                                          "line": 129,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 129,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4977,
                                        "end": 4989,
                                        "loc": {
                                          "start": {
                                            "line": 129,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 129,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4977,
                                          "end": 4981,
                                          "loc": {
                                            "start": {
                                              "line": 129,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 129,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4982,
                                          "end": 4989,
                                          "loc": {
                                            "start": {
                                              "line": 129,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 129,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4990,
                                        "end": 4993,
                                        "loc": {
                                          "start": {
                                            "line": 129,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 129,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 4995,
                                        "end": 5004,
                                        "loc": {
                                          "start": {
                                            "line": 129,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 129,
                                            "column": 39
                                          }
                                        },
                                        "name": "spotLight"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 5023,
                                  "end": 5104,
                                  "loc": {
                                    "start": {
                                      "line": 131,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 131,
                                      "column": 93
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 5027,
                                      "end": 5103,
                                      "loc": {
                                        "start": {
                                          "line": 131,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 131,
                                          "column": 92
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 5027,
                                        "end": 5036,
                                        "loc": {
                                          "start": {
                                            "line": 131,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 131,
                                            "column": 25
                                          }
                                        },
                                        "name": "shadowGeo"
                                      },
                                      "init": {
                                        "type": "NewExpression",
                                        "start": 5039,
                                        "end": 5103,
                                        "loc": {
                                          "start": {
                                            "line": 131,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 131,
                                            "column": 92
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5043,
                                          "end": 5068,
                                          "loc": {
                                            "start": {
                                              "line": 131,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 131,
                                              "column": 57
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5043,
                                            "end": 5048,
                                            "loc": {
                                              "start": {
                                                "line": 131,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 131,
                                                "column": 37
                                              }
                                            },
                                            "name": "THREE"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5049,
                                            "end": 5068,
                                            "loc": {
                                              "start": {
                                                "line": 131,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 131,
                                                "column": 57
                                              }
                                            },
                                            "name": "PlaneBufferGeometry"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "BinaryExpression",
                                            "start": 5070,
                                            "end": 5081,
                                            "loc": {
                                              "start": {
                                                "line": 131,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 131,
                                                "column": 70
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 5070,
                                              "end": 5075,
                                              "loc": {
                                                "start": {
                                                  "line": 131,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 131,
                                                  "column": 64
                                                }
                                              },
                                              "name": "width"
                                            },
                                            "operator": "*",
                                            "right": {
                                              "type": "Literal",
                                              "start": 5078,
                                              "end": 5081,
                                              "loc": {
                                                "start": {
                                                  "line": 131,
                                                  "column": 67
                                                },
                                                "end": {
                                                  "line": 131,
                                                  "column": 70
                                                }
                                              },
                                              "value": 1.2,
                                              "rawValue": 1.2,
                                              "raw": "1.2"
                                            }
                                          },
                                          {
                                            "type": "BinaryExpression",
                                            "start": 5083,
                                            "end": 5095,
                                            "loc": {
                                              "start": {
                                                "line": 131,
                                                "column": 72
                                              },
                                              "end": {
                                                "line": 131,
                                                "column": 84
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 5083,
                                              "end": 5089,
                                              "loc": {
                                                "start": {
                                                  "line": 131,
                                                  "column": 72
                                                },
                                                "end": {
                                                  "line": 131,
                                                  "column": 78
                                                }
                                              },
                                              "name": "height"
                                            },
                                            "operator": "*",
                                            "right": {
                                              "type": "Literal",
                                              "start": 5092,
                                              "end": 5095,
                                              "loc": {
                                                "start": {
                                                  "line": 131,
                                                  "column": 81
                                                },
                                                "end": {
                                                  "line": 131,
                                                  "column": 84
                                                }
                                              },
                                              "value": 1.2,
                                              "rawValue": 1.2,
                                              "raw": "1.2"
                                            }
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 5097,
                                            "end": 5098,
                                            "loc": {
                                              "start": {
                                                "line": 131,
                                                "column": 86
                                              },
                                              "end": {
                                                "line": 131,
                                                "column": 87
                                              }
                                            },
                                            "value": 1,
                                            "rawValue": 1,
                                            "raw": "1"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 5100,
                                            "end": 5101,
                                            "loc": {
                                              "start": {
                                                "line": 131,
                                                "column": 89
                                              },
                                              "end": {
                                                "line": 131,
                                                "column": 90
                                              }
                                            },
                                            "value": 1,
                                            "rawValue": 1,
                                            "raw": "1"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 5118,
                                  "end": 5172,
                                  "loc": {
                                    "start": {
                                      "line": 132,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 132,
                                      "column": 66
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 5122,
                                      "end": 5172,
                                      "loc": {
                                        "start": {
                                          "line": 132,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 132,
                                          "column": 66
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 5122,
                                        "end": 5126,
                                        "loc": {
                                          "start": {
                                            "line": 132,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 132,
                                            "column": 20
                                          }
                                        },
                                        "name": "mesh"
                                      },
                                      "init": {
                                        "type": "NewExpression",
                                        "start": 5129,
                                        "end": 5172,
                                        "loc": {
                                          "start": {
                                            "line": 132,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 132,
                                            "column": 66
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5133,
                                          "end": 5143,
                                          "loc": {
                                            "start": {
                                              "line": 132,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 132,
                                              "column": 37
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5133,
                                            "end": 5138,
                                            "loc": {
                                              "start": {
                                                "line": 132,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 132,
                                                "column": 32
                                              }
                                            },
                                            "name": "THREE"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5139,
                                            "end": 5143,
                                            "loc": {
                                              "start": {
                                                "line": 132,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 132,
                                                "column": 37
                                              }
                                            },
                                            "name": "Mesh"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 5145,
                                            "end": 5154,
                                            "loc": {
                                              "start": {
                                                "line": 132,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 132,
                                                "column": 48
                                              }
                                            },
                                            "name": "shadowGeo"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 5156,
                                            "end": 5170,
                                            "loc": {
                                              "start": {
                                                "line": 132,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 132,
                                                "column": 64
                                              }
                                            },
                                            "name": "shadowMaterial"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5186,
                                  "end": 5210,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 36
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5186,
                                    "end": 5209,
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 35
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5186,
                                      "end": 5201,
                                      "loc": {
                                        "start": {
                                          "line": 133,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 133,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5186,
                                        "end": 5197,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 23
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5186,
                                          "end": 5190,
                                          "loc": {
                                            "start": {
                                              "line": 133,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 133,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5191,
                                          "end": 5197,
                                          "loc": {
                                            "start": {
                                              "line": 133,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 133,
                                              "column": 23
                                            }
                                          },
                                          "name": "_stage"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5198,
                                        "end": 5201,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 27
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 5203,
                                        "end": 5207,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 33
                                          }
                                        },
                                        "name": "mesh"
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5237,
              "end": 5288,
              "loc": {
                "start": {
                  "line": 137,
                  "column": 4
                },
                "end": {
                  "line": 139,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5237,
                "end": 5246,
                "loc": {
                  "start": {
                    "line": 137,
                    "column": 4
                  },
                  "end": {
                    "line": 137,
                    "column": 13
                  }
                },
                "name": "getModels"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5246,
                "end": 5288,
                "loc": {
                  "start": {
                    "line": 137,
                    "column": 13
                  },
                  "end": {
                    "line": 139,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 5249,
                  "end": 5288,
                  "loc": {
                    "start": {
                      "line": 137,
                      "column": 16
                    },
                    "end": {
                      "line": 139,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 5260,
                      "end": 5281,
                      "loc": {
                        "start": {
                          "line": 138,
                          "column": 8
                        },
                        "end": {
                          "line": 138,
                          "column": 29
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 5267,
                        "end": 5280,
                        "loc": {
                          "start": {
                            "line": 138,
                            "column": 15
                          },
                          "end": {
                            "line": 138,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 5267,
                          "end": 5271,
                          "loc": {
                            "start": {
                              "line": 138,
                              "column": 15
                            },
                            "end": {
                              "line": 138,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5272,
                          "end": 5280,
                          "loc": {
                            "start": {
                              "line": 138,
                              "column": 20
                            },
                            "end": {
                              "line": 138,
                              "column": 28
                            }
                          },
                          "name": "_objects"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5296,
              "end": 5346,
              "loc": {
                "start": {
                  "line": 141,
                  "column": 4
                },
                "end": {
                  "line": 143,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5296,
                "end": 5305,
                "loc": {
                  "start": {
                    "line": 141,
                    "column": 4
                  },
                  "end": {
                    "line": 141,
                    "column": 13
                  }
                },
                "name": "getLights"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5305,
                "end": 5346,
                "loc": {
                  "start": {
                    "line": 141,
                    "column": 13
                  },
                  "end": {
                    "line": 143,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 5308,
                  "end": 5346,
                  "loc": {
                    "start": {
                      "line": 141,
                      "column": 16
                    },
                    "end": {
                      "line": 143,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 5319,
                      "end": 5339,
                      "loc": {
                        "start": {
                          "line": 142,
                          "column": 8
                        },
                        "end": {
                          "line": 142,
                          "column": 28
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 5326,
                        "end": 5338,
                        "loc": {
                          "start": {
                            "line": 142,
                            "column": 15
                          },
                          "end": {
                            "line": 142,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 5326,
                          "end": 5330,
                          "loc": {
                            "start": {
                              "line": 142,
                              "column": 15
                            },
                            "end": {
                              "line": 142,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5331,
                          "end": 5338,
                          "loc": {
                            "start": {
                              "line": 142,
                              "column": 20
                            },
                            "end": {
                              "line": 142,
                              "column": 27
                            }
                          },
                          "name": "_lights"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5354,
              "end": 5402,
              "loc": {
                "start": {
                  "line": 145,
                  "column": 4
                },
                "end": {
                  "line": 147,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5354,
                "end": 5362,
                "loc": {
                  "start": {
                    "line": 145,
                    "column": 4
                  },
                  "end": {
                    "line": 145,
                    "column": 12
                  }
                },
                "name": "getStage"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5362,
                "end": 5402,
                "loc": {
                  "start": {
                    "line": 145,
                    "column": 12
                  },
                  "end": {
                    "line": 147,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 5365,
                  "end": 5402,
                  "loc": {
                    "start": {
                      "line": 145,
                      "column": 15
                    },
                    "end": {
                      "line": 147,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 5376,
                      "end": 5395,
                      "loc": {
                        "start": {
                          "line": 146,
                          "column": 8
                        },
                        "end": {
                          "line": 146,
                          "column": 27
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 5383,
                        "end": 5394,
                        "loc": {
                          "start": {
                            "line": 146,
                            "column": 15
                          },
                          "end": {
                            "line": 146,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 5383,
                          "end": 5387,
                          "loc": {
                            "start": {
                              "line": 146,
                              "column": 15
                            },
                            "end": {
                              "line": 146,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5388,
                          "end": 5394,
                          "loc": {
                            "start": {
                              "line": 146,
                              "column": 20
                            },
                            "end": {
                              "line": 146,
                              "column": 26
                            }
                          },
                          "name": "_stage"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}