{
  "type": "Program",
  "start": 0,
  "end": 5743,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 155,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 26,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 26
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 12,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 12
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 12,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 12
              }
            },
            "name": "THREE"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 18,
        "end": 25,
        "loc": {
          "start": {
            "line": 1,
            "column": 18
          },
          "end": {
            "line": 1,
            "column": 25
          }
        },
        "value": "three",
        "rawValue": "three",
        "raw": "'three'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 28,
      "end": 67,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 39
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 35,
          "end": 42,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 14
            }
          },
          "local": {
            "type": "Identifier",
            "start": 35,
            "end": 42,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 14
              }
            },
            "name": "Object3"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 48,
        "end": 66,
        "loc": {
          "start": {
            "line": 2,
            "column": 20
          },
          "end": {
            "line": 2,
            "column": 38
          }
        },
        "value": "../three/object3",
        "rawValue": "../three/object3",
        "raw": "'../three/object3'"
      }
    },
    {
      "type": "VariableDeclaration",
      "start": 71,
      "end": 121,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 50
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 75,
          "end": 120,
          "loc": {
            "start": {
              "line": 4,
              "column": 4
            },
            "end": {
              "line": 4,
              "column": 49
            }
          },
          "id": {
            "type": "Identifier",
            "start": 75,
            "end": 83,
            "loc": {
              "start": {
                "line": 4,
                "column": 4
              },
              "end": {
                "line": 4,
                "column": 12
              }
            },
            "name": "canvas2d"
          },
          "init": {
            "type": "CallExpression",
            "start": 86,
            "end": 120,
            "loc": {
              "start": {
                "line": 4,
                "column": 15
              },
              "end": {
                "line": 4,
                "column": 49
              }
            },
            "callee": {
              "type": "MemberExpression",
              "start": 86,
              "end": 108,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 15
                },
                "end": {
                  "line": 4,
                  "column": 37
                }
              },
              "object": {
                "type": "Identifier",
                "start": 86,
                "end": 94,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 15
                  },
                  "end": {
                    "line": 4,
                    "column": 23
                  }
                },
                "name": "document"
              },
              "property": {
                "type": "Identifier",
                "start": 95,
                "end": 108,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 24
                  },
                  "end": {
                    "line": 4,
                    "column": 37
                  }
                },
                "name": "createElement"
              },
              "computed": false
            },
            "arguments": [
              {
                "type": "Literal",
                "start": 110,
                "end": 118,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 39
                  },
                  "end": {
                    "line": 4,
                    "column": 47
                  }
                },
                "value": "canvas",
                "rawValue": "canvas",
                "raw": "'canvas'"
              }
            ]
          }
        }
      ],
      "kind": "var"
    },
    {
      "type": "ExpressionStatement",
      "start": 123,
      "end": 144,
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 21
        }
      },
      "expression": {
        "type": "AssignmentExpression",
        "start": 123,
        "end": 143,
        "loc": {
          "start": {
            "line": 5,
            "column": 0
          },
          "end": {
            "line": 5,
            "column": 20
          }
        },
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "start": 123,
          "end": 137,
          "loc": {
            "start": {
              "line": 5,
              "column": 0
            },
            "end": {
              "line": 5,
              "column": 14
            }
          },
          "object": {
            "type": "Identifier",
            "start": 123,
            "end": 131,
            "loc": {
              "start": {
                "line": 5,
                "column": 0
              },
              "end": {
                "line": 5,
                "column": 8
              }
            },
            "name": "canvas2d"
          },
          "property": {
            "type": "Identifier",
            "start": 132,
            "end": 137,
            "loc": {
              "start": {
                "line": 5,
                "column": 9
              },
              "end": {
                "line": 5,
                "column": 14
              }
            },
            "name": "width"
          },
          "computed": false
        },
        "right": {
          "type": "Literal",
          "start": 140,
          "end": 143,
          "loc": {
            "start": {
              "line": 5,
              "column": 17
            },
            "end": {
              "line": 5,
              "column": 20
            }
          },
          "value": 128,
          "rawValue": 128,
          "raw": "128"
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "start": 146,
      "end": 168,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 6,
          "column": 22
        }
      },
      "expression": {
        "type": "AssignmentExpression",
        "start": 146,
        "end": 167,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 6,
            "column": 21
          }
        },
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "start": 146,
          "end": 161,
          "loc": {
            "start": {
              "line": 6,
              "column": 0
            },
            "end": {
              "line": 6,
              "column": 15
            }
          },
          "object": {
            "type": "Identifier",
            "start": 146,
            "end": 154,
            "loc": {
              "start": {
                "line": 6,
                "column": 0
              },
              "end": {
                "line": 6,
                "column": 8
              }
            },
            "name": "canvas2d"
          },
          "property": {
            "type": "Identifier",
            "start": 155,
            "end": 161,
            "loc": {
              "start": {
                "line": 6,
                "column": 9
              },
              "end": {
                "line": 6,
                "column": 15
              }
            },
            "name": "height"
          },
          "computed": false
        },
        "right": {
          "type": "Literal",
          "start": 164,
          "end": 167,
          "loc": {
            "start": {
              "line": 6,
              "column": 18
            },
            "end": {
              "line": 6,
              "column": 21
            }
          },
          "value": 128,
          "rawValue": 128,
          "raw": "128"
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "start": 170,
      "end": 212,
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 42
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 174,
          "end": 211,
          "loc": {
            "start": {
              "line": 7,
              "column": 4
            },
            "end": {
              "line": 7,
              "column": 41
            }
          },
          "id": {
            "type": "Identifier",
            "start": 174,
            "end": 181,
            "loc": {
              "start": {
                "line": 7,
                "column": 4
              },
              "end": {
                "line": 7,
                "column": 11
              }
            },
            "name": "context"
          },
          "init": {
            "type": "CallExpression",
            "start": 184,
            "end": 211,
            "loc": {
              "start": {
                "line": 7,
                "column": 14
              },
              "end": {
                "line": 7,
                "column": 41
              }
            },
            "callee": {
              "type": "MemberExpression",
              "start": 184,
              "end": 203,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 14
                },
                "end": {
                  "line": 7,
                  "column": 33
                }
              },
              "object": {
                "type": "Identifier",
                "start": 184,
                "end": 192,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 14
                  },
                  "end": {
                    "line": 7,
                    "column": 22
                  }
                },
                "name": "canvas2d"
              },
              "property": {
                "type": "Identifier",
                "start": 193,
                "end": 203,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 23
                  },
                  "end": {
                    "line": 7,
                    "column": 33
                  }
                },
                "name": "getContext"
              },
              "computed": false
            },
            "arguments": [
              {
                "type": "Literal",
                "start": 205,
                "end": 209,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 35
                  },
                  "end": {
                    "line": 7,
                    "column": 39
                  }
                },
                "value": "2d",
                "rawValue": "2d",
                "raw": "'2d'"
              }
            ]
          }
        }
      ],
      "kind": "var"
    },
    {
      "type": "VariableDeclaration",
      "start": 214,
      "end": 365,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 151
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 218,
          "end": 364,
          "loc": {
            "start": {
              "line": 8,
              "column": 4
            },
            "end": {
              "line": 8,
              "column": 150
            }
          },
          "id": {
            "type": "Identifier",
            "start": 218,
            "end": 226,
            "loc": {
              "start": {
                "line": 8,
                "column": 4
              },
              "end": {
                "line": 8,
                "column": 12
              }
            },
            "name": "gradient"
          },
          "init": {
            "type": "CallExpression",
            "start": 229,
            "end": 364,
            "loc": {
              "start": {
                "line": 8,
                "column": 15
              },
              "end": {
                "line": 8,
                "column": 150
              }
            },
            "callee": {
              "type": "MemberExpression",
              "start": 229,
              "end": 257,
              "loc": {
                "start": {
                  "line": 8,
                  "column": 15
                },
                "end": {
                  "line": 8,
                  "column": 43
                }
              },
              "object": {
                "type": "Identifier",
                "start": 229,
                "end": 236,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 15
                  },
                  "end": {
                    "line": 8,
                    "column": 22
                  }
                },
                "name": "context"
              },
              "property": {
                "type": "Identifier",
                "start": 237,
                "end": 257,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 23
                  },
                  "end": {
                    "line": 8,
                    "column": 43
                  }
                },
                "name": "createRadialGradient"
              },
              "computed": false
            },
            "arguments": [
              {
                "type": "BinaryExpression",
                "start": 259,
                "end": 277,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 45
                  },
                  "end": {
                    "line": 8,
                    "column": 63
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 259,
                  "end": 273,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 45
                    },
                    "end": {
                      "line": 8,
                      "column": 59
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 259,
                    "end": 267,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 45
                      },
                      "end": {
                        "line": 8,
                        "column": 53
                      }
                    },
                    "name": "canvas2d"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 268,
                    "end": 273,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 54
                      },
                      "end": {
                        "line": 8,
                        "column": 59
                      }
                    },
                    "name": "width"
                  },
                  "computed": false
                },
                "operator": "/",
                "right": {
                  "type": "Literal",
                  "start": 276,
                  "end": 277,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 62
                    },
                    "end": {
                      "line": 8,
                      "column": 63
                    }
                  },
                  "value": 2,
                  "rawValue": 2,
                  "raw": "2"
                }
              },
              {
                "type": "BinaryExpression",
                "start": 279,
                "end": 298,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 65
                  },
                  "end": {
                    "line": 8,
                    "column": 84
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 279,
                  "end": 294,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 65
                    },
                    "end": {
                      "line": 8,
                      "column": 80
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 279,
                    "end": 287,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 65
                      },
                      "end": {
                        "line": 8,
                        "column": 73
                      }
                    },
                    "name": "canvas2d"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 288,
                    "end": 294,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 74
                      },
                      "end": {
                        "line": 8,
                        "column": 80
                      }
                    },
                    "name": "height"
                  },
                  "computed": false
                },
                "operator": "/",
                "right": {
                  "type": "Literal",
                  "start": 297,
                  "end": 298,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 83
                    },
                    "end": {
                      "line": 8,
                      "column": 84
                    }
                  },
                  "value": 2,
                  "rawValue": 2,
                  "raw": "2"
                }
              },
              {
                "type": "Literal",
                "start": 300,
                "end": 301,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 86
                  },
                  "end": {
                    "line": 8,
                    "column": 87
                  }
                },
                "value": 0,
                "rawValue": 0,
                "raw": "0"
              },
              {
                "type": "BinaryExpression",
                "start": 303,
                "end": 321,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 89
                  },
                  "end": {
                    "line": 8,
                    "column": 107
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 303,
                  "end": 317,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 89
                    },
                    "end": {
                      "line": 8,
                      "column": 103
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 303,
                    "end": 311,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 89
                      },
                      "end": {
                        "line": 8,
                        "column": 97
                      }
                    },
                    "name": "canvas2d"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 312,
                    "end": 317,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 98
                      },
                      "end": {
                        "line": 8,
                        "column": 103
                      }
                    },
                    "name": "width"
                  },
                  "computed": false
                },
                "operator": "/",
                "right": {
                  "type": "Literal",
                  "start": 320,
                  "end": 321,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 106
                    },
                    "end": {
                      "line": 8,
                      "column": 107
                    }
                  },
                  "value": 2,
                  "rawValue": 2,
                  "raw": "2"
                }
              },
              {
                "type": "BinaryExpression",
                "start": 323,
                "end": 342,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 109
                  },
                  "end": {
                    "line": 8,
                    "column": 128
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 323,
                  "end": 338,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 109
                    },
                    "end": {
                      "line": 8,
                      "column": 124
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 323,
                    "end": 331,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 109
                      },
                      "end": {
                        "line": 8,
                        "column": 117
                      }
                    },
                    "name": "canvas2d"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 332,
                    "end": 338,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 118
                      },
                      "end": {
                        "line": 8,
                        "column": 124
                      }
                    },
                    "name": "height"
                  },
                  "computed": false
                },
                "operator": "/",
                "right": {
                  "type": "Literal",
                  "start": 341,
                  "end": 342,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 127
                    },
                    "end": {
                      "line": 8,
                      "column": 128
                    }
                  },
                  "value": 2,
                  "rawValue": 2,
                  "raw": "2"
                }
              },
              {
                "type": "BinaryExpression",
                "start": 344,
                "end": 362,
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 130
                  },
                  "end": {
                    "line": 8,
                    "column": 148
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 344,
                  "end": 358,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 130
                    },
                    "end": {
                      "line": 8,
                      "column": 144
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 344,
                    "end": 352,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 130
                      },
                      "end": {
                        "line": 8,
                        "column": 138
                      }
                    },
                    "name": "canvas2d"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 353,
                    "end": 358,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 139
                      },
                      "end": {
                        "line": 8,
                        "column": 144
                      }
                    },
                    "name": "width"
                  },
                  "computed": false
                },
                "operator": "/",
                "right": {
                  "type": "Literal",
                  "start": 361,
                  "end": 362,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 147
                    },
                    "end": {
                      "line": 8,
                      "column": 148
                    }
                  },
                  "value": 2,
                  "rawValue": 2,
                  "raw": "2"
                }
              }
            ]
          }
        }
      ],
      "kind": "var"
    },
    {
      "type": "ExpressionStatement",
      "start": 367,
      "end": 416,
      "loc": {
        "start": {
          "line": 9,
          "column": 0
        },
        "end": {
          "line": 9,
          "column": 49
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 367,
        "end": 415,
        "loc": {
          "start": {
            "line": 9,
            "column": 0
          },
          "end": {
            "line": 9,
            "column": 48
          }
        },
        "callee": {
          "type": "MemberExpression",
          "start": 367,
          "end": 388,
          "loc": {
            "start": {
              "line": 9,
              "column": 0
            },
            "end": {
              "line": 9,
              "column": 21
            }
          },
          "object": {
            "type": "Identifier",
            "start": 367,
            "end": 375,
            "loc": {
              "start": {
                "line": 9,
                "column": 0
              },
              "end": {
                "line": 9,
                "column": 8
              }
            },
            "name": "gradient"
          },
          "property": {
            "type": "Identifier",
            "start": 376,
            "end": 388,
            "loc": {
              "start": {
                "line": 9,
                "column": 9
              },
              "end": {
                "line": 9,
                "column": 21
              }
            },
            "name": "addColorStop"
          },
          "computed": false
        },
        "arguments": [
          {
            "type": "Literal",
            "start": 390,
            "end": 393,
            "loc": {
              "start": {
                "line": 9,
                "column": 23
              },
              "end": {
                "line": 9,
                "column": 26
              }
            },
            "value": 0.1,
            "rawValue": 0.1,
            "raw": "0.1"
          },
          {
            "type": "Literal",
            "start": 395,
            "end": 413,
            "loc": {
              "start": {
                "line": 9,
                "column": 28
              },
              "end": {
                "line": 9,
                "column": 46
              }
            },
            "value": "rgba(0,0,0,0.15)",
            "rawValue": "rgba(0,0,0,0.15)",
            "raw": "'rgba(0,0,0,0.15)'"
          }
        ]
      }
    },
    {
      "type": "ExpressionStatement",
      "start": 418,
      "end": 462,
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 44
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 418,
        "end": 461,
        "loc": {
          "start": {
            "line": 10,
            "column": 0
          },
          "end": {
            "line": 10,
            "column": 43
          }
        },
        "callee": {
          "type": "MemberExpression",
          "start": 418,
          "end": 439,
          "loc": {
            "start": {
              "line": 10,
              "column": 0
            },
            "end": {
              "line": 10,
              "column": 21
            }
          },
          "object": {
            "type": "Identifier",
            "start": 418,
            "end": 426,
            "loc": {
              "start": {
                "line": 10,
                "column": 0
              },
              "end": {
                "line": 10,
                "column": 8
              }
            },
            "name": "gradient"
          },
          "property": {
            "type": "Identifier",
            "start": 427,
            "end": 439,
            "loc": {
              "start": {
                "line": 10,
                "column": 9
              },
              "end": {
                "line": 10,
                "column": 21
              }
            },
            "name": "addColorStop"
          },
          "computed": false
        },
        "arguments": [
          {
            "type": "Literal",
            "start": 441,
            "end": 442,
            "loc": {
              "start": {
                "line": 10,
                "column": 23
              },
              "end": {
                "line": 10,
                "column": 24
              }
            },
            "value": 1,
            "rawValue": 1,
            "raw": "1"
          },
          {
            "type": "Literal",
            "start": 444,
            "end": 459,
            "loc": {
              "start": {
                "line": 10,
                "column": 26
              },
              "end": {
                "line": 10,
                "column": 41
              }
            },
            "value": "rgba(0,0,0,0)",
            "rawValue": "rgba(0,0,0,0)",
            "raw": "'rgba(0,0,0,0)'"
          }
        ]
      }
    },
    {
      "type": "ExpressionStatement",
      "start": 464,
      "end": 493,
      "loc": {
        "start": {
          "line": 11,
          "column": 0
        },
        "end": {
          "line": 11,
          "column": 29
        }
      },
      "expression": {
        "type": "AssignmentExpression",
        "start": 464,
        "end": 492,
        "loc": {
          "start": {
            "line": 11,
            "column": 0
          },
          "end": {
            "line": 11,
            "column": 28
          }
        },
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "start": 464,
          "end": 481,
          "loc": {
            "start": {
              "line": 11,
              "column": 0
            },
            "end": {
              "line": 11,
              "column": 17
            }
          },
          "object": {
            "type": "Identifier",
            "start": 464,
            "end": 471,
            "loc": {
              "start": {
                "line": 11,
                "column": 0
              },
              "end": {
                "line": 11,
                "column": 7
              }
            },
            "name": "context"
          },
          "property": {
            "type": "Identifier",
            "start": 472,
            "end": 481,
            "loc": {
              "start": {
                "line": 11,
                "column": 8
              },
              "end": {
                "line": 11,
                "column": 17
              }
            },
            "name": "fillStyle"
          },
          "computed": false
        },
        "right": {
          "type": "Identifier",
          "start": 484,
          "end": 492,
          "loc": {
            "start": {
              "line": 11,
              "column": 20
            },
            "end": {
              "line": 11,
              "column": 28
            }
          },
          "name": "gradient"
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "start": 495,
      "end": 553,
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 12,
          "column": 58
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 495,
        "end": 552,
        "loc": {
          "start": {
            "line": 12,
            "column": 0
          },
          "end": {
            "line": 12,
            "column": 57
          }
        },
        "callee": {
          "type": "MemberExpression",
          "start": 495,
          "end": 511,
          "loc": {
            "start": {
              "line": 12,
              "column": 0
            },
            "end": {
              "line": 12,
              "column": 16
            }
          },
          "object": {
            "type": "Identifier",
            "start": 495,
            "end": 502,
            "loc": {
              "start": {
                "line": 12,
                "column": 0
              },
              "end": {
                "line": 12,
                "column": 7
              }
            },
            "name": "context"
          },
          "property": {
            "type": "Identifier",
            "start": 503,
            "end": 511,
            "loc": {
              "start": {
                "line": 12,
                "column": 8
              },
              "end": {
                "line": 12,
                "column": 16
              }
            },
            "name": "fillRect"
          },
          "computed": false
        },
        "arguments": [
          {
            "type": "Literal",
            "start": 513,
            "end": 514,
            "loc": {
              "start": {
                "line": 12,
                "column": 18
              },
              "end": {
                "line": 12,
                "column": 19
              }
            },
            "value": 0,
            "rawValue": 0,
            "raw": "0"
          },
          {
            "type": "Literal",
            "start": 516,
            "end": 517,
            "loc": {
              "start": {
                "line": 12,
                "column": 21
              },
              "end": {
                "line": 12,
                "column": 22
              }
            },
            "value": 0,
            "rawValue": 0,
            "raw": "0"
          },
          {
            "type": "MemberExpression",
            "start": 519,
            "end": 533,
            "loc": {
              "start": {
                "line": 12,
                "column": 24
              },
              "end": {
                "line": 12,
                "column": 38
              }
            },
            "object": {
              "type": "Identifier",
              "start": 519,
              "end": 527,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 24
                },
                "end": {
                  "line": 12,
                  "column": 32
                }
              },
              "name": "canvas2d"
            },
            "property": {
              "type": "Identifier",
              "start": 528,
              "end": 533,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 33
                },
                "end": {
                  "line": 12,
                  "column": 38
                }
              },
              "name": "width"
            },
            "computed": false
          },
          {
            "type": "MemberExpression",
            "start": 535,
            "end": 550,
            "loc": {
              "start": {
                "line": 12,
                "column": 40
              },
              "end": {
                "line": 12,
                "column": 55
              }
            },
            "object": {
              "type": "Identifier",
              "start": 535,
              "end": 543,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 40
                },
                "end": {
                  "line": 12,
                  "column": 48
                }
              },
              "name": "canvas2d"
            },
            "property": {
              "type": "Identifier",
              "start": 544,
              "end": 550,
              "loc": {
                "start": {
                  "line": 12,
                  "column": 49
                },
                "end": {
                  "line": 12,
                  "column": 55
                }
              },
              "name": "height"
            },
            "computed": false
          }
        ]
      }
    },
    {
      "type": "VariableDeclaration",
      "start": 555,
      "end": 611,
      "loc": {
        "start": {
          "line": 13,
          "column": 0
        },
        "end": {
          "line": 13,
          "column": 56
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 559,
          "end": 610,
          "loc": {
            "start": {
              "line": 13,
              "column": 4
            },
            "end": {
              "line": 13,
              "column": 55
            }
          },
          "id": {
            "type": "Identifier",
            "start": 559,
            "end": 572,
            "loc": {
              "start": {
                "line": 13,
                "column": 4
              },
              "end": {
                "line": 13,
                "column": 17
              }
            },
            "name": "shadowTexture"
          },
          "init": {
            "type": "NewExpression",
            "start": 575,
            "end": 610,
            "loc": {
              "start": {
                "line": 13,
                "column": 20
              },
              "end": {
                "line": 13,
                "column": 55
              }
            },
            "callee": {
              "type": "MemberExpression",
              "start": 579,
              "end": 598,
              "loc": {
                "start": {
                  "line": 13,
                  "column": 24
                },
                "end": {
                  "line": 13,
                  "column": 43
                }
              },
              "object": {
                "type": "Identifier",
                "start": 579,
                "end": 584,
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 24
                  },
                  "end": {
                    "line": 13,
                    "column": 29
                  }
                },
                "name": "THREE"
              },
              "property": {
                "type": "Identifier",
                "start": 585,
                "end": 598,
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 30
                  },
                  "end": {
                    "line": 13,
                    "column": 43
                  }
                },
                "name": "CanvasTexture"
              },
              "computed": false
            },
            "arguments": [
              {
                "type": "Identifier",
                "start": 600,
                "end": 608,
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 45
                  },
                  "end": {
                    "line": 13,
                    "column": 53
                  }
                },
                "name": "canvas2d"
              }
            ]
          }
        }
      ],
      "kind": "var"
    },
    {
      "type": "VariableDeclaration",
      "start": 613,
      "end": 707,
      "loc": {
        "start": {
          "line": 14,
          "column": 0
        },
        "end": {
          "line": 14,
          "column": 94
        }
      },
      "declarations": [
        {
          "type": "VariableDeclarator",
          "start": 617,
          "end": 706,
          "loc": {
            "start": {
              "line": 14,
              "column": 4
            },
            "end": {
              "line": 14,
              "column": 93
            }
          },
          "id": {
            "type": "Identifier",
            "start": 617,
            "end": 631,
            "loc": {
              "start": {
                "line": 14,
                "column": 4
              },
              "end": {
                "line": 14,
                "column": 18
              }
            },
            "name": "shadowMaterial"
          },
          "init": {
            "type": "NewExpression",
            "start": 634,
            "end": 706,
            "loc": {
              "start": {
                "line": 14,
                "column": 21
              },
              "end": {
                "line": 14,
                "column": 93
              }
            },
            "callee": {
              "type": "MemberExpression",
              "start": 638,
              "end": 661,
              "loc": {
                "start": {
                  "line": 14,
                  "column": 25
                },
                "end": {
                  "line": 14,
                  "column": 48
                }
              },
              "object": {
                "type": "Identifier",
                "start": 638,
                "end": 643,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 25
                  },
                  "end": {
                    "line": 14,
                    "column": 30
                  }
                },
                "name": "THREE"
              },
              "property": {
                "type": "Identifier",
                "start": 644,
                "end": 661,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 31
                  },
                  "end": {
                    "line": 14,
                    "column": 48
                  }
                },
                "name": "MeshBasicMaterial"
              },
              "computed": false
            },
            "arguments": [
              {
                "type": "ObjectExpression",
                "start": 663,
                "end": 704,
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 50
                  },
                  "end": {
                    "line": 14,
                    "column": 91
                  }
                },
                "properties": [
                  {
                    "type": "Property",
                    "start": 665,
                    "end": 683,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 52
                      },
                      "end": {
                        "line": 14,
                        "column": 70
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 665,
                      "end": 668,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 52
                        },
                        "end": {
                          "line": 14,
                          "column": 55
                        }
                      },
                      "name": "map"
                    },
                    "value": {
                      "type": "Identifier",
                      "start": 670,
                      "end": 683,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 57
                        },
                        "end": {
                          "line": 14,
                          "column": 70
                        }
                      },
                      "name": "shadowTexture"
                    },
                    "kind": "init"
                  },
                  {
                    "type": "Property",
                    "start": 685,
                    "end": 702,
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 72
                      },
                      "end": {
                        "line": 14,
                        "column": 89
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 685,
                      "end": 696,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 72
                        },
                        "end": {
                          "line": 14,
                          "column": 83
                        }
                      },
                      "name": "transparent"
                    },
                    "value": {
                      "type": "Literal",
                      "start": 698,
                      "end": 702,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 85
                        },
                        "end": {
                          "line": 14,
                          "column": 89
                        }
                      },
                      "value": true,
                      "rawValue": true,
                      "raw": "true"
                    },
                    "kind": "init"
                  }
                ]
              }
            ]
          }
        }
      ],
      "kind": "var"
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 711,
      "end": 5741,
      "loc": {
        "start": {
          "line": 16,
          "column": 0
        },
        "end": {
          "line": 154,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 726,
        "end": 5741,
        "loc": {
          "start": {
            "line": 16,
            "column": 15
          },
          "end": {
            "line": 154,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 732,
          "end": 744,
          "loc": {
            "start": {
              "line": 16,
              "column": 21
            },
            "end": {
              "line": 16,
              "column": 33
            }
          },
          "name": "Presentation"
        },
        "superClass": {
          "type": "Identifier",
          "start": 753,
          "end": 760,
          "loc": {
            "start": {
              "line": 16,
              "column": 42
            },
            "end": {
              "line": 16,
              "column": 49
            }
          },
          "name": "Object3"
        },
        "body": {
          "type": "ClassBody",
          "start": 761,
          "end": 5741,
          "loc": {
            "start": {
              "line": 16,
              "column": 50
            },
            "end": {
              "line": 154,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 768,
              "end": 1660,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 4
                },
                "end": {
                  "line": 49,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 768,
                "end": 779,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 4
                  },
                  "end": {
                    "line": 17,
                    "column": 15
                  }
                },
                "name": "constructor"
              },
              "static": false,
              "kind": "constructor",
              "value": {
                "type": "FunctionExpression",
                "start": 779,
                "end": 1660,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 15
                  },
                  "end": {
                    "line": 49,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 780,
                    "end": 786,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 16
                      },
                      "end": {
                        "line": 17,
                        "column": 22
                      }
                    },
                    "name": "models"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 788,
                    "end": 800,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 24
                      },
                      "end": {
                        "line": 17,
                        "column": 36
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 788,
                      "end": 795,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 24
                        },
                        "end": {
                          "line": 17,
                          "column": 31
                        }
                      },
                      "name": "options"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 798,
                      "end": 800,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 34
                        },
                        "end": {
                          "line": 17,
                          "column": 36
                        }
                      },
                      "properties": []
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 802,
                    "end": 822,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 38
                      },
                      "end": {
                        "line": 17,
                        "column": 58
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 802,
                      "end": 810,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 38
                        },
                        "end": {
                          "line": 17,
                          "column": 46
                        }
                      },
                      "name": "criteria"
                    },
                    "right": {
                      "type": "Identifier",
                      "start": 813,
                      "end": 822,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 49
                        },
                        "end": {
                          "line": 17,
                          "column": 58
                        }
                      },
                      "name": "undefined"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 824,
                  "end": 1660,
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 60
                    },
                    "end": {
                      "line": 49,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 835,
                      "end": 843,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 8
                        },
                        "end": {
                          "line": 18,
                          "column": 16
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 835,
                        "end": 842,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 8
                          },
                          "end": {
                            "line": 18,
                            "column": 15
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 835,
                          "end": 840,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 8
                            },
                            "end": {
                              "line": 18,
                              "column": 13
                            }
                          }
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 855,
                      "end": 880,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 8
                        },
                        "end": {
                          "line": 20,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 855,
                        "end": 879,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 8
                          },
                          "end": {
                            "line": 20,
                            "column": 32
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 855,
                          "end": 868,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 8
                            },
                            "end": {
                              "line": 20,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 855,
                            "end": 859,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 8
                              },
                              "end": {
                                "line": 20,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 860,
                            "end": 868,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 13
                              },
                              "end": {
                                "line": 20,
                                "column": 21
                              }
                            },
                            "name": "criteria"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 871,
                          "end": 879,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 24
                            },
                            "end": {
                              "line": 20,
                              "column": 32
                            }
                          },
                          "name": "criteria"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 890,
                      "end": 1069,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 8
                        },
                        "end": {
                          "line": 28,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 890,
                        "end": 1068,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 8
                          },
                          "end": {
                            "line": 28,
                            "column": 9
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 890,
                          "end": 902,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 8
                            },
                            "end": {
                              "line": 21,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 890,
                            "end": 894,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 8
                              },
                              "end": {
                                "line": 21,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 895,
                            "end": 902,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 13
                              },
                              "end": {
                                "line": 21,
                                "column": 20
                              }
                            },
                            "name": "options"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 905,
                          "end": 1068,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 23
                            },
                            "end": {
                              "line": 28,
                              "column": 9
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 920,
                              "end": 932,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 12
                                },
                                "end": {
                                  "line": 22,
                                  "column": 24
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 920,
                                "end": 926,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 18
                                  }
                                },
                                "name": "shadow"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 928,
                                "end": 932,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 24
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 947,
                              "end": 959,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 12
                                },
                                "end": {
                                  "line": 23,
                                  "column": 24
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 947,
                                "end": 953,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 18
                                  }
                                },
                                "name": "lights"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 955,
                                "end": 959,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 24
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 974,
                              "end": 984,
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 12
                                },
                                "end": {
                                  "line": 24,
                                  "column": 22
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 974,
                                "end": 979,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 17
                                  }
                                },
                                "name": "edges"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 981,
                                "end": 984,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 22
                                  }
                                },
                                "value": 0.2,
                                "rawValue": 0.2,
                                "raw": "0.2"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 999,
                              "end": 1009,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 12
                                },
                                "end": {
                                  "line": 25,
                                  "column": 22
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 999,
                                "end": 1006,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 19
                                  }
                                },
                                "name": "ambient"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1008,
                                "end": 1009,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 22
                                  }
                                },
                                "value": 0,
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1024,
                              "end": 1032,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 12
                                },
                                "end": {
                                  "line": 26,
                                  "column": 20
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1024,
                                "end": 1029,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 17
                                  }
                                },
                                "name": "light"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1031,
                                "end": 1032,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 20
                                  }
                                },
                                "value": 1,
                                "rawValue": 1,
                                "raw": "1"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "SpreadProperty",
                              "start": 1047,
                              "end": 1057,
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 12
                                },
                                "end": {
                                  "line": 27,
                                  "column": 22
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 1050,
                                "end": 1057,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 22
                                  }
                                },
                                "name": "options"
                              }
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1081,
                      "end": 1111,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 8
                        },
                        "end": {
                          "line": 30,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1081,
                        "end": 1110,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 8
                          },
                          "end": {
                            "line": 30,
                            "column": 37
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1081,
                          "end": 1094,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 8
                            },
                            "end": {
                              "line": 30,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1081,
                            "end": 1085,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 8
                              },
                              "end": {
                                "line": 30,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1086,
                            "end": 1094,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 13
                              },
                              "end": {
                                "line": 30,
                                "column": 21
                              }
                            },
                            "name": "_objects"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 1097,
                          "end": 1110,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 24
                            },
                            "end": {
                              "line": 30,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 1101,
                            "end": 1108,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 28
                              },
                              "end": {
                                "line": 30,
                                "column": 35
                              }
                            },
                            "name": "Object3"
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1121,
                      "end": 1149,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 8
                        },
                        "end": {
                          "line": 31,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1121,
                        "end": 1148,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 8
                          },
                          "end": {
                            "line": 31,
                            "column": 35
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1121,
                          "end": 1132,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 8
                            },
                            "end": {
                              "line": 31,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1121,
                            "end": 1125,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 8
                              },
                              "end": {
                                "line": 31,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1126,
                            "end": 1132,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 13
                              },
                              "end": {
                                "line": 31,
                                "column": 19
                              }
                            },
                            "name": "_stage"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 1135,
                          "end": 1148,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 22
                            },
                            "end": {
                              "line": 31,
                              "column": 35
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 1139,
                            "end": 1146,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 26
                              },
                              "end": {
                                "line": 31,
                                "column": 33
                              }
                            },
                            "name": "Object3"
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1159,
                      "end": 1191,
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 8
                        },
                        "end": {
                          "line": 32,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1159,
                        "end": 1190,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 8
                          },
                          "end": {
                            "line": 32,
                            "column": 39
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1159,
                          "end": 1182,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 8
                            },
                            "end": {
                              "line": 32,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1159,
                            "end": 1170,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 8
                              },
                              "end": {
                                "line": 32,
                                "column": 19
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1159,
                              "end": 1163,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 8
                                },
                                "end": {
                                  "line": 32,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1164,
                              "end": 1170,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 13
                                },
                                "end": {
                                  "line": 32,
                                  "column": 19
                                }
                              },
                              "name": "_stage"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1171,
                            "end": 1182,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 20
                              },
                              "end": {
                                "line": 32,
                                "column": 31
                              }
                            },
                            "name": "interactive"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 1185,
                          "end": 1190,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 34
                            },
                            "end": {
                              "line": 32,
                              "column": 39
                            }
                          },
                          "value": false,
                          "rawValue": false,
                          "raw": "false"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1201,
                      "end": 1228,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 8
                        },
                        "end": {
                          "line": 33,
                          "column": 35
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1201,
                        "end": 1227,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 8
                          },
                          "end": {
                            "line": 33,
                            "column": 34
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1201,
                          "end": 1219,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 8
                            },
                            "end": {
                              "line": 33,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1201,
                            "end": 1212,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 8
                              },
                              "end": {
                                "line": 33,
                                "column": 19
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1201,
                              "end": 1205,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 8
                                },
                                "end": {
                                  "line": 33,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1206,
                              "end": 1212,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 13
                                },
                                "end": {
                                  "line": 33,
                                  "column": 19
                                }
                              },
                              "name": "_stage"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1213,
                            "end": 1219,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 20
                              },
                              "end": {
                                "line": 33,
                                "column": 26
                              }
                            },
                            "name": "tweens"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 1222,
                          "end": 1227,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 29
                            },
                            "end": {
                              "line": 33,
                              "column": 34
                            }
                          },
                          "value": false,
                          "rawValue": false,
                          "raw": "false"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1238,
                      "end": 1267,
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 8
                        },
                        "end": {
                          "line": 34,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1238,
                        "end": 1266,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 8
                          },
                          "end": {
                            "line": 34,
                            "column": 36
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1238,
                          "end": 1250,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 8
                            },
                            "end": {
                              "line": 34,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1238,
                            "end": 1242,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 8
                              },
                              "end": {
                                "line": 34,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1243,
                            "end": 1250,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 13
                              },
                              "end": {
                                "line": 34,
                                "column": 20
                              }
                            },
                            "name": "_lights"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 1253,
                          "end": 1266,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 23
                            },
                            "end": {
                              "line": 34,
                              "column": 36
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 1257,
                            "end": 1264,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 27
                              },
                              "end": {
                                "line": 34,
                                "column": 34
                              }
                            },
                            "name": "Object3"
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1277,
                      "end": 1310,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 8
                        },
                        "end": {
                          "line": 35,
                          "column": 41
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1277,
                        "end": 1309,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 8
                          },
                          "end": {
                            "line": 35,
                            "column": 40
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1277,
                          "end": 1301,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 8
                            },
                            "end": {
                              "line": 35,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1277,
                            "end": 1289,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 8
                              },
                              "end": {
                                "line": 35,
                                "column": 20
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1277,
                              "end": 1281,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 8
                                },
                                "end": {
                                  "line": 35,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1282,
                              "end": 1289,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 13
                                },
                                "end": {
                                  "line": 35,
                                  "column": 20
                                }
                              },
                              "name": "_lights"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1290,
                            "end": 1301,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 21
                              },
                              "end": {
                                "line": 35,
                                "column": 32
                              }
                            },
                            "name": "interactive"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 1304,
                          "end": 1309,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 35
                            },
                            "end": {
                              "line": 35,
                              "column": 40
                            }
                          },
                          "value": false,
                          "rawValue": false,
                          "raw": "false"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1320,
                      "end": 1348,
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 8
                        },
                        "end": {
                          "line": 36,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1320,
                        "end": 1347,
                        "loc": {
                          "start": {
                            "line": 36,
                            "column": 8
                          },
                          "end": {
                            "line": 36,
                            "column": 35
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1320,
                          "end": 1339,
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 8
                            },
                            "end": {
                              "line": 36,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1320,
                            "end": 1332,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 8
                              },
                              "end": {
                                "line": 36,
                                "column": 20
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1320,
                              "end": 1324,
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 8
                                },
                                "end": {
                                  "line": 36,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1325,
                              "end": 1332,
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 13
                                },
                                "end": {
                                  "line": 36,
                                  "column": 20
                                }
                              },
                              "name": "_lights"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1333,
                            "end": 1339,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 21
                              },
                              "end": {
                                "line": 36,
                                "column": 27
                              }
                            },
                            "name": "tweens"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 1342,
                          "end": 1347,
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 30
                            },
                            "end": {
                              "line": 36,
                              "column": 35
                            }
                          },
                          "value": false,
                          "rawValue": false,
                          "raw": "false"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1360,
                      "end": 1383,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 8
                        },
                        "end": {
                          "line": 38,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1360,
                        "end": 1382,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 8
                          },
                          "end": {
                            "line": 38,
                            "column": 30
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1360,
                          "end": 1369,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 8
                            },
                            "end": {
                              "line": 38,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 1360,
                            "end": 1365,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 8
                              },
                              "end": {
                                "line": 38,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1366,
                            "end": 1369,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 14
                              },
                              "end": {
                                "line": 38,
                                "column": 17
                              }
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 1370,
                            "end": 1381,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 18
                              },
                              "end": {
                                "line": 38,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1370,
                              "end": 1374,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 18
                                },
                                "end": {
                                  "line": 38,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1375,
                              "end": 1381,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 23
                                },
                                "end": {
                                  "line": 38,
                                  "column": 29
                                }
                              },
                              "name": "_stage"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1393,
                      "end": 1417,
                      "loc": {
                        "start": {
                          "line": 39,
                          "column": 8
                        },
                        "end": {
                          "line": 39,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1393,
                        "end": 1416,
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 8
                          },
                          "end": {
                            "line": 39,
                            "column": 31
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1393,
                          "end": 1402,
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 8
                            },
                            "end": {
                              "line": 39,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 1393,
                            "end": 1398,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 8
                              },
                              "end": {
                                "line": 39,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1399,
                            "end": 1402,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 14
                              },
                              "end": {
                                "line": 39,
                                "column": 17
                              }
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 1403,
                            "end": 1415,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 18
                              },
                              "end": {
                                "line": 39,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1403,
                              "end": 1407,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 18
                                },
                                "end": {
                                  "line": 39,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1408,
                              "end": 1415,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 23
                                },
                                "end": {
                                  "line": 39,
                                  "column": 30
                                }
                              },
                              "name": "_lights"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1427,
                      "end": 1452,
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 8
                        },
                        "end": {
                          "line": 40,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1427,
                        "end": 1451,
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 8
                          },
                          "end": {
                            "line": 40,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1427,
                          "end": 1436,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 8
                            },
                            "end": {
                              "line": 40,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 1427,
                            "end": 1432,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 8
                              },
                              "end": {
                                "line": 40,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1433,
                            "end": 1436,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 14
                              },
                              "end": {
                                "line": 40,
                                "column": 17
                              }
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 1437,
                            "end": 1450,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 18
                              },
                              "end": {
                                "line": 40,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1437,
                              "end": 1441,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 18
                                },
                                "end": {
                                  "line": 40,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1442,
                              "end": 1450,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 23
                                },
                                "end": {
                                  "line": 40,
                                  "column": 31
                                }
                              },
                              "name": "_objects"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1464,
                      "end": 1612,
                      "loc": {
                        "start": {
                          "line": 42,
                          "column": 8
                        },
                        "end": {
                          "line": 46,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1464,
                        "end": 1612,
                        "loc": {
                          "start": {
                            "line": 42,
                            "column": 8
                          },
                          "end": {
                            "line": 46,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1464,
                          "end": 1480,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 8
                            },
                            "end": {
                              "line": 42,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1464,
                            "end": 1477,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 8
                              },
                              "end": {
                                "line": 42,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1464,
                              "end": 1468,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 8
                                },
                                "end": {
                                  "line": 42,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1469,
                              "end": 1477,
                              "loc": {
                                "start": {
                                  "line": 42,
                                  "column": 13
                                },
                                "end": {
                                  "line": 42,
                                  "column": 21
                                }
                              },
                              "name": "_objects"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1478,
                            "end": 1480,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 22
                              },
                              "end": {
                                "line": 42,
                                "column": 24
                              }
                            },
                            "name": "on"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 1481,
                            "end": 1611,
                            "loc": {
                              "start": {
                                "line": 42,
                                "column": 25
                              },
                              "end": {
                                "line": 46,
                                "column": 9
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 1496,
                                "end": 1600,
                                "loc": {
                                  "start": {
                                    "line": 43,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 13
                                  }
                                },
                                "method": true,
                                "shorthand": false,
                                "computed": true,
                                "key": {
                                  "type": "MemberExpression",
                                  "start": 1497,
                                  "end": 1532,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 48
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1497,
                                    "end": 1521,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 1497,
                                      "end": 1511,
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1497,
                                        "end": 1504,
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 20
                                          }
                                        },
                                        "name": "Object3"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1505,
                                        "end": 1511,
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 27
                                          }
                                        },
                                        "name": "Events"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1512,
                                      "end": 1521,
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 37
                                        }
                                      },
                                      "name": "Lifecycle"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1522,
                                    "end": 1532,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 48
                                      }
                                    },
                                    "name": "ChildAdded"
                                  },
                                  "computed": false
                                },
                                "kind": "init",
                                "value": {
                                  "type": "FunctionExpression",
                                  "start": 1533,
                                  "end": 1600,
                                  "loc": {
                                    "start": {
                                      "line": 43,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 45,
                                      "column": 13
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 1534,
                                      "end": 1537,
                                      "loc": {
                                        "start": {
                                          "line": 43,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 53
                                        }
                                      },
                                      "name": "arg"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 1539,
                                    "end": 1600,
                                    "loc": {
                                      "start": {
                                        "line": 43,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 13
                                      }
                                    },
                                    "body": [],
                                    "leadingComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": "console.log(\"child\", arg)",
                                        "start": 1558,
                                        "end": 1585,
                                        "loc": {
                                          "start": {
                                            "line": 44,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 44,
                                            "column": 43
                                          }
                                        },
                                        "range": [
                                          1558,
                                          1585
                                        ]
                                      }
                                    ],
                                    "innerComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": "console.log(\"child\", arg)",
                                        "start": 1558,
                                        "end": 1585,
                                        "loc": {
                                          "start": {
                                            "line": 44,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 44,
                                            "column": 43
                                          }
                                        },
                                        "range": [
                                          1558,
                                          1585
                                        ]
                                      }
                                    ]
                                  }
                                }
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 1624,
                      "end": 1653,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 8
                        },
                        "end": {
                          "line": 48,
                          "column": 37
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 1628,
                        "end": 1634,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 12
                          },
                          "end": {
                            "line": 48,
                            "column": 18
                          }
                        },
                        "name": "models",
                        "leadingComments": null
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 1636,
                        "end": 1653,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 20
                          },
                          "end": {
                            "line": 48,
                            "column": 37
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 1636,
                          "end": 1652,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 20
                            },
                            "end": {
                              "line": 48,
                              "column": 36
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1636,
                            "end": 1644,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 20
                              },
                              "end": {
                                "line": 48,
                                "column": 28
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1636,
                              "end": 1640,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 20
                                },
                                "end": {
                                  "line": 48,
                                  "column": 24
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1641,
                              "end": 1644,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 25
                                },
                                "end": {
                                  "line": 48,
                                  "column": 28
                                }
                              },
                              "name": "add"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 1645,
                              "end": 1651,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 29
                                },
                                "end": {
                                  "line": 48,
                                  "column": 35
                                }
                              },
                              "name": "models"
                            }
                          ]
                        }
                      },
                      "alternate": null,
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": "console.log(\"child\", arg)",
                          "start": 1558,
                          "end": 1585,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 16
                            },
                            "end": {
                              "line": 44,
                              "column": 43
                            }
                          },
                          "range": [
                            1558,
                            1585
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1668,
              "end": 3194,
              "loc": {
                "start": {
                  "line": 51,
                  "column": 4
                },
                "end": {
                  "line": 95,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1668,
                "end": 1671,
                "loc": {
                  "start": {
                    "line": 51,
                    "column": 4
                  },
                  "end": {
                    "line": 51,
                    "column": 7
                  }
                },
                "name": "add"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1671,
                "end": 3194,
                "loc": {
                  "start": {
                    "line": 51,
                    "column": 7
                  },
                  "end": {
                    "line": 95,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1672,
                    "end": 1676,
                    "loc": {
                      "start": {
                        "line": 51,
                        "column": 8
                      },
                      "end": {
                        "line": 51,
                        "column": 12
                      }
                    },
                    "name": "args"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1678,
                  "end": 3194,
                  "loc": {
                    "start": {
                      "line": 51,
                      "column": 14
                    },
                    "end": {
                      "line": 95,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1689,
                      "end": 1713,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 8
                        },
                        "end": {
                          "line": 52,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1689,
                        "end": 1712,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 8
                          },
                          "end": {
                            "line": 52,
                            "column": 31
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1689,
                          "end": 1706,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 8
                            },
                            "end": {
                              "line": 52,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1689,
                            "end": 1702,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 8
                              },
                              "end": {
                                "line": 52,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1689,
                              "end": 1693,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 8
                                },
                                "end": {
                                  "line": 52,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1694,
                              "end": 1702,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 13
                                },
                                "end": {
                                  "line": 52,
                                  "column": 21
                                }
                              },
                              "name": "_objects"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1703,
                            "end": 1706,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 22
                              },
                              "end": {
                                "line": 52,
                                "column": 25
                              }
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1707,
                            "end": 1711,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 26
                              },
                              "end": {
                                "line": 52,
                                "column": 30
                              }
                            },
                            "name": "args"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1723,
                      "end": 1772,
                      "loc": {
                        "start": {
                          "line": 53,
                          "column": 8
                        },
                        "end": {
                          "line": 53,
                          "column": 57
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1723,
                        "end": 1771,
                        "loc": {
                          "start": {
                            "line": 53,
                            "column": 8
                          },
                          "end": {
                            "line": 53,
                            "column": 56
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1723,
                          "end": 1769,
                          "loc": {
                            "start": {
                              "line": 53,
                              "column": 8
                            },
                            "end": {
                              "line": 53,
                              "column": 54
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 1723,
                            "end": 1753,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 8
                              },
                              "end": {
                                "line": 53,
                                "column": 38
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1723,
                              "end": 1751,
                              "loc": {
                                "start": {
                                  "line": 53,
                                  "column": 8
                                },
                                "end": {
                                  "line": 53,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1723,
                                "end": 1736,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 21
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1723,
                                  "end": 1727,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1728,
                                  "end": 1736,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 21
                                    }
                                  },
                                  "name": "_objects"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1737,
                                "end": 1751,
                                "loc": {
                                  "start": {
                                    "line": 53,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 53,
                                    "column": 36
                                  }
                                },
                                "name": "centerGeometry"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1754,
                            "end": 1769,
                            "loc": {
                              "start": {
                                "line": 53,
                                "column": 39
                              },
                              "end": {
                                "line": 53,
                                "column": 54
                              }
                            },
                            "name": "updateMaterials"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1782,
                      "end": 3161,
                      "loc": {
                        "start": {
                          "line": 54,
                          "column": 8
                        },
                        "end": {
                          "line": 92,
                          "column": 11
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1782,
                        "end": 3160,
                        "loc": {
                          "start": {
                            "line": 54,
                            "column": 8
                          },
                          "end": {
                            "line": 92,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1782,
                          "end": 1804,
                          "loc": {
                            "start": {
                              "line": 54,
                              "column": 8
                            },
                            "end": {
                              "line": 54,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1782,
                            "end": 1795,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 8
                              },
                              "end": {
                                "line": 54,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1782,
                              "end": 1786,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 8
                                },
                                "end": {
                                  "line": 54,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1787,
                              "end": 1795,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 13
                                },
                                "end": {
                                  "line": 54,
                                  "column": 21
                                }
                              },
                              "name": "_objects"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1796,
                            "end": 1804,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 22
                              },
                              "end": {
                                "line": 54,
                                "column": 30
                              }
                            },
                            "name": "traverse"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 1805,
                            "end": 3159,
                            "loc": {
                              "start": {
                                "line": 54,
                                "column": 31
                              },
                              "end": {
                                "line": 92,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 1805,
                                "end": 1809,
                                "loc": {
                                  "start": {
                                    "line": 54,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 54,
                                    "column": 35
                                  }
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 1813,
                              "end": 3159,
                              "loc": {
                                "start": {
                                  "line": 54,
                                  "column": 39
                                },
                                "end": {
                                  "line": 92,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 1828,
                                  "end": 3148,
                                  "loc": {
                                    "start": {
                                      "line": 55,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 91,
                                      "column": 13
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 1832,
                                    "end": 1852,
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 55,
                                        "column": 36
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 1832,
                                      "end": 1841,
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 25
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1832,
                                        "end": 1836,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 20
                                          }
                                        },
                                        "name": "item"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1837,
                                        "end": 1841,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 25
                                          }
                                        },
                                        "name": "type"
                                      },
                                      "computed": false
                                    },
                                    "operator": "===",
                                    "right": {
                                      "type": "Literal",
                                      "start": 1846,
                                      "end": 1852,
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 36
                                        }
                                      },
                                      "value": "Mesh",
                                      "rawValue": "Mesh",
                                      "raw": "'Mesh'"
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 1854,
                                    "end": 2927,
                                    "loc": {
                                      "start": {
                                        "line": 55,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 13
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 1875,
                                        "end": 2165,
                                        "loc": {
                                          "start": {
                                            "line": 57,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 18
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 1879,
                                            "end": 2164,
                                            "loc": {
                                              "start": {
                                                "line": 57,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 17
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 1879,
                                              "end": 1885,
                                              "loc": {
                                                "start": {
                                                  "line": 57,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 57,
                                                  "column": 26
                                                }
                                              },
                                              "name": "values"
                                            },
                                            "init": {
                                              "type": "ObjectExpression",
                                              "start": 1888,
                                              "end": 2164,
                                              "loc": {
                                                "start": {
                                                  "line": 57,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 17
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "Property",
                                                  "start": 1911,
                                                  "end": 1937,
                                                  "loc": {
                                                    "start": {
                                                      "line": 58,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 58,
                                                      "column": 46
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1911,
                                                    "end": 1916,
                                                    "loc": {
                                                      "start": {
                                                        "line": 58,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 58,
                                                        "column": 25
                                                      }
                                                    },
                                                    "name": "color"
                                                  },
                                                  "value": {
                                                    "type": "MemberExpression",
                                                    "start": 1918,
                                                    "end": 1937,
                                                    "loc": {
                                                      "start": {
                                                        "line": 58,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 58,
                                                        "column": 46
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 1918,
                                                      "end": 1931,
                                                      "loc": {
                                                        "start": {
                                                          "line": 58,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 58,
                                                          "column": 40
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 1918,
                                                        "end": 1922,
                                                        "loc": {
                                                          "start": {
                                                            "line": 58,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 58,
                                                            "column": 31
                                                          }
                                                        },
                                                        "name": "item"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1923,
                                                        "end": 1931,
                                                        "loc": {
                                                          "start": {
                                                            "line": 58,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 58,
                                                            "column": 40
                                                          }
                                                        },
                                                        "name": "material"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1932,
                                                      "end": 1937,
                                                      "loc": {
                                                        "start": {
                                                          "line": 58,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 58,
                                                          "column": 46
                                                        }
                                                      },
                                                      "name": "color"
                                                    },
                                                    "computed": false
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 1960,
                                                  "end": 1988,
                                                  "loc": {
                                                    "start": {
                                                      "line": 59,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 59,
                                                      "column": 48
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1960,
                                                    "end": 1968,
                                                    "loc": {
                                                      "start": {
                                                        "line": 59,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 28
                                                      }
                                                    },
                                                    "name": "emissive"
                                                  },
                                                  "value": {
                                                    "type": "NewExpression",
                                                    "start": 1970,
                                                    "end": 1988,
                                                    "loc": {
                                                      "start": {
                                                        "line": 59,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 48
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 1974,
                                                      "end": 1985,
                                                      "loc": {
                                                        "start": {
                                                          "line": 59,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 59,
                                                          "column": 45
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 1974,
                                                        "end": 1979,
                                                        "loc": {
                                                          "start": {
                                                            "line": 59,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 59,
                                                            "column": 39
                                                          }
                                                        },
                                                        "name": "THREE"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1980,
                                                        "end": 1985,
                                                        "loc": {
                                                          "start": {
                                                            "line": 59,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 59,
                                                            "column": 45
                                                          }
                                                        },
                                                        "name": "Color"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "start": 1986,
                                                        "end": 1987,
                                                        "loc": {
                                                          "start": {
                                                            "line": 59,
                                                            "column": 46
                                                          },
                                                          "end": {
                                                            "line": 59,
                                                            "column": 47
                                                          }
                                                        },
                                                        "value": 0,
                                                        "rawValue": 0,
                                                        "raw": "0"
                                                      }
                                                    ]
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 2011,
                                                  "end": 2025,
                                                  "loc": {
                                                    "start": {
                                                      "line": 60,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 60,
                                                      "column": 34
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 2011,
                                                    "end": 2020,
                                                    "loc": {
                                                      "start": {
                                                        "line": 60,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 60,
                                                        "column": 29
                                                      }
                                                    },
                                                    "name": "metalness"
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 2022,
                                                    "end": 2025,
                                                    "loc": {
                                                      "start": {
                                                        "line": 60,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 60,
                                                        "column": 34
                                                      }
                                                    },
                                                    "value": 0.5,
                                                    "rawValue": 0.5,
                                                    "raw": "0.5"
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 2048,
                                                  "end": 2062,
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 61,
                                                      "column": 34
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 2048,
                                                    "end": 2057,
                                                    "loc": {
                                                      "start": {
                                                        "line": 61,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 61,
                                                        "column": 29
                                                      }
                                                    },
                                                    "name": "roughness"
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 2059,
                                                    "end": 2062,
                                                    "loc": {
                                                      "start": {
                                                        "line": 61,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 61,
                                                        "column": 34
                                                      }
                                                    },
                                                    "value": 0.8,
                                                    "rawValue": 0.8,
                                                    "raw": "0.8"
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 2085,
                                                  "end": 2099,
                                                  "loc": {
                                                    "start": {
                                                      "line": 62,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 62,
                                                      "column": 34
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 2085,
                                                    "end": 2094,
                                                    "loc": {
                                                      "start": {
                                                        "line": 62,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 62,
                                                        "column": 29
                                                      }
                                                    },
                                                    "name": "clearCoat"
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 2096,
                                                    "end": 2099,
                                                    "loc": {
                                                      "start": {
                                                        "line": 62,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 62,
                                                        "column": 34
                                                      }
                                                    },
                                                    "value": 0.3,
                                                    "rawValue": 0.3,
                                                    "raw": "0.3"
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 2122,
                                                  "end": 2145,
                                                  "loc": {
                                                    "start": {
                                                      "line": 63,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 63,
                                                      "column": 43
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 2122,
                                                    "end": 2140,
                                                    "loc": {
                                                      "start": {
                                                        "line": 63,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 63,
                                                        "column": 38
                                                      }
                                                    },
                                                    "name": "clearCoatRoughness"
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 2142,
                                                    "end": 2145,
                                                    "loc": {
                                                      "start": {
                                                        "line": 63,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 63,
                                                        "column": 43
                                                      }
                                                    },
                                                    "value": 0.7,
                                                    "rawValue": 0.7,
                                                    "raw": "0.7"
                                                  },
                                                  "kind": "init"
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "kind": "let"
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 2185,
                                        "end": 2462,
                                        "loc": {
                                          "start": {
                                            "line": 66,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 72,
                                            "column": 17
                                          }
                                        },
                                        "test": {
                                          "type": "MemberExpression",
                                          "start": 2189,
                                          "end": 2202,
                                          "loc": {
                                            "start": {
                                              "line": 66,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 66,
                                              "column": 33
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 2189,
                                            "end": 2193,
                                            "loc": {
                                              "start": {
                                                "line": 66,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 66,
                                                "column": 24
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2194,
                                            "end": 2202,
                                            "loc": {
                                              "start": {
                                                "line": 66,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 66,
                                                "column": 33
                                              }
                                            },
                                            "name": "criteria"
                                          },
                                          "computed": false
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 2204,
                                          "end": 2462,
                                          "loc": {
                                            "start": {
                                              "line": 66,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 72,
                                              "column": 17
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 2227,
                                              "end": 2443,
                                              "loc": {
                                                "start": {
                                                  "line": 67,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 71,
                                                  "column": 33
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 2227,
                                                "end": 2442,
                                                "loc": {
                                                  "start": {
                                                    "line": 67,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 71,
                                                    "column": 32
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 2227,
                                                  "end": 2233,
                                                  "loc": {
                                                    "start": {
                                                      "line": 67,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 67,
                                                      "column": 26
                                                    }
                                                  },
                                                  "name": "values"
                                                },
                                                "right": {
                                                  "type": "ObjectExpression",
                                                  "start": 2236,
                                                  "end": 2442,
                                                  "loc": {
                                                    "start": {
                                                      "line": 67,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 71,
                                                      "column": 32
                                                    }
                                                  },
                                                  "properties": [
                                                    {
                                                      "type": "SpreadProperty",
                                                      "start": 2238,
                                                      "end": 2247,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 40
                                                        }
                                                      },
                                                      "argument": {
                                                        "type": "Identifier",
                                                        "start": 2241,
                                                        "end": 2247,
                                                        "loc": {
                                                          "start": {
                                                            "line": 67,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 67,
                                                            "column": 40
                                                          }
                                                        },
                                                        "name": "values"
                                                      }
                                                    },
                                                    {
                                                      "type": "SpreadProperty",
                                                      "start": 2249,
                                                      "end": 2440,
                                                      "loc": {
                                                        "start": {
                                                          "line": 67,
                                                          "column": 42
                                                        },
                                                        "end": {
                                                          "line": 71,
                                                          "column": 30
                                                        }
                                                      },
                                                      "argument": {
                                                        "type": "CallExpression",
                                                        "start": 2252,
                                                        "end": 2440,
                                                        "loc": {
                                                          "start": {
                                                            "line": 67,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 71,
                                                            "column": 30
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 2252,
                                                          "end": 2265,
                                                          "loc": {
                                                            "start": {
                                                              "line": 67,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 67,
                                                              "column": 58
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "start": 2252,
                                                            "end": 2256,
                                                            "loc": {
                                                              "start": {
                                                                "line": 67,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 67,
                                                                "column": 49
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 2257,
                                                            "end": 2265,
                                                            "loc": {
                                                              "start": {
                                                                "line": 67,
                                                                "column": 50
                                                              },
                                                              "end": {
                                                                "line": 67,
                                                                "column": 58
                                                              }
                                                            },
                                                            "name": "criteria"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "ObjectExpression",
                                                            "start": 2266,
                                                            "end": 2431,
                                                            "loc": {
                                                              "start": {
                                                                "line": 67,
                                                                "column": 59
                                                              },
                                                              "end": {
                                                                "line": 71,
                                                                "column": 21
                                                              }
                                                            },
                                                            "properties": [
                                                              {
                                                                "type": "Property",
                                                                "start": 2293,
                                                                "end": 2297,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 68,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 68,
                                                                    "column": 28
                                                                  }
                                                                },
                                                                "method": false,
                                                                "shorthand": true,
                                                                "computed": false,
                                                                "key": {
                                                                  "type": "Identifier",
                                                                  "start": 2293,
                                                                  "end": 2297,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 68,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 68,
                                                                      "column": 28
                                                                    }
                                                                  },
                                                                  "name": "item"
                                                                },
                                                                "kind": "init",
                                                                "value": {
                                                                  "type": "Identifier",
                                                                  "start": 2293,
                                                                  "end": 2297,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 68,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 68,
                                                                      "column": 28
                                                                    }
                                                                  },
                                                                  "name": "item"
                                                                }
                                                              },
                                                              {
                                                                "type": "Property",
                                                                "start": 2324,
                                                                "end": 2348,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 69,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 69,
                                                                    "column": 48
                                                                  }
                                                                },
                                                                "method": false,
                                                                "shorthand": false,
                                                                "computed": false,
                                                                "key": {
                                                                  "type": "Identifier",
                                                                  "start": 2324,
                                                                  "end": 2330,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 69,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 69,
                                                                      "column": 30
                                                                    }
                                                                  },
                                                                  "name": "radius"
                                                                },
                                                                "value": {
                                                                  "type": "CallExpression",
                                                                  "start": 2332,
                                                                  "end": 2348,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 69,
                                                                      "column": 32
                                                                    },
                                                                    "end": {
                                                                      "line": 69,
                                                                      "column": 48
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 2332,
                                                                    "end": 2346,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 69,
                                                                        "column": 32
                                                                      },
                                                                      "end": {
                                                                        "line": 69,
                                                                        "column": 46
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 2332,
                                                                      "end": 2336,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 69,
                                                                          "column": 32
                                                                        },
                                                                        "end": {
                                                                          "line": 69,
                                                                          "column": 36
                                                                        }
                                                                      },
                                                                      "name": "item"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 2337,
                                                                      "end": 2346,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 69,
                                                                          "column": 37
                                                                        },
                                                                        "end": {
                                                                          "line": 69,
                                                                          "column": 46
                                                                        }
                                                                      },
                                                                      "name": "getRadius"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": []
                                                                },
                                                                "kind": "init"
                                                              },
                                                              {
                                                                "type": "Property",
                                                                "start": 2375,
                                                                "end": 2408,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 70,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 70,
                                                                    "column": 57
                                                                  }
                                                                },
                                                                "method": false,
                                                                "shorthand": false,
                                                                "computed": false,
                                                                "key": {
                                                                  "type": "Identifier",
                                                                  "start": 2375,
                                                                  "end": 2378,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 70,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 70,
                                                                      "column": 27
                                                                    }
                                                                  },
                                                                  "name": "hsl"
                                                                },
                                                                "value": {
                                                                  "type": "CallExpression",
                                                                  "start": 2380,
                                                                  "end": 2408,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 70,
                                                                      "column": 29
                                                                    },
                                                                    "end": {
                                                                      "line": 70,
                                                                      "column": 57
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 2380,
                                                                    "end": 2406,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 70,
                                                                        "column": 29
                                                                      },
                                                                      "end": {
                                                                        "line": 70,
                                                                        "column": 55
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 2380,
                                                                      "end": 2399,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 70,
                                                                          "column": 29
                                                                        },
                                                                        "end": {
                                                                          "line": 70,
                                                                          "column": 48
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 2380,
                                                                        "end": 2393,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 70,
                                                                            "column": 29
                                                                          },
                                                                          "end": {
                                                                            "line": 70,
                                                                            "column": 42
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 2380,
                                                                          "end": 2384,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 70,
                                                                              "column": 29
                                                                            },
                                                                            "end": {
                                                                              "line": 70,
                                                                              "column": 33
                                                                            }
                                                                          },
                                                                          "name": "item"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 2385,
                                                                          "end": 2393,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 70,
                                                                              "column": 34
                                                                            },
                                                                            "end": {
                                                                              "line": 70,
                                                                              "column": 42
                                                                            }
                                                                          },
                                                                          "name": "material"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 2394,
                                                                        "end": 2399,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 70,
                                                                            "column": 43
                                                                          },
                                                                          "end": {
                                                                            "line": 70,
                                                                            "column": 48
                                                                          }
                                                                        },
                                                                        "name": "color"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 2400,
                                                                      "end": 2406,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 70,
                                                                          "column": 49
                                                                        },
                                                                        "end": {
                                                                          "line": 70,
                                                                          "column": 55
                                                                        }
                                                                      },
                                                                      "name": "getHSL"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": []
                                                                },
                                                                "kind": "init"
                                                              }
                                                            ]
                                                          },
                                                          {
                                                            "type": "Identifier",
                                                            "start": 2433,
                                                            "end": 2439,
                                                            "loc": {
                                                              "start": {
                                                                "line": 71,
                                                                "column": 23
                                                              },
                                                              "end": {
                                                                "line": 71,
                                                                "column": 29
                                                              }
                                                            },
                                                            "name": "values"
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  ]
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        "alternate": null
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2482,
                                        "end": 2505,
                                        "loc": {
                                          "start": {
                                            "line": 74,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 74,
                                            "column": 39
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2482,
                                          "end": 2504,
                                          "loc": {
                                            "start": {
                                              "line": 74,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 74,
                                              "column": 38
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2482,
                                            "end": 2497,
                                            "loc": {
                                              "start": {
                                                "line": 74,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 31
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2482,
                                              "end": 2486,
                                              "loc": {
                                                "start": {
                                                  "line": 74,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 74,
                                                  "column": 20
                                                }
                                              },
                                              "name": "item"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2487,
                                              "end": 2497,
                                              "loc": {
                                                "start": {
                                                  "line": 74,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 74,
                                                  "column": 31
                                                }
                                              },
                                              "name": "castShadow"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "Literal",
                                            "start": 2500,
                                            "end": 2504,
                                            "loc": {
                                              "start": {
                                                "line": 74,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 38
                                              }
                                            },
                                            "value": true,
                                            "rawValue": true,
                                            "raw": "true"
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2523,
                                        "end": 2549,
                                        "loc": {
                                          "start": {
                                            "line": 75,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 75,
                                            "column": 42
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2523,
                                          "end": 2548,
                                          "loc": {
                                            "start": {
                                              "line": 75,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 75,
                                              "column": 41
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2523,
                                            "end": 2541,
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 34
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2523,
                                              "end": 2527,
                                              "loc": {
                                                "start": {
                                                  "line": 75,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 75,
                                                  "column": 20
                                                }
                                              },
                                              "name": "item"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2528,
                                              "end": 2541,
                                              "loc": {
                                                "start": {
                                                  "line": 75,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 75,
                                                  "column": 34
                                                }
                                              },
                                              "name": "receiveShadow"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "Literal",
                                            "start": 2544,
                                            "end": 2548,
                                            "loc": {
                                              "start": {
                                                "line": 75,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 75,
                                                "column": 41
                                              }
                                            },
                                            "value": true,
                                            "rawValue": true,
                                            "raw": "true"
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2567,
                                        "end": 2910,
                                        "loc": {
                                          "start": {
                                            "line": 76,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 84,
                                            "column": 19
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2567,
                                          "end": 2909,
                                          "loc": {
                                            "start": {
                                              "line": 76,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 84,
                                              "column": 18
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2567,
                                            "end": 2580,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 76,
                                                "column": 29
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2567,
                                              "end": 2571,
                                              "loc": {
                                                "start": {
                                                  "line": 76,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 76,
                                                  "column": 20
                                                }
                                              },
                                              "name": "item"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2572,
                                              "end": 2580,
                                              "loc": {
                                                "start": {
                                                  "line": 76,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 76,
                                                  "column": 29
                                                }
                                              },
                                              "name": "material"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "NewExpression",
                                            "start": 2583,
                                            "end": 2909,
                                            "loc": {
                                              "start": {
                                                "line": 76,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 84,
                                                "column": 18
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 2587,
                                              "end": 2613,
                                              "loc": {
                                                "start": {
                                                  "line": 76,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 76,
                                                  "column": 62
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2587,
                                                "end": 2592,
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 41
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2593,
                                                "end": 2613,
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 76,
                                                    "column": 62
                                                  }
                                                },
                                                "name": "MeshPhysicalMaterial"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "ObjectExpression",
                                                "start": 2614,
                                                "end": 2908,
                                                "loc": {
                                                  "start": {
                                                    "line": 76,
                                                    "column": 63
                                                  },
                                                  "end": {
                                                    "line": 84,
                                                    "column": 17
                                                  }
                                                },
                                                "properties": [
                                                  {
                                                    "type": "Property",
                                                    "start": 2637,
                                                    "end": 2652,
                                                    "loc": {
                                                      "start": {
                                                        "line": 77,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 77,
                                                        "column": 35
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2637,
                                                      "end": 2649,
                                                      "loc": {
                                                        "start": {
                                                          "line": 77,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 77,
                                                          "column": 32
                                                        }
                                                      },
                                                      "name": "reflectivity"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 2651,
                                                      "end": 2652,
                                                      "loc": {
                                                        "start": {
                                                          "line": 77,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 77,
                                                          "column": 35
                                                        }
                                                      },
                                                      "value": 1,
                                                      "rawValue": 1,
                                                      "raw": "1"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 2675,
                                                    "end": 2685,
                                                    "loc": {
                                                      "start": {
                                                        "line": 78,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 78,
                                                        "column": 30
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2675,
                                                      "end": 2678,
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 23
                                                        }
                                                      },
                                                      "name": "fog"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 2680,
                                                      "end": 2685,
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 30
                                                        }
                                                      },
                                                      "value": false,
                                                      "rawValue": false,
                                                      "raw": "false"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 2708,
                                                    "end": 2727,
                                                    "loc": {
                                                      "start": {
                                                        "line": 79,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 79,
                                                        "column": 39
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2708,
                                                      "end": 2721,
                                                      "loc": {
                                                        "start": {
                                                          "line": 79,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 79,
                                                          "column": 33
                                                        }
                                                      },
                                                      "name": "polygonOffset"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 2723,
                                                      "end": 2727,
                                                      "loc": {
                                                        "start": {
                                                          "line": 79,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 79,
                                                          "column": 39
                                                        }
                                                      },
                                                      "value": true,
                                                      "rawValue": true,
                                                      "raw": "true"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 2750,
                                                    "end": 2772,
                                                    "loc": {
                                                      "start": {
                                                        "line": 80,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 80,
                                                        "column": 42
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2750,
                                                      "end": 2769,
                                                      "loc": {
                                                        "start": {
                                                          "line": 80,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 80,
                                                          "column": 39
                                                        }
                                                      },
                                                      "name": "polygonOffsetFactor"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 2771,
                                                      "end": 2772,
                                                      "loc": {
                                                        "start": {
                                                          "line": 80,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 80,
                                                          "column": 42
                                                        }
                                                      },
                                                      "value": 1,
                                                      "rawValue": 1,
                                                      "raw": "1"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 2795,
                                                    "end": 2816,
                                                    "loc": {
                                                      "start": {
                                                        "line": 81,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 81,
                                                        "column": 41
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2795,
                                                      "end": 2813,
                                                      "loc": {
                                                        "start": {
                                                          "line": 81,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 81,
                                                          "column": 38
                                                        }
                                                      },
                                                      "name": "polygonOffsetUnits"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 2815,
                                                      "end": 2816,
                                                      "loc": {
                                                        "start": {
                                                          "line": 81,
                                                          "column": 40
                                                        },
                                                        "end": {
                                                          "line": 81,
                                                          "column": 41
                                                        }
                                                      },
                                                      "value": 1,
                                                      "rawValue": 1,
                                                      "raw": "1"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 2839,
                                                    "end": 2856,
                                                    "loc": {
                                                      "start": {
                                                        "line": 82,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 82,
                                                        "column": 37
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2839,
                                                      "end": 2850,
                                                      "loc": {
                                                        "start": {
                                                          "line": 82,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 82,
                                                          "column": 31
                                                        }
                                                      },
                                                      "name": "transparent"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 2852,
                                                      "end": 2856,
                                                      "loc": {
                                                        "start": {
                                                          "line": 82,
                                                          "column": 33
                                                        },
                                                        "end": {
                                                          "line": 82,
                                                          "column": 37
                                                        }
                                                      },
                                                      "value": true,
                                                      "rawValue": true,
                                                      "raw": "true"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "SpreadProperty",
                                                    "start": 2879,
                                                    "end": 2888,
                                                    "loc": {
                                                      "start": {
                                                        "line": 83,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 83,
                                                        "column": 29
                                                      }
                                                    },
                                                    "argument": {
                                                      "type": "Identifier",
                                                      "start": 2882,
                                                      "end": 2888,
                                                      "loc": {
                                                        "start": {
                                                          "line": 83,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 83,
                                                          "column": 29
                                                        }
                                                      },
                                                      "name": "values"
                                                    }
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        }
                                      }
                                    ]
                                  },
                                  "alternate": {
                                    "type": "IfStatement",
                                    "start": 2933,
                                    "end": 3148,
                                    "loc": {
                                      "start": {
                                        "line": 86,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 91,
                                        "column": 13
                                      }
                                    },
                                    "test": {
                                      "type": "BinaryExpression",
                                      "start": 2937,
                                      "end": 2965,
                                      "loc": {
                                        "start": {
                                          "line": 86,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 86,
                                          "column": 51
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 2937,
                                        "end": 2946,
                                        "loc": {
                                          "start": {
                                            "line": 86,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2937,
                                          "end": 2941,
                                          "loc": {
                                            "start": {
                                              "line": 86,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 86,
                                              "column": 27
                                            }
                                          },
                                          "name": "item"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2942,
                                          "end": 2946,
                                          "loc": {
                                            "start": {
                                              "line": 86,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 86,
                                              "column": 32
                                            }
                                          },
                                          "name": "type"
                                        },
                                        "computed": false
                                      },
                                      "operator": "===",
                                      "right": {
                                        "type": "Literal",
                                        "start": 2951,
                                        "end": 2965,
                                        "loc": {
                                          "start": {
                                            "line": 86,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 51
                                          }
                                        },
                                        "value": "LineSegments",
                                        "rawValue": "LineSegments",
                                        "raw": "'LineSegments'"
                                      }
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 2967,
                                      "end": 3148,
                                      "loc": {
                                        "start": {
                                          "line": 86,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 13
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "IfStatement",
                                          "start": 2986,
                                          "end": 3133,
                                          "loc": {
                                            "start": {
                                              "line": 87,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 90,
                                              "column": 35
                                            }
                                          },
                                          "test": {
                                            "type": "MemberExpression",
                                            "start": 2990,
                                            "end": 3008,
                                            "loc": {
                                              "start": {
                                                "line": 87,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 87,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 2990,
                                              "end": 3002,
                                              "loc": {
                                                "start": {
                                                  "line": 87,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 87,
                                                  "column": 32
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 2990,
                                                "end": 2994,
                                                "loc": {
                                                  "start": {
                                                    "line": 87,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 87,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2995,
                                                "end": 3002,
                                                "loc": {
                                                  "start": {
                                                    "line": 87,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 87,
                                                    "column": 32
                                                  }
                                                },
                                                "name": "options"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3003,
                                              "end": 3008,
                                              "loc": {
                                                "start": {
                                                  "line": 87,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 87,
                                                  "column": 38
                                                }
                                              },
                                              "name": "edges"
                                            },
                                            "computed": false
                                          },
                                          "consequent": {
                                            "type": "ExpressionStatement",
                                            "start": 3031,
                                            "end": 3074,
                                            "loc": {
                                              "start": {
                                                "line": 88,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 88,
                                                "column": 63
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 3031,
                                              "end": 3073,
                                              "loc": {
                                                "start": {
                                                  "line": 88,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 88,
                                                  "column": 62
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 3031,
                                                "end": 3052,
                                                "loc": {
                                                  "start": {
                                                    "line": 88,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 88,
                                                    "column": 41
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3031,
                                                  "end": 3044,
                                                  "loc": {
                                                    "start": {
                                                      "line": 88,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 88,
                                                      "column": 33
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3031,
                                                    "end": 3035,
                                                    "loc": {
                                                      "start": {
                                                        "line": 88,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 88,
                                                        "column": 24
                                                      }
                                                    },
                                                    "name": "item"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3036,
                                                    "end": 3044,
                                                    "loc": {
                                                      "start": {
                                                        "line": 88,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 88,
                                                        "column": 33
                                                      }
                                                    },
                                                    "name": "material"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3045,
                                                  "end": 3052,
                                                  "loc": {
                                                    "start": {
                                                      "line": 88,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 88,
                                                      "column": 41
                                                    }
                                                  },
                                                  "name": "opacity"
                                                },
                                                "computed": false
                                              },
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 3055,
                                                "end": 3073,
                                                "loc": {
                                                  "start": {
                                                    "line": 88,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 88,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3055,
                                                  "end": 3067,
                                                  "loc": {
                                                    "start": {
                                                      "line": 88,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 88,
                                                      "column": 56
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 3055,
                                                    "end": 3059,
                                                    "loc": {
                                                      "start": {
                                                        "line": 88,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 88,
                                                        "column": 48
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3060,
                                                    "end": 3067,
                                                    "loc": {
                                                      "start": {
                                                        "line": 88,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 88,
                                                        "column": 56
                                                      }
                                                    },
                                                    "name": "options"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3068,
                                                  "end": 3073,
                                                  "loc": {
                                                    "start": {
                                                      "line": 88,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 88,
                                                      "column": 62
                                                    }
                                                  },
                                                  "name": "edges"
                                                },
                                                "computed": false
                                              }
                                            }
                                          },
                                          "alternate": {
                                            "type": "ExpressionStatement",
                                            "start": 3118,
                                            "end": 3133,
                                            "loc": {
                                              "start": {
                                                "line": 90,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 90,
                                                "column": 35
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 3118,
                                              "end": 3132,
                                              "loc": {
                                                "start": {
                                                  "line": 90,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 90,
                                                  "column": 34
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 3118,
                                                "end": 3130,
                                                "loc": {
                                                  "start": {
                                                    "line": 90,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 90,
                                                    "column": 32
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3118,
                                                  "end": 3122,
                                                  "loc": {
                                                    "start": {
                                                      "line": 90,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 90,
                                                      "column": 24
                                                    }
                                                  },
                                                  "name": "item"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3123,
                                                  "end": 3130,
                                                  "loc": {
                                                    "start": {
                                                      "line": 90,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 90,
                                                      "column": 32
                                                    }
                                                  },
                                                  "name": "destroy"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    "alternate": null
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3173,
                      "end": 3187,
                      "loc": {
                        "start": {
                          "line": 94,
                          "column": 8
                        },
                        "end": {
                          "line": 94,
                          "column": 22
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3173,
                        "end": 3186,
                        "loc": {
                          "start": {
                            "line": 94,
                            "column": 8
                          },
                          "end": {
                            "line": 94,
                            "column": 21
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3173,
                          "end": 3184,
                          "loc": {
                            "start": {
                              "line": 94,
                              "column": 8
                            },
                            "end": {
                              "line": 94,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3173,
                            "end": 3177,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 8
                              },
                              "end": {
                                "line": 94,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3178,
                            "end": 3184,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 13
                              },
                              "end": {
                                "line": 94,
                                "column": 19
                              }
                            },
                            "name": "update"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 3202,
              "end": 5563,
              "loc": {
                "start": {
                  "line": 97,
                  "column": 4
                },
                "end": {
                  "line": 140,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3202,
                "end": 3208,
                "loc": {
                  "start": {
                    "line": 97,
                    "column": 4
                  },
                  "end": {
                    "line": 97,
                    "column": 10
                  }
                },
                "name": "update"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 3208,
                "end": 5563,
                "loc": {
                  "start": {
                    "line": 97,
                    "column": 10
                  },
                  "end": {
                    "line": 140,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 3211,
                  "end": 5563,
                  "loc": {
                    "start": {
                      "line": 97,
                      "column": 13
                    },
                    "end": {
                      "line": 140,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 3224,
                      "end": 5556,
                      "loc": {
                        "start": {
                          "line": 99,
                          "column": 8
                        },
                        "end": {
                          "line": 139,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3224,
                        "end": 5556,
                        "loc": {
                          "start": {
                            "line": 99,
                            "column": 8
                          },
                          "end": {
                            "line": 139,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3224,
                          "end": 3245,
                          "loc": {
                            "start": {
                              "line": 99,
                              "column": 8
                            },
                            "end": {
                              "line": 99,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 3224,
                            "end": 3240,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 8
                              },
                              "end": {
                                "line": 99,
                                "column": 24
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3224,
                              "end": 3238,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 8
                                },
                                "end": {
                                  "line": 99,
                                  "column": 22
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3224,
                                "end": 3228,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3229,
                                "end": 3238,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 22
                                  }
                                },
                                "name": "viewFound"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3241,
                            "end": 3245,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 25
                              },
                              "end": {
                                "line": 99,
                                "column": 29
                              }
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 3247,
                            "end": 5555,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 31
                              },
                              "end": {
                                "line": 139,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "BlockStatement",
                              "start": 3253,
                              "end": 5555,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 37
                                },
                                "end": {
                                  "line": 139,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3270,
                                  "end": 3299,
                                  "loc": {
                                    "start": {
                                      "line": 101,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 101,
                                      "column": 41
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 3270,
                                    "end": 3298,
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 40
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3270,
                                      "end": 3296,
                                      "loc": {
                                        "start": {
                                          "line": 101,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 101,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3270,
                                        "end": 3283,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 25
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 3270,
                                          "end": 3274,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3275,
                                          "end": 3283,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 25
                                            }
                                          },
                                          "name": "_objects"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3284,
                                        "end": 3296,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 38
                                          }
                                        },
                                        "name": "updateBounds"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3313,
                                  "end": 3352,
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 51
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3317,
                                      "end": 3351,
                                      "loc": {
                                        "start": {
                                          "line": 102,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 102,
                                          "column": 50
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3317,
                                        "end": 3320,
                                        "loc": {
                                          "start": {
                                            "line": 102,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 102,
                                            "column": 19
                                          }
                                        },
                                        "name": "min"
                                      },
                                      "init": {
                                        "type": "MemberExpression",
                                        "start": 3323,
                                        "end": 3351,
                                        "loc": {
                                          "start": {
                                            "line": 102,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 102,
                                            "column": 50
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3323,
                                          "end": 3347,
                                          "loc": {
                                            "start": {
                                              "line": 102,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 102,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 3323,
                                            "end": 3343,
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 42
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3323,
                                              "end": 3336,
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 3323,
                                                "end": 3327,
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 26
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3328,
                                                "end": 3336,
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 35
                                                  }
                                                },
                                                "name": "_objects"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3337,
                                              "end": 3343,
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 42
                                                }
                                              },
                                              "name": "bounds"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3344,
                                            "end": 3347,
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 46
                                              }
                                            },
                                            "name": "box"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3348,
                                          "end": 3351,
                                          "loc": {
                                            "start": {
                                              "line": 102,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 102,
                                              "column": 50
                                            }
                                          },
                                          "name": "min"
                                        },
                                        "computed": false
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3366,
                                  "end": 3405,
                                  "loc": {
                                    "start": {
                                      "line": 103,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 103,
                                      "column": 51
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3370,
                                      "end": 3404,
                                      "loc": {
                                        "start": {
                                          "line": 103,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 103,
                                          "column": 50
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3370,
                                        "end": 3373,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 19
                                          }
                                        },
                                        "name": "max"
                                      },
                                      "init": {
                                        "type": "MemberExpression",
                                        "start": 3376,
                                        "end": 3404,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 50
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3376,
                                          "end": 3400,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 3376,
                                            "end": 3396,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 42
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3376,
                                              "end": 3389,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 3376,
                                                "end": 3380,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 26
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3381,
                                                "end": 3389,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 35
                                                  }
                                                },
                                                "name": "_objects"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3390,
                                              "end": 3396,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 42
                                                }
                                              },
                                              "name": "bounds"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3397,
                                            "end": 3400,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 46
                                              }
                                            },
                                            "name": "box"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3401,
                                          "end": 3404,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 50
                                            }
                                          },
                                          "name": "max"
                                        },
                                        "computed": false
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3419,
                                  "end": 3486,
                                  "loc": {
                                    "start": {
                                      "line": 104,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 104,
                                      "column": 79
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3423,
                                      "end": 3485,
                                      "loc": {
                                        "start": {
                                          "line": 104,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 104,
                                          "column": 78
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3423,
                                        "end": 3428,
                                        "loc": {
                                          "start": {
                                            "line": 104,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 21
                                          }
                                        },
                                        "name": "width"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 3431,
                                        "end": 3485,
                                        "loc": {
                                          "start": {
                                            "line": 104,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 78
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3431,
                                          "end": 3445,
                                          "loc": {
                                            "start": {
                                              "line": 104,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 104,
                                              "column": 38
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3431,
                                            "end": 3434,
                                            "loc": {
                                              "start": {
                                                "line": 104,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 104,
                                                "column": 27
                                              }
                                            },
                                            "name": "max"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3435,
                                            "end": 3445,
                                            "loc": {
                                              "start": {
                                                "line": 104,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 104,
                                                "column": 38
                                              }
                                            },
                                            "name": "distanceTo"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 3446,
                                            "end": 3484,
                                            "loc": {
                                              "start": {
                                                "line": 104,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 104,
                                                "column": 77
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3450,
                                              "end": 3463,
                                              "loc": {
                                                "start": {
                                                  "line": 104,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 104,
                                                  "column": 56
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3450,
                                                "end": 3455,
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 48
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3456,
                                                "end": 3463,
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 56
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3464,
                                                "end": 3469,
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3464,
                                                  "end": 3467,
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 104,
                                                      "column": 60
                                                    }
                                                  },
                                                  "name": "min"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3468,
                                                  "end": 3469,
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 104,
                                                      "column": 62
                                                    }
                                                  },
                                                  "name": "x"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3471,
                                                "end": 3476,
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 69
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3471,
                                                  "end": 3474,
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 64
                                                    },
                                                    "end": {
                                                      "line": 104,
                                                      "column": 67
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3475,
                                                  "end": 3476,
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 68
                                                    },
                                                    "end": {
                                                      "line": 104,
                                                      "column": 69
                                                    }
                                                  },
                                                  "name": "y"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3478,
                                                "end": 3483,
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 71
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 76
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3478,
                                                  "end": 3481,
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 104,
                                                      "column": 74
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3482,
                                                  "end": 3483,
                                                  "loc": {
                                                    "start": {
                                                      "line": 104,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 104,
                                                      "column": 76
                                                    }
                                                  },
                                                  "name": "z"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3500,
                                  "end": 3568,
                                  "loc": {
                                    "start": {
                                      "line": 105,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 105,
                                      "column": 80
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3504,
                                      "end": 3567,
                                      "loc": {
                                        "start": {
                                          "line": 105,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 105,
                                          "column": 79
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3504,
                                        "end": 3510,
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 22
                                          }
                                        },
                                        "name": "height"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 3513,
                                        "end": 3567,
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 79
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3513,
                                          "end": 3527,
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 105,
                                              "column": 39
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3513,
                                            "end": 3516,
                                            "loc": {
                                              "start": {
                                                "line": 105,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 105,
                                                "column": 28
                                              }
                                            },
                                            "name": "max"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3517,
                                            "end": 3527,
                                            "loc": {
                                              "start": {
                                                "line": 105,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 105,
                                                "column": 39
                                              }
                                            },
                                            "name": "distanceTo"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 3528,
                                            "end": 3566,
                                            "loc": {
                                              "start": {
                                                "line": 105,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 105,
                                                "column": 78
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3532,
                                              "end": 3545,
                                              "loc": {
                                                "start": {
                                                  "line": 105,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 105,
                                                  "column": 57
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3532,
                                                "end": 3537,
                                                "loc": {
                                                  "start": {
                                                    "line": 105,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 105,
                                                    "column": 49
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3538,
                                                "end": 3545,
                                                "loc": {
                                                  "start": {
                                                    "line": 105,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 105,
                                                    "column": 57
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3546,
                                                "end": 3551,
                                                "loc": {
                                                  "start": {
                                                    "line": 105,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 105,
                                                    "column": 63
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3546,
                                                  "end": 3549,
                                                  "loc": {
                                                    "start": {
                                                      "line": 105,
                                                      "column": 58
                                                    },
                                                    "end": {
                                                      "line": 105,
                                                      "column": 61
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3550,
                                                  "end": 3551,
                                                  "loc": {
                                                    "start": {
                                                      "line": 105,
                                                      "column": 62
                                                    },
                                                    "end": {
                                                      "line": 105,
                                                      "column": 63
                                                    }
                                                  },
                                                  "name": "x"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3553,
                                                "end": 3558,
                                                "loc": {
                                                  "start": {
                                                    "line": 105,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 105,
                                                    "column": 70
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3553,
                                                  "end": 3556,
                                                  "loc": {
                                                    "start": {
                                                      "line": 105,
                                                      "column": 65
                                                    },
                                                    "end": {
                                                      "line": 105,
                                                      "column": 68
                                                    }
                                                  },
                                                  "name": "min"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3557,
                                                  "end": 3558,
                                                  "loc": {
                                                    "start": {
                                                      "line": 105,
                                                      "column": 69
                                                    },
                                                    "end": {
                                                      "line": 105,
                                                      "column": 70
                                                    }
                                                  },
                                                  "name": "y"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3560,
                                                "end": 3565,
                                                "loc": {
                                                  "start": {
                                                    "line": 105,
                                                    "column": 72
                                                  },
                                                  "end": {
                                                    "line": 105,
                                                    "column": 77
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3560,
                                                  "end": 3563,
                                                  "loc": {
                                                    "start": {
                                                      "line": 105,
                                                      "column": 72
                                                    },
                                                    "end": {
                                                      "line": 105,
                                                      "column": 75
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3564,
                                                  "end": 3565,
                                                  "loc": {
                                                    "start": {
                                                      "line": 105,
                                                      "column": 76
                                                    },
                                                    "end": {
                                                      "line": 105,
                                                      "column": 77
                                                    }
                                                  },
                                                  "name": "z"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3582,
                                  "end": 3649,
                                  "loc": {
                                    "start": {
                                      "line": 106,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 106,
                                      "column": 79
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3586,
                                      "end": 3648,
                                      "loc": {
                                        "start": {
                                          "line": 106,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 106,
                                          "column": 78
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3586,
                                        "end": 3591,
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 21
                                          }
                                        },
                                        "name": "depth"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 3594,
                                        "end": 3648,
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 78
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3594,
                                          "end": 3608,
                                          "loc": {
                                            "start": {
                                              "line": 106,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 106,
                                              "column": 38
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3594,
                                            "end": 3597,
                                            "loc": {
                                              "start": {
                                                "line": 106,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 106,
                                                "column": 27
                                              }
                                            },
                                            "name": "max"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3598,
                                            "end": 3608,
                                            "loc": {
                                              "start": {
                                                "line": 106,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 106,
                                                "column": 38
                                              }
                                            },
                                            "name": "distanceTo"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 3609,
                                            "end": 3647,
                                            "loc": {
                                              "start": {
                                                "line": 106,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 106,
                                                "column": 77
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3613,
                                              "end": 3626,
                                              "loc": {
                                                "start": {
                                                  "line": 106,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 106,
                                                  "column": 56
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3613,
                                                "end": 3618,
                                                "loc": {
                                                  "start": {
                                                    "line": 106,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 106,
                                                    "column": 48
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3619,
                                                "end": 3626,
                                                "loc": {
                                                  "start": {
                                                    "line": 106,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 106,
                                                    "column": 56
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3627,
                                                "end": 3632,
                                                "loc": {
                                                  "start": {
                                                    "line": 106,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 106,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3627,
                                                  "end": 3630,
                                                  "loc": {
                                                    "start": {
                                                      "line": 106,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 106,
                                                      "column": 60
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3631,
                                                  "end": 3632,
                                                  "loc": {
                                                    "start": {
                                                      "line": 106,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 106,
                                                      "column": 62
                                                    }
                                                  },
                                                  "name": "x"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3634,
                                                "end": 3639,
                                                "loc": {
                                                  "start": {
                                                    "line": 106,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 106,
                                                    "column": 69
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3634,
                                                  "end": 3637,
                                                  "loc": {
                                                    "start": {
                                                      "line": 106,
                                                      "column": 64
                                                    },
                                                    "end": {
                                                      "line": 106,
                                                      "column": 67
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3638,
                                                  "end": 3639,
                                                  "loc": {
                                                    "start": {
                                                      "line": 106,
                                                      "column": 68
                                                    },
                                                    "end": {
                                                      "line": 106,
                                                      "column": 69
                                                    }
                                                  },
                                                  "name": "y"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3641,
                                                "end": 3646,
                                                "loc": {
                                                  "start": {
                                                    "line": 106,
                                                    "column": 71
                                                  },
                                                  "end": {
                                                    "line": 106,
                                                    "column": 76
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3641,
                                                  "end": 3644,
                                                  "loc": {
                                                    "start": {
                                                      "line": 106,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 106,
                                                      "column": 74
                                                    }
                                                  },
                                                  "name": "min"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3645,
                                                  "end": 3646,
                                                  "loc": {
                                                    "start": {
                                                      "line": 106,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 106,
                                                      "column": 76
                                                    }
                                                  },
                                                  "name": "z"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3665,
                                  "end": 3715,
                                  "loc": {
                                    "start": {
                                      "line": 108,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 108,
                                      "column": 62
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 3665,
                                    "end": 3714,
                                    "loc": {
                                      "start": {
                                        "line": 108,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 108,
                                        "column": 61
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3665,
                                      "end": 3690,
                                      "loc": {
                                        "start": {
                                          "line": 108,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 108,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3665,
                                        "end": 3685,
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 108,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3665,
                                          "end": 3676,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3665,
                                            "end": 3669,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 108,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3670,
                                            "end": 3676,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 108,
                                                "column": 23
                                              }
                                            },
                                            "name": "_stage"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3677,
                                          "end": 3685,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 32
                                            }
                                          },
                                          "name": "position"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3686,
                                        "end": 3690,
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 108,
                                            "column": 37
                                          }
                                        },
                                        "name": "copy"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 3691,
                                        "end": 3713,
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 108,
                                            "column": 60
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3691,
                                          "end": 3704,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 51
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3691,
                                            "end": 3695,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 108,
                                                "column": 42
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3696,
                                            "end": 3704,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 108,
                                                "column": 51
                                              }
                                            },
                                            "name": "_objects"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3705,
                                          "end": 3713,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 108,
                                              "column": 60
                                            }
                                          },
                                          "name": "position"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3729,
                                  "end": 3768,
                                  "loc": {
                                    "start": {
                                      "line": 109,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 109,
                                      "column": 51
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3729,
                                    "end": 3767,
                                    "loc": {
                                      "start": {
                                        "line": 109,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 109,
                                        "column": 50
                                      }
                                    },
                                    "operator": "-=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 3729,
                                      "end": 3751,
                                      "loc": {
                                        "start": {
                                          "line": 109,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 109,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3729,
                                        "end": 3749,
                                        "loc": {
                                          "start": {
                                            "line": 109,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 109,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3729,
                                          "end": 3740,
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3729,
                                            "end": 3733,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3734,
                                            "end": 3740,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 23
                                              }
                                            },
                                            "name": "_stage"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3741,
                                          "end": 3749,
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 32
                                            }
                                          },
                                          "name": "position"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3750,
                                        "end": 3751,
                                        "loc": {
                                          "start": {
                                            "line": 109,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 109,
                                            "column": 34
                                          }
                                        },
                                        "name": "y"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 3755,
                                      "end": 3767,
                                      "loc": {
                                        "start": {
                                          "line": 109,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 109,
                                          "column": 50
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 3755,
                                        "end": 3761,
                                        "loc": {
                                          "start": {
                                            "line": 109,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 109,
                                            "column": 44
                                          }
                                        },
                                        "name": "height"
                                      },
                                      "operator": "/",
                                      "right": {
                                        "type": "Literal",
                                        "start": 3764,
                                        "end": 3767,
                                        "loc": {
                                          "start": {
                                            "line": 109,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 109,
                                            "column": 50
                                          }
                                        },
                                        "value": 1.2,
                                        "rawValue": 1.2,
                                        "raw": "1.2"
                                      }
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3782,
                                  "end": 3822,
                                  "loc": {
                                    "start": {
                                      "line": 110,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 110,
                                      "column": 52
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3782,
                                    "end": 3821,
                                    "loc": {
                                      "start": {
                                        "line": 110,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 110,
                                        "column": 51
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 3782,
                                      "end": 3804,
                                      "loc": {
                                        "start": {
                                          "line": 110,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 110,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3782,
                                        "end": 3802,
                                        "loc": {
                                          "start": {
                                            "line": 110,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 110,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3782,
                                          "end": 3793,
                                          "loc": {
                                            "start": {
                                              "line": 110,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 110,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3782,
                                            "end": 3786,
                                            "loc": {
                                              "start": {
                                                "line": 110,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 110,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3787,
                                            "end": 3793,
                                            "loc": {
                                              "start": {
                                                "line": 110,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 110,
                                                "column": 23
                                              }
                                            },
                                            "name": "_stage"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3794,
                                          "end": 3802,
                                          "loc": {
                                            "start": {
                                              "line": 110,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 110,
                                              "column": 32
                                            }
                                          },
                                          "name": "rotation"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3803,
                                        "end": 3804,
                                        "loc": {
                                          "start": {
                                            "line": 110,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 110,
                                            "column": 34
                                          }
                                        },
                                        "name": "x"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 3807,
                                      "end": 3821,
                                      "loc": {
                                        "start": {
                                          "line": 110,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 110,
                                          "column": 51
                                        }
                                      },
                                      "left": {
                                        "type": "UnaryExpression",
                                        "start": 3807,
                                        "end": 3817,
                                        "loc": {
                                          "start": {
                                            "line": 110,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 110,
                                            "column": 47
                                          }
                                        },
                                        "operator": "-",
                                        "prefix": true,
                                        "argument": {
                                          "type": "MemberExpression",
                                          "start": 3809,
                                          "end": 3817,
                                          "loc": {
                                            "start": {
                                              "line": 110,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 110,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3809,
                                            "end": 3813,
                                            "loc": {
                                              "start": {
                                                "line": 110,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 110,
                                                "column": 43
                                              }
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3815,
                                            "end": 3817,
                                            "loc": {
                                              "start": {
                                                "line": 110,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 110,
                                                "column": 47
                                              }
                                            },
                                            "name": "PI"
                                          },
                                          "computed": false
                                        }
                                      },
                                      "operator": "/",
                                      "right": {
                                        "type": "Literal",
                                        "start": 3820,
                                        "end": 3821,
                                        "loc": {
                                          "start": {
                                            "line": 110,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 110,
                                            "column": 51
                                          }
                                        },
                                        "value": 2,
                                        "rawValue": 2,
                                        "raw": "2"
                                      }
                                    }
                                  }
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 3838,
                                  "end": 4048,
                                  "loc": {
                                    "start": {
                                      "line": 112,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 13
                                    }
                                  },
                                  "test": {
                                    "type": "MemberExpression",
                                    "start": 3842,
                                    "end": 3862,
                                    "loc": {
                                      "start": {
                                        "line": 112,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 112,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 3842,
                                      "end": 3854,
                                      "loc": {
                                        "start": {
                                          "line": 112,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 112,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 3842,
                                        "end": 3846,
                                        "loc": {
                                          "start": {
                                            "line": 112,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 112,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3847,
                                        "end": 3854,
                                        "loc": {
                                          "start": {
                                            "line": 112,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 112,
                                            "column": 28
                                          }
                                        },
                                        "name": "options"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3855,
                                      "end": 3862,
                                      "loc": {
                                        "start": {
                                          "line": 112,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 112,
                                          "column": 36
                                        }
                                      },
                                      "name": "ambient"
                                    },
                                    "computed": false
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 3864,
                                    "end": 4048,
                                    "loc": {
                                      "start": {
                                        "line": 112,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 13
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 3883,
                                        "end": 3930,
                                        "loc": {
                                          "start": {
                                            "line": 113,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 113,
                                            "column": 63
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 3887,
                                            "end": 3929,
                                            "loc": {
                                              "start": {
                                                "line": 113,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 113,
                                                "column": 62
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 3887,
                                              "end": 3894,
                                              "loc": {
                                                "start": {
                                                  "line": 113,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 113,
                                                  "column": 27
                                                }
                                              },
                                              "name": "ambient"
                                            },
                                            "init": {
                                              "type": "NewExpression",
                                              "start": 3897,
                                              "end": 3929,
                                              "loc": {
                                                "start": {
                                                  "line": 113,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 113,
                                                  "column": 62
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 3901,
                                                "end": 3919,
                                                "loc": {
                                                  "start": {
                                                    "line": 113,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 113,
                                                    "column": 52
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3901,
                                                  "end": 3906,
                                                  "loc": {
                                                    "start": {
                                                      "line": 113,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 113,
                                                      "column": 39
                                                    }
                                                  },
                                                  "name": "THREE"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3907,
                                                  "end": 3919,
                                                  "loc": {
                                                    "start": {
                                                      "line": 113,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 113,
                                                      "column": 52
                                                    }
                                                  },
                                                  "name": "AmbientLight"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Literal",
                                                  "start": 3920,
                                                  "end": 3928,
                                                  "loc": {
                                                    "start": {
                                                      "line": 113,
                                                      "column": 53
                                                    },
                                                    "end": {
                                                      "line": 113,
                                                      "column": 61
                                                    }
                                                  },
                                                  "value": 16777215,
                                                  "rawValue": 16777215,
                                                  "raw": "0xffffff"
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "kind": "let"
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3948,
                                        "end": 3989,
                                        "loc": {
                                          "start": {
                                            "line": 114,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 114,
                                            "column": 57
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 3948,
                                          "end": 3988,
                                          "loc": {
                                            "start": {
                                              "line": 114,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 114,
                                              "column": 56
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 3948,
                                            "end": 3965,
                                            "loc": {
                                              "start": {
                                                "line": 114,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 114,
                                                "column": 33
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 3948,
                                              "end": 3955,
                                              "loc": {
                                                "start": {
                                                  "line": 114,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 114,
                                                  "column": 23
                                                }
                                              },
                                              "name": "ambient"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3956,
                                              "end": 3965,
                                              "loc": {
                                                "start": {
                                                  "line": 114,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 114,
                                                  "column": 33
                                                }
                                              },
                                              "name": "intensity"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 3968,
                                            "end": 3988,
                                            "loc": {
                                              "start": {
                                                "line": 114,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 114,
                                                "column": 56
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3968,
                                              "end": 3980,
                                              "loc": {
                                                "start": {
                                                  "line": 114,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 114,
                                                  "column": 48
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 3968,
                                                "end": 3972,
                                                "loc": {
                                                  "start": {
                                                    "line": 114,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 114,
                                                    "column": 40
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3973,
                                                "end": 3980,
                                                "loc": {
                                                  "start": {
                                                    "line": 114,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 114,
                                                    "column": 48
                                                  }
                                                },
                                                "name": "options"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3981,
                                              "end": 3988,
                                              "loc": {
                                                "start": {
                                                  "line": 114,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 114,
                                                  "column": 56
                                                }
                                              },
                                              "name": "ambient"
                                            },
                                            "computed": false
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 4007,
                                        "end": 4033,
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 42
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 4007,
                                          "end": 4032,
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 41
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4007,
                                            "end": 4023,
                                            "loc": {
                                              "start": {
                                                "line": 115,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 115,
                                                "column": 32
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 4007,
                                              "end": 4019,
                                              "loc": {
                                                "start": {
                                                  "line": 115,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 28
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 4007,
                                                "end": 4011,
                                                "loc": {
                                                  "start": {
                                                    "line": 115,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 115,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4012,
                                                "end": 4019,
                                                "loc": {
                                                  "start": {
                                                    "line": 115,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 115,
                                                    "column": 28
                                                  }
                                                },
                                                "name": "_lights"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4020,
                                              "end": 4023,
                                              "loc": {
                                                "start": {
                                                  "line": 115,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 32
                                                }
                                              },
                                              "name": "add"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 4024,
                                              "end": 4031,
                                              "loc": {
                                                "start": {
                                                  "line": 115,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 40
                                                }
                                              },
                                              "name": "ambient"
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 4064,
                                  "end": 4122,
                                  "loc": {
                                    "start": {
                                      "line": 118,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 118,
                                      "column": 70
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 4068,
                                      "end": 4121,
                                      "loc": {
                                        "start": {
                                          "line": 118,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 118,
                                          "column": 69
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 4068,
                                        "end": 4074,
                                        "loc": {
                                          "start": {
                                            "line": 118,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 118,
                                            "column": 22
                                          }
                                        },
                                        "name": "coords"
                                      },
                                      "init": {
                                        "type": "BinaryExpression",
                                        "start": 4077,
                                        "end": 4121,
                                        "loc": {
                                          "start": {
                                            "line": 118,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 118,
                                            "column": 69
                                          }
                                        },
                                        "left": {
                                          "type": "CallExpression",
                                          "start": 4077,
                                          "end": 4117,
                                          "loc": {
                                            "start": {
                                              "line": 118,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 118,
                                              "column": 65
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4077,
                                            "end": 4115,
                                            "loc": {
                                              "start": {
                                                "line": 118,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 118,
                                                "column": 63
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 4077,
                                              "end": 4105,
                                              "loc": {
                                                "start": {
                                                  "line": 118,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 118,
                                                  "column": 53
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 4077,
                                                "end": 4103,
                                                "loc": {
                                                  "start": {
                                                    "line": 118,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 118,
                                                    "column": 51
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 4077,
                                                  "end": 4090,
                                                  "loc": {
                                                    "start": {
                                                      "line": 118,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 118,
                                                      "column": 38
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 4077,
                                                    "end": 4081,
                                                    "loc": {
                                                      "start": {
                                                        "line": 118,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 118,
                                                        "column": 29
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4082,
                                                    "end": 4090,
                                                    "loc": {
                                                      "start": {
                                                        "line": 118,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 118,
                                                        "column": 38
                                                      }
                                                    },
                                                    "name": "_objects"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4091,
                                                  "end": 4103,
                                                  "loc": {
                                                    "start": {
                                                      "line": 118,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 118,
                                                      "column": 51
                                                    }
                                                  },
                                                  "name": "updateBounds"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4106,
                                              "end": 4115,
                                              "loc": {
                                                "start": {
                                                  "line": 118,
                                                  "column": 54
                                                },
                                                "end": {
                                                  "line": 118,
                                                  "column": 63
                                                }
                                              },
                                              "name": "getRadius"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        },
                                        "operator": "*",
                                        "right": {
                                          "type": "Literal",
                                          "start": 4120,
                                          "end": 4121,
                                          "loc": {
                                            "start": {
                                              "line": 118,
                                              "column": 68
                                            },
                                            "end": {
                                              "line": 118,
                                              "column": 69
                                            }
                                          },
                                          "value": 6,
                                          "rawValue": 6,
                                          "raw": "6"
                                        }
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4136,
                                  "end": 4236,
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 112
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4136,
                                    "end": 4235,
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 111
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4136,
                                      "end": 4152,
                                      "loc": {
                                        "start": {
                                          "line": 119,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 119,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4136,
                                        "end": 4148,
                                        "loc": {
                                          "start": {
                                            "line": 119,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 119,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4136,
                                          "end": 4140,
                                          "loc": {
                                            "start": {
                                              "line": 119,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 119,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4141,
                                          "end": 4148,
                                          "loc": {
                                            "start": {
                                              "line": 119,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 119,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4149,
                                        "end": 4152,
                                        "loc": {
                                          "start": {
                                            "line": 119,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 119,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 4153,
                                        "end": 4234,
                                        "loc": {
                                          "start": {
                                            "line": 119,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 119,
                                            "column": 110
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4153,
                                          "end": 4219,
                                          "loc": {
                                            "start": {
                                              "line": 119,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 119,
                                              "column": 95
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 4153,
                                            "end": 4207,
                                            "loc": {
                                              "start": {
                                                "line": 119,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 119,
                                                "column": 83
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4157,
                                              "end": 4173,
                                              "loc": {
                                                "start": {
                                                  "line": 119,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 119,
                                                  "column": 49
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4157,
                                                "end": 4162,
                                                "loc": {
                                                  "start": {
                                                    "line": 119,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 119,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4163,
                                                "end": 4173,
                                                "loc": {
                                                  "start": {
                                                    "line": 119,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 119,
                                                    "column": 49
                                                  }
                                                },
                                                "name": "PointLight"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 4174,
                                                "end": 4182,
                                                "loc": {
                                                  "start": {
                                                    "line": 119,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 119,
                                                    "column": 58
                                                  }
                                                },
                                                "value": 16777215,
                                                "rawValue": 16777215,
                                                "raw": "0xffffff"
                                              },
                                              {
                                                "type": "BinaryExpression",
                                                "start": 4184,
                                                "end": 4206,
                                                "loc": {
                                                  "start": {
                                                    "line": 119,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 119,
                                                    "column": 82
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 4184,
                                                  "end": 4202,
                                                  "loc": {
                                                    "start": {
                                                      "line": 119,
                                                      "column": 60
                                                    },
                                                    "end": {
                                                      "line": 119,
                                                      "column": 78
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 4184,
                                                    "end": 4196,
                                                    "loc": {
                                                      "start": {
                                                        "line": 119,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 119,
                                                        "column": 72
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 4184,
                                                      "end": 4188,
                                                      "loc": {
                                                        "start": {
                                                          "line": 119,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 119,
                                                          "column": 64
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4189,
                                                      "end": 4196,
                                                      "loc": {
                                                        "start": {
                                                          "line": 119,
                                                          "column": 65
                                                        },
                                                        "end": {
                                                          "line": 119,
                                                          "column": 72
                                                        }
                                                      },
                                                      "name": "options"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4197,
                                                    "end": 4202,
                                                    "loc": {
                                                      "start": {
                                                        "line": 119,
                                                        "column": 73
                                                      },
                                                      "end": {
                                                        "line": 119,
                                                        "column": 78
                                                      }
                                                    },
                                                    "name": "light"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 4205,
                                                  "end": 4206,
                                                  "loc": {
                                                    "start": {
                                                      "line": 119,
                                                      "column": 81
                                                    },
                                                    "end": {
                                                      "line": 119,
                                                      "column": 82
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4208,
                                            "end": 4219,
                                            "loc": {
                                              "start": {
                                                "line": 119,
                                                "column": 84
                                              },
                                              "end": {
                                                "line": 119,
                                                "column": 95
                                              }
                                            },
                                            "name": "setPosition"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "UnaryExpression",
                                            "start": 4220,
                                            "end": 4227,
                                            "loc": {
                                              "start": {
                                                "line": 119,
                                                "column": 96
                                              },
                                              "end": {
                                                "line": 119,
                                                "column": 103
                                              }
                                            },
                                            "operator": "-",
                                            "prefix": true,
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 4221,
                                              "end": 4227,
                                              "loc": {
                                                "start": {
                                                  "line": 119,
                                                  "column": 97
                                                },
                                                "end": {
                                                  "line": 119,
                                                  "column": 103
                                                }
                                              },
                                              "name": "coords"
                                            }
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 4229,
                                            "end": 4230,
                                            "loc": {
                                              "start": {
                                                "line": 119,
                                                "column": 105
                                              },
                                              "end": {
                                                "line": 119,
                                                "column": 106
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 4232,
                                            "end": 4233,
                                            "loc": {
                                              "start": {
                                                "line": 119,
                                                "column": 108
                                              },
                                              "end": {
                                                "line": 119,
                                                "column": 109
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4250,
                                  "end": 4359,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 121
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4250,
                                    "end": 4358,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 120
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4250,
                                      "end": 4266,
                                      "loc": {
                                        "start": {
                                          "line": 120,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 120,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4250,
                                        "end": 4262,
                                        "loc": {
                                          "start": {
                                            "line": 120,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 120,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4250,
                                          "end": 4254,
                                          "loc": {
                                            "start": {
                                              "line": 120,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 120,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4255,
                                          "end": 4262,
                                          "loc": {
                                            "start": {
                                              "line": 120,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 120,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4263,
                                        "end": 4266,
                                        "loc": {
                                          "start": {
                                            "line": 120,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 120,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 4267,
                                        "end": 4357,
                                        "loc": {
                                          "start": {
                                            "line": 120,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 120,
                                            "column": 119
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4267,
                                          "end": 4332,
                                          "loc": {
                                            "start": {
                                              "line": 120,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 120,
                                              "column": 94
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 4267,
                                            "end": 4320,
                                            "loc": {
                                              "start": {
                                                "line": 120,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 120,
                                                "column": 82
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4271,
                                              "end": 4286,
                                              "loc": {
                                                "start": {
                                                  "line": 120,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 120,
                                                  "column": 48
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4271,
                                                "end": 4276,
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4277,
                                                "end": 4286,
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 48
                                                  }
                                                },
                                                "name": "SpotLight"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 4287,
                                                "end": 4295,
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 57
                                                  }
                                                },
                                                "value": 16777215,
                                                "rawValue": 16777215,
                                                "raw": "0xffffff"
                                              },
                                              {
                                                "type": "BinaryExpression",
                                                "start": 4297,
                                                "end": 4319,
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 59
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 81
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 4297,
                                                  "end": 4315,
                                                  "loc": {
                                                    "start": {
                                                      "line": 120,
                                                      "column": 59
                                                    },
                                                    "end": {
                                                      "line": 120,
                                                      "column": 77
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 4297,
                                                    "end": 4309,
                                                    "loc": {
                                                      "start": {
                                                        "line": 120,
                                                        "column": 59
                                                      },
                                                      "end": {
                                                        "line": 120,
                                                        "column": 71
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 4297,
                                                      "end": 4301,
                                                      "loc": {
                                                        "start": {
                                                          "line": 120,
                                                          "column": 59
                                                        },
                                                        "end": {
                                                          "line": 120,
                                                          "column": 63
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4302,
                                                      "end": 4309,
                                                      "loc": {
                                                        "start": {
                                                          "line": 120,
                                                          "column": 64
                                                        },
                                                        "end": {
                                                          "line": 120,
                                                          "column": 71
                                                        }
                                                      },
                                                      "name": "options"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4310,
                                                    "end": 4315,
                                                    "loc": {
                                                      "start": {
                                                        "line": 120,
                                                        "column": 72
                                                      },
                                                      "end": {
                                                        "line": 120,
                                                        "column": 77
                                                      }
                                                    },
                                                    "name": "light"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 4318,
                                                  "end": 4319,
                                                  "loc": {
                                                    "start": {
                                                      "line": 120,
                                                      "column": 80
                                                    },
                                                    "end": {
                                                      "line": 120,
                                                      "column": 81
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4321,
                                            "end": 4332,
                                            "loc": {
                                              "start": {
                                                "line": 120,
                                                "column": 83
                                              },
                                              "end": {
                                                "line": 120,
                                                "column": 94
                                              }
                                            },
                                            "name": "setPosition"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 4333,
                                            "end": 4334,
                                            "loc": {
                                              "start": {
                                                "line": 120,
                                                "column": 95
                                              },
                                              "end": {
                                                "line": 120,
                                                "column": 96
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "UnaryExpression",
                                            "start": 4336,
                                            "end": 4343,
                                            "loc": {
                                              "start": {
                                                "line": 120,
                                                "column": 98
                                              },
                                              "end": {
                                                "line": 120,
                                                "column": 105
                                              }
                                            },
                                            "operator": "-",
                                            "prefix": true,
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 4337,
                                              "end": 4343,
                                              "loc": {
                                                "start": {
                                                  "line": 120,
                                                  "column": 99
                                                },
                                                "end": {
                                                  "line": 120,
                                                  "column": 105
                                                }
                                              },
                                              "name": "coords"
                                            }
                                          },
                                          {
                                            "type": "BinaryExpression",
                                            "start": 4345,
                                            "end": 4356,
                                            "loc": {
                                              "start": {
                                                "line": 120,
                                                "column": 107
                                              },
                                              "end": {
                                                "line": 120,
                                                "column": 118
                                              }
                                            },
                                            "left": {
                                              "type": "UnaryExpression",
                                              "start": 4345,
                                              "end": 4352,
                                              "loc": {
                                                "start": {
                                                  "line": 120,
                                                  "column": 107
                                                },
                                                "end": {
                                                  "line": 120,
                                                  "column": 114
                                                }
                                              },
                                              "operator": "-",
                                              "prefix": true,
                                              "argument": {
                                                "type": "Identifier",
                                                "start": 4346,
                                                "end": 4352,
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 108
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 114
                                                  }
                                                },
                                                "name": "coords"
                                              }
                                            },
                                            "operator": "*",
                                            "right": {
                                              "type": "Literal",
                                              "start": 4355,
                                              "end": 4356,
                                              "loc": {
                                                "start": {
                                                  "line": 120,
                                                  "column": 117
                                                },
                                                "end": {
                                                  "line": 120,
                                                  "column": 118
                                                }
                                              },
                                              "value": 2,
                                              "rawValue": 2,
                                              "raw": "2"
                                            }
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4373,
                                  "end": 4472,
                                  "loc": {
                                    "start": {
                                      "line": 121,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 121,
                                      "column": 111
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4373,
                                    "end": 4471,
                                    "loc": {
                                      "start": {
                                        "line": 121,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 121,
                                        "column": 110
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4373,
                                      "end": 4389,
                                      "loc": {
                                        "start": {
                                          "line": 121,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 121,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4373,
                                        "end": 4385,
                                        "loc": {
                                          "start": {
                                            "line": 121,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 121,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4373,
                                          "end": 4377,
                                          "loc": {
                                            "start": {
                                              "line": 121,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 121,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4378,
                                          "end": 4385,
                                          "loc": {
                                            "start": {
                                              "line": 121,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 121,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4386,
                                        "end": 4389,
                                        "loc": {
                                          "start": {
                                            "line": 121,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 121,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 4390,
                                        "end": 4470,
                                        "loc": {
                                          "start": {
                                            "line": 121,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 121,
                                            "column": 109
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4390,
                                          "end": 4456,
                                          "loc": {
                                            "start": {
                                              "line": 121,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 121,
                                              "column": 95
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 4390,
                                            "end": 4444,
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 83
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4394,
                                              "end": 4410,
                                              "loc": {
                                                "start": {
                                                  "line": 121,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 121,
                                                  "column": 49
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4394,
                                                "end": 4399,
                                                "loc": {
                                                  "start": {
                                                    "line": 121,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 121,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4400,
                                                "end": 4410,
                                                "loc": {
                                                  "start": {
                                                    "line": 121,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 121,
                                                    "column": 49
                                                  }
                                                },
                                                "name": "PointLight"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 4411,
                                                "end": 4419,
                                                "loc": {
                                                  "start": {
                                                    "line": 121,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 121,
                                                    "column": 58
                                                  }
                                                },
                                                "value": 16777215,
                                                "rawValue": 16777215,
                                                "raw": "0xffffff"
                                              },
                                              {
                                                "type": "BinaryExpression",
                                                "start": 4421,
                                                "end": 4443,
                                                "loc": {
                                                  "start": {
                                                    "line": 121,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 121,
                                                    "column": 82
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 4421,
                                                  "end": 4439,
                                                  "loc": {
                                                    "start": {
                                                      "line": 121,
                                                      "column": 60
                                                    },
                                                    "end": {
                                                      "line": 121,
                                                      "column": 78
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 4421,
                                                    "end": 4433,
                                                    "loc": {
                                                      "start": {
                                                        "line": 121,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 121,
                                                        "column": 72
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 4421,
                                                      "end": 4425,
                                                      "loc": {
                                                        "start": {
                                                          "line": 121,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 121,
                                                          "column": 64
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4426,
                                                      "end": 4433,
                                                      "loc": {
                                                        "start": {
                                                          "line": 121,
                                                          "column": 65
                                                        },
                                                        "end": {
                                                          "line": 121,
                                                          "column": 72
                                                        }
                                                      },
                                                      "name": "options"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4434,
                                                    "end": 4439,
                                                    "loc": {
                                                      "start": {
                                                        "line": 121,
                                                        "column": 73
                                                      },
                                                      "end": {
                                                        "line": 121,
                                                        "column": 78
                                                      }
                                                    },
                                                    "name": "light"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 4442,
                                                  "end": 4443,
                                                  "loc": {
                                                    "start": {
                                                      "line": 121,
                                                      "column": 81
                                                    },
                                                    "end": {
                                                      "line": 121,
                                                      "column": 82
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4445,
                                            "end": 4456,
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 84
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 95
                                              }
                                            },
                                            "name": "setPosition"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 4457,
                                            "end": 4463,
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 96
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 102
                                              }
                                            },
                                            "name": "coords"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 4465,
                                            "end": 4466,
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 104
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 105
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 4468,
                                            "end": 4469,
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 107
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 108
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4486,
                                  "end": 4585,
                                  "loc": {
                                    "start": {
                                      "line": 122,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 122,
                                      "column": 111
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4486,
                                    "end": 4584,
                                    "loc": {
                                      "start": {
                                        "line": 122,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 122,
                                        "column": 110
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4486,
                                      "end": 4502,
                                      "loc": {
                                        "start": {
                                          "line": 122,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 122,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4486,
                                        "end": 4498,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4486,
                                          "end": 4490,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4491,
                                          "end": 4498,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4499,
                                        "end": 4502,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 4503,
                                        "end": 4583,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 109
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4503,
                                          "end": 4569,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 95
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 4503,
                                            "end": 4557,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 83
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4507,
                                              "end": 4523,
                                              "loc": {
                                                "start": {
                                                  "line": 122,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 122,
                                                  "column": 49
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4507,
                                                "end": 4512,
                                                "loc": {
                                                  "start": {
                                                    "line": 122,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 122,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4513,
                                                "end": 4523,
                                                "loc": {
                                                  "start": {
                                                    "line": 122,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 122,
                                                    "column": 49
                                                  }
                                                },
                                                "name": "PointLight"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 4524,
                                                "end": 4532,
                                                "loc": {
                                                  "start": {
                                                    "line": 122,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 122,
                                                    "column": 58
                                                  }
                                                },
                                                "value": 16777215,
                                                "rawValue": 16777215,
                                                "raw": "0xffffff"
                                              },
                                              {
                                                "type": "BinaryExpression",
                                                "start": 4534,
                                                "end": 4556,
                                                "loc": {
                                                  "start": {
                                                    "line": 122,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 122,
                                                    "column": 82
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 4534,
                                                  "end": 4552,
                                                  "loc": {
                                                    "start": {
                                                      "line": 122,
                                                      "column": 60
                                                    },
                                                    "end": {
                                                      "line": 122,
                                                      "column": 78
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 4534,
                                                    "end": 4546,
                                                    "loc": {
                                                      "start": {
                                                        "line": 122,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 122,
                                                        "column": 72
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 4534,
                                                      "end": 4538,
                                                      "loc": {
                                                        "start": {
                                                          "line": 122,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 122,
                                                          "column": 64
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4539,
                                                      "end": 4546,
                                                      "loc": {
                                                        "start": {
                                                          "line": 122,
                                                          "column": 65
                                                        },
                                                        "end": {
                                                          "line": 122,
                                                          "column": 72
                                                        }
                                                      },
                                                      "name": "options"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4547,
                                                    "end": 4552,
                                                    "loc": {
                                                      "start": {
                                                        "line": 122,
                                                        "column": 73
                                                      },
                                                      "end": {
                                                        "line": 122,
                                                        "column": 78
                                                      }
                                                    },
                                                    "name": "light"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 4555,
                                                  "end": 4556,
                                                  "loc": {
                                                    "start": {
                                                      "line": 122,
                                                      "column": 81
                                                    },
                                                    "end": {
                                                      "line": 122,
                                                      "column": 82
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4558,
                                            "end": 4569,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 84
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 95
                                              }
                                            },
                                            "name": "setPosition"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 4570,
                                            "end": 4571,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 96
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 97
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 4573,
                                            "end": 4579,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 99
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 105
                                              }
                                            },
                                            "name": "coords"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 4581,
                                            "end": 4582,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 107
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 108
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4599,
                                  "end": 4698,
                                  "loc": {
                                    "start": {
                                      "line": 123,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 123,
                                      "column": 111
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4599,
                                    "end": 4697,
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 110
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4599,
                                      "end": 4615,
                                      "loc": {
                                        "start": {
                                          "line": 123,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 123,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4599,
                                        "end": 4611,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4599,
                                          "end": 4603,
                                          "loc": {
                                            "start": {
                                              "line": 123,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 123,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4604,
                                          "end": 4611,
                                          "loc": {
                                            "start": {
                                              "line": 123,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 123,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4612,
                                        "end": 4615,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 4616,
                                        "end": 4696,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 109
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4616,
                                          "end": 4682,
                                          "loc": {
                                            "start": {
                                              "line": 123,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 123,
                                              "column": 95
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 4616,
                                            "end": 4670,
                                            "loc": {
                                              "start": {
                                                "line": 123,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 123,
                                                "column": 83
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4620,
                                              "end": 4636,
                                              "loc": {
                                                "start": {
                                                  "line": 123,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 123,
                                                  "column": 49
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4620,
                                                "end": 4625,
                                                "loc": {
                                                  "start": {
                                                    "line": 123,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 123,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4626,
                                                "end": 4636,
                                                "loc": {
                                                  "start": {
                                                    "line": 123,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 123,
                                                    "column": 49
                                                  }
                                                },
                                                "name": "PointLight"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 4637,
                                                "end": 4645,
                                                "loc": {
                                                  "start": {
                                                    "line": 123,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 123,
                                                    "column": 58
                                                  }
                                                },
                                                "value": 16777215,
                                                "rawValue": 16777215,
                                                "raw": "0xffffff"
                                              },
                                              {
                                                "type": "BinaryExpression",
                                                "start": 4647,
                                                "end": 4669,
                                                "loc": {
                                                  "start": {
                                                    "line": 123,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 123,
                                                    "column": 82
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 4647,
                                                  "end": 4665,
                                                  "loc": {
                                                    "start": {
                                                      "line": 123,
                                                      "column": 60
                                                    },
                                                    "end": {
                                                      "line": 123,
                                                      "column": 78
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 4647,
                                                    "end": 4659,
                                                    "loc": {
                                                      "start": {
                                                        "line": 123,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 123,
                                                        "column": 72
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 4647,
                                                      "end": 4651,
                                                      "loc": {
                                                        "start": {
                                                          "line": 123,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 123,
                                                          "column": 64
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4652,
                                                      "end": 4659,
                                                      "loc": {
                                                        "start": {
                                                          "line": 123,
                                                          "column": 65
                                                        },
                                                        "end": {
                                                          "line": 123,
                                                          "column": 72
                                                        }
                                                      },
                                                      "name": "options"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4660,
                                                    "end": 4665,
                                                    "loc": {
                                                      "start": {
                                                        "line": 123,
                                                        "column": 73
                                                      },
                                                      "end": {
                                                        "line": 123,
                                                        "column": 78
                                                      }
                                                    },
                                                    "name": "light"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 4668,
                                                  "end": 4669,
                                                  "loc": {
                                                    "start": {
                                                      "line": 123,
                                                      "column": 81
                                                    },
                                                    "end": {
                                                      "line": 123,
                                                      "column": 82
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4671,
                                            "end": 4682,
                                            "loc": {
                                              "start": {
                                                "line": 123,
                                                "column": 84
                                              },
                                              "end": {
                                                "line": 123,
                                                "column": 95
                                              }
                                            },
                                            "name": "setPosition"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 4683,
                                            "end": 4684,
                                            "loc": {
                                              "start": {
                                                "line": 123,
                                                "column": 96
                                              },
                                              "end": {
                                                "line": 123,
                                                "column": 97
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 4686,
                                            "end": 4687,
                                            "loc": {
                                              "start": {
                                                "line": 123,
                                                "column": 99
                                              },
                                              "end": {
                                                "line": 123,
                                                "column": 100
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 4689,
                                            "end": 4695,
                                            "loc": {
                                              "start": {
                                                "line": 123,
                                                "column": 102
                                              },
                                              "end": {
                                                "line": 123,
                                                "column": 108
                                              }
                                            },
                                            "name": "coords"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 4714,
                                  "end": 4801,
                                  "loc": {
                                    "start": {
                                      "line": 125,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 125,
                                      "column": 99
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 4718,
                                      "end": 4800,
                                      "loc": {
                                        "start": {
                                          "line": 125,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 125,
                                          "column": 98
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 4718,
                                        "end": 4721,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 19
                                          }
                                        },
                                        "name": "vec"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 4724,
                                        "end": 4800,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 98
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4724,
                                          "end": 4748,
                                          "loc": {
                                            "start": {
                                              "line": 125,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 125,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 4724,
                                            "end": 4735,
                                            "loc": {
                                              "start": {
                                                "line": 125,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 125,
                                                "column": 33
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 4724,
                                              "end": 4728,
                                              "loc": {
                                                "start": {
                                                  "line": 125,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 125,
                                                  "column": 26
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4729,
                                              "end": 4735,
                                              "loc": {
                                                "start": {
                                                  "line": 125,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 125,
                                                  "column": 33
                                                }
                                              },
                                              "name": "parent"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4736,
                                            "end": 4748,
                                            "loc": {
                                              "start": {
                                                "line": 125,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 125,
                                                "column": 46
                                              }
                                            },
                                            "name": "worldToLocal"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 4749,
                                            "end": 4799,
                                            "loc": {
                                              "start": {
                                                "line": 125,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 125,
                                                "column": 97
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4753,
                                              "end": 4766,
                                              "loc": {
                                                "start": {
                                                  "line": 125,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 125,
                                                  "column": 64
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4753,
                                                "end": 4758,
                                                "loc": {
                                                  "start": {
                                                    "line": 125,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 125,
                                                    "column": 56
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4759,
                                                "end": 4766,
                                                "loc": {
                                                  "start": {
                                                    "line": 125,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 125,
                                                    "column": 64
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "BinaryExpression",
                                                "start": 4767,
                                                "end": 4778,
                                                "loc": {
                                                  "start": {
                                                    "line": 125,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 125,
                                                    "column": 76
                                                  }
                                                },
                                                "left": {
                                                  "type": "UnaryExpression",
                                                  "start": 4767,
                                                  "end": 4774,
                                                  "loc": {
                                                    "start": {
                                                      "line": 125,
                                                      "column": 65
                                                    },
                                                    "end": {
                                                      "line": 125,
                                                      "column": 72
                                                    }
                                                  },
                                                  "operator": "-",
                                                  "prefix": true,
                                                  "argument": {
                                                    "type": "Identifier",
                                                    "start": 4768,
                                                    "end": 4774,
                                                    "loc": {
                                                      "start": {
                                                        "line": 125,
                                                        "column": 66
                                                      },
                                                      "end": {
                                                        "line": 125,
                                                        "column": 72
                                                      }
                                                    },
                                                    "name": "coords"
                                                  }
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 4777,
                                                  "end": 4778,
                                                  "loc": {
                                                    "start": {
                                                      "line": 125,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 125,
                                                      "column": 76
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 4780,
                                                "end": 4786,
                                                "loc": {
                                                  "start": {
                                                    "line": 125,
                                                    "column": 78
                                                  },
                                                  "end": {
                                                    "line": 125,
                                                    "column": 84
                                                  }
                                                },
                                                "name": "coords"
                                              },
                                              {
                                                "type": "BinaryExpression",
                                                "start": 4788,
                                                "end": 4798,
                                                "loc": {
                                                  "start": {
                                                    "line": 125,
                                                    "column": 86
                                                  },
                                                  "end": {
                                                    "line": 125,
                                                    "column": 96
                                                  }
                                                },
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 4788,
                                                  "end": 4794,
                                                  "loc": {
                                                    "start": {
                                                      "line": 125,
                                                      "column": 86
                                                    },
                                                    "end": {
                                                      "line": 125,
                                                      "column": 92
                                                    }
                                                  },
                                                  "name": "coords"
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 4797,
                                                  "end": 4798,
                                                  "loc": {
                                                    "start": {
                                                      "line": 125,
                                                      "column": 95
                                                    },
                                                    "end": {
                                                      "line": 125,
                                                      "column": 96
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 4815,
                                  "end": 4910,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 107
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 4819,
                                      "end": 4909,
                                      "loc": {
                                        "start": {
                                          "line": 126,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 126,
                                          "column": 106
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 4819,
                                        "end": 4828,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 25
                                          }
                                        },
                                        "name": "spotLight"
                                      },
                                      "init": {
                                        "type": "NewExpression",
                                        "start": 4831,
                                        "end": 4909,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 106
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4835,
                                          "end": 4850,
                                          "loc": {
                                            "start": {
                                              "line": 126,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4835,
                                            "end": 4840,
                                            "loc": {
                                              "start": {
                                                "line": 126,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 126,
                                                "column": 37
                                              }
                                            },
                                            "name": "THREE"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4841,
                                            "end": 4850,
                                            "loc": {
                                              "start": {
                                                "line": 126,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 126,
                                                "column": 47
                                              }
                                            },
                                            "name": "SpotLight"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 4852,
                                            "end": 4860,
                                            "loc": {
                                              "start": {
                                                "line": 126,
                                                "column": 49
                                              },
                                              "end": {
                                                "line": 126,
                                                "column": 57
                                              }
                                            },
                                            "value": 16777215,
                                            "rawValue": 16777215,
                                            "raw": "0xffffff"
                                          },
                                          {
                                            "type": "MemberExpression",
                                            "start": 4862,
                                            "end": 4880,
                                            "loc": {
                                              "start": {
                                                "line": 126,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 126,
                                                "column": 77
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 4862,
                                              "end": 4874,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 71
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 4862,
                                                "end": 4866,
                                                "loc": {
                                                  "start": {
                                                    "line": 126,
                                                    "column": 59
                                                  },
                                                  "end": {
                                                    "line": 126,
                                                    "column": 63
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4867,
                                                "end": 4874,
                                                "loc": {
                                                  "start": {
                                                    "line": 126,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 126,
                                                    "column": 71
                                                  }
                                                },
                                                "name": "options"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4875,
                                              "end": 4880,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 72
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 77
                                                }
                                              },
                                              "name": "light"
                                            },
                                            "computed": false
                                          },
                                          {
                                            "type": "BinaryExpression",
                                            "start": 4882,
                                            "end": 4894,
                                            "loc": {
                                              "start": {
                                                "line": 126,
                                                "column": 79
                                              },
                                              "end": {
                                                "line": 126,
                                                "column": 91
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 4882,
                                              "end": 4888,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 79
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 85
                                                }
                                              },
                                              "name": "coords"
                                            },
                                            "operator": "*",
                                            "right": {
                                              "type": "Literal",
                                              "start": 4891,
                                              "end": 4894,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 88
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 91
                                                }
                                              },
                                              "value": 1.5,
                                              "rawValue": 1.5,
                                              "raw": "1.5"
                                            }
                                          },
                                          {
                                            "type": "BinaryExpression",
                                            "start": 4896,
                                            "end": 4907,
                                            "loc": {
                                              "start": {
                                                "line": 126,
                                                "column": 93
                                              },
                                              "end": {
                                                "line": 126,
                                                "column": 104
                                              }
                                            },
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 4896,
                                              "end": 4903,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 93
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 100
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4896,
                                                "end": 4900,
                                                "loc": {
                                                  "start": {
                                                    "line": 126,
                                                    "column": 93
                                                  },
                                                  "end": {
                                                    "line": 126,
                                                    "column": 97
                                                  }
                                                },
                                                "name": "Math"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4901,
                                                "end": 4903,
                                                "loc": {
                                                  "start": {
                                                    "line": 126,
                                                    "column": 98
                                                  },
                                                  "end": {
                                                    "line": 126,
                                                    "column": 100
                                                  }
                                                },
                                                "name": "PI"
                                              },
                                              "computed": false
                                            },
                                            "operator": "/",
                                            "right": {
                                              "type": "Literal",
                                              "start": 4906,
                                              "end": 4907,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 103
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 104
                                                }
                                              },
                                              "value": 6,
                                              "rawValue": 6,
                                              "raw": "6"
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4924,
                                  "end": 4953,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 41
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4924,
                                    "end": 4952,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 40
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4924,
                                      "end": 4947,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 35
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4924,
                                        "end": 4942,
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 30
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 4924,
                                          "end": 4933,
                                          "loc": {
                                            "start": {
                                              "line": 127,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 127,
                                              "column": 21
                                            }
                                          },
                                          "name": "spotLight"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4934,
                                          "end": 4942,
                                          "loc": {
                                            "start": {
                                              "line": 127,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 127,
                                              "column": 30
                                            }
                                          },
                                          "name": "position"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4943,
                                        "end": 4947,
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 35
                                          }
                                        },
                                        "name": "copy"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 4948,
                                        "end": 4951,
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 39
                                          }
                                        },
                                        "name": "vec"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4967,
                                  "end": 5000,
                                  "loc": {
                                    "start": {
                                      "line": 128,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 128,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4967,
                                    "end": 4999,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 44
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4967,
                                      "end": 4983,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4967,
                                        "end": 4976,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 21
                                          }
                                        },
                                        "name": "spotLight"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4977,
                                        "end": 4983,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 28
                                          }
                                        },
                                        "name": "target"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 4986,
                                      "end": 4999,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 4986,
                                        "end": 4990,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 35
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4991,
                                        "end": 4999,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 44
                                          }
                                        },
                                        "name": "_objects"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5014,
                                  "end": 5042,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 40
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 5014,
                                    "end": 5041,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 39
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5014,
                                      "end": 5034,
                                      "loc": {
                                        "start": {
                                          "line": 129,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 129,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5014,
                                        "end": 5023,
                                        "loc": {
                                          "start": {
                                            "line": 129,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 129,
                                            "column": 21
                                          }
                                        },
                                        "name": "spotLight"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5024,
                                        "end": 5034,
                                        "loc": {
                                          "start": {
                                            "line": 129,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 129,
                                            "column": 32
                                          }
                                        },
                                        "name": "castShadow"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 5037,
                                      "end": 5041,
                                      "loc": {
                                        "start": {
                                          "line": 129,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 129,
                                          "column": 39
                                        }
                                      },
                                      "value": true,
                                      "rawValue": true,
                                      "raw": "true"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5056,
                                  "end": 5079,
                                  "loc": {
                                    "start": {
                                      "line": 130,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 130,
                                      "column": 35
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 5056,
                                    "end": 5078,
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 34
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5056,
                                      "end": 5074,
                                      "loc": {
                                        "start": {
                                          "line": 130,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 130,
                                          "column": 30
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5056,
                                        "end": 5065,
                                        "loc": {
                                          "start": {
                                            "line": 130,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 130,
                                            "column": 21
                                          }
                                        },
                                        "name": "spotLight"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5066,
                                        "end": 5074,
                                        "loc": {
                                          "start": {
                                            "line": 130,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 130,
                                            "column": 30
                                          }
                                        },
                                        "name": "penumbra"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 5077,
                                      "end": 5078,
                                      "loc": {
                                        "start": {
                                          "line": 130,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 130,
                                          "column": 34
                                        }
                                      },
                                      "value": 1,
                                      "rawValue": 1,
                                      "raw": "1"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5093,
                                  "end": 5193,
                                  "loc": {
                                    "start": {
                                      "line": 131,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 131,
                                      "column": 112
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 5093,
                                    "end": 5192,
                                    "loc": {
                                      "start": {
                                        "line": 131,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 131,
                                        "column": 111
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5093,
                                      "end": 5109,
                                      "loc": {
                                        "start": {
                                          "line": 131,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 131,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 5093,
                                        "end": 5102,
                                        "loc": {
                                          "start": {
                                            "line": 131,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 131,
                                            "column": 21
                                          }
                                        },
                                        "name": "spotLight"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5103,
                                        "end": 5109,
                                        "loc": {
                                          "start": {
                                            "line": 131,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 131,
                                            "column": 28
                                          }
                                        },
                                        "name": "shadow"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "NewExpression",
                                      "start": 5112,
                                      "end": 5192,
                                      "loc": {
                                        "start": {
                                          "line": 131,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 131,
                                          "column": 111
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 5116,
                                        "end": 5133,
                                        "loc": {
                                          "start": {
                                            "line": 131,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 131,
                                            "column": 52
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5116,
                                          "end": 5121,
                                          "loc": {
                                            "start": {
                                              "line": 131,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 131,
                                              "column": 40
                                            }
                                          },
                                          "name": "THREE"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5122,
                                          "end": 5133,
                                          "loc": {
                                            "start": {
                                              "line": 131,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 131,
                                              "column": 52
                                            }
                                          },
                                          "name": "LightShadow"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "NewExpression",
                                          "start": 5135,
                                          "end": 5190,
                                          "loc": {
                                            "start": {
                                              "line": 131,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 131,
                                              "column": 109
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5139,
                                            "end": 5162,
                                            "loc": {
                                              "start": {
                                                "line": 131,
                                                "column": 58
                                              },
                                              "end": {
                                                "line": 131,
                                                "column": 81
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5139,
                                              "end": 5144,
                                              "loc": {
                                                "start": {
                                                  "line": 131,
                                                  "column": 58
                                                },
                                                "end": {
                                                  "line": 131,
                                                  "column": 63
                                                }
                                              },
                                              "name": "THREE"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5145,
                                              "end": 5162,
                                              "loc": {
                                                "start": {
                                                  "line": 131,
                                                  "column": 64
                                                },
                                                "end": {
                                                  "line": 131,
                                                  "column": 81
                                                }
                                              },
                                              "name": "PerspectiveCamera"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Literal",
                                              "start": 5164,
                                              "end": 5166,
                                              "loc": {
                                                "start": {
                                                  "line": 131,
                                                  "column": 83
                                                },
                                                "end": {
                                                  "line": 131,
                                                  "column": 85
                                                }
                                              },
                                              "value": 10,
                                              "rawValue": 10,
                                              "raw": "10"
                                            },
                                            {
                                              "type": "Literal",
                                              "start": 5168,
                                              "end": 5169,
                                              "loc": {
                                                "start": {
                                                  "line": 131,
                                                  "column": 87
                                                },
                                                "end": {
                                                  "line": 131,
                                                  "column": 88
                                                }
                                              },
                                              "value": 1,
                                              "rawValue": 1,
                                              "raw": "1"
                                            },
                                            {
                                              "type": "Literal",
                                              "start": 5171,
                                              "end": 5174,
                                              "loc": {
                                                "start": {
                                                  "line": 131,
                                                  "column": 90
                                                },
                                                "end": {
                                                  "line": 131,
                                                  "column": 93
                                                }
                                              },
                                              "value": 100,
                                              "rawValue": 100,
                                              "raw": "100"
                                            },
                                            {
                                              "type": "BinaryExpression",
                                              "start": 5176,
                                              "end": 5188,
                                              "loc": {
                                                "start": {
                                                  "line": 131,
                                                  "column": 95
                                                },
                                                "end": {
                                                  "line": 131,
                                                  "column": 107
                                                }
                                              },
                                              "left": {
                                                "type": "Identifier",
                                                "start": 5176,
                                                "end": 5182,
                                                "loc": {
                                                  "start": {
                                                    "line": 131,
                                                    "column": 95
                                                  },
                                                  "end": {
                                                    "line": 131,
                                                    "column": 101
                                                  }
                                                },
                                                "name": "coords"
                                              },
                                              "operator": "*",
                                              "right": {
                                                "type": "Literal",
                                                "start": 5185,
                                                "end": 5188,
                                                "loc": {
                                                  "start": {
                                                    "line": 131,
                                                    "column": 104
                                                  },
                                                  "end": {
                                                    "line": 131,
                                                    "column": 107
                                                  }
                                                },
                                                "value": 1.5,
                                                "rawValue": 1.5,
                                                "raw": "1.5"
                                              }
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5207,
                                  "end": 5245,
                                  "loc": {
                                    "start": {
                                      "line": 132,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 132,
                                      "column": 50
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 5207,
                                    "end": 5244,
                                    "loc": {
                                      "start": {
                                        "line": 132,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 132,
                                        "column": 49
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5207,
                                      "end": 5237,
                                      "loc": {
                                        "start": {
                                          "line": 132,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 132,
                                          "column": 42
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5207,
                                        "end": 5231,
                                        "loc": {
                                          "start": {
                                            "line": 132,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 132,
                                            "column": 36
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 5207,
                                          "end": 5223,
                                          "loc": {
                                            "start": {
                                              "line": 132,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 132,
                                              "column": 28
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5207,
                                            "end": 5216,
                                            "loc": {
                                              "start": {
                                                "line": 132,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 132,
                                                "column": 21
                                              }
                                            },
                                            "name": "spotLight"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5217,
                                            "end": 5223,
                                            "loc": {
                                              "start": {
                                                "line": 132,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 132,
                                                "column": 28
                                              }
                                            },
                                            "name": "shadow"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5224,
                                          "end": 5231,
                                          "loc": {
                                            "start": {
                                              "line": 132,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 132,
                                              "column": 36
                                            }
                                          },
                                          "name": "mapSize"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5232,
                                        "end": 5237,
                                        "loc": {
                                          "start": {
                                            "line": 132,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 132,
                                            "column": 42
                                          }
                                        },
                                        "name": "width"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 5240,
                                      "end": 5244,
                                      "loc": {
                                        "start": {
                                          "line": 132,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 132,
                                          "column": 49
                                        }
                                      },
                                      "value": 2048,
                                      "rawValue": 2048,
                                      "raw": "2048"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5259,
                                  "end": 5298,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 51
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 5259,
                                    "end": 5297,
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 50
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5259,
                                      "end": 5290,
                                      "loc": {
                                        "start": {
                                          "line": 133,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 133,
                                          "column": 43
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5259,
                                        "end": 5283,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 36
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 5259,
                                          "end": 5275,
                                          "loc": {
                                            "start": {
                                              "line": 133,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 133,
                                              "column": 28
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5259,
                                            "end": 5268,
                                            "loc": {
                                              "start": {
                                                "line": 133,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 133,
                                                "column": 21
                                              }
                                            },
                                            "name": "spotLight"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5269,
                                            "end": 5275,
                                            "loc": {
                                              "start": {
                                                "line": 133,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 133,
                                                "column": 28
                                              }
                                            },
                                            "name": "shadow"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5276,
                                          "end": 5283,
                                          "loc": {
                                            "start": {
                                              "line": 133,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 133,
                                              "column": 36
                                            }
                                          },
                                          "name": "mapSize"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5284,
                                        "end": 5290,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 43
                                          }
                                        },
                                        "name": "height"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 5293,
                                      "end": 5297,
                                      "loc": {
                                        "start": {
                                          "line": 133,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 133,
                                          "column": 50
                                        }
                                      },
                                      "value": 2048,
                                      "rawValue": 2048,
                                      "raw": "2048"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5312,
                                  "end": 5342,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 42
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5312,
                                    "end": 5341,
                                    "loc": {
                                      "start": {
                                        "line": 134,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 134,
                                        "column": 41
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5312,
                                      "end": 5328,
                                      "loc": {
                                        "start": {
                                          "line": 134,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 134,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5312,
                                        "end": 5324,
                                        "loc": {
                                          "start": {
                                            "line": 134,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 134,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5312,
                                          "end": 5316,
                                          "loc": {
                                            "start": {
                                              "line": 134,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 134,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5317,
                                          "end": 5324,
                                          "loc": {
                                            "start": {
                                              "line": 134,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 134,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5325,
                                        "end": 5328,
                                        "loc": {
                                          "start": {
                                            "line": 134,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 134,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 5330,
                                        "end": 5339,
                                        "loc": {
                                          "start": {
                                            "line": 134,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 134,
                                            "column": 39
                                          }
                                        },
                                        "name": "spotLight"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 5358,
                                  "end": 5438,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 92
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 5362,
                                      "end": 5437,
                                      "loc": {
                                        "start": {
                                          "line": 136,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 136,
                                          "column": 91
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 5362,
                                        "end": 5371,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 25
                                          }
                                        },
                                        "name": "shadowGeo"
                                      },
                                      "init": {
                                        "type": "NewExpression",
                                        "start": 5374,
                                        "end": 5437,
                                        "loc": {
                                          "start": {
                                            "line": 136,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 136,
                                            "column": 91
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5378,
                                          "end": 5403,
                                          "loc": {
                                            "start": {
                                              "line": 136,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 136,
                                              "column": 57
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5378,
                                            "end": 5383,
                                            "loc": {
                                              "start": {
                                                "line": 136,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 136,
                                                "column": 37
                                              }
                                            },
                                            "name": "THREE"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5384,
                                            "end": 5403,
                                            "loc": {
                                              "start": {
                                                "line": 136,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 136,
                                                "column": 57
                                              }
                                            },
                                            "name": "PlaneBufferGeometry"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "BinaryExpression",
                                            "start": 5405,
                                            "end": 5416,
                                            "loc": {
                                              "start": {
                                                "line": 136,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 136,
                                                "column": 70
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 5405,
                                              "end": 5410,
                                              "loc": {
                                                "start": {
                                                  "line": 136,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 136,
                                                  "column": 64
                                                }
                                              },
                                              "name": "width"
                                            },
                                            "operator": "*",
                                            "right": {
                                              "type": "Literal",
                                              "start": 5413,
                                              "end": 5416,
                                              "loc": {
                                                "start": {
                                                  "line": 136,
                                                  "column": 67
                                                },
                                                "end": {
                                                  "line": 136,
                                                  "column": 70
                                                }
                                              },
                                              "value": 1.2,
                                              "rawValue": 1.2,
                                              "raw": "1.2"
                                            }
                                          },
                                          {
                                            "type": "BinaryExpression",
                                            "start": 5418,
                                            "end": 5429,
                                            "loc": {
                                              "start": {
                                                "line": 136,
                                                "column": 72
                                              },
                                              "end": {
                                                "line": 136,
                                                "column": 83
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 5418,
                                              "end": 5423,
                                              "loc": {
                                                "start": {
                                                  "line": 136,
                                                  "column": 72
                                                },
                                                "end": {
                                                  "line": 136,
                                                  "column": 77
                                                }
                                              },
                                              "name": "depth"
                                            },
                                            "operator": "*",
                                            "right": {
                                              "type": "Literal",
                                              "start": 5426,
                                              "end": 5429,
                                              "loc": {
                                                "start": {
                                                  "line": 136,
                                                  "column": 80
                                                },
                                                "end": {
                                                  "line": 136,
                                                  "column": 83
                                                }
                                              },
                                              "value": 1.2,
                                              "rawValue": 1.2,
                                              "raw": "1.2"
                                            }
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 5431,
                                            "end": 5432,
                                            "loc": {
                                              "start": {
                                                "line": 136,
                                                "column": 85
                                              },
                                              "end": {
                                                "line": 136,
                                                "column": 86
                                              }
                                            },
                                            "value": 1,
                                            "rawValue": 1,
                                            "raw": "1"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 5434,
                                            "end": 5435,
                                            "loc": {
                                              "start": {
                                                "line": 136,
                                                "column": 88
                                              },
                                              "end": {
                                                "line": 136,
                                                "column": 89
                                              }
                                            },
                                            "value": 1,
                                            "rawValue": 1,
                                            "raw": "1"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 5452,
                                  "end": 5506,
                                  "loc": {
                                    "start": {
                                      "line": 137,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 137,
                                      "column": 66
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 5456,
                                      "end": 5506,
                                      "loc": {
                                        "start": {
                                          "line": 137,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 137,
                                          "column": 66
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 5456,
                                        "end": 5460,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 20
                                          }
                                        },
                                        "name": "mesh"
                                      },
                                      "init": {
                                        "type": "NewExpression",
                                        "start": 5463,
                                        "end": 5506,
                                        "loc": {
                                          "start": {
                                            "line": 137,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 137,
                                            "column": 66
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5467,
                                          "end": 5477,
                                          "loc": {
                                            "start": {
                                              "line": 137,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 137,
                                              "column": 37
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5467,
                                            "end": 5472,
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 32
                                              }
                                            },
                                            "name": "THREE"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5473,
                                            "end": 5477,
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 37
                                              }
                                            },
                                            "name": "Mesh"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 5479,
                                            "end": 5488,
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 48
                                              }
                                            },
                                            "name": "shadowGeo"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 5490,
                                            "end": 5504,
                                            "loc": {
                                              "start": {
                                                "line": 137,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 137,
                                                "column": 64
                                              }
                                            },
                                            "name": "shadowMaterial"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5520,
                                  "end": 5544,
                                  "loc": {
                                    "start": {
                                      "line": 138,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 138,
                                      "column": 36
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5520,
                                    "end": 5543,
                                    "loc": {
                                      "start": {
                                        "line": 138,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 138,
                                        "column": 35
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5520,
                                      "end": 5535,
                                      "loc": {
                                        "start": {
                                          "line": 138,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 138,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5520,
                                        "end": 5531,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 23
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5520,
                                          "end": 5524,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5525,
                                          "end": 5531,
                                          "loc": {
                                            "start": {
                                              "line": 138,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 138,
                                              "column": 23
                                            }
                                          },
                                          "name": "_stage"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5532,
                                        "end": 5535,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 27
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 5537,
                                        "end": 5541,
                                        "loc": {
                                          "start": {
                                            "line": 138,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 138,
                                            "column": 33
                                          }
                                        },
                                        "name": "mesh"
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5571,
              "end": 5622,
              "loc": {
                "start": {
                  "line": 142,
                  "column": 4
                },
                "end": {
                  "line": 144,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5571,
                "end": 5580,
                "loc": {
                  "start": {
                    "line": 142,
                    "column": 4
                  },
                  "end": {
                    "line": 142,
                    "column": 13
                  }
                },
                "name": "getModels"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5580,
                "end": 5622,
                "loc": {
                  "start": {
                    "line": 142,
                    "column": 13
                  },
                  "end": {
                    "line": 144,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 5583,
                  "end": 5622,
                  "loc": {
                    "start": {
                      "line": 142,
                      "column": 16
                    },
                    "end": {
                      "line": 144,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 5594,
                      "end": 5615,
                      "loc": {
                        "start": {
                          "line": 143,
                          "column": 8
                        },
                        "end": {
                          "line": 143,
                          "column": 29
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 5601,
                        "end": 5614,
                        "loc": {
                          "start": {
                            "line": 143,
                            "column": 15
                          },
                          "end": {
                            "line": 143,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 5601,
                          "end": 5605,
                          "loc": {
                            "start": {
                              "line": 143,
                              "column": 15
                            },
                            "end": {
                              "line": 143,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5606,
                          "end": 5614,
                          "loc": {
                            "start": {
                              "line": 143,
                              "column": 20
                            },
                            "end": {
                              "line": 143,
                              "column": 28
                            }
                          },
                          "name": "_objects"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5630,
              "end": 5680,
              "loc": {
                "start": {
                  "line": 146,
                  "column": 4
                },
                "end": {
                  "line": 148,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5630,
                "end": 5639,
                "loc": {
                  "start": {
                    "line": 146,
                    "column": 4
                  },
                  "end": {
                    "line": 146,
                    "column": 13
                  }
                },
                "name": "getLights"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5639,
                "end": 5680,
                "loc": {
                  "start": {
                    "line": 146,
                    "column": 13
                  },
                  "end": {
                    "line": 148,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 5642,
                  "end": 5680,
                  "loc": {
                    "start": {
                      "line": 146,
                      "column": 16
                    },
                    "end": {
                      "line": 148,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 5653,
                      "end": 5673,
                      "loc": {
                        "start": {
                          "line": 147,
                          "column": 8
                        },
                        "end": {
                          "line": 147,
                          "column": 28
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 5660,
                        "end": 5672,
                        "loc": {
                          "start": {
                            "line": 147,
                            "column": 15
                          },
                          "end": {
                            "line": 147,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 5660,
                          "end": 5664,
                          "loc": {
                            "start": {
                              "line": 147,
                              "column": 15
                            },
                            "end": {
                              "line": 147,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5665,
                          "end": 5672,
                          "loc": {
                            "start": {
                              "line": 147,
                              "column": 20
                            },
                            "end": {
                              "line": 147,
                              "column": 27
                            }
                          },
                          "name": "_lights"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5688,
              "end": 5736,
              "loc": {
                "start": {
                  "line": 150,
                  "column": 4
                },
                "end": {
                  "line": 152,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5688,
                "end": 5696,
                "loc": {
                  "start": {
                    "line": 150,
                    "column": 4
                  },
                  "end": {
                    "line": 150,
                    "column": 12
                  }
                },
                "name": "getStage"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5696,
                "end": 5736,
                "loc": {
                  "start": {
                    "line": 150,
                    "column": 12
                  },
                  "end": {
                    "line": 152,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 5699,
                  "end": 5736,
                  "loc": {
                    "start": {
                      "line": 150,
                      "column": 15
                    },
                    "end": {
                      "line": 152,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 5710,
                      "end": 5729,
                      "loc": {
                        "start": {
                          "line": 151,
                          "column": 8
                        },
                        "end": {
                          "line": 151,
                          "column": 27
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 5717,
                        "end": 5728,
                        "loc": {
                          "start": {
                            "line": 151,
                            "column": 15
                          },
                          "end": {
                            "line": 151,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 5717,
                          "end": 5721,
                          "loc": {
                            "start": {
                              "line": 151,
                              "column": 15
                            },
                            "end": {
                              "line": 151,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5722,
                          "end": 5728,
                          "loc": {
                            "start": {
                              "line": 151,
                              "column": 20
                            },
                            "end": {
                              "line": 151,
                              "column": 26
                            }
                          },
                          "name": "_stage"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}