{
  "type": "Program",
  "start": 0,
  "end": 5407,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 150,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 26,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 26
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 12,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 12
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 12,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 12
              }
            },
            "name": "THREE"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 18,
        "end": 25,
        "loc": {
          "start": {
            "line": 1,
            "column": 18
          },
          "end": {
            "line": 1,
            "column": 25
          }
        },
        "value": "three",
        "rawValue": "three",
        "raw": "'three'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 28,
      "end": 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": 5405,
      "loc": {
        "start": {
          "line": 16,
          "column": 0
        },
        "end": {
          "line": 149,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 726,
        "end": 5405,
        "loc": {
          "start": {
            "line": 16,
            "column": 15
          },
          "end": {
            "line": 149,
            "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": 5405,
          "loc": {
            "start": {
              "line": 16,
              "column": 50
            },
            "end": {
              "line": 149,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 768,
              "end": 1479,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 4
                },
                "end": {
                  "line": 45,
                  "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": 1479,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 15
                  },
                  "end": {
                    "line": 45,
                    "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": 1479,
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 60
                    },
                    "end": {
                      "line": 45,
                      "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": 1046,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 8
                        },
                        "end": {
                          "line": 27,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 890,
                        "end": 1045,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 8
                          },
                          "end": {
                            "line": 27,
                            "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": 1045,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 23
                            },
                            "end": {
                              "line": 27,
                              "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": 1,
                                "rawValue": 1,
                                "raw": "1"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "SpreadProperty",
                              "start": 1024,
                              "end": 1034,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 12
                                },
                                "end": {
                                  "line": 26,
                                  "column": 22
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 1027,
                                "end": 1034,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 22
                                  }
                                },
                                "name": "options"
                              }
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1058,
                      "end": 1088,
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 8
                        },
                        "end": {
                          "line": 29,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1058,
                        "end": 1087,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 8
                          },
                          "end": {
                            "line": 29,
                            "column": 37
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1058,
                          "end": 1071,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 8
                            },
                            "end": {
                              "line": 29,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1058,
                            "end": 1062,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 8
                              },
                              "end": {
                                "line": 29,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1063,
                            "end": 1071,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 13
                              },
                              "end": {
                                "line": 29,
                                "column": 21
                              }
                            },
                            "name": "_objects"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 1074,
                          "end": 1087,
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 24
                            },
                            "end": {
                              "line": 29,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 1078,
                            "end": 1085,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 28
                              },
                              "end": {
                                "line": 29,
                                "column": 35
                              }
                            },
                            "name": "Object3"
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1098,
                      "end": 1126,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 8
                        },
                        "end": {
                          "line": 30,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1098,
                        "end": 1125,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 8
                          },
                          "end": {
                            "line": 30,
                            "column": 35
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1098,
                          "end": 1109,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 8
                            },
                            "end": {
                              "line": 30,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1098,
                            "end": 1102,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 8
                              },
                              "end": {
                                "line": 30,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1103,
                            "end": 1109,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 13
                              },
                              "end": {
                                "line": 30,
                                "column": 19
                              }
                            },
                            "name": "_stage"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 1112,
                          "end": 1125,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 22
                            },
                            "end": {
                              "line": 30,
                              "column": 35
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 1116,
                            "end": 1123,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 26
                              },
                              "end": {
                                "line": 30,
                                "column": 33
                              }
                            },
                            "name": "Object3"
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1136,
                      "end": 1165,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 8
                        },
                        "end": {
                          "line": 31,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1136,
                        "end": 1164,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 8
                          },
                          "end": {
                            "line": 31,
                            "column": 36
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1136,
                          "end": 1148,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 8
                            },
                            "end": {
                              "line": 31,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1136,
                            "end": 1140,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 8
                              },
                              "end": {
                                "line": 31,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1141,
                            "end": 1148,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 13
                              },
                              "end": {
                                "line": 31,
                                "column": 20
                              }
                            },
                            "name": "_lights"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 1151,
                          "end": 1164,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 23
                            },
                            "end": {
                              "line": 31,
                              "column": 36
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 1155,
                            "end": 1162,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 27
                              },
                              "end": {
                                "line": 31,
                                "column": 34
                              }
                            },
                            "name": "Object3"
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1177,
                      "end": 1200,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 8
                        },
                        "end": {
                          "line": 33,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1177,
                        "end": 1199,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 8
                          },
                          "end": {
                            "line": 33,
                            "column": 30
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1177,
                          "end": 1186,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 8
                            },
                            "end": {
                              "line": 33,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 1177,
                            "end": 1182,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 8
                              },
                              "end": {
                                "line": 33,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1183,
                            "end": 1186,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 14
                              },
                              "end": {
                                "line": 33,
                                "column": 17
                              }
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 1187,
                            "end": 1198,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 18
                              },
                              "end": {
                                "line": 33,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1187,
                              "end": 1191,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 18
                                },
                                "end": {
                                  "line": 33,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1192,
                              "end": 1198,
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 23
                                },
                                "end": {
                                  "line": 33,
                                  "column": 29
                                }
                              },
                              "name": "_stage"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1210,
                      "end": 1234,
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 8
                        },
                        "end": {
                          "line": 34,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1210,
                        "end": 1233,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 8
                          },
                          "end": {
                            "line": 34,
                            "column": 31
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1210,
                          "end": 1219,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 8
                            },
                            "end": {
                              "line": 34,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 1210,
                            "end": 1215,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 8
                              },
                              "end": {
                                "line": 34,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1216,
                            "end": 1219,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 14
                              },
                              "end": {
                                "line": 34,
                                "column": 17
                              }
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 1220,
                            "end": 1232,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 18
                              },
                              "end": {
                                "line": 34,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1220,
                              "end": 1224,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 18
                                },
                                "end": {
                                  "line": 34,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1225,
                              "end": 1232,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 23
                                },
                                "end": {
                                  "line": 34,
                                  "column": 30
                                }
                              },
                              "name": "_lights"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1244,
                      "end": 1269,
                      "loc": {
                        "start": {
                          "line": 35,
                          "column": 8
                        },
                        "end": {
                          "line": 35,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1244,
                        "end": 1268,
                        "loc": {
                          "start": {
                            "line": 35,
                            "column": 8
                          },
                          "end": {
                            "line": 35,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1244,
                          "end": 1253,
                          "loc": {
                            "start": {
                              "line": 35,
                              "column": 8
                            },
                            "end": {
                              "line": 35,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 1244,
                            "end": 1249,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 8
                              },
                              "end": {
                                "line": 35,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1250,
                            "end": 1253,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 14
                              },
                              "end": {
                                "line": 35,
                                "column": 17
                              }
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 1254,
                            "end": 1267,
                            "loc": {
                              "start": {
                                "line": 35,
                                "column": 18
                              },
                              "end": {
                                "line": 35,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1254,
                              "end": 1258,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 18
                                },
                                "end": {
                                  "line": 35,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1259,
                              "end": 1267,
                              "loc": {
                                "start": {
                                  "line": 35,
                                  "column": 23
                                },
                                "end": {
                                  "line": 35,
                                  "column": 31
                                }
                              },
                              "name": "_objects"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1283,
                      "end": 1431,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 8
                        },
                        "end": {
                          "line": 42,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1283,
                        "end": 1431,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 8
                          },
                          "end": {
                            "line": 42,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1283,
                          "end": 1299,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 8
                            },
                            "end": {
                              "line": 38,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1283,
                            "end": 1296,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 8
                              },
                              "end": {
                                "line": 38,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1283,
                              "end": 1287,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 8
                                },
                                "end": {
                                  "line": 38,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1288,
                              "end": 1296,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 13
                                },
                                "end": {
                                  "line": 38,
                                  "column": 21
                                }
                              },
                              "name": "_objects"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1297,
                            "end": 1299,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 22
                              },
                              "end": {
                                "line": 38,
                                "column": 24
                              }
                            },
                            "name": "on"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 1300,
                            "end": 1430,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 25
                              },
                              "end": {
                                "line": 42,
                                "column": 9
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 1315,
                                "end": 1419,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 13
                                  }
                                },
                                "method": true,
                                "shorthand": false,
                                "computed": true,
                                "key": {
                                  "type": "MemberExpression",
                                  "start": 1316,
                                  "end": 1351,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 48
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1316,
                                    "end": 1340,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 1316,
                                      "end": 1330,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1316,
                                        "end": 1323,
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 20
                                          }
                                        },
                                        "name": "Object3"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1324,
                                        "end": 1330,
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 27
                                          }
                                        },
                                        "name": "Events"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1331,
                                      "end": 1340,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 37
                                        }
                                      },
                                      "name": "Lifecycle"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1341,
                                    "end": 1351,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 48
                                      }
                                    },
                                    "name": "ChildAdded"
                                  },
                                  "computed": false
                                },
                                "kind": "init",
                                "value": {
                                  "type": "FunctionExpression",
                                  "start": 1352,
                                  "end": 1419,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 13
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 1353,
                                      "end": 1356,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 53
                                        }
                                      },
                                      "name": "arg"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 1358,
                                    "end": 1419,
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 13
                                      }
                                    },
                                    "body": [],
                                    "leadingComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": "console.log(\"child\", arg)",
                                        "start": 1377,
                                        "end": 1404,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 43
                                          }
                                        },
                                        "range": [
                                          1377,
                                          1404
                                        ]
                                      }
                                    ],
                                    "innerComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": "console.log(\"child\", arg)",
                                        "start": 1377,
                                        "end": 1404,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 43
                                          }
                                        },
                                        "range": [
                                          1377,
                                          1404
                                        ]
                                      }
                                    ]
                                  }
                                }
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 1443,
                      "end": 1472,
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 8
                        },
                        "end": {
                          "line": 44,
                          "column": 37
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 1447,
                        "end": 1453,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 12
                          },
                          "end": {
                            "line": 44,
                            "column": 18
                          }
                        },
                        "name": "models",
                        "leadingComments": null
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 1455,
                        "end": 1472,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 20
                          },
                          "end": {
                            "line": 44,
                            "column": 37
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 1455,
                          "end": 1471,
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 20
                            },
                            "end": {
                              "line": 44,
                              "column": 36
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1455,
                            "end": 1463,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 20
                              },
                              "end": {
                                "line": 44,
                                "column": 28
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1455,
                              "end": 1459,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 20
                                },
                                "end": {
                                  "line": 44,
                                  "column": 24
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1460,
                              "end": 1463,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 25
                                },
                                "end": {
                                  "line": 44,
                                  "column": 28
                                }
                              },
                              "name": "add"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 1464,
                              "end": 1470,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 29
                                },
                                "end": {
                                  "line": 44,
                                  "column": 35
                                }
                              },
                              "name": "models"
                            }
                          ]
                        }
                      },
                      "alternate": null,
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": "console.log(\"child\", arg)",
                          "start": 1377,
                          "end": 1404,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 16
                            },
                            "end": {
                              "line": 40,
                              "column": 43
                            }
                          },
                          "range": [
                            1377,
                            1404
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1487,
              "end": 2973,
              "loc": {
                "start": {
                  "line": 47,
                  "column": 4
                },
                "end": {
                  "line": 90,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1487,
                "end": 1490,
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 4
                  },
                  "end": {
                    "line": 47,
                    "column": 7
                  }
                },
                "name": "add"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1490,
                "end": 2973,
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 7
                  },
                  "end": {
                    "line": 90,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1491,
                    "end": 1495,
                    "loc": {
                      "start": {
                        "line": 47,
                        "column": 8
                      },
                      "end": {
                        "line": 47,
                        "column": 12
                      }
                    },
                    "name": "args"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1497,
                  "end": 2973,
                  "loc": {
                    "start": {
                      "line": 47,
                      "column": 14
                    },
                    "end": {
                      "line": 90,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1508,
                      "end": 1532,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 8
                        },
                        "end": {
                          "line": 48,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1508,
                        "end": 1531,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 8
                          },
                          "end": {
                            "line": 48,
                            "column": 31
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1508,
                          "end": 1525,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 8
                            },
                            "end": {
                              "line": 48,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1508,
                            "end": 1521,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 8
                              },
                              "end": {
                                "line": 48,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1508,
                              "end": 1512,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 8
                                },
                                "end": {
                                  "line": 48,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1513,
                              "end": 1521,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 13
                                },
                                "end": {
                                  "line": 48,
                                  "column": 21
                                }
                              },
                              "name": "_objects"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1522,
                            "end": 1525,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 22
                              },
                              "end": {
                                "line": 48,
                                "column": 25
                              }
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1526,
                            "end": 1530,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 26
                              },
                              "end": {
                                "line": 48,
                                "column": 30
                              }
                            },
                            "name": "args"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1542,
                      "end": 1591,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 8
                        },
                        "end": {
                          "line": 49,
                          "column": 57
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1542,
                        "end": 1590,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 8
                          },
                          "end": {
                            "line": 49,
                            "column": 56
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1542,
                          "end": 1588,
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 8
                            },
                            "end": {
                              "line": 49,
                              "column": 54
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 1542,
                            "end": 1572,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 8
                              },
                              "end": {
                                "line": 49,
                                "column": 38
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1542,
                              "end": 1570,
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 8
                                },
                                "end": {
                                  "line": 49,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1542,
                                "end": 1555,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 21
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1542,
                                  "end": 1546,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1547,
                                  "end": 1555,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 21
                                    }
                                  },
                                  "name": "_objects"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1556,
                                "end": 1570,
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 36
                                  }
                                },
                                "name": "centerGeometry"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1573,
                            "end": 1588,
                            "loc": {
                              "start": {
                                "line": 49,
                                "column": 39
                              },
                              "end": {
                                "line": 49,
                                "column": 54
                              }
                            },
                            "name": "updateMaterials"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1601,
                      "end": 2940,
                      "loc": {
                        "start": {
                          "line": 50,
                          "column": 8
                        },
                        "end": {
                          "line": 87,
                          "column": 11
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1601,
                        "end": 2939,
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 8
                          },
                          "end": {
                            "line": 87,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1601,
                          "end": 1623,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 8
                            },
                            "end": {
                              "line": 50,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1601,
                            "end": 1614,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 8
                              },
                              "end": {
                                "line": 50,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1601,
                              "end": 1605,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 8
                                },
                                "end": {
                                  "line": 50,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1606,
                              "end": 1614,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 13
                                },
                                "end": {
                                  "line": 50,
                                  "column": 21
                                }
                              },
                              "name": "_objects"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1615,
                            "end": 1623,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 22
                              },
                              "end": {
                                "line": 50,
                                "column": 30
                              }
                            },
                            "name": "traverse"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 1624,
                            "end": 2938,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 31
                              },
                              "end": {
                                "line": 87,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 1624,
                                "end": 1628,
                                "loc": {
                                  "start": {
                                    "line": 50,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 50,
                                    "column": 35
                                  }
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 1632,
                              "end": 2938,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 39
                                },
                                "end": {
                                  "line": 87,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 1647,
                                  "end": 2927,
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 13
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 1651,
                                    "end": 1671,
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 36
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 1651,
                                      "end": 1660,
                                      "loc": {
                                        "start": {
                                          "line": 51,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 51,
                                          "column": 25
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1651,
                                        "end": 1655,
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 20
                                          }
                                        },
                                        "name": "item"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1656,
                                        "end": 1660,
                                        "loc": {
                                          "start": {
                                            "line": 51,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 51,
                                            "column": 25
                                          }
                                        },
                                        "name": "type"
                                      },
                                      "computed": false
                                    },
                                    "operator": "===",
                                    "right": {
                                      "type": "Literal",
                                      "start": 1665,
                                      "end": 1671,
                                      "loc": {
                                        "start": {
                                          "line": 51,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 51,
                                          "column": 36
                                        }
                                      },
                                      "value": "Mesh",
                                      "rawValue": "Mesh",
                                      "raw": "'Mesh'"
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 1673,
                                    "end": 2706,
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 81,
                                        "column": 13
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 1694,
                                        "end": 1984,
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 18
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 1698,
                                            "end": 1983,
                                            "loc": {
                                              "start": {
                                                "line": 53,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 60,
                                                "column": 17
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 1698,
                                              "end": 1704,
                                              "loc": {
                                                "start": {
                                                  "line": 53,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 53,
                                                  "column": 26
                                                }
                                              },
                                              "name": "values"
                                            },
                                            "init": {
                                              "type": "ObjectExpression",
                                              "start": 1707,
                                              "end": 1983,
                                              "loc": {
                                                "start": {
                                                  "line": 53,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 60,
                                                  "column": 17
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "Property",
                                                  "start": 1730,
                                                  "end": 1756,
                                                  "loc": {
                                                    "start": {
                                                      "line": 54,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 54,
                                                      "column": 46
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1730,
                                                    "end": 1735,
                                                    "loc": {
                                                      "start": {
                                                        "line": 54,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 54,
                                                        "column": 25
                                                      }
                                                    },
                                                    "name": "color"
                                                  },
                                                  "value": {
                                                    "type": "MemberExpression",
                                                    "start": 1737,
                                                    "end": 1756,
                                                    "loc": {
                                                      "start": {
                                                        "line": 54,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 54,
                                                        "column": 46
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 1737,
                                                      "end": 1750,
                                                      "loc": {
                                                        "start": {
                                                          "line": 54,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 54,
                                                          "column": 40
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 1737,
                                                        "end": 1741,
                                                        "loc": {
                                                          "start": {
                                                            "line": 54,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 54,
                                                            "column": 31
                                                          }
                                                        },
                                                        "name": "item"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1742,
                                                        "end": 1750,
                                                        "loc": {
                                                          "start": {
                                                            "line": 54,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 54,
                                                            "column": 40
                                                          }
                                                        },
                                                        "name": "material"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1751,
                                                      "end": 1756,
                                                      "loc": {
                                                        "start": {
                                                          "line": 54,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 54,
                                                          "column": 46
                                                        }
                                                      },
                                                      "name": "color"
                                                    },
                                                    "computed": false
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 1779,
                                                  "end": 1807,
                                                  "loc": {
                                                    "start": {
                                                      "line": 55,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 55,
                                                      "column": 48
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1779,
                                                    "end": 1787,
                                                    "loc": {
                                                      "start": {
                                                        "line": 55,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 55,
                                                        "column": 28
                                                      }
                                                    },
                                                    "name": "emissive"
                                                  },
                                                  "value": {
                                                    "type": "NewExpression",
                                                    "start": 1789,
                                                    "end": 1807,
                                                    "loc": {
                                                      "start": {
                                                        "line": 55,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 55,
                                                        "column": 48
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 1793,
                                                      "end": 1804,
                                                      "loc": {
                                                        "start": {
                                                          "line": 55,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 55,
                                                          "column": 45
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 1793,
                                                        "end": 1798,
                                                        "loc": {
                                                          "start": {
                                                            "line": 55,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 55,
                                                            "column": 39
                                                          }
                                                        },
                                                        "name": "THREE"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1799,
                                                        "end": 1804,
                                                        "loc": {
                                                          "start": {
                                                            "line": 55,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 55,
                                                            "column": 45
                                                          }
                                                        },
                                                        "name": "Color"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "start": 1805,
                                                        "end": 1806,
                                                        "loc": {
                                                          "start": {
                                                            "line": 55,
                                                            "column": 46
                                                          },
                                                          "end": {
                                                            "line": 55,
                                                            "column": 47
                                                          }
                                                        },
                                                        "value": 0,
                                                        "rawValue": 0,
                                                        "raw": "0"
                                                      }
                                                    ]
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 1830,
                                                  "end": 1844,
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 34
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1830,
                                                    "end": 1839,
                                                    "loc": {
                                                      "start": {
                                                        "line": 56,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 56,
                                                        "column": 29
                                                      }
                                                    },
                                                    "name": "metalness"
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 1841,
                                                    "end": 1844,
                                                    "loc": {
                                                      "start": {
                                                        "line": 56,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 56,
                                                        "column": 34
                                                      }
                                                    },
                                                    "value": 0.5,
                                                    "rawValue": 0.5,
                                                    "raw": "0.5"
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 1867,
                                                  "end": 1881,
                                                  "loc": {
                                                    "start": {
                                                      "line": 57,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 34
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1867,
                                                    "end": 1876,
                                                    "loc": {
                                                      "start": {
                                                        "line": 57,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 57,
                                                        "column": 29
                                                      }
                                                    },
                                                    "name": "roughness"
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 1878,
                                                    "end": 1881,
                                                    "loc": {
                                                      "start": {
                                                        "line": 57,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 57,
                                                        "column": 34
                                                      }
                                                    },
                                                    "value": 1,
                                                    "rawValue": 1,
                                                    "raw": "1.0"
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 1904,
                                                  "end": 1918,
                                                  "loc": {
                                                    "start": {
                                                      "line": 58,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 58,
                                                      "column": 34
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1904,
                                                    "end": 1913,
                                                    "loc": {
                                                      "start": {
                                                        "line": 58,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 58,
                                                        "column": 29
                                                      }
                                                    },
                                                    "name": "clearCoat"
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 1915,
                                                    "end": 1918,
                                                    "loc": {
                                                      "start": {
                                                        "line": 58,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 58,
                                                        "column": 34
                                                      }
                                                    },
                                                    "value": 0,
                                                    "rawValue": 0,
                                                    "raw": "0.0"
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 1941,
                                                  "end": 1964,
                                                  "loc": {
                                                    "start": {
                                                      "line": 59,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 59,
                                                      "column": 43
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1941,
                                                    "end": 1959,
                                                    "loc": {
                                                      "start": {
                                                        "line": 59,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 38
                                                      }
                                                    },
                                                    "name": "clearCoatRoughness"
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 1961,
                                                    "end": 1964,
                                                    "loc": {
                                                      "start": {
                                                        "line": 59,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 43
                                                      }
                                                    },
                                                    "value": 1,
                                                    "rawValue": 1,
                                                    "raw": "1.0"
                                                  },
                                                  "kind": "init"
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "kind": "let"
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 2004,
                                        "end": 2281,
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 68,
                                            "column": 17
                                          }
                                        },
                                        "test": {
                                          "type": "MemberExpression",
                                          "start": 2008,
                                          "end": 2021,
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 33
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 2008,
                                            "end": 2012,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 24
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2013,
                                            "end": 2021,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 33
                                              }
                                            },
                                            "name": "criteria"
                                          },
                                          "computed": false
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 2023,
                                          "end": 2281,
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 68,
                                              "column": 17
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 2046,
                                              "end": 2262,
                                              "loc": {
                                                "start": {
                                                  "line": 63,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 67,
                                                  "column": 33
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 2046,
                                                "end": 2261,
                                                "loc": {
                                                  "start": {
                                                    "line": 63,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 67,
                                                    "column": 32
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 2046,
                                                  "end": 2052,
                                                  "loc": {
                                                    "start": {
                                                      "line": 63,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 63,
                                                      "column": 26
                                                    }
                                                  },
                                                  "name": "values"
                                                },
                                                "right": {
                                                  "type": "ObjectExpression",
                                                  "start": 2055,
                                                  "end": 2261,
                                                  "loc": {
                                                    "start": {
                                                      "line": 63,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 67,
                                                      "column": 32
                                                    }
                                                  },
                                                  "properties": [
                                                    {
                                                      "type": "SpreadProperty",
                                                      "start": 2057,
                                                      "end": 2066,
                                                      "loc": {
                                                        "start": {
                                                          "line": 63,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 63,
                                                          "column": 40
                                                        }
                                                      },
                                                      "argument": {
                                                        "type": "Identifier",
                                                        "start": 2060,
                                                        "end": 2066,
                                                        "loc": {
                                                          "start": {
                                                            "line": 63,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 63,
                                                            "column": 40
                                                          }
                                                        },
                                                        "name": "values"
                                                      }
                                                    },
                                                    {
                                                      "type": "SpreadProperty",
                                                      "start": 2068,
                                                      "end": 2259,
                                                      "loc": {
                                                        "start": {
                                                          "line": 63,
                                                          "column": 42
                                                        },
                                                        "end": {
                                                          "line": 67,
                                                          "column": 30
                                                        }
                                                      },
                                                      "argument": {
                                                        "type": "CallExpression",
                                                        "start": 2071,
                                                        "end": 2259,
                                                        "loc": {
                                                          "start": {
                                                            "line": 63,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 67,
                                                            "column": 30
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 2071,
                                                          "end": 2084,
                                                          "loc": {
                                                            "start": {
                                                              "line": 63,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 63,
                                                              "column": 58
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "start": 2071,
                                                            "end": 2075,
                                                            "loc": {
                                                              "start": {
                                                                "line": 63,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 63,
                                                                "column": 49
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 2076,
                                                            "end": 2084,
                                                            "loc": {
                                                              "start": {
                                                                "line": 63,
                                                                "column": 50
                                                              },
                                                              "end": {
                                                                "line": 63,
                                                                "column": 58
                                                              }
                                                            },
                                                            "name": "criteria"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "ObjectExpression",
                                                            "start": 2085,
                                                            "end": 2250,
                                                            "loc": {
                                                              "start": {
                                                                "line": 63,
                                                                "column": 59
                                                              },
                                                              "end": {
                                                                "line": 67,
                                                                "column": 21
                                                              }
                                                            },
                                                            "properties": [
                                                              {
                                                                "type": "Property",
                                                                "start": 2112,
                                                                "end": 2116,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 64,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 64,
                                                                    "column": 28
                                                                  }
                                                                },
                                                                "method": false,
                                                                "shorthand": true,
                                                                "computed": false,
                                                                "key": {
                                                                  "type": "Identifier",
                                                                  "start": 2112,
                                                                  "end": 2116,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 64,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 64,
                                                                      "column": 28
                                                                    }
                                                                  },
                                                                  "name": "item"
                                                                },
                                                                "kind": "init",
                                                                "value": {
                                                                  "type": "Identifier",
                                                                  "start": 2112,
                                                                  "end": 2116,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 64,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 64,
                                                                      "column": 28
                                                                    }
                                                                  },
                                                                  "name": "item"
                                                                }
                                                              },
                                                              {
                                                                "type": "Property",
                                                                "start": 2143,
                                                                "end": 2167,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 65,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 65,
                                                                    "column": 48
                                                                  }
                                                                },
                                                                "method": false,
                                                                "shorthand": false,
                                                                "computed": false,
                                                                "key": {
                                                                  "type": "Identifier",
                                                                  "start": 2143,
                                                                  "end": 2149,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 65,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 65,
                                                                      "column": 30
                                                                    }
                                                                  },
                                                                  "name": "radius"
                                                                },
                                                                "value": {
                                                                  "type": "CallExpression",
                                                                  "start": 2151,
                                                                  "end": 2167,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 65,
                                                                      "column": 32
                                                                    },
                                                                    "end": {
                                                                      "line": 65,
                                                                      "column": 48
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 2151,
                                                                    "end": 2165,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 65,
                                                                        "column": 32
                                                                      },
                                                                      "end": {
                                                                        "line": 65,
                                                                        "column": 46
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 2151,
                                                                      "end": 2155,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 65,
                                                                          "column": 32
                                                                        },
                                                                        "end": {
                                                                          "line": 65,
                                                                          "column": 36
                                                                        }
                                                                      },
                                                                      "name": "item"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 2156,
                                                                      "end": 2165,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 65,
                                                                          "column": 37
                                                                        },
                                                                        "end": {
                                                                          "line": 65,
                                                                          "column": 46
                                                                        }
                                                                      },
                                                                      "name": "getRadius"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": []
                                                                },
                                                                "kind": "init"
                                                              },
                                                              {
                                                                "type": "Property",
                                                                "start": 2194,
                                                                "end": 2227,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 66,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 66,
                                                                    "column": 57
                                                                  }
                                                                },
                                                                "method": false,
                                                                "shorthand": false,
                                                                "computed": false,
                                                                "key": {
                                                                  "type": "Identifier",
                                                                  "start": 2194,
                                                                  "end": 2197,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 66,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 66,
                                                                      "column": 27
                                                                    }
                                                                  },
                                                                  "name": "hsl"
                                                                },
                                                                "value": {
                                                                  "type": "CallExpression",
                                                                  "start": 2199,
                                                                  "end": 2227,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 66,
                                                                      "column": 29
                                                                    },
                                                                    "end": {
                                                                      "line": 66,
                                                                      "column": 57
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 2199,
                                                                    "end": 2225,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 66,
                                                                        "column": 29
                                                                      },
                                                                      "end": {
                                                                        "line": 66,
                                                                        "column": 55
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 2199,
                                                                      "end": 2218,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 66,
                                                                          "column": 29
                                                                        },
                                                                        "end": {
                                                                          "line": 66,
                                                                          "column": 48
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 2199,
                                                                        "end": 2212,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 66,
                                                                            "column": 29
                                                                          },
                                                                          "end": {
                                                                            "line": 66,
                                                                            "column": 42
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 2199,
                                                                          "end": 2203,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 66,
                                                                              "column": 29
                                                                            },
                                                                            "end": {
                                                                              "line": 66,
                                                                              "column": 33
                                                                            }
                                                                          },
                                                                          "name": "item"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 2204,
                                                                          "end": 2212,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 66,
                                                                              "column": 34
                                                                            },
                                                                            "end": {
                                                                              "line": 66,
                                                                              "column": 42
                                                                            }
                                                                          },
                                                                          "name": "material"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 2213,
                                                                        "end": 2218,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 66,
                                                                            "column": 43
                                                                          },
                                                                          "end": {
                                                                            "line": 66,
                                                                            "column": 48
                                                                          }
                                                                        },
                                                                        "name": "color"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 2219,
                                                                      "end": 2225,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 66,
                                                                          "column": 49
                                                                        },
                                                                        "end": {
                                                                          "line": 66,
                                                                          "column": 55
                                                                        }
                                                                      },
                                                                      "name": "getHSL"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": []
                                                                },
                                                                "kind": "init"
                                                              }
                                                            ]
                                                          },
                                                          {
                                                            "type": "Identifier",
                                                            "start": 2252,
                                                            "end": 2258,
                                                            "loc": {
                                                              "start": {
                                                                "line": 67,
                                                                "column": 23
                                                              },
                                                              "end": {
                                                                "line": 67,
                                                                "column": 29
                                                              }
                                                            },
                                                            "name": "values"
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  ]
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        "alternate": null
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2301,
                                        "end": 2324,
                                        "loc": {
                                          "start": {
                                            "line": 70,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 70,
                                            "column": 39
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2301,
                                          "end": 2323,
                                          "loc": {
                                            "start": {
                                              "line": 70,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 70,
                                              "column": 38
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2301,
                                            "end": 2316,
                                            "loc": {
                                              "start": {
                                                "line": 70,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 70,
                                                "column": 31
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2301,
                                              "end": 2305,
                                              "loc": {
                                                "start": {
                                                  "line": 70,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 70,
                                                  "column": 20
                                                }
                                              },
                                              "name": "item"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2306,
                                              "end": 2316,
                                              "loc": {
                                                "start": {
                                                  "line": 70,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 70,
                                                  "column": 31
                                                }
                                              },
                                              "name": "castShadow"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "Literal",
                                            "start": 2319,
                                            "end": 2323,
                                            "loc": {
                                              "start": {
                                                "line": 70,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 70,
                                                "column": 38
                                              }
                                            },
                                            "value": true,
                                            "rawValue": true,
                                            "raw": "true"
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2342,
                                        "end": 2368,
                                        "loc": {
                                          "start": {
                                            "line": 71,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 71,
                                            "column": 42
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2342,
                                          "end": 2367,
                                          "loc": {
                                            "start": {
                                              "line": 71,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 71,
                                              "column": 41
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2342,
                                            "end": 2360,
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 34
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2342,
                                              "end": 2346,
                                              "loc": {
                                                "start": {
                                                  "line": 71,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 71,
                                                  "column": 20
                                                }
                                              },
                                              "name": "item"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2347,
                                              "end": 2360,
                                              "loc": {
                                                "start": {
                                                  "line": 71,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 71,
                                                  "column": 34
                                                }
                                              },
                                              "name": "receiveShadow"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "Literal",
                                            "start": 2363,
                                            "end": 2367,
                                            "loc": {
                                              "start": {
                                                "line": 71,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 71,
                                                "column": 41
                                              }
                                            },
                                            "value": true,
                                            "rawValue": true,
                                            "raw": "true"
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2386,
                                        "end": 2689,
                                        "loc": {
                                          "start": {
                                            "line": 72,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 79,
                                            "column": 19
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2386,
                                          "end": 2688,
                                          "loc": {
                                            "start": {
                                              "line": 72,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 79,
                                              "column": 18
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2386,
                                            "end": 2399,
                                            "loc": {
                                              "start": {
                                                "line": 72,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 72,
                                                "column": 29
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2386,
                                              "end": 2390,
                                              "loc": {
                                                "start": {
                                                  "line": 72,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 72,
                                                  "column": 20
                                                }
                                              },
                                              "name": "item"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2391,
                                              "end": 2399,
                                              "loc": {
                                                "start": {
                                                  "line": 72,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 72,
                                                  "column": 29
                                                }
                                              },
                                              "name": "material"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "NewExpression",
                                            "start": 2402,
                                            "end": 2688,
                                            "loc": {
                                              "start": {
                                                "line": 72,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 79,
                                                "column": 18
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 2406,
                                              "end": 2432,
                                              "loc": {
                                                "start": {
                                                  "line": 72,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 72,
                                                  "column": 62
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2406,
                                                "end": 2411,
                                                "loc": {
                                                  "start": {
                                                    "line": 72,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 72,
                                                    "column": 41
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2412,
                                                "end": 2432,
                                                "loc": {
                                                  "start": {
                                                    "line": 72,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 72,
                                                    "column": 62
                                                  }
                                                },
                                                "name": "MeshPhysicalMaterial"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "ObjectExpression",
                                                "start": 2433,
                                                "end": 2687,
                                                "loc": {
                                                  "start": {
                                                    "line": 72,
                                                    "column": 63
                                                  },
                                                  "end": {
                                                    "line": 79,
                                                    "column": 17
                                                  }
                                                },
                                                "properties": [
                                                  {
                                                    "type": "Property",
                                                    "start": 2456,
                                                    "end": 2471,
                                                    "loc": {
                                                      "start": {
                                                        "line": 73,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 73,
                                                        "column": 35
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2456,
                                                      "end": 2468,
                                                      "loc": {
                                                        "start": {
                                                          "line": 73,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 73,
                                                          "column": 32
                                                        }
                                                      },
                                                      "name": "reflectivity"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 2470,
                                                      "end": 2471,
                                                      "loc": {
                                                        "start": {
                                                          "line": 73,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 73,
                                                          "column": 35
                                                        }
                                                      },
                                                      "value": 1,
                                                      "rawValue": 1,
                                                      "raw": "1"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 2494,
                                                    "end": 2504,
                                                    "loc": {
                                                      "start": {
                                                        "line": 74,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 74,
                                                        "column": 30
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2494,
                                                      "end": 2497,
                                                      "loc": {
                                                        "start": {
                                                          "line": 74,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 74,
                                                          "column": 23
                                                        }
                                                      },
                                                      "name": "fog"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 2499,
                                                      "end": 2504,
                                                      "loc": {
                                                        "start": {
                                                          "line": 74,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 74,
                                                          "column": 30
                                                        }
                                                      },
                                                      "value": false,
                                                      "rawValue": false,
                                                      "raw": "false"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 2527,
                                                    "end": 2546,
                                                    "loc": {
                                                      "start": {
                                                        "line": 75,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 75,
                                                        "column": 39
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2527,
                                                      "end": 2540,
                                                      "loc": {
                                                        "start": {
                                                          "line": 75,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 75,
                                                          "column": 33
                                                        }
                                                      },
                                                      "name": "polygonOffset"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 2542,
                                                      "end": 2546,
                                                      "loc": {
                                                        "start": {
                                                          "line": 75,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 75,
                                                          "column": 39
                                                        }
                                                      },
                                                      "value": true,
                                                      "rawValue": true,
                                                      "raw": "true"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 2569,
                                                    "end": 2591,
                                                    "loc": {
                                                      "start": {
                                                        "line": 76,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 76,
                                                        "column": 42
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2569,
                                                      "end": 2588,
                                                      "loc": {
                                                        "start": {
                                                          "line": 76,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 76,
                                                          "column": 39
                                                        }
                                                      },
                                                      "name": "polygonOffsetFactor"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 2590,
                                                      "end": 2591,
                                                      "loc": {
                                                        "start": {
                                                          "line": 76,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 76,
                                                          "column": 42
                                                        }
                                                      },
                                                      "value": 1,
                                                      "rawValue": 1,
                                                      "raw": "1"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 2614,
                                                    "end": 2635,
                                                    "loc": {
                                                      "start": {
                                                        "line": 77,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 77,
                                                        "column": 41
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2614,
                                                      "end": 2632,
                                                      "loc": {
                                                        "start": {
                                                          "line": 77,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 77,
                                                          "column": 38
                                                        }
                                                      },
                                                      "name": "polygonOffsetUnits"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 2634,
                                                      "end": 2635,
                                                      "loc": {
                                                        "start": {
                                                          "line": 77,
                                                          "column": 40
                                                        },
                                                        "end": {
                                                          "line": 77,
                                                          "column": 41
                                                        }
                                                      },
                                                      "value": 1,
                                                      "rawValue": 1,
                                                      "raw": "1"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "SpreadProperty",
                                                    "start": 2658,
                                                    "end": 2667,
                                                    "loc": {
                                                      "start": {
                                                        "line": 78,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 78,
                                                        "column": 29
                                                      }
                                                    },
                                                    "argument": {
                                                      "type": "Identifier",
                                                      "start": 2661,
                                                      "end": 2667,
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 29
                                                        }
                                                      },
                                                      "name": "values"
                                                    }
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        }
                                      }
                                    ]
                                  },
                                  "alternate": {
                                    "type": "IfStatement",
                                    "start": 2712,
                                    "end": 2927,
                                    "loc": {
                                      "start": {
                                        "line": 81,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 13
                                      }
                                    },
                                    "test": {
                                      "type": "BinaryExpression",
                                      "start": 2716,
                                      "end": 2744,
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 51
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 2716,
                                        "end": 2725,
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2716,
                                          "end": 2720,
                                          "loc": {
                                            "start": {
                                              "line": 81,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 27
                                            }
                                          },
                                          "name": "item"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2721,
                                          "end": 2725,
                                          "loc": {
                                            "start": {
                                              "line": 81,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 32
                                            }
                                          },
                                          "name": "type"
                                        },
                                        "computed": false
                                      },
                                      "operator": "===",
                                      "right": {
                                        "type": "Literal",
                                        "start": 2730,
                                        "end": 2744,
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 51
                                          }
                                        },
                                        "value": "LineSegments",
                                        "rawValue": "LineSegments",
                                        "raw": "'LineSegments'"
                                      }
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 2746,
                                      "end": 2927,
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 86,
                                          "column": 13
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "IfStatement",
                                          "start": 2765,
                                          "end": 2912,
                                          "loc": {
                                            "start": {
                                              "line": 82,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 85,
                                              "column": 35
                                            }
                                          },
                                          "test": {
                                            "type": "MemberExpression",
                                            "start": 2769,
                                            "end": 2787,
                                            "loc": {
                                              "start": {
                                                "line": 82,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 82,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 2769,
                                              "end": 2781,
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 32
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 2769,
                                                "end": 2773,
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2774,
                                                "end": 2781,
                                                "loc": {
                                                  "start": {
                                                    "line": 82,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 82,
                                                    "column": 32
                                                  }
                                                },
                                                "name": "options"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2782,
                                              "end": 2787,
                                              "loc": {
                                                "start": {
                                                  "line": 82,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 82,
                                                  "column": 38
                                                }
                                              },
                                              "name": "edges"
                                            },
                                            "computed": false
                                          },
                                          "consequent": {
                                            "type": "ExpressionStatement",
                                            "start": 2810,
                                            "end": 2853,
                                            "loc": {
                                              "start": {
                                                "line": 83,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 83,
                                                "column": 63
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 2810,
                                              "end": 2852,
                                              "loc": {
                                                "start": {
                                                  "line": 83,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 83,
                                                  "column": 62
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 2810,
                                                "end": 2831,
                                                "loc": {
                                                  "start": {
                                                    "line": 83,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 83,
                                                    "column": 41
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 2810,
                                                  "end": 2823,
                                                  "loc": {
                                                    "start": {
                                                      "line": 83,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 83,
                                                      "column": 33
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2810,
                                                    "end": 2814,
                                                    "loc": {
                                                      "start": {
                                                        "line": 83,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 83,
                                                        "column": 24
                                                      }
                                                    },
                                                    "name": "item"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2815,
                                                    "end": 2823,
                                                    "loc": {
                                                      "start": {
                                                        "line": 83,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 83,
                                                        "column": 33
                                                      }
                                                    },
                                                    "name": "material"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2824,
                                                  "end": 2831,
                                                  "loc": {
                                                    "start": {
                                                      "line": 83,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 83,
                                                      "column": 41
                                                    }
                                                  },
                                                  "name": "opacity"
                                                },
                                                "computed": false
                                              },
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 2834,
                                                "end": 2852,
                                                "loc": {
                                                  "start": {
                                                    "line": 83,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 83,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 2834,
                                                  "end": 2846,
                                                  "loc": {
                                                    "start": {
                                                      "line": 83,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 83,
                                                      "column": 56
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 2834,
                                                    "end": 2838,
                                                    "loc": {
                                                      "start": {
                                                        "line": 83,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 83,
                                                        "column": 48
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2839,
                                                    "end": 2846,
                                                    "loc": {
                                                      "start": {
                                                        "line": 83,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 83,
                                                        "column": 56
                                                      }
                                                    },
                                                    "name": "options"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2847,
                                                  "end": 2852,
                                                  "loc": {
                                                    "start": {
                                                      "line": 83,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 83,
                                                      "column": 62
                                                    }
                                                  },
                                                  "name": "edges"
                                                },
                                                "computed": false
                                              }
                                            }
                                          },
                                          "alternate": {
                                            "type": "ExpressionStatement",
                                            "start": 2897,
                                            "end": 2912,
                                            "loc": {
                                              "start": {
                                                "line": 85,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 85,
                                                "column": 35
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 2897,
                                              "end": 2911,
                                              "loc": {
                                                "start": {
                                                  "line": 85,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 85,
                                                  "column": 34
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 2897,
                                                "end": 2909,
                                                "loc": {
                                                  "start": {
                                                    "line": 85,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 85,
                                                    "column": 32
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 2897,
                                                  "end": 2901,
                                                  "loc": {
                                                    "start": {
                                                      "line": 85,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 85,
                                                      "column": 24
                                                    }
                                                  },
                                                  "name": "item"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2902,
                                                  "end": 2909,
                                                  "loc": {
                                                    "start": {
                                                      "line": 85,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 85,
                                                      "column": 32
                                                    }
                                                  },
                                                  "name": "destroy"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    "alternate": null
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2952,
                      "end": 2966,
                      "loc": {
                        "start": {
                          "line": 89,
                          "column": 8
                        },
                        "end": {
                          "line": 89,
                          "column": 22
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2952,
                        "end": 2965,
                        "loc": {
                          "start": {
                            "line": 89,
                            "column": 8
                          },
                          "end": {
                            "line": 89,
                            "column": 21
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2952,
                          "end": 2963,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 8
                            },
                            "end": {
                              "line": 89,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 2952,
                            "end": 2956,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 8
                              },
                              "end": {
                                "line": 89,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2957,
                            "end": 2963,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 13
                              },
                              "end": {
                                "line": 89,
                                "column": 19
                              }
                            },
                            "name": "update"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 2981,
              "end": 5227,
              "loc": {
                "start": {
                  "line": 92,
                  "column": 4
                },
                "end": {
                  "line": 135,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 2981,
                "end": 2987,
                "loc": {
                  "start": {
                    "line": 92,
                    "column": 4
                  },
                  "end": {
                    "line": 92,
                    "column": 10
                  }
                },
                "name": "update"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 2987,
                "end": 5227,
                "loc": {
                  "start": {
                    "line": 92,
                    "column": 10
                  },
                  "end": {
                    "line": 135,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 2990,
                  "end": 5227,
                  "loc": {
                    "start": {
                      "line": 92,
                      "column": 13
                    },
                    "end": {
                      "line": 135,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 3003,
                      "end": 5220,
                      "loc": {
                        "start": {
                          "line": 94,
                          "column": 8
                        },
                        "end": {
                          "line": 134,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3003,
                        "end": 5220,
                        "loc": {
                          "start": {
                            "line": 94,
                            "column": 8
                          },
                          "end": {
                            "line": 134,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3003,
                          "end": 3024,
                          "loc": {
                            "start": {
                              "line": 94,
                              "column": 8
                            },
                            "end": {
                              "line": 94,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 3003,
                            "end": 3019,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 8
                              },
                              "end": {
                                "line": 94,
                                "column": 24
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3003,
                              "end": 3017,
                              "loc": {
                                "start": {
                                  "line": 94,
                                  "column": 8
                                },
                                "end": {
                                  "line": 94,
                                  "column": 22
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3003,
                                "end": 3007,
                                "loc": {
                                  "start": {
                                    "line": 94,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 94,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3008,
                                "end": 3017,
                                "loc": {
                                  "start": {
                                    "line": 94,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 94,
                                    "column": 22
                                  }
                                },
                                "name": "viewFound"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3020,
                            "end": 3024,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 25
                              },
                              "end": {
                                "line": 94,
                                "column": 29
                              }
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 3026,
                            "end": 5219,
                            "loc": {
                              "start": {
                                "line": 94,
                                "column": 31
                              },
                              "end": {
                                "line": 134,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "BlockStatement",
                              "start": 3032,
                              "end": 5219,
                              "loc": {
                                "start": {
                                  "line": 94,
                                  "column": 37
                                },
                                "end": {
                                  "line": 134,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3049,
                                  "end": 3078,
                                  "loc": {
                                    "start": {
                                      "line": 96,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 96,
                                      "column": 41
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 3049,
                                    "end": 3077,
                                    "loc": {
                                      "start": {
                                        "line": 96,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 96,
                                        "column": 40
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3049,
                                      "end": 3075,
                                      "loc": {
                                        "start": {
                                          "line": 96,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 96,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3049,
                                        "end": 3062,
                                        "loc": {
                                          "start": {
                                            "line": 96,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 96,
                                            "column": 25
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 3049,
                                          "end": 3053,
                                          "loc": {
                                            "start": {
                                              "line": 96,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 96,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3054,
                                          "end": 3062,
                                          "loc": {
                                            "start": {
                                              "line": 96,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 96,
                                              "column": 25
                                            }
                                          },
                                          "name": "_objects"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3063,
                                        "end": 3075,
                                        "loc": {
                                          "start": {
                                            "line": 96,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 96,
                                            "column": 38
                                          }
                                        },
                                        "name": "updateBounds"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3092,
                                  "end": 3131,
                                  "loc": {
                                    "start": {
                                      "line": 97,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 97,
                                      "column": 51
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3096,
                                      "end": 3130,
                                      "loc": {
                                        "start": {
                                          "line": 97,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 97,
                                          "column": 50
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3096,
                                        "end": 3099,
                                        "loc": {
                                          "start": {
                                            "line": 97,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 97,
                                            "column": 19
                                          }
                                        },
                                        "name": "min"
                                      },
                                      "init": {
                                        "type": "MemberExpression",
                                        "start": 3102,
                                        "end": 3130,
                                        "loc": {
                                          "start": {
                                            "line": 97,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 97,
                                            "column": 50
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3102,
                                          "end": 3126,
                                          "loc": {
                                            "start": {
                                              "line": 97,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 97,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 3102,
                                            "end": 3122,
                                            "loc": {
                                              "start": {
                                                "line": 97,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 97,
                                                "column": 42
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3102,
                                              "end": 3115,
                                              "loc": {
                                                "start": {
                                                  "line": 97,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 97,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 3102,
                                                "end": 3106,
                                                "loc": {
                                                  "start": {
                                                    "line": 97,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 97,
                                                    "column": 26
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3107,
                                                "end": 3115,
                                                "loc": {
                                                  "start": {
                                                    "line": 97,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 97,
                                                    "column": 35
                                                  }
                                                },
                                                "name": "_objects"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3116,
                                              "end": 3122,
                                              "loc": {
                                                "start": {
                                                  "line": 97,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 97,
                                                  "column": 42
                                                }
                                              },
                                              "name": "bounds"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3123,
                                            "end": 3126,
                                            "loc": {
                                              "start": {
                                                "line": 97,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 97,
                                                "column": 46
                                              }
                                            },
                                            "name": "box"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3127,
                                          "end": 3130,
                                          "loc": {
                                            "start": {
                                              "line": 97,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 97,
                                              "column": 50
                                            }
                                          },
                                          "name": "min"
                                        },
                                        "computed": false
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3145,
                                  "end": 3184,
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 51
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3149,
                                      "end": 3183,
                                      "loc": {
                                        "start": {
                                          "line": 98,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 98,
                                          "column": 50
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3149,
                                        "end": 3152,
                                        "loc": {
                                          "start": {
                                            "line": 98,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 98,
                                            "column": 19
                                          }
                                        },
                                        "name": "max"
                                      },
                                      "init": {
                                        "type": "MemberExpression",
                                        "start": 3155,
                                        "end": 3183,
                                        "loc": {
                                          "start": {
                                            "line": 98,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 98,
                                            "column": 50
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3155,
                                          "end": 3179,
                                          "loc": {
                                            "start": {
                                              "line": 98,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 98,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 3155,
                                            "end": 3175,
                                            "loc": {
                                              "start": {
                                                "line": 98,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 98,
                                                "column": 42
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3155,
                                              "end": 3168,
                                              "loc": {
                                                "start": {
                                                  "line": 98,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 98,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 3155,
                                                "end": 3159,
                                                "loc": {
                                                  "start": {
                                                    "line": 98,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 98,
                                                    "column": 26
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3160,
                                                "end": 3168,
                                                "loc": {
                                                  "start": {
                                                    "line": 98,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 98,
                                                    "column": 35
                                                  }
                                                },
                                                "name": "_objects"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3169,
                                              "end": 3175,
                                              "loc": {
                                                "start": {
                                                  "line": 98,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 98,
                                                  "column": 42
                                                }
                                              },
                                              "name": "bounds"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3176,
                                            "end": 3179,
                                            "loc": {
                                              "start": {
                                                "line": 98,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 98,
                                                "column": 46
                                              }
                                            },
                                            "name": "box"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3180,
                                          "end": 3183,
                                          "loc": {
                                            "start": {
                                              "line": 98,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 98,
                                              "column": 50
                                            }
                                          },
                                          "name": "max"
                                        },
                                        "computed": false
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3198,
                                  "end": 3265,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 79
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3202,
                                      "end": 3264,
                                      "loc": {
                                        "start": {
                                          "line": 99,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 99,
                                          "column": 78
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3202,
                                        "end": 3207,
                                        "loc": {
                                          "start": {
                                            "line": 99,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 21
                                          }
                                        },
                                        "name": "width"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 3210,
                                        "end": 3264,
                                        "loc": {
                                          "start": {
                                            "line": 99,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 78
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3210,
                                          "end": 3224,
                                          "loc": {
                                            "start": {
                                              "line": 99,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 99,
                                              "column": 38
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3210,
                                            "end": 3213,
                                            "loc": {
                                              "start": {
                                                "line": 99,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 99,
                                                "column": 27
                                              }
                                            },
                                            "name": "max"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3214,
                                            "end": 3224,
                                            "loc": {
                                              "start": {
                                                "line": 99,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 99,
                                                "column": 38
                                              }
                                            },
                                            "name": "distanceTo"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 3225,
                                            "end": 3263,
                                            "loc": {
                                              "start": {
                                                "line": 99,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 99,
                                                "column": 77
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3229,
                                              "end": 3242,
                                              "loc": {
                                                "start": {
                                                  "line": 99,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 99,
                                                  "column": 56
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3229,
                                                "end": 3234,
                                                "loc": {
                                                  "start": {
                                                    "line": 99,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 99,
                                                    "column": 48
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3235,
                                                "end": 3242,
                                                "loc": {
                                                  "start": {
                                                    "line": 99,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 99,
                                                    "column": 56
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3243,
                                                "end": 3248,
                                                "loc": {
                                                  "start": {
                                                    "line": 99,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 99,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3243,
                                                  "end": 3246,
                                                  "loc": {
                                                    "start": {
                                                      "line": 99,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 99,
                                                      "column": 60
                                                    }
                                                  },
                                                  "name": "min"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3247,
                                                  "end": 3248,
                                                  "loc": {
                                                    "start": {
                                                      "line": 99,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 99,
                                                      "column": 62
                                                    }
                                                  },
                                                  "name": "x"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3250,
                                                "end": 3255,
                                                "loc": {
                                                  "start": {
                                                    "line": 99,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 99,
                                                    "column": 69
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3250,
                                                  "end": 3253,
                                                  "loc": {
                                                    "start": {
                                                      "line": 99,
                                                      "column": 64
                                                    },
                                                    "end": {
                                                      "line": 99,
                                                      "column": 67
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3254,
                                                  "end": 3255,
                                                  "loc": {
                                                    "start": {
                                                      "line": 99,
                                                      "column": 68
                                                    },
                                                    "end": {
                                                      "line": 99,
                                                      "column": 69
                                                    }
                                                  },
                                                  "name": "y"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3257,
                                                "end": 3262,
                                                "loc": {
                                                  "start": {
                                                    "line": 99,
                                                    "column": 71
                                                  },
                                                  "end": {
                                                    "line": 99,
                                                    "column": 76
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3257,
                                                  "end": 3260,
                                                  "loc": {
                                                    "start": {
                                                      "line": 99,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 99,
                                                      "column": 74
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3261,
                                                  "end": 3262,
                                                  "loc": {
                                                    "start": {
                                                      "line": 99,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 99,
                                                      "column": 76
                                                    }
                                                  },
                                                  "name": "z"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3279,
                                  "end": 3347,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 100,
                                      "column": 80
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3283,
                                      "end": 3346,
                                      "loc": {
                                        "start": {
                                          "line": 100,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 100,
                                          "column": 79
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3283,
                                        "end": 3289,
                                        "loc": {
                                          "start": {
                                            "line": 100,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 100,
                                            "column": 22
                                          }
                                        },
                                        "name": "height"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 3292,
                                        "end": 3346,
                                        "loc": {
                                          "start": {
                                            "line": 100,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 100,
                                            "column": 79
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3292,
                                          "end": 3306,
                                          "loc": {
                                            "start": {
                                              "line": 100,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 100,
                                              "column": 39
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3292,
                                            "end": 3295,
                                            "loc": {
                                              "start": {
                                                "line": 100,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 100,
                                                "column": 28
                                              }
                                            },
                                            "name": "max"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3296,
                                            "end": 3306,
                                            "loc": {
                                              "start": {
                                                "line": 100,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 100,
                                                "column": 39
                                              }
                                            },
                                            "name": "distanceTo"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 3307,
                                            "end": 3345,
                                            "loc": {
                                              "start": {
                                                "line": 100,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 100,
                                                "column": 78
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3311,
                                              "end": 3324,
                                              "loc": {
                                                "start": {
                                                  "line": 100,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 100,
                                                  "column": 57
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3311,
                                                "end": 3316,
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 49
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3317,
                                                "end": 3324,
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 57
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3325,
                                                "end": 3330,
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 63
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3325,
                                                  "end": 3328,
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 58
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 61
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3329,
                                                  "end": 3330,
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 62
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 63
                                                    }
                                                  },
                                                  "name": "x"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3332,
                                                "end": 3337,
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 70
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3332,
                                                  "end": 3335,
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 65
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 68
                                                    }
                                                  },
                                                  "name": "min"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3336,
                                                  "end": 3337,
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 69
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 70
                                                    }
                                                  },
                                                  "name": "y"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3339,
                                                "end": 3344,
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 72
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 77
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3339,
                                                  "end": 3342,
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 72
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 75
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3343,
                                                  "end": 3344,
                                                  "loc": {
                                                    "start": {
                                                      "line": 100,
                                                      "column": 76
                                                    },
                                                    "end": {
                                                      "line": 100,
                                                      "column": 77
                                                    }
                                                  },
                                                  "name": "z"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3361,
                                  "end": 3428,
                                  "loc": {
                                    "start": {
                                      "line": 101,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 101,
                                      "column": 79
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3365,
                                      "end": 3427,
                                      "loc": {
                                        "start": {
                                          "line": 101,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 101,
                                          "column": 78
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3365,
                                        "end": 3370,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 21
                                          }
                                        },
                                        "name": "depth"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 3373,
                                        "end": 3427,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 78
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3373,
                                          "end": 3387,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 38
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3373,
                                            "end": 3376,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 27
                                              }
                                            },
                                            "name": "max"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3377,
                                            "end": 3387,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 38
                                              }
                                            },
                                            "name": "distanceTo"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 3388,
                                            "end": 3426,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 77
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3392,
                                              "end": 3405,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 56
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3392,
                                                "end": 3397,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 48
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3398,
                                                "end": 3405,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 56
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3406,
                                                "end": 3411,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3406,
                                                  "end": 3409,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 60
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3410,
                                                  "end": 3411,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 62
                                                    }
                                                  },
                                                  "name": "x"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3413,
                                                "end": 3418,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 69
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3413,
                                                  "end": 3416,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 64
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 67
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3417,
                                                  "end": 3418,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 68
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 69
                                                    }
                                                  },
                                                  "name": "y"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3420,
                                                "end": 3425,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 71
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 76
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3420,
                                                  "end": 3423,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 74
                                                    }
                                                  },
                                                  "name": "min"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3424,
                                                  "end": 3425,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 76
                                                    }
                                                  },
                                                  "name": "z"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3444,
                                  "end": 3494,
                                  "loc": {
                                    "start": {
                                      "line": 103,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 103,
                                      "column": 62
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 3444,
                                    "end": 3493,
                                    "loc": {
                                      "start": {
                                        "line": 103,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 103,
                                        "column": 61
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3444,
                                      "end": 3469,
                                      "loc": {
                                        "start": {
                                          "line": 103,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 103,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3444,
                                        "end": 3464,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3444,
                                          "end": 3455,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3444,
                                            "end": 3448,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3449,
                                            "end": 3455,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 23
                                              }
                                            },
                                            "name": "_stage"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3456,
                                          "end": 3464,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 32
                                            }
                                          },
                                          "name": "position"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3465,
                                        "end": 3469,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 37
                                          }
                                        },
                                        "name": "copy"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 3470,
                                        "end": 3492,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 60
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3470,
                                          "end": 3483,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 51
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3470,
                                            "end": 3474,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 42
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3475,
                                            "end": 3483,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 51
                                              }
                                            },
                                            "name": "_objects"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3484,
                                          "end": 3492,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 60
                                            }
                                          },
                                          "name": "position"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3508,
                                  "end": 3546,
                                  "loc": {
                                    "start": {
                                      "line": 104,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 104,
                                      "column": 50
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3508,
                                    "end": 3545,
                                    "loc": {
                                      "start": {
                                        "line": 104,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 104,
                                        "column": 49
                                      }
                                    },
                                    "operator": "-=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 3508,
                                      "end": 3530,
                                      "loc": {
                                        "start": {
                                          "line": 104,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 104,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3508,
                                        "end": 3528,
                                        "loc": {
                                          "start": {
                                            "line": 104,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3508,
                                          "end": 3519,
                                          "loc": {
                                            "start": {
                                              "line": 104,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 104,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3508,
                                            "end": 3512,
                                            "loc": {
                                              "start": {
                                                "line": 104,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 104,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3513,
                                            "end": 3519,
                                            "loc": {
                                              "start": {
                                                "line": 104,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 104,
                                                "column": 23
                                              }
                                            },
                                            "name": "_stage"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3520,
                                          "end": 3528,
                                          "loc": {
                                            "start": {
                                              "line": 104,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 104,
                                              "column": 32
                                            }
                                          },
                                          "name": "position"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3529,
                                        "end": 3530,
                                        "loc": {
                                          "start": {
                                            "line": 104,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 34
                                          }
                                        },
                                        "name": "y"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 3534,
                                      "end": 3545,
                                      "loc": {
                                        "start": {
                                          "line": 104,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 104,
                                          "column": 49
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 3534,
                                        "end": 3539,
                                        "loc": {
                                          "start": {
                                            "line": 104,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 43
                                          }
                                        },
                                        "name": "depth"
                                      },
                                      "operator": "/",
                                      "right": {
                                        "type": "Literal",
                                        "start": 3542,
                                        "end": 3545,
                                        "loc": {
                                          "start": {
                                            "line": 104,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 104,
                                            "column": 49
                                          }
                                        },
                                        "value": 1.5,
                                        "rawValue": 1.5,
                                        "raw": "1.5"
                                      }
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3560,
                                  "end": 3600,
                                  "loc": {
                                    "start": {
                                      "line": 105,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 105,
                                      "column": 52
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3560,
                                    "end": 3599,
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 51
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 3560,
                                      "end": 3582,
                                      "loc": {
                                        "start": {
                                          "line": 105,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 105,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3560,
                                        "end": 3580,
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3560,
                                          "end": 3571,
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 105,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3560,
                                            "end": 3564,
                                            "loc": {
                                              "start": {
                                                "line": 105,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 105,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3565,
                                            "end": 3571,
                                            "loc": {
                                              "start": {
                                                "line": 105,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 105,
                                                "column": 23
                                              }
                                            },
                                            "name": "_stage"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3572,
                                          "end": 3580,
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 105,
                                              "column": 32
                                            }
                                          },
                                          "name": "rotation"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3581,
                                        "end": 3582,
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 34
                                          }
                                        },
                                        "name": "x"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 3585,
                                      "end": 3599,
                                      "loc": {
                                        "start": {
                                          "line": 105,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 105,
                                          "column": 51
                                        }
                                      },
                                      "left": {
                                        "type": "UnaryExpression",
                                        "start": 3585,
                                        "end": 3595,
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 47
                                          }
                                        },
                                        "operator": "-",
                                        "prefix": true,
                                        "argument": {
                                          "type": "MemberExpression",
                                          "start": 3587,
                                          "end": 3595,
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 105,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3587,
                                            "end": 3591,
                                            "loc": {
                                              "start": {
                                                "line": 105,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 105,
                                                "column": 43
                                              }
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3593,
                                            "end": 3595,
                                            "loc": {
                                              "start": {
                                                "line": 105,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 105,
                                                "column": 47
                                              }
                                            },
                                            "name": "PI"
                                          },
                                          "computed": false
                                        }
                                      },
                                      "operator": "/",
                                      "right": {
                                        "type": "Literal",
                                        "start": 3598,
                                        "end": 3599,
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 51
                                          }
                                        },
                                        "value": 2,
                                        "rawValue": 2,
                                        "raw": "2"
                                      }
                                    }
                                  }
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 3616,
                                  "end": 3826,
                                  "loc": {
                                    "start": {
                                      "line": 107,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 111,
                                      "column": 13
                                    }
                                  },
                                  "test": {
                                    "type": "MemberExpression",
                                    "start": 3620,
                                    "end": 3640,
                                    "loc": {
                                      "start": {
                                        "line": 107,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 107,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 3620,
                                      "end": 3632,
                                      "loc": {
                                        "start": {
                                          "line": 107,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 107,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 3620,
                                        "end": 3624,
                                        "loc": {
                                          "start": {
                                            "line": 107,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 107,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3625,
                                        "end": 3632,
                                        "loc": {
                                          "start": {
                                            "line": 107,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 107,
                                            "column": 28
                                          }
                                        },
                                        "name": "options"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3633,
                                      "end": 3640,
                                      "loc": {
                                        "start": {
                                          "line": 107,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 107,
                                          "column": 36
                                        }
                                      },
                                      "name": "ambient"
                                    },
                                    "computed": false
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 3642,
                                    "end": 3826,
                                    "loc": {
                                      "start": {
                                        "line": 107,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 111,
                                        "column": 13
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 3661,
                                        "end": 3708,
                                        "loc": {
                                          "start": {
                                            "line": 108,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 108,
                                            "column": 63
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 3665,
                                            "end": 3707,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 108,
                                                "column": 62
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 3665,
                                              "end": 3672,
                                              "loc": {
                                                "start": {
                                                  "line": 108,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 108,
                                                  "column": 27
                                                }
                                              },
                                              "name": "ambient"
                                            },
                                            "init": {
                                              "type": "NewExpression",
                                              "start": 3675,
                                              "end": 3707,
                                              "loc": {
                                                "start": {
                                                  "line": 108,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 108,
                                                  "column": 62
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 3679,
                                                "end": 3697,
                                                "loc": {
                                                  "start": {
                                                    "line": 108,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 108,
                                                    "column": 52
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3679,
                                                  "end": 3684,
                                                  "loc": {
                                                    "start": {
                                                      "line": 108,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 108,
                                                      "column": 39
                                                    }
                                                  },
                                                  "name": "THREE"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3685,
                                                  "end": 3697,
                                                  "loc": {
                                                    "start": {
                                                      "line": 108,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 108,
                                                      "column": 52
                                                    }
                                                  },
                                                  "name": "AmbientLight"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Literal",
                                                  "start": 3698,
                                                  "end": 3706,
                                                  "loc": {
                                                    "start": {
                                                      "line": 108,
                                                      "column": 53
                                                    },
                                                    "end": {
                                                      "line": 108,
                                                      "column": 61
                                                    }
                                                  },
                                                  "value": 16777215,
                                                  "rawValue": 16777215,
                                                  "raw": "0xffffff"
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "kind": "let"
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3726,
                                        "end": 3767,
                                        "loc": {
                                          "start": {
                                            "line": 109,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 109,
                                            "column": 57
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 3726,
                                          "end": 3766,
                                          "loc": {
                                            "start": {
                                              "line": 109,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 109,
                                              "column": 56
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 3726,
                                            "end": 3743,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 33
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 3726,
                                              "end": 3733,
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 109,
                                                  "column": 23
                                                }
                                              },
                                              "name": "ambient"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3734,
                                              "end": 3743,
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 109,
                                                  "column": 33
                                                }
                                              },
                                              "name": "intensity"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 3746,
                                            "end": 3766,
                                            "loc": {
                                              "start": {
                                                "line": 109,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 109,
                                                "column": 56
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3746,
                                              "end": 3758,
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 109,
                                                  "column": 48
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 3746,
                                                "end": 3750,
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 40
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3751,
                                                "end": 3758,
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 48
                                                  }
                                                },
                                                "name": "options"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3759,
                                              "end": 3766,
                                              "loc": {
                                                "start": {
                                                  "line": 109,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 109,
                                                  "column": 56
                                                }
                                              },
                                              "name": "ambient"
                                            },
                                            "computed": false
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3785,
                                        "end": 3811,
                                        "loc": {
                                          "start": {
                                            "line": 110,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 110,
                                            "column": 42
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 3785,
                                          "end": 3810,
                                          "loc": {
                                            "start": {
                                              "line": 110,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 110,
                                              "column": 41
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 3785,
                                            "end": 3801,
                                            "loc": {
                                              "start": {
                                                "line": 110,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 110,
                                                "column": 32
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3785,
                                              "end": 3797,
                                              "loc": {
                                                "start": {
                                                  "line": 110,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 110,
                                                  "column": 28
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 3785,
                                                "end": 3789,
                                                "loc": {
                                                  "start": {
                                                    "line": 110,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 110,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3790,
                                                "end": 3797,
                                                "loc": {
                                                  "start": {
                                                    "line": 110,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 110,
                                                    "column": 28
                                                  }
                                                },
                                                "name": "_lights"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3798,
                                              "end": 3801,
                                              "loc": {
                                                "start": {
                                                  "line": 110,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 110,
                                                  "column": 32
                                                }
                                              },
                                              "name": "add"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 3802,
                                              "end": 3809,
                                              "loc": {
                                                "start": {
                                                  "line": 110,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 110,
                                                  "column": 40
                                                }
                                              },
                                              "name": "ambient"
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3842,
                                  "end": 3900,
                                  "loc": {
                                    "start": {
                                      "line": 113,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 113,
                                      "column": 70
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3846,
                                      "end": 3899,
                                      "loc": {
                                        "start": {
                                          "line": 113,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 113,
                                          "column": 69
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3846,
                                        "end": 3852,
                                        "loc": {
                                          "start": {
                                            "line": 113,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 113,
                                            "column": 22
                                          }
                                        },
                                        "name": "coords"
                                      },
                                      "init": {
                                        "type": "BinaryExpression",
                                        "start": 3855,
                                        "end": 3899,
                                        "loc": {
                                          "start": {
                                            "line": 113,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 113,
                                            "column": 69
                                          }
                                        },
                                        "left": {
                                          "type": "CallExpression",
                                          "start": 3855,
                                          "end": 3895,
                                          "loc": {
                                            "start": {
                                              "line": 113,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 113,
                                              "column": 65
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 3855,
                                            "end": 3893,
                                            "loc": {
                                              "start": {
                                                "line": 113,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 113,
                                                "column": 63
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 3855,
                                              "end": 3883,
                                              "loc": {
                                                "start": {
                                                  "line": 113,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 113,
                                                  "column": 53
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 3855,
                                                "end": 3881,
                                                "loc": {
                                                  "start": {
                                                    "line": 113,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 113,
                                                    "column": 51
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3855,
                                                  "end": 3868,
                                                  "loc": {
                                                    "start": {
                                                      "line": 113,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 113,
                                                      "column": 38
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 3855,
                                                    "end": 3859,
                                                    "loc": {
                                                      "start": {
                                                        "line": 113,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 113,
                                                        "column": 29
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3860,
                                                    "end": 3868,
                                                    "loc": {
                                                      "start": {
                                                        "line": 113,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 113,
                                                        "column": 38
                                                      }
                                                    },
                                                    "name": "_objects"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3869,
                                                  "end": 3881,
                                                  "loc": {
                                                    "start": {
                                                      "line": 113,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 113,
                                                      "column": 51
                                                    }
                                                  },
                                                  "name": "updateBounds"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3884,
                                              "end": 3893,
                                              "loc": {
                                                "start": {
                                                  "line": 113,
                                                  "column": 54
                                                },
                                                "end": {
                                                  "line": 113,
                                                  "column": 63
                                                }
                                              },
                                              "name": "getRadius"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        },
                                        "operator": "*",
                                        "right": {
                                          "type": "Literal",
                                          "start": 3898,
                                          "end": 3899,
                                          "loc": {
                                            "start": {
                                              "line": 113,
                                              "column": 68
                                            },
                                            "end": {
                                              "line": 113,
                                              "column": 69
                                            }
                                          },
                                          "value": 6,
                                          "rawValue": 6,
                                          "raw": "6"
                                        }
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3914,
                                  "end": 3995,
                                  "loc": {
                                    "start": {
                                      "line": 114,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 114,
                                      "column": 93
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 3914,
                                    "end": 3994,
                                    "loc": {
                                      "start": {
                                        "line": 114,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 114,
                                        "column": 92
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3914,
                                      "end": 3930,
                                      "loc": {
                                        "start": {
                                          "line": 114,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 114,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3914,
                                        "end": 3926,
                                        "loc": {
                                          "start": {
                                            "line": 114,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 114,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 3914,
                                          "end": 3918,
                                          "loc": {
                                            "start": {
                                              "line": 114,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 114,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3919,
                                          "end": 3926,
                                          "loc": {
                                            "start": {
                                              "line": 114,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 114,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3927,
                                        "end": 3930,
                                        "loc": {
                                          "start": {
                                            "line": 114,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 114,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 3931,
                                        "end": 3993,
                                        "loc": {
                                          "start": {
                                            "line": 114,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 114,
                                            "column": 91
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3931,
                                          "end": 3978,
                                          "loc": {
                                            "start": {
                                              "line": 114,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 114,
                                              "column": 76
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 3931,
                                            "end": 3966,
                                            "loc": {
                                              "start": {
                                                "line": 114,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 114,
                                                "column": 64
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3935,
                                              "end": 3951,
                                              "loc": {
                                                "start": {
                                                  "line": 114,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 114,
                                                  "column": 49
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3935,
                                                "end": 3940,
                                                "loc": {
                                                  "start": {
                                                    "line": 114,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 114,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3941,
                                                "end": 3951,
                                                "loc": {
                                                  "start": {
                                                    "line": 114,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 114,
                                                    "column": 49
                                                  }
                                                },
                                                "name": "PointLight"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 3952,
                                                "end": 3960,
                                                "loc": {
                                                  "start": {
                                                    "line": 114,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 114,
                                                    "column": 58
                                                  }
                                                },
                                                "value": 16777215,
                                                "rawValue": 16777215,
                                                "raw": "0xffffff"
                                              },
                                              {
                                                "type": "Literal",
                                                "start": 3962,
                                                "end": 3965,
                                                "loc": {
                                                  "start": {
                                                    "line": 114,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 114,
                                                    "column": 63
                                                  }
                                                },
                                                "value": 0.5,
                                                "rawValue": 0.5,
                                                "raw": "0.5"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3967,
                                            "end": 3978,
                                            "loc": {
                                              "start": {
                                                "line": 114,
                                                "column": 65
                                              },
                                              "end": {
                                                "line": 114,
                                                "column": 76
                                              }
                                            },
                                            "name": "setPosition"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "UnaryExpression",
                                            "start": 3979,
                                            "end": 3986,
                                            "loc": {
                                              "start": {
                                                "line": 114,
                                                "column": 77
                                              },
                                              "end": {
                                                "line": 114,
                                                "column": 84
                                              }
                                            },
                                            "operator": "-",
                                            "prefix": true,
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 3980,
                                              "end": 3986,
                                              "loc": {
                                                "start": {
                                                  "line": 114,
                                                  "column": 78
                                                },
                                                "end": {
                                                  "line": 114,
                                                  "column": 84
                                                }
                                              },
                                              "name": "coords"
                                            }
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 3988,
                                            "end": 3989,
                                            "loc": {
                                              "start": {
                                                "line": 114,
                                                "column": 86
                                              },
                                              "end": {
                                                "line": 114,
                                                "column": 87
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 3991,
                                            "end": 3992,
                                            "loc": {
                                              "start": {
                                                "line": 114,
                                                "column": 89
                                              },
                                              "end": {
                                                "line": 114,
                                                "column": 90
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4009,
                                  "end": 4099,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 102
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4009,
                                    "end": 4098,
                                    "loc": {
                                      "start": {
                                        "line": 115,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 115,
                                        "column": 101
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4009,
                                      "end": 4025,
                                      "loc": {
                                        "start": {
                                          "line": 115,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 115,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4009,
                                        "end": 4021,
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4009,
                                          "end": 4013,
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4014,
                                          "end": 4021,
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4022,
                                        "end": 4025,
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 4026,
                                        "end": 4097,
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 100
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4026,
                                          "end": 4072,
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 75
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 4026,
                                            "end": 4060,
                                            "loc": {
                                              "start": {
                                                "line": 115,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 115,
                                                "column": 63
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4030,
                                              "end": 4045,
                                              "loc": {
                                                "start": {
                                                  "line": 115,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 48
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4030,
                                                "end": 4035,
                                                "loc": {
                                                  "start": {
                                                    "line": 115,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 115,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4036,
                                                "end": 4045,
                                                "loc": {
                                                  "start": {
                                                    "line": 115,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 115,
                                                    "column": 48
                                                  }
                                                },
                                                "name": "SpotLight"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 4046,
                                                "end": 4054,
                                                "loc": {
                                                  "start": {
                                                    "line": 115,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 115,
                                                    "column": 57
                                                  }
                                                },
                                                "value": 16777215,
                                                "rawValue": 16777215,
                                                "raw": "0xffffff"
                                              },
                                              {
                                                "type": "Literal",
                                                "start": 4056,
                                                "end": 4059,
                                                "loc": {
                                                  "start": {
                                                    "line": 115,
                                                    "column": 59
                                                  },
                                                  "end": {
                                                    "line": 115,
                                                    "column": 62
                                                  }
                                                },
                                                "value": 0.5,
                                                "rawValue": 0.5,
                                                "raw": "0.5"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4061,
                                            "end": 4072,
                                            "loc": {
                                              "start": {
                                                "line": 115,
                                                "column": 64
                                              },
                                              "end": {
                                                "line": 115,
                                                "column": 75
                                              }
                                            },
                                            "name": "setPosition"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 4073,
                                            "end": 4074,
                                            "loc": {
                                              "start": {
                                                "line": 115,
                                                "column": 76
                                              },
                                              "end": {
                                                "line": 115,
                                                "column": 77
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "UnaryExpression",
                                            "start": 4076,
                                            "end": 4083,
                                            "loc": {
                                              "start": {
                                                "line": 115,
                                                "column": 79
                                              },
                                              "end": {
                                                "line": 115,
                                                "column": 86
                                              }
                                            },
                                            "operator": "-",
                                            "prefix": true,
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 4077,
                                              "end": 4083,
                                              "loc": {
                                                "start": {
                                                  "line": 115,
                                                  "column": 80
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 86
                                                }
                                              },
                                              "name": "coords"
                                            }
                                          },
                                          {
                                            "type": "BinaryExpression",
                                            "start": 4085,
                                            "end": 4096,
                                            "loc": {
                                              "start": {
                                                "line": 115,
                                                "column": 88
                                              },
                                              "end": {
                                                "line": 115,
                                                "column": 99
                                              }
                                            },
                                            "left": {
                                              "type": "UnaryExpression",
                                              "start": 4085,
                                              "end": 4092,
                                              "loc": {
                                                "start": {
                                                  "line": 115,
                                                  "column": 88
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 95
                                                }
                                              },
                                              "operator": "-",
                                              "prefix": true,
                                              "argument": {
                                                "type": "Identifier",
                                                "start": 4086,
                                                "end": 4092,
                                                "loc": {
                                                  "start": {
                                                    "line": 115,
                                                    "column": 89
                                                  },
                                                  "end": {
                                                    "line": 115,
                                                    "column": 95
                                                  }
                                                },
                                                "name": "coords"
                                              }
                                            },
                                            "operator": "*",
                                            "right": {
                                              "type": "Literal",
                                              "start": 4095,
                                              "end": 4096,
                                              "loc": {
                                                "start": {
                                                  "line": 115,
                                                  "column": 98
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 99
                                                }
                                              },
                                              "value": 2,
                                              "rawValue": 2,
                                              "raw": "2"
                                            }
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4113,
                                  "end": 4193,
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 92
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4113,
                                    "end": 4192,
                                    "loc": {
                                      "start": {
                                        "line": 116,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 91
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4113,
                                      "end": 4129,
                                      "loc": {
                                        "start": {
                                          "line": 116,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 116,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4113,
                                        "end": 4125,
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4113,
                                          "end": 4117,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4118,
                                          "end": 4125,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4126,
                                        "end": 4129,
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 4130,
                                        "end": 4191,
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 90
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4130,
                                          "end": 4177,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 76
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 4130,
                                            "end": 4165,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 64
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4134,
                                              "end": 4150,
                                              "loc": {
                                                "start": {
                                                  "line": 116,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 116,
                                                  "column": 49
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4134,
                                                "end": 4139,
                                                "loc": {
                                                  "start": {
                                                    "line": 116,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 116,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4140,
                                                "end": 4150,
                                                "loc": {
                                                  "start": {
                                                    "line": 116,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 116,
                                                    "column": 49
                                                  }
                                                },
                                                "name": "PointLight"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 4151,
                                                "end": 4159,
                                                "loc": {
                                                  "start": {
                                                    "line": 116,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 116,
                                                    "column": 58
                                                  }
                                                },
                                                "value": 16777215,
                                                "rawValue": 16777215,
                                                "raw": "0xffffff"
                                              },
                                              {
                                                "type": "Literal",
                                                "start": 4161,
                                                "end": 4164,
                                                "loc": {
                                                  "start": {
                                                    "line": 116,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 116,
                                                    "column": 63
                                                  }
                                                },
                                                "value": 0.5,
                                                "rawValue": 0.5,
                                                "raw": "0.5"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4166,
                                            "end": 4177,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 65
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 76
                                              }
                                            },
                                            "name": "setPosition"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 4178,
                                            "end": 4184,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 77
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 83
                                              }
                                            },
                                            "name": "coords"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 4186,
                                            "end": 4187,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 85
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 86
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 4189,
                                            "end": 4190,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 88
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 89
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4207,
                                  "end": 4287,
                                  "loc": {
                                    "start": {
                                      "line": 117,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 117,
                                      "column": 92
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4207,
                                    "end": 4286,
                                    "loc": {
                                      "start": {
                                        "line": 117,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 91
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4207,
                                      "end": 4223,
                                      "loc": {
                                        "start": {
                                          "line": 117,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 117,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4207,
                                        "end": 4219,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4207,
                                          "end": 4211,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4212,
                                          "end": 4219,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4220,
                                        "end": 4223,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 4224,
                                        "end": 4285,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 90
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4224,
                                          "end": 4271,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 76
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 4224,
                                            "end": 4259,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 64
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4228,
                                              "end": 4244,
                                              "loc": {
                                                "start": {
                                                  "line": 117,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 117,
                                                  "column": 49
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4228,
                                                "end": 4233,
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4234,
                                                "end": 4244,
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 49
                                                  }
                                                },
                                                "name": "PointLight"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 4245,
                                                "end": 4253,
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 58
                                                  }
                                                },
                                                "value": 16777215,
                                                "rawValue": 16777215,
                                                "raw": "0xffffff"
                                              },
                                              {
                                                "type": "Literal",
                                                "start": 4255,
                                                "end": 4258,
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 63
                                                  }
                                                },
                                                "value": 0.5,
                                                "rawValue": 0.5,
                                                "raw": "0.5"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4260,
                                            "end": 4271,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 65
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 76
                                              }
                                            },
                                            "name": "setPosition"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 4272,
                                            "end": 4273,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 77
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 78
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 4275,
                                            "end": 4281,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 80
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 86
                                              }
                                            },
                                            "name": "coords"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 4283,
                                            "end": 4284,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 88
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 89
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4301,
                                  "end": 4379,
                                  "loc": {
                                    "start": {
                                      "line": 118,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 118,
                                      "column": 90
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4301,
                                    "end": 4378,
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 118,
                                        "column": 89
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4301,
                                      "end": 4317,
                                      "loc": {
                                        "start": {
                                          "line": 118,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 118,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4301,
                                        "end": 4313,
                                        "loc": {
                                          "start": {
                                            "line": 118,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 118,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4301,
                                          "end": 4305,
                                          "loc": {
                                            "start": {
                                              "line": 118,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 118,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4306,
                                          "end": 4313,
                                          "loc": {
                                            "start": {
                                              "line": 118,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 118,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4314,
                                        "end": 4317,
                                        "loc": {
                                          "start": {
                                            "line": 118,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 118,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 4318,
                                        "end": 4377,
                                        "loc": {
                                          "start": {
                                            "line": 118,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 118,
                                            "column": 88
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4318,
                                          "end": 4363,
                                          "loc": {
                                            "start": {
                                              "line": 118,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 118,
                                              "column": 74
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 4318,
                                            "end": 4351,
                                            "loc": {
                                              "start": {
                                                "line": 118,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 118,
                                                "column": 62
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4322,
                                              "end": 4338,
                                              "loc": {
                                                "start": {
                                                  "line": 118,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 118,
                                                  "column": 49
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4322,
                                                "end": 4327,
                                                "loc": {
                                                  "start": {
                                                    "line": 118,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 118,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4328,
                                                "end": 4338,
                                                "loc": {
                                                  "start": {
                                                    "line": 118,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 118,
                                                    "column": 49
                                                  }
                                                },
                                                "name": "PointLight"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 4339,
                                                "end": 4347,
                                                "loc": {
                                                  "start": {
                                                    "line": 118,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 118,
                                                    "column": 58
                                                  }
                                                },
                                                "value": 16777215,
                                                "rawValue": 16777215,
                                                "raw": "0xffffff"
                                              },
                                              {
                                                "type": "Literal",
                                                "start": 4349,
                                                "end": 4350,
                                                "loc": {
                                                  "start": {
                                                    "line": 118,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 118,
                                                    "column": 61
                                                  }
                                                },
                                                "value": 1,
                                                "rawValue": 1,
                                                "raw": "1"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4352,
                                            "end": 4363,
                                            "loc": {
                                              "start": {
                                                "line": 118,
                                                "column": 63
                                              },
                                              "end": {
                                                "line": 118,
                                                "column": 74
                                              }
                                            },
                                            "name": "setPosition"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 4364,
                                            "end": 4365,
                                            "loc": {
                                              "start": {
                                                "line": 118,
                                                "column": 75
                                              },
                                              "end": {
                                                "line": 118,
                                                "column": 76
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 4367,
                                            "end": 4368,
                                            "loc": {
                                              "start": {
                                                "line": 118,
                                                "column": 78
                                              },
                                              "end": {
                                                "line": 118,
                                                "column": 79
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 4370,
                                            "end": 4376,
                                            "loc": {
                                              "start": {
                                                "line": 118,
                                                "column": 81
                                              },
                                              "end": {
                                                "line": 118,
                                                "column": 87
                                              }
                                            },
                                            "name": "coords"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 4395,
                                  "end": 4481,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 98
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 4399,
                                      "end": 4480,
                                      "loc": {
                                        "start": {
                                          "line": 120,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 120,
                                          "column": 97
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 4399,
                                        "end": 4402,
                                        "loc": {
                                          "start": {
                                            "line": 120,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 120,
                                            "column": 19
                                          }
                                        },
                                        "name": "vec"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 4405,
                                        "end": 4480,
                                        "loc": {
                                          "start": {
                                            "line": 120,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 120,
                                            "column": 97
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4405,
                                          "end": 4429,
                                          "loc": {
                                            "start": {
                                              "line": 120,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 120,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 4405,
                                            "end": 4416,
                                            "loc": {
                                              "start": {
                                                "line": 120,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 120,
                                                "column": 33
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 4405,
                                              "end": 4409,
                                              "loc": {
                                                "start": {
                                                  "line": 120,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 120,
                                                  "column": 26
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4410,
                                              "end": 4416,
                                              "loc": {
                                                "start": {
                                                  "line": 120,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 120,
                                                  "column": 33
                                                }
                                              },
                                              "name": "parent"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4417,
                                            "end": 4429,
                                            "loc": {
                                              "start": {
                                                "line": 120,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 120,
                                                "column": 46
                                              }
                                            },
                                            "name": "worldToLocal"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 4430,
                                            "end": 4479,
                                            "loc": {
                                              "start": {
                                                "line": 120,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 120,
                                                "column": 96
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4434,
                                              "end": 4447,
                                              "loc": {
                                                "start": {
                                                  "line": 120,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 120,
                                                  "column": 64
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4434,
                                                "end": 4439,
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 56
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4440,
                                                "end": 4447,
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 64
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "BinaryExpression",
                                                "start": 4448,
                                                "end": 4458,
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 75
                                                  }
                                                },
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 4448,
                                                  "end": 4454,
                                                  "loc": {
                                                    "start": {
                                                      "line": 120,
                                                      "column": 65
                                                    },
                                                    "end": {
                                                      "line": 120,
                                                      "column": 71
                                                    }
                                                  },
                                                  "name": "coords"
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 4457,
                                                  "end": 4458,
                                                  "loc": {
                                                    "start": {
                                                      "line": 120,
                                                      "column": 74
                                                    },
                                                    "end": {
                                                      "line": 120,
                                                      "column": 75
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              },
                                              {
                                                "type": "BinaryExpression",
                                                "start": 4460,
                                                "end": 4470,
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 77
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 87
                                                  }
                                                },
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 4460,
                                                  "end": 4466,
                                                  "loc": {
                                                    "start": {
                                                      "line": 120,
                                                      "column": 77
                                                    },
                                                    "end": {
                                                      "line": 120,
                                                      "column": 83
                                                    }
                                                  },
                                                  "name": "coords"
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 4469,
                                                  "end": 4470,
                                                  "loc": {
                                                    "start": {
                                                      "line": 120,
                                                      "column": 86
                                                    },
                                                    "end": {
                                                      "line": 120,
                                                      "column": 87
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 4472,
                                                "end": 4478,
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 89
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 95
                                                  }
                                                },
                                                "name": "coords"
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 4495,
                                  "end": 4573,
                                  "loc": {
                                    "start": {
                                      "line": 121,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 121,
                                      "column": 90
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 4499,
                                      "end": 4572,
                                      "loc": {
                                        "start": {
                                          "line": 121,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 121,
                                          "column": 89
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 4499,
                                        "end": 4508,
                                        "loc": {
                                          "start": {
                                            "line": 121,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 121,
                                            "column": 25
                                          }
                                        },
                                        "name": "spotLight"
                                      },
                                      "init": {
                                        "type": "NewExpression",
                                        "start": 4511,
                                        "end": 4572,
                                        "loc": {
                                          "start": {
                                            "line": 121,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 121,
                                            "column": 89
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4515,
                                          "end": 4530,
                                          "loc": {
                                            "start": {
                                              "line": 121,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 121,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4515,
                                            "end": 4520,
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 37
                                              }
                                            },
                                            "name": "THREE"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4521,
                                            "end": 4530,
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 47
                                              }
                                            },
                                            "name": "SpotLight"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 4532,
                                            "end": 4540,
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 49
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 57
                                              }
                                            },
                                            "value": 16777215,
                                            "rawValue": 16777215,
                                            "raw": "0xffffff"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 4542,
                                            "end": 4543,
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 60
                                              }
                                            },
                                            "value": 3,
                                            "rawValue": 3,
                                            "raw": "3"
                                          },
                                          {
                                            "type": "BinaryExpression",
                                            "start": 4545,
                                            "end": 4557,
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 74
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 4545,
                                              "end": 4551,
                                              "loc": {
                                                "start": {
                                                  "line": 121,
                                                  "column": 62
                                                },
                                                "end": {
                                                  "line": 121,
                                                  "column": 68
                                                }
                                              },
                                              "name": "coords"
                                            },
                                            "operator": "*",
                                            "right": {
                                              "type": "Literal",
                                              "start": 4554,
                                              "end": 4557,
                                              "loc": {
                                                "start": {
                                                  "line": 121,
                                                  "column": 71
                                                },
                                                "end": {
                                                  "line": 121,
                                                  "column": 74
                                                }
                                              },
                                              "value": 1.5,
                                              "rawValue": 1.5,
                                              "raw": "1.5"
                                            }
                                          },
                                          {
                                            "type": "BinaryExpression",
                                            "start": 4559,
                                            "end": 4570,
                                            "loc": {
                                              "start": {
                                                "line": 121,
                                                "column": 76
                                              },
                                              "end": {
                                                "line": 121,
                                                "column": 87
                                              }
                                            },
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 4559,
                                              "end": 4566,
                                              "loc": {
                                                "start": {
                                                  "line": 121,
                                                  "column": 76
                                                },
                                                "end": {
                                                  "line": 121,
                                                  "column": 83
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4559,
                                                "end": 4563,
                                                "loc": {
                                                  "start": {
                                                    "line": 121,
                                                    "column": 76
                                                  },
                                                  "end": {
                                                    "line": 121,
                                                    "column": 80
                                                  }
                                                },
                                                "name": "Math"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4564,
                                                "end": 4566,
                                                "loc": {
                                                  "start": {
                                                    "line": 121,
                                                    "column": 81
                                                  },
                                                  "end": {
                                                    "line": 121,
                                                    "column": 83
                                                  }
                                                },
                                                "name": "PI"
                                              },
                                              "computed": false
                                            },
                                            "operator": "/",
                                            "right": {
                                              "type": "Literal",
                                              "start": 4569,
                                              "end": 4570,
                                              "loc": {
                                                "start": {
                                                  "line": 121,
                                                  "column": 86
                                                },
                                                "end": {
                                                  "line": 121,
                                                  "column": 87
                                                }
                                              },
                                              "value": 6,
                                              "rawValue": 6,
                                              "raw": "6"
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4587,
                                  "end": 4616,
                                  "loc": {
                                    "start": {
                                      "line": 122,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 122,
                                      "column": 41
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4587,
                                    "end": 4615,
                                    "loc": {
                                      "start": {
                                        "line": 122,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 122,
                                        "column": 40
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4587,
                                      "end": 4610,
                                      "loc": {
                                        "start": {
                                          "line": 122,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 122,
                                          "column": 35
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4587,
                                        "end": 4605,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 30
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 4587,
                                          "end": 4596,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 21
                                            }
                                          },
                                          "name": "spotLight"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4597,
                                          "end": 4605,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 30
                                            }
                                          },
                                          "name": "position"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4606,
                                        "end": 4610,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 35
                                          }
                                        },
                                        "name": "copy"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 4611,
                                        "end": 4614,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 39
                                          }
                                        },
                                        "name": "vec"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4630,
                                  "end": 4663,
                                  "loc": {
                                    "start": {
                                      "line": 123,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 123,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4630,
                                    "end": 4662,
                                    "loc": {
                                      "start": {
                                        "line": 123,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 123,
                                        "column": 44
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4630,
                                      "end": 4646,
                                      "loc": {
                                        "start": {
                                          "line": 123,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 123,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4630,
                                        "end": 4639,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 21
                                          }
                                        },
                                        "name": "spotLight"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4640,
                                        "end": 4646,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 28
                                          }
                                        },
                                        "name": "target"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 4649,
                                      "end": 4662,
                                      "loc": {
                                        "start": {
                                          "line": 123,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 123,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 4649,
                                        "end": 4653,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 35
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4654,
                                        "end": 4662,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 44
                                          }
                                        },
                                        "name": "_objects"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4677,
                                  "end": 4705,
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 124,
                                      "column": 40
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4677,
                                    "end": 4704,
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 124,
                                        "column": 39
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4677,
                                      "end": 4697,
                                      "loc": {
                                        "start": {
                                          "line": 124,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 124,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4677,
                                        "end": 4686,
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 21
                                          }
                                        },
                                        "name": "spotLight"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4687,
                                        "end": 4697,
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 32
                                          }
                                        },
                                        "name": "castShadow"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 4700,
                                      "end": 4704,
                                      "loc": {
                                        "start": {
                                          "line": 124,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 124,
                                          "column": 39
                                        }
                                      },
                                      "value": true,
                                      "rawValue": true,
                                      "raw": "true"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4719,
                                  "end": 4742,
                                  "loc": {
                                    "start": {
                                      "line": 125,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 125,
                                      "column": 35
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4719,
                                    "end": 4741,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 34
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4719,
                                      "end": 4737,
                                      "loc": {
                                        "start": {
                                          "line": 125,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 125,
                                          "column": 30
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4719,
                                        "end": 4728,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 21
                                          }
                                        },
                                        "name": "spotLight"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4729,
                                        "end": 4737,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 30
                                          }
                                        },
                                        "name": "penumbra"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 4740,
                                      "end": 4741,
                                      "loc": {
                                        "start": {
                                          "line": 125,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 125,
                                          "column": 34
                                        }
                                      },
                                      "value": 1,
                                      "rawValue": 1,
                                      "raw": "1"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4756,
                                  "end": 4856,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 112
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4756,
                                    "end": 4855,
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 111
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4756,
                                      "end": 4772,
                                      "loc": {
                                        "start": {
                                          "line": 126,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 126,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4756,
                                        "end": 4765,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 21
                                          }
                                        },
                                        "name": "spotLight"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4766,
                                        "end": 4772,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 28
                                          }
                                        },
                                        "name": "shadow"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "NewExpression",
                                      "start": 4775,
                                      "end": 4855,
                                      "loc": {
                                        "start": {
                                          "line": 126,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 126,
                                          "column": 111
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 4779,
                                        "end": 4796,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 52
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 4779,
                                          "end": 4784,
                                          "loc": {
                                            "start": {
                                              "line": 126,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 40
                                            }
                                          },
                                          "name": "THREE"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4785,
                                          "end": 4796,
                                          "loc": {
                                            "start": {
                                              "line": 126,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 52
                                            }
                                          },
                                          "name": "LightShadow"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "NewExpression",
                                          "start": 4798,
                                          "end": 4853,
                                          "loc": {
                                            "start": {
                                              "line": 126,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 126,
                                              "column": 109
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4802,
                                            "end": 4825,
                                            "loc": {
                                              "start": {
                                                "line": 126,
                                                "column": 58
                                              },
                                              "end": {
                                                "line": 126,
                                                "column": 81
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 4802,
                                              "end": 4807,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 58
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 63
                                                }
                                              },
                                              "name": "THREE"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4808,
                                              "end": 4825,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 64
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 81
                                                }
                                              },
                                              "name": "PerspectiveCamera"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Literal",
                                              "start": 4827,
                                              "end": 4829,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 83
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 85
                                                }
                                              },
                                              "value": 10,
                                              "rawValue": 10,
                                              "raw": "10"
                                            },
                                            {
                                              "type": "Literal",
                                              "start": 4831,
                                              "end": 4832,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 87
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 88
                                                }
                                              },
                                              "value": 1,
                                              "rawValue": 1,
                                              "raw": "1"
                                            },
                                            {
                                              "type": "Literal",
                                              "start": 4834,
                                              "end": 4837,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 90
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 93
                                                }
                                              },
                                              "value": 100,
                                              "rawValue": 100,
                                              "raw": "100"
                                            },
                                            {
                                              "type": "BinaryExpression",
                                              "start": 4839,
                                              "end": 4851,
                                              "loc": {
                                                "start": {
                                                  "line": 126,
                                                  "column": 95
                                                },
                                                "end": {
                                                  "line": 126,
                                                  "column": 107
                                                }
                                              },
                                              "left": {
                                                "type": "Identifier",
                                                "start": 4839,
                                                "end": 4845,
                                                "loc": {
                                                  "start": {
                                                    "line": 126,
                                                    "column": 95
                                                  },
                                                  "end": {
                                                    "line": 126,
                                                    "column": 101
                                                  }
                                                },
                                                "name": "coords"
                                              },
                                              "operator": "*",
                                              "right": {
                                                "type": "Literal",
                                                "start": 4848,
                                                "end": 4851,
                                                "loc": {
                                                  "start": {
                                                    "line": 126,
                                                    "column": 104
                                                  },
                                                  "end": {
                                                    "line": 126,
                                                    "column": 107
                                                  }
                                                },
                                                "value": 1.5,
                                                "rawValue": 1.5,
                                                "raw": "1.5"
                                              }
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4870,
                                  "end": 4908,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 50
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4870,
                                    "end": 4907,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 49
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4870,
                                      "end": 4900,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 42
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4870,
                                        "end": 4894,
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 36
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 4870,
                                          "end": 4886,
                                          "loc": {
                                            "start": {
                                              "line": 127,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 127,
                                              "column": 28
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4870,
                                            "end": 4879,
                                            "loc": {
                                              "start": {
                                                "line": 127,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 127,
                                                "column": 21
                                              }
                                            },
                                            "name": "spotLight"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4880,
                                            "end": 4886,
                                            "loc": {
                                              "start": {
                                                "line": 127,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 127,
                                                "column": 28
                                              }
                                            },
                                            "name": "shadow"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4887,
                                          "end": 4894,
                                          "loc": {
                                            "start": {
                                              "line": 127,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 127,
                                              "column": 36
                                            }
                                          },
                                          "name": "mapSize"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4895,
                                        "end": 4900,
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 42
                                          }
                                        },
                                        "name": "width"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 4903,
                                      "end": 4907,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 49
                                        }
                                      },
                                      "value": 2048,
                                      "rawValue": 2048,
                                      "raw": "2048"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4922,
                                  "end": 4961,
                                  "loc": {
                                    "start": {
                                      "line": 128,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 128,
                                      "column": 51
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4922,
                                    "end": 4960,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 50
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4922,
                                      "end": 4953,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 43
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4922,
                                        "end": 4946,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 36
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 4922,
                                          "end": 4938,
                                          "loc": {
                                            "start": {
                                              "line": 128,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 128,
                                              "column": 28
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4922,
                                            "end": 4931,
                                            "loc": {
                                              "start": {
                                                "line": 128,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 128,
                                                "column": 21
                                              }
                                            },
                                            "name": "spotLight"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4932,
                                            "end": 4938,
                                            "loc": {
                                              "start": {
                                                "line": 128,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 128,
                                                "column": 28
                                              }
                                            },
                                            "name": "shadow"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4939,
                                          "end": 4946,
                                          "loc": {
                                            "start": {
                                              "line": 128,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 128,
                                              "column": 36
                                            }
                                          },
                                          "name": "mapSize"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4947,
                                        "end": 4953,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 43
                                          }
                                        },
                                        "name": "height"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 4956,
                                      "end": 4960,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 50
                                        }
                                      },
                                      "value": 2048,
                                      "rawValue": 2048,
                                      "raw": "2048"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4975,
                                  "end": 5005,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 42
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4975,
                                    "end": 5004,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 41
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4975,
                                      "end": 4991,
                                      "loc": {
                                        "start": {
                                          "line": 129,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 129,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4975,
                                        "end": 4987,
                                        "loc": {
                                          "start": {
                                            "line": 129,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 129,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4975,
                                          "end": 4979,
                                          "loc": {
                                            "start": {
                                              "line": 129,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 129,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4980,
                                          "end": 4987,
                                          "loc": {
                                            "start": {
                                              "line": 129,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 129,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4988,
                                        "end": 4991,
                                        "loc": {
                                          "start": {
                                            "line": 129,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 129,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 4993,
                                        "end": 5002,
                                        "loc": {
                                          "start": {
                                            "line": 129,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 129,
                                            "column": 39
                                          }
                                        },
                                        "name": "spotLight"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 5021,
                                  "end": 5102,
                                  "loc": {
                                    "start": {
                                      "line": 131,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 131,
                                      "column": 93
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 5025,
                                      "end": 5101,
                                      "loc": {
                                        "start": {
                                          "line": 131,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 131,
                                          "column": 92
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 5025,
                                        "end": 5034,
                                        "loc": {
                                          "start": {
                                            "line": 131,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 131,
                                            "column": 25
                                          }
                                        },
                                        "name": "shadowGeo"
                                      },
                                      "init": {
                                        "type": "NewExpression",
                                        "start": 5037,
                                        "end": 5101,
                                        "loc": {
                                          "start": {
                                            "line": 131,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 131,
                                            "column": 92
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5041,
                                          "end": 5066,
                                          "loc": {
                                            "start": {
                                              "line": 131,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 131,
                                              "column": 57
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5041,
                                            "end": 5046,
                                            "loc": {
                                              "start": {
                                                "line": 131,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 131,
                                                "column": 37
                                              }
                                            },
                                            "name": "THREE"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5047,
                                            "end": 5066,
                                            "loc": {
                                              "start": {
                                                "line": 131,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 131,
                                                "column": 57
                                              }
                                            },
                                            "name": "PlaneBufferGeometry"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "BinaryExpression",
                                            "start": 5068,
                                            "end": 5079,
                                            "loc": {
                                              "start": {
                                                "line": 131,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 131,
                                                "column": 70
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 5068,
                                              "end": 5073,
                                              "loc": {
                                                "start": {
                                                  "line": 131,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 131,
                                                  "column": 64
                                                }
                                              },
                                              "name": "width"
                                            },
                                            "operator": "*",
                                            "right": {
                                              "type": "Literal",
                                              "start": 5076,
                                              "end": 5079,
                                              "loc": {
                                                "start": {
                                                  "line": 131,
                                                  "column": 67
                                                },
                                                "end": {
                                                  "line": 131,
                                                  "column": 70
                                                }
                                              },
                                              "value": 1.2,
                                              "rawValue": 1.2,
                                              "raw": "1.2"
                                            }
                                          },
                                          {
                                            "type": "BinaryExpression",
                                            "start": 5081,
                                            "end": 5093,
                                            "loc": {
                                              "start": {
                                                "line": 131,
                                                "column": 72
                                              },
                                              "end": {
                                                "line": 131,
                                                "column": 84
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 5081,
                                              "end": 5087,
                                              "loc": {
                                                "start": {
                                                  "line": 131,
                                                  "column": 72
                                                },
                                                "end": {
                                                  "line": 131,
                                                  "column": 78
                                                }
                                              },
                                              "name": "height"
                                            },
                                            "operator": "*",
                                            "right": {
                                              "type": "Literal",
                                              "start": 5090,
                                              "end": 5093,
                                              "loc": {
                                                "start": {
                                                  "line": 131,
                                                  "column": 81
                                                },
                                                "end": {
                                                  "line": 131,
                                                  "column": 84
                                                }
                                              },
                                              "value": 1.2,
                                              "rawValue": 1.2,
                                              "raw": "1.2"
                                            }
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 5095,
                                            "end": 5096,
                                            "loc": {
                                              "start": {
                                                "line": 131,
                                                "column": 86
                                              },
                                              "end": {
                                                "line": 131,
                                                "column": 87
                                              }
                                            },
                                            "value": 1,
                                            "rawValue": 1,
                                            "raw": "1"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 5098,
                                            "end": 5099,
                                            "loc": {
                                              "start": {
                                                "line": 131,
                                                "column": 89
                                              },
                                              "end": {
                                                "line": 131,
                                                "column": 90
                                              }
                                            },
                                            "value": 1,
                                            "rawValue": 1,
                                            "raw": "1"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 5116,
                                  "end": 5170,
                                  "loc": {
                                    "start": {
                                      "line": 132,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 132,
                                      "column": 66
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 5120,
                                      "end": 5170,
                                      "loc": {
                                        "start": {
                                          "line": 132,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 132,
                                          "column": 66
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 5120,
                                        "end": 5124,
                                        "loc": {
                                          "start": {
                                            "line": 132,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 132,
                                            "column": 20
                                          }
                                        },
                                        "name": "mesh"
                                      },
                                      "init": {
                                        "type": "NewExpression",
                                        "start": 5127,
                                        "end": 5170,
                                        "loc": {
                                          "start": {
                                            "line": 132,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 132,
                                            "column": 66
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5131,
                                          "end": 5141,
                                          "loc": {
                                            "start": {
                                              "line": 132,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 132,
                                              "column": 37
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5131,
                                            "end": 5136,
                                            "loc": {
                                              "start": {
                                                "line": 132,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 132,
                                                "column": 32
                                              }
                                            },
                                            "name": "THREE"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5137,
                                            "end": 5141,
                                            "loc": {
                                              "start": {
                                                "line": 132,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 132,
                                                "column": 37
                                              }
                                            },
                                            "name": "Mesh"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 5143,
                                            "end": 5152,
                                            "loc": {
                                              "start": {
                                                "line": 132,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 132,
                                                "column": 48
                                              }
                                            },
                                            "name": "shadowGeo"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 5154,
                                            "end": 5168,
                                            "loc": {
                                              "start": {
                                                "line": 132,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 132,
                                                "column": 64
                                              }
                                            },
                                            "name": "shadowMaterial"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5184,
                                  "end": 5208,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 36
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5184,
                                    "end": 5207,
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 35
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5184,
                                      "end": 5199,
                                      "loc": {
                                        "start": {
                                          "line": 133,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 133,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5184,
                                        "end": 5195,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 23
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5184,
                                          "end": 5188,
                                          "loc": {
                                            "start": {
                                              "line": 133,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 133,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5189,
                                          "end": 5195,
                                          "loc": {
                                            "start": {
                                              "line": 133,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 133,
                                              "column": 23
                                            }
                                          },
                                          "name": "_stage"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5196,
                                        "end": 5199,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 27
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 5201,
                                        "end": 5205,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 33
                                          }
                                        },
                                        "name": "mesh"
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5235,
              "end": 5286,
              "loc": {
                "start": {
                  "line": 137,
                  "column": 4
                },
                "end": {
                  "line": 139,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5235,
                "end": 5244,
                "loc": {
                  "start": {
                    "line": 137,
                    "column": 4
                  },
                  "end": {
                    "line": 137,
                    "column": 13
                  }
                },
                "name": "getModels"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5244,
                "end": 5286,
                "loc": {
                  "start": {
                    "line": 137,
                    "column": 13
                  },
                  "end": {
                    "line": 139,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 5247,
                  "end": 5286,
                  "loc": {
                    "start": {
                      "line": 137,
                      "column": 16
                    },
                    "end": {
                      "line": 139,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 5258,
                      "end": 5279,
                      "loc": {
                        "start": {
                          "line": 138,
                          "column": 8
                        },
                        "end": {
                          "line": 138,
                          "column": 29
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 5265,
                        "end": 5278,
                        "loc": {
                          "start": {
                            "line": 138,
                            "column": 15
                          },
                          "end": {
                            "line": 138,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 5265,
                          "end": 5269,
                          "loc": {
                            "start": {
                              "line": 138,
                              "column": 15
                            },
                            "end": {
                              "line": 138,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5270,
                          "end": 5278,
                          "loc": {
                            "start": {
                              "line": 138,
                              "column": 20
                            },
                            "end": {
                              "line": 138,
                              "column": 28
                            }
                          },
                          "name": "_objects"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5294,
              "end": 5344,
              "loc": {
                "start": {
                  "line": 141,
                  "column": 4
                },
                "end": {
                  "line": 143,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5294,
                "end": 5303,
                "loc": {
                  "start": {
                    "line": 141,
                    "column": 4
                  },
                  "end": {
                    "line": 141,
                    "column": 13
                  }
                },
                "name": "getLights"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5303,
                "end": 5344,
                "loc": {
                  "start": {
                    "line": 141,
                    "column": 13
                  },
                  "end": {
                    "line": 143,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 5306,
                  "end": 5344,
                  "loc": {
                    "start": {
                      "line": 141,
                      "column": 16
                    },
                    "end": {
                      "line": 143,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 5317,
                      "end": 5337,
                      "loc": {
                        "start": {
                          "line": 142,
                          "column": 8
                        },
                        "end": {
                          "line": 142,
                          "column": 28
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 5324,
                        "end": 5336,
                        "loc": {
                          "start": {
                            "line": 142,
                            "column": 15
                          },
                          "end": {
                            "line": 142,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 5324,
                          "end": 5328,
                          "loc": {
                            "start": {
                              "line": 142,
                              "column": 15
                            },
                            "end": {
                              "line": 142,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5329,
                          "end": 5336,
                          "loc": {
                            "start": {
                              "line": 142,
                              "column": 20
                            },
                            "end": {
                              "line": 142,
                              "column": 27
                            }
                          },
                          "name": "_lights"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5352,
              "end": 5400,
              "loc": {
                "start": {
                  "line": 145,
                  "column": 4
                },
                "end": {
                  "line": 147,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5352,
                "end": 5360,
                "loc": {
                  "start": {
                    "line": 145,
                    "column": 4
                  },
                  "end": {
                    "line": 145,
                    "column": 12
                  }
                },
                "name": "getStage"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5360,
                "end": 5400,
                "loc": {
                  "start": {
                    "line": 145,
                    "column": 12
                  },
                  "end": {
                    "line": 147,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 5363,
                  "end": 5400,
                  "loc": {
                    "start": {
                      "line": 145,
                      "column": 15
                    },
                    "end": {
                      "line": 147,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 5374,
                      "end": 5393,
                      "loc": {
                        "start": {
                          "line": 146,
                          "column": 8
                        },
                        "end": {
                          "line": 146,
                          "column": 27
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 5381,
                        "end": 5392,
                        "loc": {
                          "start": {
                            "line": 146,
                            "column": 15
                          },
                          "end": {
                            "line": 146,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 5381,
                          "end": 5385,
                          "loc": {
                            "start": {
                              "line": 146,
                              "column": 15
                            },
                            "end": {
                              "line": 146,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5386,
                          "end": 5392,
                          "loc": {
                            "start": {
                              "line": 146,
                              "column": 20
                            },
                            "end": {
                              "line": 146,
                              "column": 26
                            }
                          },
                          "name": "_stage"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}