{
  "type": "Program",
  "start": 0,
  "end": 5628,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 152,
      "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": 5626,
      "loc": {
        "start": {
          "line": 16,
          "column": 0
        },
        "end": {
          "line": 151,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 726,
        "end": 5626,
        "loc": {
          "start": {
            "line": 16,
            "column": 15
          },
          "end": {
            "line": 151,
            "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": 5626,
          "loc": {
            "start": {
              "line": 16,
              "column": 50
            },
            "end": {
              "line": 151,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 768,
              "end": 1585,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 4
                },
                "end": {
                  "line": 47,
                  "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": 1585,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 15
                  },
                  "end": {
                    "line": 47,
                    "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": 1585,
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 60
                    },
                    "end": {
                      "line": 47,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 835,
                      "end": 843,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 8
                        },
                        "end": {
                          "line": 18,
                          "column": 16
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 835,
                        "end": 842,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 8
                          },
                          "end": {
                            "line": 18,
                            "column": 15
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 835,
                          "end": 840,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 8
                            },
                            "end": {
                              "line": 18,
                              "column": 13
                            }
                          }
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 855,
                      "end": 880,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 8
                        },
                        "end": {
                          "line": 20,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 855,
                        "end": 879,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 8
                          },
                          "end": {
                            "line": 20,
                            "column": 32
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 855,
                          "end": 868,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 8
                            },
                            "end": {
                              "line": 20,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 855,
                            "end": 859,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 8
                              },
                              "end": {
                                "line": 20,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 860,
                            "end": 868,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 13
                              },
                              "end": {
                                "line": 20,
                                "column": 21
                              }
                            },
                            "name": "criteria"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 871,
                          "end": 879,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 24
                            },
                            "end": {
                              "line": 20,
                              "column": 32
                            }
                          },
                          "name": "criteria"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 890,
                      "end": 1069,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 8
                        },
                        "end": {
                          "line": 28,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 890,
                        "end": 1068,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 8
                          },
                          "end": {
                            "line": 28,
                            "column": 9
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 890,
                          "end": 902,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 8
                            },
                            "end": {
                              "line": 21,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 890,
                            "end": 894,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 8
                              },
                              "end": {
                                "line": 21,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 895,
                            "end": 902,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 13
                              },
                              "end": {
                                "line": 21,
                                "column": 20
                              }
                            },
                            "name": "options"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 905,
                          "end": 1068,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 23
                            },
                            "end": {
                              "line": 28,
                              "column": 9
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 920,
                              "end": 932,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 12
                                },
                                "end": {
                                  "line": 22,
                                  "column": 24
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 920,
                                "end": 926,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 18
                                  }
                                },
                                "name": "shadow"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 928,
                                "end": 932,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 24
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 947,
                              "end": 959,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 12
                                },
                                "end": {
                                  "line": 23,
                                  "column": 24
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 947,
                                "end": 953,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 18
                                  }
                                },
                                "name": "lights"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 955,
                                "end": 959,
                                "loc": {
                                  "start": {
                                    "line": 23,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 23,
                                    "column": 24
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 974,
                              "end": 984,
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 12
                                },
                                "end": {
                                  "line": 24,
                                  "column": 22
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 974,
                                "end": 979,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 17
                                  }
                                },
                                "name": "edges"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 981,
                                "end": 984,
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 22
                                  }
                                },
                                "value": 0.2,
                                "rawValue": 0.2,
                                "raw": "0.2"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 999,
                              "end": 1009,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 12
                                },
                                "end": {
                                  "line": 25,
                                  "column": 22
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 999,
                                "end": 1006,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 19
                                  }
                                },
                                "name": "ambient"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1008,
                                "end": 1009,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 22
                                  }
                                },
                                "value": 0,
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1024,
                              "end": 1032,
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 12
                                },
                                "end": {
                                  "line": 26,
                                  "column": 20
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1024,
                                "end": 1029,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 17
                                  }
                                },
                                "name": "light"
                              },
                              "value": {
                                "type": "Literal",
                                "start": 1031,
                                "end": 1032,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 20
                                  }
                                },
                                "value": 1,
                                "rawValue": 1,
                                "raw": "1"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "SpreadProperty",
                              "start": 1047,
                              "end": 1057,
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 12
                                },
                                "end": {
                                  "line": 27,
                                  "column": 22
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 1050,
                                "end": 1057,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 22
                                  }
                                },
                                "name": "options"
                              }
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1081,
                      "end": 1111,
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 8
                        },
                        "end": {
                          "line": 30,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1081,
                        "end": 1110,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 8
                          },
                          "end": {
                            "line": 30,
                            "column": 37
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1081,
                          "end": 1094,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 8
                            },
                            "end": {
                              "line": 30,
                              "column": 21
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1081,
                            "end": 1085,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 8
                              },
                              "end": {
                                "line": 30,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1086,
                            "end": 1094,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 13
                              },
                              "end": {
                                "line": 30,
                                "column": 21
                              }
                            },
                            "name": "_objects"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 1097,
                          "end": 1110,
                          "loc": {
                            "start": {
                              "line": 30,
                              "column": 24
                            },
                            "end": {
                              "line": 30,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 1101,
                            "end": 1108,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 28
                              },
                              "end": {
                                "line": 30,
                                "column": 35
                              }
                            },
                            "name": "Object3"
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1121,
                      "end": 1149,
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 8
                        },
                        "end": {
                          "line": 31,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1121,
                        "end": 1148,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 8
                          },
                          "end": {
                            "line": 31,
                            "column": 35
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1121,
                          "end": 1132,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 8
                            },
                            "end": {
                              "line": 31,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1121,
                            "end": 1125,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 8
                              },
                              "end": {
                                "line": 31,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1126,
                            "end": 1132,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 13
                              },
                              "end": {
                                "line": 31,
                                "column": 19
                              }
                            },
                            "name": "_stage"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 1135,
                          "end": 1148,
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 22
                            },
                            "end": {
                              "line": 31,
                              "column": 35
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 1139,
                            "end": 1146,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 26
                              },
                              "end": {
                                "line": 31,
                                "column": 33
                              }
                            },
                            "name": "Object3"
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1159,
                      "end": 1191,
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 8
                        },
                        "end": {
                          "line": 32,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1159,
                        "end": 1190,
                        "loc": {
                          "start": {
                            "line": 32,
                            "column": 8
                          },
                          "end": {
                            "line": 32,
                            "column": 39
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1159,
                          "end": 1182,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 8
                            },
                            "end": {
                              "line": 32,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1159,
                            "end": 1170,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 8
                              },
                              "end": {
                                "line": 32,
                                "column": 19
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1159,
                              "end": 1163,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 8
                                },
                                "end": {
                                  "line": 32,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1164,
                              "end": 1170,
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 13
                                },
                                "end": {
                                  "line": 32,
                                  "column": 19
                                }
                              },
                              "name": "_stage"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1171,
                            "end": 1182,
                            "loc": {
                              "start": {
                                "line": 32,
                                "column": 20
                              },
                              "end": {
                                "line": 32,
                                "column": 31
                              }
                            },
                            "name": "interactive"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 1185,
                          "end": 1190,
                          "loc": {
                            "start": {
                              "line": 32,
                              "column": 34
                            },
                            "end": {
                              "line": 32,
                              "column": 39
                            }
                          },
                          "value": false,
                          "rawValue": false,
                          "raw": "false"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1201,
                      "end": 1230,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 8
                        },
                        "end": {
                          "line": 33,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1201,
                        "end": 1229,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 8
                          },
                          "end": {
                            "line": 33,
                            "column": 36
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1201,
                          "end": 1213,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 8
                            },
                            "end": {
                              "line": 33,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1201,
                            "end": 1205,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 8
                              },
                              "end": {
                                "line": 33,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1206,
                            "end": 1213,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 13
                              },
                              "end": {
                                "line": 33,
                                "column": 20
                              }
                            },
                            "name": "_lights"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 1216,
                          "end": 1229,
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 23
                            },
                            "end": {
                              "line": 33,
                              "column": 36
                            }
                          },
                          "callee": {
                            "type": "Identifier",
                            "start": 1220,
                            "end": 1227,
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 27
                              },
                              "end": {
                                "line": 33,
                                "column": 34
                              }
                            },
                            "name": "Object3"
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1240,
                      "end": 1273,
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 8
                        },
                        "end": {
                          "line": 34,
                          "column": 41
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1240,
                        "end": 1272,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 8
                          },
                          "end": {
                            "line": 34,
                            "column": 40
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1240,
                          "end": 1264,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 8
                            },
                            "end": {
                              "line": 34,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1240,
                            "end": 1252,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 8
                              },
                              "end": {
                                "line": 34,
                                "column": 20
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1240,
                              "end": 1244,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 8
                                },
                                "end": {
                                  "line": 34,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1245,
                              "end": 1252,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 13
                                },
                                "end": {
                                  "line": 34,
                                  "column": 20
                                }
                              },
                              "name": "_lights"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1253,
                            "end": 1264,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 21
                              },
                              "end": {
                                "line": 34,
                                "column": 32
                              }
                            },
                            "name": "interactive"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Literal",
                          "start": 1267,
                          "end": 1272,
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 35
                            },
                            "end": {
                              "line": 34,
                              "column": 40
                            }
                          },
                          "value": false,
                          "rawValue": false,
                          "raw": "false"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1285,
                      "end": 1308,
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 8
                        },
                        "end": {
                          "line": 36,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1285,
                        "end": 1307,
                        "loc": {
                          "start": {
                            "line": 36,
                            "column": 8
                          },
                          "end": {
                            "line": 36,
                            "column": 30
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1285,
                          "end": 1294,
                          "loc": {
                            "start": {
                              "line": 36,
                              "column": 8
                            },
                            "end": {
                              "line": 36,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 1285,
                            "end": 1290,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 8
                              },
                              "end": {
                                "line": 36,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1291,
                            "end": 1294,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 14
                              },
                              "end": {
                                "line": 36,
                                "column": 17
                              }
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 1295,
                            "end": 1306,
                            "loc": {
                              "start": {
                                "line": 36,
                                "column": 18
                              },
                              "end": {
                                "line": 36,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1295,
                              "end": 1299,
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 18
                                },
                                "end": {
                                  "line": 36,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1300,
                              "end": 1306,
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 23
                                },
                                "end": {
                                  "line": 36,
                                  "column": 29
                                }
                              },
                              "name": "_stage"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1318,
                      "end": 1342,
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 8
                        },
                        "end": {
                          "line": 37,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1318,
                        "end": 1341,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 8
                          },
                          "end": {
                            "line": 37,
                            "column": 31
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1318,
                          "end": 1327,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 8
                            },
                            "end": {
                              "line": 37,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 1318,
                            "end": 1323,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 8
                              },
                              "end": {
                                "line": 37,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1324,
                            "end": 1327,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 14
                              },
                              "end": {
                                "line": 37,
                                "column": 17
                              }
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 1328,
                            "end": 1340,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 18
                              },
                              "end": {
                                "line": 37,
                                "column": 30
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1328,
                              "end": 1332,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 18
                                },
                                "end": {
                                  "line": 37,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1333,
                              "end": 1340,
                              "loc": {
                                "start": {
                                  "line": 37,
                                  "column": 23
                                },
                                "end": {
                                  "line": 37,
                                  "column": 30
                                }
                              },
                              "name": "_lights"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1352,
                      "end": 1377,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 8
                        },
                        "end": {
                          "line": 38,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1352,
                        "end": 1376,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 8
                          },
                          "end": {
                            "line": 38,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1352,
                          "end": 1361,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 8
                            },
                            "end": {
                              "line": 38,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "Super",
                            "start": 1352,
                            "end": 1357,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 8
                              },
                              "end": {
                                "line": 38,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1358,
                            "end": 1361,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 14
                              },
                              "end": {
                                "line": 38,
                                "column": 17
                              }
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 1362,
                            "end": 1375,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 18
                              },
                              "end": {
                                "line": 38,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1362,
                              "end": 1366,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 18
                                },
                                "end": {
                                  "line": 38,
                                  "column": 22
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1367,
                              "end": 1375,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 23
                                },
                                "end": {
                                  "line": 38,
                                  "column": 31
                                }
                              },
                              "name": "_objects"
                            },
                            "computed": false
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1389,
                      "end": 1537,
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 8
                        },
                        "end": {
                          "line": 44,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1389,
                        "end": 1537,
                        "loc": {
                          "start": {
                            "line": 40,
                            "column": 8
                          },
                          "end": {
                            "line": 44,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1389,
                          "end": 1405,
                          "loc": {
                            "start": {
                              "line": 40,
                              "column": 8
                            },
                            "end": {
                              "line": 40,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1389,
                            "end": 1402,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 8
                              },
                              "end": {
                                "line": 40,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1389,
                              "end": 1393,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 8
                                },
                                "end": {
                                  "line": 40,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1394,
                              "end": 1402,
                              "loc": {
                                "start": {
                                  "line": 40,
                                  "column": 13
                                },
                                "end": {
                                  "line": 40,
                                  "column": 21
                                }
                              },
                              "name": "_objects"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1403,
                            "end": 1405,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 22
                              },
                              "end": {
                                "line": 40,
                                "column": 24
                              }
                            },
                            "name": "on"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "start": 1406,
                            "end": 1536,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 25
                              },
                              "end": {
                                "line": 44,
                                "column": 9
                              }
                            },
                            "properties": [
                              {
                                "type": "Property",
                                "start": 1421,
                                "end": 1525,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 43,
                                    "column": 13
                                  }
                                },
                                "method": true,
                                "shorthand": false,
                                "computed": true,
                                "key": {
                                  "type": "MemberExpression",
                                  "start": 1422,
                                  "end": 1457,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 48
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1422,
                                    "end": 1446,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 1422,
                                      "end": 1436,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1422,
                                        "end": 1429,
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 20
                                          }
                                        },
                                        "name": "Object3"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1430,
                                        "end": 1436,
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 27
                                          }
                                        },
                                        "name": "Events"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1437,
                                      "end": 1446,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 37
                                        }
                                      },
                                      "name": "Lifecycle"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1447,
                                    "end": 1457,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 48
                                      }
                                    },
                                    "name": "ChildAdded"
                                  },
                                  "computed": false
                                },
                                "kind": "init",
                                "value": {
                                  "type": "FunctionExpression",
                                  "start": 1458,
                                  "end": 1525,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 43,
                                      "column": 13
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": false,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 1459,
                                      "end": 1462,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 53
                                        }
                                      },
                                      "name": "arg"
                                    }
                                  ],
                                  "body": {
                                    "type": "BlockStatement",
                                    "start": 1464,
                                    "end": 1525,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 43,
                                        "column": 13
                                      }
                                    },
                                    "body": [],
                                    "leadingComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": "console.log(\"child\", arg)",
                                        "start": 1483,
                                        "end": 1510,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 43
                                          }
                                        },
                                        "range": [
                                          1483,
                                          1510
                                        ]
                                      }
                                    ],
                                    "innerComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": "console.log(\"child\", arg)",
                                        "start": 1483,
                                        "end": 1510,
                                        "loc": {
                                          "start": {
                                            "line": 42,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 42,
                                            "column": 43
                                          }
                                        },
                                        "range": [
                                          1483,
                                          1510
                                        ]
                                      }
                                    ]
                                  }
                                }
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 1549,
                      "end": 1578,
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 8
                        },
                        "end": {
                          "line": 46,
                          "column": 37
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 1553,
                        "end": 1559,
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 12
                          },
                          "end": {
                            "line": 46,
                            "column": 18
                          }
                        },
                        "name": "models",
                        "leadingComments": null
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 1561,
                        "end": 1578,
                        "loc": {
                          "start": {
                            "line": 46,
                            "column": 20
                          },
                          "end": {
                            "line": 46,
                            "column": 37
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 1561,
                          "end": 1577,
                          "loc": {
                            "start": {
                              "line": 46,
                              "column": 20
                            },
                            "end": {
                              "line": 46,
                              "column": 36
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 1561,
                            "end": 1569,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 20
                              },
                              "end": {
                                "line": 46,
                                "column": 28
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1561,
                              "end": 1565,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 20
                                },
                                "end": {
                                  "line": 46,
                                  "column": 24
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1566,
                              "end": 1569,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 25
                                },
                                "end": {
                                  "line": 46,
                                  "column": 28
                                }
                              },
                              "name": "add"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 1570,
                              "end": 1576,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 29
                                },
                                "end": {
                                  "line": 46,
                                  "column": 35
                                }
                              },
                              "name": "models"
                            }
                          ]
                        }
                      },
                      "alternate": null,
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": "console.log(\"child\", arg)",
                          "start": 1483,
                          "end": 1510,
                          "loc": {
                            "start": {
                              "line": 42,
                              "column": 16
                            },
                            "end": {
                              "line": 42,
                              "column": 43
                            }
                          },
                          "range": [
                            1483,
                            1510
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 1593,
              "end": 3079,
              "loc": {
                "start": {
                  "line": 49,
                  "column": 4
                },
                "end": {
                  "line": 92,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1593,
                "end": 1596,
                "loc": {
                  "start": {
                    "line": 49,
                    "column": 4
                  },
                  "end": {
                    "line": 49,
                    "column": 7
                  }
                },
                "name": "add"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 1596,
                "end": 3079,
                "loc": {
                  "start": {
                    "line": 49,
                    "column": 7
                  },
                  "end": {
                    "line": 92,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1597,
                    "end": 1601,
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 8
                      },
                      "end": {
                        "line": 49,
                        "column": 12
                      }
                    },
                    "name": "args"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1603,
                  "end": 3079,
                  "loc": {
                    "start": {
                      "line": 49,
                      "column": 14
                    },
                    "end": {
                      "line": 92,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1614,
                      "end": 1638,
                      "loc": {
                        "start": {
                          "line": 50,
                          "column": 8
                        },
                        "end": {
                          "line": 50,
                          "column": 32
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1614,
                        "end": 1637,
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 8
                          },
                          "end": {
                            "line": 50,
                            "column": 31
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1614,
                          "end": 1631,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 8
                            },
                            "end": {
                              "line": 50,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1614,
                            "end": 1627,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 8
                              },
                              "end": {
                                "line": 50,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1614,
                              "end": 1618,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 8
                                },
                                "end": {
                                  "line": 50,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1619,
                              "end": 1627,
                              "loc": {
                                "start": {
                                  "line": 50,
                                  "column": 13
                                },
                                "end": {
                                  "line": 50,
                                  "column": 21
                                }
                              },
                              "name": "_objects"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1628,
                            "end": 1631,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 22
                              },
                              "end": {
                                "line": 50,
                                "column": 25
                              }
                            },
                            "name": "add"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1632,
                            "end": 1636,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 26
                              },
                              "end": {
                                "line": 50,
                                "column": 30
                              }
                            },
                            "name": "args"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1648,
                      "end": 1697,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 8
                        },
                        "end": {
                          "line": 51,
                          "column": 57
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1648,
                        "end": 1696,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 8
                          },
                          "end": {
                            "line": 51,
                            "column": 56
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1648,
                          "end": 1694,
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 8
                            },
                            "end": {
                              "line": 51,
                              "column": 54
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 1648,
                            "end": 1678,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 8
                              },
                              "end": {
                                "line": 51,
                                "column": 38
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 1648,
                              "end": 1676,
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 8
                                },
                                "end": {
                                  "line": 51,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 1648,
                                "end": 1661,
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 21
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 1648,
                                  "end": 1652,
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1653,
                                  "end": 1661,
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 21
                                    }
                                  },
                                  "name": "_objects"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1662,
                                "end": 1676,
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 36
                                  }
                                },
                                "name": "centerGeometry"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1679,
                            "end": 1694,
                            "loc": {
                              "start": {
                                "line": 51,
                                "column": 39
                              },
                              "end": {
                                "line": 51,
                                "column": 54
                              }
                            },
                            "name": "updateMaterials"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1707,
                      "end": 3046,
                      "loc": {
                        "start": {
                          "line": 52,
                          "column": 8
                        },
                        "end": {
                          "line": 89,
                          "column": 11
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1707,
                        "end": 3045,
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 8
                          },
                          "end": {
                            "line": 89,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1707,
                          "end": 1729,
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 8
                            },
                            "end": {
                              "line": 52,
                              "column": 30
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 1707,
                            "end": 1720,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 8
                              },
                              "end": {
                                "line": 52,
                                "column": 21
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 1707,
                              "end": 1711,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 8
                                },
                                "end": {
                                  "line": 52,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 1712,
                              "end": 1720,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 13
                                },
                                "end": {
                                  "line": 52,
                                  "column": 21
                                }
                              },
                              "name": "_objects"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1721,
                            "end": 1729,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 22
                              },
                              "end": {
                                "line": 52,
                                "column": 30
                              }
                            },
                            "name": "traverse"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 1730,
                            "end": 3044,
                            "loc": {
                              "start": {
                                "line": 52,
                                "column": 31
                              },
                              "end": {
                                "line": 89,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 1730,
                                "end": 1734,
                                "loc": {
                                  "start": {
                                    "line": 52,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 52,
                                    "column": 35
                                  }
                                },
                                "name": "item"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 1738,
                              "end": 3044,
                              "loc": {
                                "start": {
                                  "line": 52,
                                  "column": 39
                                },
                                "end": {
                                  "line": 89,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 1753,
                                  "end": 3033,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 88,
                                      "column": 13
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 1757,
                                    "end": 1777,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 36
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 1757,
                                      "end": 1766,
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 25
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1757,
                                        "end": 1761,
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 20
                                          }
                                        },
                                        "name": "item"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1762,
                                        "end": 1766,
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 25
                                          }
                                        },
                                        "name": "type"
                                      },
                                      "computed": false
                                    },
                                    "operator": "===",
                                    "right": {
                                      "type": "Literal",
                                      "start": 1771,
                                      "end": 1777,
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 36
                                        }
                                      },
                                      "value": "Mesh",
                                      "rawValue": "Mesh",
                                      "raw": "'Mesh'"
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 1779,
                                    "end": 2812,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 83,
                                        "column": 13
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 1800,
                                        "end": 2090,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 18
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 1804,
                                            "end": 2089,
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 17
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 1804,
                                              "end": 1810,
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 26
                                                }
                                              },
                                              "name": "values"
                                            },
                                            "init": {
                                              "type": "ObjectExpression",
                                              "start": 1813,
                                              "end": 2089,
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 17
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "Property",
                                                  "start": 1836,
                                                  "end": 1862,
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 46
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1836,
                                                    "end": 1841,
                                                    "loc": {
                                                      "start": {
                                                        "line": 56,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 56,
                                                        "column": 25
                                                      }
                                                    },
                                                    "name": "color"
                                                  },
                                                  "value": {
                                                    "type": "MemberExpression",
                                                    "start": 1843,
                                                    "end": 1862,
                                                    "loc": {
                                                      "start": {
                                                        "line": 56,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 56,
                                                        "column": 46
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 1843,
                                                      "end": 1856,
                                                      "loc": {
                                                        "start": {
                                                          "line": 56,
                                                          "column": 27
                                                        },
                                                        "end": {
                                                          "line": 56,
                                                          "column": 40
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 1843,
                                                        "end": 1847,
                                                        "loc": {
                                                          "start": {
                                                            "line": 56,
                                                            "column": 27
                                                          },
                                                          "end": {
                                                            "line": 56,
                                                            "column": 31
                                                          }
                                                        },
                                                        "name": "item"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1848,
                                                        "end": 1856,
                                                        "loc": {
                                                          "start": {
                                                            "line": 56,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 56,
                                                            "column": 40
                                                          }
                                                        },
                                                        "name": "material"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 1857,
                                                      "end": 1862,
                                                      "loc": {
                                                        "start": {
                                                          "line": 56,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 56,
                                                          "column": 46
                                                        }
                                                      },
                                                      "name": "color"
                                                    },
                                                    "computed": false
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 1885,
                                                  "end": 1913,
                                                  "loc": {
                                                    "start": {
                                                      "line": 57,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 48
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1885,
                                                    "end": 1893,
                                                    "loc": {
                                                      "start": {
                                                        "line": 57,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 57,
                                                        "column": 28
                                                      }
                                                    },
                                                    "name": "emissive"
                                                  },
                                                  "value": {
                                                    "type": "NewExpression",
                                                    "start": 1895,
                                                    "end": 1913,
                                                    "loc": {
                                                      "start": {
                                                        "line": 57,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 57,
                                                        "column": 48
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 1899,
                                                      "end": 1910,
                                                      "loc": {
                                                        "start": {
                                                          "line": 57,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 57,
                                                          "column": 45
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 1899,
                                                        "end": 1904,
                                                        "loc": {
                                                          "start": {
                                                            "line": 57,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 57,
                                                            "column": 39
                                                          }
                                                        },
                                                        "name": "THREE"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 1905,
                                                        "end": 1910,
                                                        "loc": {
                                                          "start": {
                                                            "line": 57,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 57,
                                                            "column": 45
                                                          }
                                                        },
                                                        "name": "Color"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "start": 1911,
                                                        "end": 1912,
                                                        "loc": {
                                                          "start": {
                                                            "line": 57,
                                                            "column": 46
                                                          },
                                                          "end": {
                                                            "line": 57,
                                                            "column": 47
                                                          }
                                                        },
                                                        "value": 0,
                                                        "rawValue": 0,
                                                        "raw": "0"
                                                      }
                                                    ]
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 1936,
                                                  "end": 1950,
                                                  "loc": {
                                                    "start": {
                                                      "line": 58,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 58,
                                                      "column": 34
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1936,
                                                    "end": 1945,
                                                    "loc": {
                                                      "start": {
                                                        "line": 58,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 58,
                                                        "column": 29
                                                      }
                                                    },
                                                    "name": "metalness"
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 1947,
                                                    "end": 1950,
                                                    "loc": {
                                                      "start": {
                                                        "line": 58,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 58,
                                                        "column": 34
                                                      }
                                                    },
                                                    "value": 0.5,
                                                    "rawValue": 0.5,
                                                    "raw": "0.5"
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 1973,
                                                  "end": 1987,
                                                  "loc": {
                                                    "start": {
                                                      "line": 59,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 59,
                                                      "column": 34
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1973,
                                                    "end": 1982,
                                                    "loc": {
                                                      "start": {
                                                        "line": 59,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 29
                                                      }
                                                    },
                                                    "name": "roughness"
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 1984,
                                                    "end": 1987,
                                                    "loc": {
                                                      "start": {
                                                        "line": 59,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 34
                                                      }
                                                    },
                                                    "value": 0.8,
                                                    "rawValue": 0.8,
                                                    "raw": "0.8"
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 2010,
                                                  "end": 2024,
                                                  "loc": {
                                                    "start": {
                                                      "line": 60,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 60,
                                                      "column": 34
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 2010,
                                                    "end": 2019,
                                                    "loc": {
                                                      "start": {
                                                        "line": 60,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 60,
                                                        "column": 29
                                                      }
                                                    },
                                                    "name": "clearCoat"
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 2021,
                                                    "end": 2024,
                                                    "loc": {
                                                      "start": {
                                                        "line": 60,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 60,
                                                        "column": 34
                                                      }
                                                    },
                                                    "value": 0.3,
                                                    "rawValue": 0.3,
                                                    "raw": "0.3"
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 2047,
                                                  "end": 2070,
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 61,
                                                      "column": 43
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 2047,
                                                    "end": 2065,
                                                    "loc": {
                                                      "start": {
                                                        "line": 61,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 61,
                                                        "column": 38
                                                      }
                                                    },
                                                    "name": "clearCoatRoughness"
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 2067,
                                                    "end": 2070,
                                                    "loc": {
                                                      "start": {
                                                        "line": 61,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 61,
                                                        "column": 43
                                                      }
                                                    },
                                                    "value": 0.7,
                                                    "rawValue": 0.7,
                                                    "raw": "0.7"
                                                  },
                                                  "kind": "init"
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "kind": "let"
                                      },
                                      {
                                        "type": "IfStatement",
                                        "start": 2110,
                                        "end": 2387,
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 70,
                                            "column": 17
                                          }
                                        },
                                        "test": {
                                          "type": "MemberExpression",
                                          "start": 2114,
                                          "end": 2127,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 33
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 2114,
                                            "end": 2118,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 24
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2119,
                                            "end": 2127,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 33
                                              }
                                            },
                                            "name": "criteria"
                                          },
                                          "computed": false
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 2129,
                                          "end": 2387,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 70,
                                              "column": 17
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 2152,
                                              "end": 2368,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 69,
                                                  "column": 33
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 2152,
                                                "end": 2367,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 69,
                                                    "column": 32
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 2152,
                                                  "end": 2158,
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 26
                                                    }
                                                  },
                                                  "name": "values"
                                                },
                                                "right": {
                                                  "type": "ObjectExpression",
                                                  "start": 2161,
                                                  "end": 2367,
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 69,
                                                      "column": 32
                                                    }
                                                  },
                                                  "properties": [
                                                    {
                                                      "type": "SpreadProperty",
                                                      "start": 2163,
                                                      "end": 2172,
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 65,
                                                          "column": 40
                                                        }
                                                      },
                                                      "argument": {
                                                        "type": "Identifier",
                                                        "start": 2166,
                                                        "end": 2172,
                                                        "loc": {
                                                          "start": {
                                                            "line": 65,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 65,
                                                            "column": 40
                                                          }
                                                        },
                                                        "name": "values"
                                                      }
                                                    },
                                                    {
                                                      "type": "SpreadProperty",
                                                      "start": 2174,
                                                      "end": 2365,
                                                      "loc": {
                                                        "start": {
                                                          "line": 65,
                                                          "column": 42
                                                        },
                                                        "end": {
                                                          "line": 69,
                                                          "column": 30
                                                        }
                                                      },
                                                      "argument": {
                                                        "type": "CallExpression",
                                                        "start": 2177,
                                                        "end": 2365,
                                                        "loc": {
                                                          "start": {
                                                            "line": 65,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 69,
                                                            "column": 30
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 2177,
                                                          "end": 2190,
                                                          "loc": {
                                                            "start": {
                                                              "line": 65,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 65,
                                                              "column": 58
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "start": 2177,
                                                            "end": 2181,
                                                            "loc": {
                                                              "start": {
                                                                "line": 65,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 65,
                                                                "column": 49
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 2182,
                                                            "end": 2190,
                                                            "loc": {
                                                              "start": {
                                                                "line": 65,
                                                                "column": 50
                                                              },
                                                              "end": {
                                                                "line": 65,
                                                                "column": 58
                                                              }
                                                            },
                                                            "name": "criteria"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "ObjectExpression",
                                                            "start": 2191,
                                                            "end": 2356,
                                                            "loc": {
                                                              "start": {
                                                                "line": 65,
                                                                "column": 59
                                                              },
                                                              "end": {
                                                                "line": 69,
                                                                "column": 21
                                                              }
                                                            },
                                                            "properties": [
                                                              {
                                                                "type": "Property",
                                                                "start": 2218,
                                                                "end": 2222,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 66,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 66,
                                                                    "column": 28
                                                                  }
                                                                },
                                                                "method": false,
                                                                "shorthand": true,
                                                                "computed": false,
                                                                "key": {
                                                                  "type": "Identifier",
                                                                  "start": 2218,
                                                                  "end": 2222,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 66,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 66,
                                                                      "column": 28
                                                                    }
                                                                  },
                                                                  "name": "item"
                                                                },
                                                                "kind": "init",
                                                                "value": {
                                                                  "type": "Identifier",
                                                                  "start": 2218,
                                                                  "end": 2222,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 66,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 66,
                                                                      "column": 28
                                                                    }
                                                                  },
                                                                  "name": "item"
                                                                }
                                                              },
                                                              {
                                                                "type": "Property",
                                                                "start": 2249,
                                                                "end": 2273,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 67,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 67,
                                                                    "column": 48
                                                                  }
                                                                },
                                                                "method": false,
                                                                "shorthand": false,
                                                                "computed": false,
                                                                "key": {
                                                                  "type": "Identifier",
                                                                  "start": 2249,
                                                                  "end": 2255,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 67,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 67,
                                                                      "column": 30
                                                                    }
                                                                  },
                                                                  "name": "radius"
                                                                },
                                                                "value": {
                                                                  "type": "CallExpression",
                                                                  "start": 2257,
                                                                  "end": 2273,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 67,
                                                                      "column": 32
                                                                    },
                                                                    "end": {
                                                                      "line": 67,
                                                                      "column": 48
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 2257,
                                                                    "end": 2271,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 67,
                                                                        "column": 32
                                                                      },
                                                                      "end": {
                                                                        "line": 67,
                                                                        "column": 46
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 2257,
                                                                      "end": 2261,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 67,
                                                                          "column": 32
                                                                        },
                                                                        "end": {
                                                                          "line": 67,
                                                                          "column": 36
                                                                        }
                                                                      },
                                                                      "name": "item"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 2262,
                                                                      "end": 2271,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 67,
                                                                          "column": 37
                                                                        },
                                                                        "end": {
                                                                          "line": 67,
                                                                          "column": 46
                                                                        }
                                                                      },
                                                                      "name": "getRadius"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": []
                                                                },
                                                                "kind": "init"
                                                              },
                                                              {
                                                                "type": "Property",
                                                                "start": 2300,
                                                                "end": 2333,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 68,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 68,
                                                                    "column": 57
                                                                  }
                                                                },
                                                                "method": false,
                                                                "shorthand": false,
                                                                "computed": false,
                                                                "key": {
                                                                  "type": "Identifier",
                                                                  "start": 2300,
                                                                  "end": 2303,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 68,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 68,
                                                                      "column": 27
                                                                    }
                                                                  },
                                                                  "name": "hsl"
                                                                },
                                                                "value": {
                                                                  "type": "CallExpression",
                                                                  "start": 2305,
                                                                  "end": 2333,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 68,
                                                                      "column": 29
                                                                    },
                                                                    "end": {
                                                                      "line": 68,
                                                                      "column": 57
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 2305,
                                                                    "end": 2331,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 68,
                                                                        "column": 29
                                                                      },
                                                                      "end": {
                                                                        "line": 68,
                                                                        "column": 55
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 2305,
                                                                      "end": 2324,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 68,
                                                                          "column": 29
                                                                        },
                                                                        "end": {
                                                                          "line": 68,
                                                                          "column": 48
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 2305,
                                                                        "end": 2318,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 68,
                                                                            "column": 29
                                                                          },
                                                                          "end": {
                                                                            "line": 68,
                                                                            "column": 42
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 2305,
                                                                          "end": 2309,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 68,
                                                                              "column": 29
                                                                            },
                                                                            "end": {
                                                                              "line": 68,
                                                                              "column": 33
                                                                            }
                                                                          },
                                                                          "name": "item"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 2310,
                                                                          "end": 2318,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 68,
                                                                              "column": 34
                                                                            },
                                                                            "end": {
                                                                              "line": 68,
                                                                              "column": 42
                                                                            }
                                                                          },
                                                                          "name": "material"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 2319,
                                                                        "end": 2324,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 68,
                                                                            "column": 43
                                                                          },
                                                                          "end": {
                                                                            "line": 68,
                                                                            "column": 48
                                                                          }
                                                                        },
                                                                        "name": "color"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 2325,
                                                                      "end": 2331,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 68,
                                                                          "column": 49
                                                                        },
                                                                        "end": {
                                                                          "line": 68,
                                                                          "column": 55
                                                                        }
                                                                      },
                                                                      "name": "getHSL"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": []
                                                                },
                                                                "kind": "init"
                                                              }
                                                            ]
                                                          },
                                                          {
                                                            "type": "Identifier",
                                                            "start": 2358,
                                                            "end": 2364,
                                                            "loc": {
                                                              "start": {
                                                                "line": 69,
                                                                "column": 23
                                                              },
                                                              "end": {
                                                                "line": 69,
                                                                "column": 29
                                                              }
                                                            },
                                                            "name": "values"
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  ]
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        "alternate": null
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2407,
                                        "end": 2430,
                                        "loc": {
                                          "start": {
                                            "line": 72,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 72,
                                            "column": 39
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2407,
                                          "end": 2429,
                                          "loc": {
                                            "start": {
                                              "line": 72,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 72,
                                              "column": 38
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2407,
                                            "end": 2422,
                                            "loc": {
                                              "start": {
                                                "line": 72,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 72,
                                                "column": 31
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2407,
                                              "end": 2411,
                                              "loc": {
                                                "start": {
                                                  "line": 72,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 72,
                                                  "column": 20
                                                }
                                              },
                                              "name": "item"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2412,
                                              "end": 2422,
                                              "loc": {
                                                "start": {
                                                  "line": 72,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 72,
                                                  "column": 31
                                                }
                                              },
                                              "name": "castShadow"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "Literal",
                                            "start": 2425,
                                            "end": 2429,
                                            "loc": {
                                              "start": {
                                                "line": 72,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 72,
                                                "column": 38
                                              }
                                            },
                                            "value": true,
                                            "rawValue": true,
                                            "raw": "true"
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2448,
                                        "end": 2474,
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 73,
                                            "column": 42
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2448,
                                          "end": 2473,
                                          "loc": {
                                            "start": {
                                              "line": 73,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 73,
                                              "column": 41
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2448,
                                            "end": 2466,
                                            "loc": {
                                              "start": {
                                                "line": 73,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 73,
                                                "column": 34
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2448,
                                              "end": 2452,
                                              "loc": {
                                                "start": {
                                                  "line": 73,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 73,
                                                  "column": 20
                                                }
                                              },
                                              "name": "item"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2453,
                                              "end": 2466,
                                              "loc": {
                                                "start": {
                                                  "line": 73,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 73,
                                                  "column": 34
                                                }
                                              },
                                              "name": "receiveShadow"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "Literal",
                                            "start": 2469,
                                            "end": 2473,
                                            "loc": {
                                              "start": {
                                                "line": 73,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 73,
                                                "column": 41
                                              }
                                            },
                                            "value": true,
                                            "rawValue": true,
                                            "raw": "true"
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 2492,
                                        "end": 2795,
                                        "loc": {
                                          "start": {
                                            "line": 74,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 19
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 2492,
                                          "end": 2794,
                                          "loc": {
                                            "start": {
                                              "line": 74,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 81,
                                              "column": 18
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 2492,
                                            "end": 2505,
                                            "loc": {
                                              "start": {
                                                "line": 74,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 29
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2492,
                                              "end": 2496,
                                              "loc": {
                                                "start": {
                                                  "line": 74,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 74,
                                                  "column": 20
                                                }
                                              },
                                              "name": "item"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2497,
                                              "end": 2505,
                                              "loc": {
                                                "start": {
                                                  "line": 74,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 74,
                                                  "column": 29
                                                }
                                              },
                                              "name": "material"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "NewExpression",
                                            "start": 2508,
                                            "end": 2794,
                                            "loc": {
                                              "start": {
                                                "line": 74,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 81,
                                                "column": 18
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 2512,
                                              "end": 2538,
                                              "loc": {
                                                "start": {
                                                  "line": 74,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 74,
                                                  "column": 62
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2512,
                                                "end": 2517,
                                                "loc": {
                                                  "start": {
                                                    "line": 74,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 74,
                                                    "column": 41
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2518,
                                                "end": 2538,
                                                "loc": {
                                                  "start": {
                                                    "line": 74,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 74,
                                                    "column": 62
                                                  }
                                                },
                                                "name": "MeshPhysicalMaterial"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "ObjectExpression",
                                                "start": 2539,
                                                "end": 2793,
                                                "loc": {
                                                  "start": {
                                                    "line": 74,
                                                    "column": 63
                                                  },
                                                  "end": {
                                                    "line": 81,
                                                    "column": 17
                                                  }
                                                },
                                                "properties": [
                                                  {
                                                    "type": "Property",
                                                    "start": 2562,
                                                    "end": 2577,
                                                    "loc": {
                                                      "start": {
                                                        "line": 75,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 75,
                                                        "column": 35
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2562,
                                                      "end": 2574,
                                                      "loc": {
                                                        "start": {
                                                          "line": 75,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 75,
                                                          "column": 32
                                                        }
                                                      },
                                                      "name": "reflectivity"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 2576,
                                                      "end": 2577,
                                                      "loc": {
                                                        "start": {
                                                          "line": 75,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 75,
                                                          "column": 35
                                                        }
                                                      },
                                                      "value": 1,
                                                      "rawValue": 1,
                                                      "raw": "1"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 2600,
                                                    "end": 2610,
                                                    "loc": {
                                                      "start": {
                                                        "line": 76,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 76,
                                                        "column": 30
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2600,
                                                      "end": 2603,
                                                      "loc": {
                                                        "start": {
                                                          "line": 76,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 76,
                                                          "column": 23
                                                        }
                                                      },
                                                      "name": "fog"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 2605,
                                                      "end": 2610,
                                                      "loc": {
                                                        "start": {
                                                          "line": 76,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 76,
                                                          "column": 30
                                                        }
                                                      },
                                                      "value": false,
                                                      "rawValue": false,
                                                      "raw": "false"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 2633,
                                                    "end": 2652,
                                                    "loc": {
                                                      "start": {
                                                        "line": 77,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 77,
                                                        "column": 39
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2633,
                                                      "end": 2646,
                                                      "loc": {
                                                        "start": {
                                                          "line": 77,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 77,
                                                          "column": 33
                                                        }
                                                      },
                                                      "name": "polygonOffset"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 2648,
                                                      "end": 2652,
                                                      "loc": {
                                                        "start": {
                                                          "line": 77,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 77,
                                                          "column": 39
                                                        }
                                                      },
                                                      "value": true,
                                                      "rawValue": true,
                                                      "raw": "true"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 2675,
                                                    "end": 2697,
                                                    "loc": {
                                                      "start": {
                                                        "line": 78,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 78,
                                                        "column": 42
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2675,
                                                      "end": 2694,
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 39
                                                        }
                                                      },
                                                      "name": "polygonOffsetFactor"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 2696,
                                                      "end": 2697,
                                                      "loc": {
                                                        "start": {
                                                          "line": 78,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 78,
                                                          "column": 42
                                                        }
                                                      },
                                                      "value": 1,
                                                      "rawValue": 1,
                                                      "raw": "1"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "Property",
                                                    "start": 2720,
                                                    "end": 2741,
                                                    "loc": {
                                                      "start": {
                                                        "line": 79,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 79,
                                                        "column": 41
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2720,
                                                      "end": 2738,
                                                      "loc": {
                                                        "start": {
                                                          "line": 79,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 79,
                                                          "column": 38
                                                        }
                                                      },
                                                      "name": "polygonOffsetUnits"
                                                    },
                                                    "value": {
                                                      "type": "Literal",
                                                      "start": 2740,
                                                      "end": 2741,
                                                      "loc": {
                                                        "start": {
                                                          "line": 79,
                                                          "column": 40
                                                        },
                                                        "end": {
                                                          "line": 79,
                                                          "column": 41
                                                        }
                                                      },
                                                      "value": 1,
                                                      "rawValue": 1,
                                                      "raw": "1"
                                                    },
                                                    "kind": "init"
                                                  },
                                                  {
                                                    "type": "SpreadProperty",
                                                    "start": 2764,
                                                    "end": 2773,
                                                    "loc": {
                                                      "start": {
                                                        "line": 80,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 80,
                                                        "column": 29
                                                      }
                                                    },
                                                    "argument": {
                                                      "type": "Identifier",
                                                      "start": 2767,
                                                      "end": 2773,
                                                      "loc": {
                                                        "start": {
                                                          "line": 80,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 80,
                                                          "column": 29
                                                        }
                                                      },
                                                      "name": "values"
                                                    }
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        }
                                      }
                                    ]
                                  },
                                  "alternate": {
                                    "type": "IfStatement",
                                    "start": 2818,
                                    "end": 3033,
                                    "loc": {
                                      "start": {
                                        "line": 83,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 88,
                                        "column": 13
                                      }
                                    },
                                    "test": {
                                      "type": "BinaryExpression",
                                      "start": 2822,
                                      "end": 2850,
                                      "loc": {
                                        "start": {
                                          "line": 83,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 83,
                                          "column": 51
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 2822,
                                        "end": 2831,
                                        "loc": {
                                          "start": {
                                            "line": 83,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 83,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2822,
                                          "end": 2826,
                                          "loc": {
                                            "start": {
                                              "line": 83,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 83,
                                              "column": 27
                                            }
                                          },
                                          "name": "item"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2827,
                                          "end": 2831,
                                          "loc": {
                                            "start": {
                                              "line": 83,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 83,
                                              "column": 32
                                            }
                                          },
                                          "name": "type"
                                        },
                                        "computed": false
                                      },
                                      "operator": "===",
                                      "right": {
                                        "type": "Literal",
                                        "start": 2836,
                                        "end": 2850,
                                        "loc": {
                                          "start": {
                                            "line": 83,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 83,
                                            "column": 51
                                          }
                                        },
                                        "value": "LineSegments",
                                        "rawValue": "LineSegments",
                                        "raw": "'LineSegments'"
                                      }
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 2852,
                                      "end": 3033,
                                      "loc": {
                                        "start": {
                                          "line": 83,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 88,
                                          "column": 13
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "IfStatement",
                                          "start": 2871,
                                          "end": 3018,
                                          "loc": {
                                            "start": {
                                              "line": 84,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 87,
                                              "column": 35
                                            }
                                          },
                                          "test": {
                                            "type": "MemberExpression",
                                            "start": 2875,
                                            "end": 2893,
                                            "loc": {
                                              "start": {
                                                "line": 84,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 84,
                                                "column": 38
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 2875,
                                              "end": 2887,
                                              "loc": {
                                                "start": {
                                                  "line": 84,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 84,
                                                  "column": 32
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 2875,
                                                "end": 2879,
                                                "loc": {
                                                  "start": {
                                                    "line": 84,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 84,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2880,
                                                "end": 2887,
                                                "loc": {
                                                  "start": {
                                                    "line": 84,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 84,
                                                    "column": 32
                                                  }
                                                },
                                                "name": "options"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2888,
                                              "end": 2893,
                                              "loc": {
                                                "start": {
                                                  "line": 84,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 84,
                                                  "column": 38
                                                }
                                              },
                                              "name": "edges"
                                            },
                                            "computed": false
                                          },
                                          "consequent": {
                                            "type": "ExpressionStatement",
                                            "start": 2916,
                                            "end": 2959,
                                            "loc": {
                                              "start": {
                                                "line": 85,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 85,
                                                "column": 63
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 2916,
                                              "end": 2958,
                                              "loc": {
                                                "start": {
                                                  "line": 85,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 85,
                                                  "column": 62
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 2916,
                                                "end": 2937,
                                                "loc": {
                                                  "start": {
                                                    "line": 85,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 85,
                                                    "column": 41
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 2916,
                                                  "end": 2929,
                                                  "loc": {
                                                    "start": {
                                                      "line": 85,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 85,
                                                      "column": 33
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2916,
                                                    "end": 2920,
                                                    "loc": {
                                                      "start": {
                                                        "line": 85,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 85,
                                                        "column": 24
                                                      }
                                                    },
                                                    "name": "item"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2921,
                                                    "end": 2929,
                                                    "loc": {
                                                      "start": {
                                                        "line": 85,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 85,
                                                        "column": 33
                                                      }
                                                    },
                                                    "name": "material"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2930,
                                                  "end": 2937,
                                                  "loc": {
                                                    "start": {
                                                      "line": 85,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 85,
                                                      "column": 41
                                                    }
                                                  },
                                                  "name": "opacity"
                                                },
                                                "computed": false
                                              },
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 2940,
                                                "end": 2958,
                                                "loc": {
                                                  "start": {
                                                    "line": 85,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 85,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 2940,
                                                  "end": 2952,
                                                  "loc": {
                                                    "start": {
                                                      "line": 85,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 85,
                                                      "column": 56
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 2940,
                                                    "end": 2944,
                                                    "loc": {
                                                      "start": {
                                                        "line": 85,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 85,
                                                        "column": 48
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2945,
                                                    "end": 2952,
                                                    "loc": {
                                                      "start": {
                                                        "line": 85,
                                                        "column": 49
                                                      },
                                                      "end": {
                                                        "line": 85,
                                                        "column": 56
                                                      }
                                                    },
                                                    "name": "options"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 2953,
                                                  "end": 2958,
                                                  "loc": {
                                                    "start": {
                                                      "line": 85,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 85,
                                                      "column": 62
                                                    }
                                                  },
                                                  "name": "edges"
                                                },
                                                "computed": false
                                              }
                                            }
                                          },
                                          "alternate": {
                                            "type": "ExpressionStatement",
                                            "start": 3003,
                                            "end": 3018,
                                            "loc": {
                                              "start": {
                                                "line": 87,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 87,
                                                "column": 35
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 3003,
                                              "end": 3017,
                                              "loc": {
                                                "start": {
                                                  "line": 87,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 87,
                                                  "column": 34
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 3003,
                                                "end": 3015,
                                                "loc": {
                                                  "start": {
                                                    "line": 87,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 87,
                                                    "column": 32
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3003,
                                                  "end": 3007,
                                                  "loc": {
                                                    "start": {
                                                      "line": 87,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 87,
                                                      "column": 24
                                                    }
                                                  },
                                                  "name": "item"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3008,
                                                  "end": 3015,
                                                  "loc": {
                                                    "start": {
                                                      "line": 87,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 87,
                                                      "column": 32
                                                    }
                                                  },
                                                  "name": "destroy"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    "alternate": null
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 3058,
                      "end": 3072,
                      "loc": {
                        "start": {
                          "line": 91,
                          "column": 8
                        },
                        "end": {
                          "line": 91,
                          "column": 22
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3058,
                        "end": 3071,
                        "loc": {
                          "start": {
                            "line": 91,
                            "column": 8
                          },
                          "end": {
                            "line": 91,
                            "column": 21
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3058,
                          "end": 3069,
                          "loc": {
                            "start": {
                              "line": 91,
                              "column": 8
                            },
                            "end": {
                              "line": 91,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 3058,
                            "end": 3062,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 8
                              },
                              "end": {
                                "line": 91,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3063,
                            "end": 3069,
                            "loc": {
                              "start": {
                                "line": 91,
                                "column": 13
                              },
                              "end": {
                                "line": 91,
                                "column": 19
                              }
                            },
                            "name": "update"
                          },
                          "computed": false
                        },
                        "arguments": []
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 3087,
              "end": 5448,
              "loc": {
                "start": {
                  "line": 94,
                  "column": 4
                },
                "end": {
                  "line": 137,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 3087,
                "end": 3093,
                "loc": {
                  "start": {
                    "line": 94,
                    "column": 4
                  },
                  "end": {
                    "line": 94,
                    "column": 10
                  }
                },
                "name": "update"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 3093,
                "end": 5448,
                "loc": {
                  "start": {
                    "line": 94,
                    "column": 10
                  },
                  "end": {
                    "line": 137,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 3096,
                  "end": 5448,
                  "loc": {
                    "start": {
                      "line": 94,
                      "column": 13
                    },
                    "end": {
                      "line": 137,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 3109,
                      "end": 5441,
                      "loc": {
                        "start": {
                          "line": 96,
                          "column": 8
                        },
                        "end": {
                          "line": 136,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 3109,
                        "end": 5441,
                        "loc": {
                          "start": {
                            "line": 96,
                            "column": 8
                          },
                          "end": {
                            "line": 136,
                            "column": 10
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 3109,
                          "end": 3130,
                          "loc": {
                            "start": {
                              "line": 96,
                              "column": 8
                            },
                            "end": {
                              "line": 96,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 3109,
                            "end": 3125,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 8
                              },
                              "end": {
                                "line": 96,
                                "column": 24
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 3109,
                              "end": 3123,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 8
                                },
                                "end": {
                                  "line": 96,
                                  "column": 22
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 3109,
                                "end": 3113,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3114,
                                "end": 3123,
                                "loc": {
                                  "start": {
                                    "line": 96,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 96,
                                    "column": 22
                                  }
                                },
                                "name": "viewFound"
                              },
                              "computed": false
                            },
                            "arguments": []
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3126,
                            "end": 3130,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 25
                              },
                              "end": {
                                "line": 96,
                                "column": 29
                              }
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 3132,
                            "end": 5440,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 31
                              },
                              "end": {
                                "line": 136,
                                "column": 9
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [],
                            "body": {
                              "type": "BlockStatement",
                              "start": 3138,
                              "end": 5440,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 37
                                },
                                "end": {
                                  "line": 136,
                                  "column": 9
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3155,
                                  "end": 3184,
                                  "loc": {
                                    "start": {
                                      "line": 98,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 98,
                                      "column": 41
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 3155,
                                    "end": 3183,
                                    "loc": {
                                      "start": {
                                        "line": 98,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 98,
                                        "column": 40
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3155,
                                      "end": 3181,
                                      "loc": {
                                        "start": {
                                          "line": 98,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 98,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3155,
                                        "end": 3168,
                                        "loc": {
                                          "start": {
                                            "line": 98,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 98,
                                            "column": 25
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 3155,
                                          "end": 3159,
                                          "loc": {
                                            "start": {
                                              "line": 98,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 98,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3160,
                                          "end": 3168,
                                          "loc": {
                                            "start": {
                                              "line": 98,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 98,
                                              "column": 25
                                            }
                                          },
                                          "name": "_objects"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3169,
                                        "end": 3181,
                                        "loc": {
                                          "start": {
                                            "line": 98,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 98,
                                            "column": 38
                                          }
                                        },
                                        "name": "updateBounds"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3198,
                                  "end": 3237,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 51
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3202,
                                      "end": 3236,
                                      "loc": {
                                        "start": {
                                          "line": 99,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 99,
                                          "column": 50
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3202,
                                        "end": 3205,
                                        "loc": {
                                          "start": {
                                            "line": 99,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 19
                                          }
                                        },
                                        "name": "min"
                                      },
                                      "init": {
                                        "type": "MemberExpression",
                                        "start": 3208,
                                        "end": 3236,
                                        "loc": {
                                          "start": {
                                            "line": 99,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 99,
                                            "column": 50
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3208,
                                          "end": 3232,
                                          "loc": {
                                            "start": {
                                              "line": 99,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 99,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 3208,
                                            "end": 3228,
                                            "loc": {
                                              "start": {
                                                "line": 99,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 99,
                                                "column": 42
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3208,
                                              "end": 3221,
                                              "loc": {
                                                "start": {
                                                  "line": 99,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 99,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 3208,
                                                "end": 3212,
                                                "loc": {
                                                  "start": {
                                                    "line": 99,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 99,
                                                    "column": 26
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3213,
                                                "end": 3221,
                                                "loc": {
                                                  "start": {
                                                    "line": 99,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 99,
                                                    "column": 35
                                                  }
                                                },
                                                "name": "_objects"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3222,
                                              "end": 3228,
                                              "loc": {
                                                "start": {
                                                  "line": 99,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 99,
                                                  "column": 42
                                                }
                                              },
                                              "name": "bounds"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3229,
                                            "end": 3232,
                                            "loc": {
                                              "start": {
                                                "line": 99,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 99,
                                                "column": 46
                                              }
                                            },
                                            "name": "box"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3233,
                                          "end": 3236,
                                          "loc": {
                                            "start": {
                                              "line": 99,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 99,
                                              "column": 50
                                            }
                                          },
                                          "name": "min"
                                        },
                                        "computed": false
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3251,
                                  "end": 3290,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 100,
                                      "column": 51
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3255,
                                      "end": 3289,
                                      "loc": {
                                        "start": {
                                          "line": 100,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 100,
                                          "column": 50
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3255,
                                        "end": 3258,
                                        "loc": {
                                          "start": {
                                            "line": 100,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 100,
                                            "column": 19
                                          }
                                        },
                                        "name": "max"
                                      },
                                      "init": {
                                        "type": "MemberExpression",
                                        "start": 3261,
                                        "end": 3289,
                                        "loc": {
                                          "start": {
                                            "line": 100,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 100,
                                            "column": 50
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3261,
                                          "end": 3285,
                                          "loc": {
                                            "start": {
                                              "line": 100,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 100,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 3261,
                                            "end": 3281,
                                            "loc": {
                                              "start": {
                                                "line": 100,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 100,
                                                "column": 42
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3261,
                                              "end": 3274,
                                              "loc": {
                                                "start": {
                                                  "line": 100,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 100,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 3261,
                                                "end": 3265,
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 26
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3266,
                                                "end": 3274,
                                                "loc": {
                                                  "start": {
                                                    "line": 100,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 100,
                                                    "column": 35
                                                  }
                                                },
                                                "name": "_objects"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3275,
                                              "end": 3281,
                                              "loc": {
                                                "start": {
                                                  "line": 100,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 100,
                                                  "column": 42
                                                }
                                              },
                                              "name": "bounds"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3282,
                                            "end": 3285,
                                            "loc": {
                                              "start": {
                                                "line": 100,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 100,
                                                "column": 46
                                              }
                                            },
                                            "name": "box"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3286,
                                          "end": 3289,
                                          "loc": {
                                            "start": {
                                              "line": 100,
                                              "column": 47
                                            },
                                            "end": {
                                              "line": 100,
                                              "column": 50
                                            }
                                          },
                                          "name": "max"
                                        },
                                        "computed": false
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3304,
                                  "end": 3371,
                                  "loc": {
                                    "start": {
                                      "line": 101,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 101,
                                      "column": 79
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3308,
                                      "end": 3370,
                                      "loc": {
                                        "start": {
                                          "line": 101,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 101,
                                          "column": 78
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3308,
                                        "end": 3313,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 21
                                          }
                                        },
                                        "name": "width"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 3316,
                                        "end": 3370,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 78
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3316,
                                          "end": 3330,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 38
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3316,
                                            "end": 3319,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 27
                                              }
                                            },
                                            "name": "max"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3320,
                                            "end": 3330,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 38
                                              }
                                            },
                                            "name": "distanceTo"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 3331,
                                            "end": 3369,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 77
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3335,
                                              "end": 3348,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 56
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3335,
                                                "end": 3340,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 48
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3341,
                                                "end": 3348,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 56
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3349,
                                                "end": 3354,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3349,
                                                  "end": 3352,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 60
                                                    }
                                                  },
                                                  "name": "min"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3353,
                                                  "end": 3354,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 62
                                                    }
                                                  },
                                                  "name": "x"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3356,
                                                "end": 3361,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 69
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3356,
                                                  "end": 3359,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 64
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 67
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3360,
                                                  "end": 3361,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 68
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 69
                                                    }
                                                  },
                                                  "name": "y"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3363,
                                                "end": 3368,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 71
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 76
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3363,
                                                  "end": 3366,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 74
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3367,
                                                  "end": 3368,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 76
                                                    }
                                                  },
                                                  "name": "z"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3385,
                                  "end": 3453,
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 80
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3389,
                                      "end": 3452,
                                      "loc": {
                                        "start": {
                                          "line": 102,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 102,
                                          "column": 79
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3389,
                                        "end": 3395,
                                        "loc": {
                                          "start": {
                                            "line": 102,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 102,
                                            "column": 22
                                          }
                                        },
                                        "name": "height"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 3398,
                                        "end": 3452,
                                        "loc": {
                                          "start": {
                                            "line": 102,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 102,
                                            "column": 79
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3398,
                                          "end": 3412,
                                          "loc": {
                                            "start": {
                                              "line": 102,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 102,
                                              "column": 39
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3398,
                                            "end": 3401,
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 28
                                              }
                                            },
                                            "name": "max"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3402,
                                            "end": 3412,
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 39
                                              }
                                            },
                                            "name": "distanceTo"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 3413,
                                            "end": 3451,
                                            "loc": {
                                              "start": {
                                                "line": 102,
                                                "column": 40
                                              },
                                              "end": {
                                                "line": 102,
                                                "column": 78
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3417,
                                              "end": 3430,
                                              "loc": {
                                                "start": {
                                                  "line": 102,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 102,
                                                  "column": 57
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3417,
                                                "end": 3422,
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 49
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3423,
                                                "end": 3430,
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 57
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3431,
                                                "end": 3436,
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 63
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3431,
                                                  "end": 3434,
                                                  "loc": {
                                                    "start": {
                                                      "line": 102,
                                                      "column": 58
                                                    },
                                                    "end": {
                                                      "line": 102,
                                                      "column": 61
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3435,
                                                  "end": 3436,
                                                  "loc": {
                                                    "start": {
                                                      "line": 102,
                                                      "column": 62
                                                    },
                                                    "end": {
                                                      "line": 102,
                                                      "column": 63
                                                    }
                                                  },
                                                  "name": "x"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3438,
                                                "end": 3443,
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 70
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3438,
                                                  "end": 3441,
                                                  "loc": {
                                                    "start": {
                                                      "line": 102,
                                                      "column": 65
                                                    },
                                                    "end": {
                                                      "line": 102,
                                                      "column": 68
                                                    }
                                                  },
                                                  "name": "min"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3442,
                                                  "end": 3443,
                                                  "loc": {
                                                    "start": {
                                                      "line": 102,
                                                      "column": 69
                                                    },
                                                    "end": {
                                                      "line": 102,
                                                      "column": 70
                                                    }
                                                  },
                                                  "name": "y"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3445,
                                                "end": 3450,
                                                "loc": {
                                                  "start": {
                                                    "line": 102,
                                                    "column": 72
                                                  },
                                                  "end": {
                                                    "line": 102,
                                                    "column": 77
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3445,
                                                  "end": 3448,
                                                  "loc": {
                                                    "start": {
                                                      "line": 102,
                                                      "column": 72
                                                    },
                                                    "end": {
                                                      "line": 102,
                                                      "column": 75
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3449,
                                                  "end": 3450,
                                                  "loc": {
                                                    "start": {
                                                      "line": 102,
                                                      "column": 76
                                                    },
                                                    "end": {
                                                      "line": 102,
                                                      "column": 77
                                                    }
                                                  },
                                                  "name": "z"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3467,
                                  "end": 3534,
                                  "loc": {
                                    "start": {
                                      "line": 103,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 103,
                                      "column": 79
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3471,
                                      "end": 3533,
                                      "loc": {
                                        "start": {
                                          "line": 103,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 103,
                                          "column": 78
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3471,
                                        "end": 3476,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 21
                                          }
                                        },
                                        "name": "depth"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 3479,
                                        "end": 3533,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 78
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3479,
                                          "end": 3493,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 38
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3479,
                                            "end": 3482,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 27
                                              }
                                            },
                                            "name": "max"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3483,
                                            "end": 3493,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 38
                                              }
                                            },
                                            "name": "distanceTo"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 3494,
                                            "end": 3532,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 77
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3498,
                                              "end": 3511,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 56
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3498,
                                                "end": 3503,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 48
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3504,
                                                "end": 3511,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 56
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3512,
                                                "end": 3517,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 62
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3512,
                                                  "end": 3515,
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 60
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3516,
                                                  "end": 3517,
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 61
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 62
                                                    }
                                                  },
                                                  "name": "x"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3519,
                                                "end": 3524,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 69
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3519,
                                                  "end": 3522,
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 64
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 67
                                                    }
                                                  },
                                                  "name": "max"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3523,
                                                  "end": 3524,
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 68
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 69
                                                    }
                                                  },
                                                  "name": "y"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3526,
                                                "end": 3531,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 71
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 76
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3526,
                                                  "end": 3529,
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 74
                                                    }
                                                  },
                                                  "name": "min"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3530,
                                                  "end": 3531,
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 76
                                                    }
                                                  },
                                                  "name": "z"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3550,
                                  "end": 3600,
                                  "loc": {
                                    "start": {
                                      "line": 105,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 105,
                                      "column": 62
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 3550,
                                    "end": 3599,
                                    "loc": {
                                      "start": {
                                        "line": 105,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 105,
                                        "column": 61
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 3550,
                                      "end": 3575,
                                      "loc": {
                                        "start": {
                                          "line": 105,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 105,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3550,
                                        "end": 3570,
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3550,
                                          "end": 3561,
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 105,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3550,
                                            "end": 3554,
                                            "loc": {
                                              "start": {
                                                "line": 105,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 105,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3555,
                                            "end": 3561,
                                            "loc": {
                                              "start": {
                                                "line": 105,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 105,
                                                "column": 23
                                              }
                                            },
                                            "name": "_stage"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3562,
                                          "end": 3570,
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 105,
                                              "column": 32
                                            }
                                          },
                                          "name": "position"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3571,
                                        "end": 3575,
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 37
                                          }
                                        },
                                        "name": "copy"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 3576,
                                        "end": 3598,
                                        "loc": {
                                          "start": {
                                            "line": 105,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 105,
                                            "column": 60
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3576,
                                          "end": 3589,
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 105,
                                              "column": 51
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3576,
                                            "end": 3580,
                                            "loc": {
                                              "start": {
                                                "line": 105,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 105,
                                                "column": 42
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3581,
                                            "end": 3589,
                                            "loc": {
                                              "start": {
                                                "line": 105,
                                                "column": 43
                                              },
                                              "end": {
                                                "line": 105,
                                                "column": 51
                                              }
                                            },
                                            "name": "_objects"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3590,
                                          "end": 3598,
                                          "loc": {
                                            "start": {
                                              "line": 105,
                                              "column": 52
                                            },
                                            "end": {
                                              "line": 105,
                                              "column": 60
                                            }
                                          },
                                          "name": "position"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3614,
                                  "end": 3653,
                                  "loc": {
                                    "start": {
                                      "line": 106,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 106,
                                      "column": 51
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3614,
                                    "end": 3652,
                                    "loc": {
                                      "start": {
                                        "line": 106,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 106,
                                        "column": 50
                                      }
                                    },
                                    "operator": "-=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 3614,
                                      "end": 3636,
                                      "loc": {
                                        "start": {
                                          "line": 106,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 106,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3614,
                                        "end": 3634,
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3614,
                                          "end": 3625,
                                          "loc": {
                                            "start": {
                                              "line": 106,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 106,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3614,
                                            "end": 3618,
                                            "loc": {
                                              "start": {
                                                "line": 106,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 106,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3619,
                                            "end": 3625,
                                            "loc": {
                                              "start": {
                                                "line": 106,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 106,
                                                "column": 23
                                              }
                                            },
                                            "name": "_stage"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3626,
                                          "end": 3634,
                                          "loc": {
                                            "start": {
                                              "line": 106,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 106,
                                              "column": 32
                                            }
                                          },
                                          "name": "position"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3635,
                                        "end": 3636,
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 34
                                          }
                                        },
                                        "name": "y"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 3640,
                                      "end": 3652,
                                      "loc": {
                                        "start": {
                                          "line": 106,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 106,
                                          "column": 50
                                        }
                                      },
                                      "left": {
                                        "type": "Identifier",
                                        "start": 3640,
                                        "end": 3646,
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 44
                                          }
                                        },
                                        "name": "height"
                                      },
                                      "operator": "/",
                                      "right": {
                                        "type": "Literal",
                                        "start": 3649,
                                        "end": 3652,
                                        "loc": {
                                          "start": {
                                            "line": 106,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 50
                                          }
                                        },
                                        "value": 1.2,
                                        "rawValue": 1.2,
                                        "raw": "1.2"
                                      }
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3667,
                                  "end": 3707,
                                  "loc": {
                                    "start": {
                                      "line": 107,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 107,
                                      "column": 52
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3667,
                                    "end": 3706,
                                    "loc": {
                                      "start": {
                                        "line": 107,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 107,
                                        "column": 51
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 3667,
                                      "end": 3689,
                                      "loc": {
                                        "start": {
                                          "line": 107,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 107,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3667,
                                        "end": 3687,
                                        "loc": {
                                          "start": {
                                            "line": 107,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 107,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 3667,
                                          "end": 3678,
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 23
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 3667,
                                            "end": 3671,
                                            "loc": {
                                              "start": {
                                                "line": 107,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 107,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3672,
                                            "end": 3678,
                                            "loc": {
                                              "start": {
                                                "line": 107,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 107,
                                                "column": 23
                                              }
                                            },
                                            "name": "_stage"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3679,
                                          "end": 3687,
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 32
                                            }
                                          },
                                          "name": "rotation"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3688,
                                        "end": 3689,
                                        "loc": {
                                          "start": {
                                            "line": 107,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 107,
                                            "column": 34
                                          }
                                        },
                                        "name": "x"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 3692,
                                      "end": 3706,
                                      "loc": {
                                        "start": {
                                          "line": 107,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 107,
                                          "column": 51
                                        }
                                      },
                                      "left": {
                                        "type": "UnaryExpression",
                                        "start": 3692,
                                        "end": 3702,
                                        "loc": {
                                          "start": {
                                            "line": 107,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 107,
                                            "column": 47
                                          }
                                        },
                                        "operator": "-",
                                        "prefix": true,
                                        "argument": {
                                          "type": "MemberExpression",
                                          "start": 3694,
                                          "end": 3702,
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 3694,
                                            "end": 3698,
                                            "loc": {
                                              "start": {
                                                "line": 107,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 107,
                                                "column": 43
                                              }
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3700,
                                            "end": 3702,
                                            "loc": {
                                              "start": {
                                                "line": 107,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 107,
                                                "column": 47
                                              }
                                            },
                                            "name": "PI"
                                          },
                                          "computed": false
                                        }
                                      },
                                      "operator": "/",
                                      "right": {
                                        "type": "Literal",
                                        "start": 3705,
                                        "end": 3706,
                                        "loc": {
                                          "start": {
                                            "line": 107,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 107,
                                            "column": 51
                                          }
                                        },
                                        "value": 2,
                                        "rawValue": 2,
                                        "raw": "2"
                                      }
                                    }
                                  }
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 3723,
                                  "end": 3933,
                                  "loc": {
                                    "start": {
                                      "line": 109,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 113,
                                      "column": 13
                                    }
                                  },
                                  "test": {
                                    "type": "MemberExpression",
                                    "start": 3727,
                                    "end": 3747,
                                    "loc": {
                                      "start": {
                                        "line": 109,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 109,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 3727,
                                      "end": 3739,
                                      "loc": {
                                        "start": {
                                          "line": 109,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 109,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 3727,
                                        "end": 3731,
                                        "loc": {
                                          "start": {
                                            "line": 109,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 109,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3732,
                                        "end": 3739,
                                        "loc": {
                                          "start": {
                                            "line": 109,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 109,
                                            "column": 28
                                          }
                                        },
                                        "name": "options"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3740,
                                      "end": 3747,
                                      "loc": {
                                        "start": {
                                          "line": 109,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 109,
                                          "column": 36
                                        }
                                      },
                                      "name": "ambient"
                                    },
                                    "computed": false
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 3749,
                                    "end": 3933,
                                    "loc": {
                                      "start": {
                                        "line": 109,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 113,
                                        "column": 13
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "VariableDeclaration",
                                        "start": 3768,
                                        "end": 3815,
                                        "loc": {
                                          "start": {
                                            "line": 110,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 110,
                                            "column": 63
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 3772,
                                            "end": 3814,
                                            "loc": {
                                              "start": {
                                                "line": 110,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 110,
                                                "column": 62
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 3772,
                                              "end": 3779,
                                              "loc": {
                                                "start": {
                                                  "line": 110,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 110,
                                                  "column": 27
                                                }
                                              },
                                              "name": "ambient"
                                            },
                                            "init": {
                                              "type": "NewExpression",
                                              "start": 3782,
                                              "end": 3814,
                                              "loc": {
                                                "start": {
                                                  "line": 110,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 110,
                                                  "column": 62
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 3786,
                                                "end": 3804,
                                                "loc": {
                                                  "start": {
                                                    "line": 110,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 110,
                                                    "column": 52
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3786,
                                                  "end": 3791,
                                                  "loc": {
                                                    "start": {
                                                      "line": 110,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 110,
                                                      "column": 39
                                                    }
                                                  },
                                                  "name": "THREE"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3792,
                                                  "end": 3804,
                                                  "loc": {
                                                    "start": {
                                                      "line": 110,
                                                      "column": 40
                                                    },
                                                    "end": {
                                                      "line": 110,
                                                      "column": 52
                                                    }
                                                  },
                                                  "name": "AmbientLight"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Literal",
                                                  "start": 3805,
                                                  "end": 3813,
                                                  "loc": {
                                                    "start": {
                                                      "line": 110,
                                                      "column": 53
                                                    },
                                                    "end": {
                                                      "line": 110,
                                                      "column": 61
                                                    }
                                                  },
                                                  "value": 16777215,
                                                  "rawValue": 16777215,
                                                  "raw": "0xffffff"
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "kind": "let"
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3833,
                                        "end": 3874,
                                        "loc": {
                                          "start": {
                                            "line": 111,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 111,
                                            "column": 57
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 3833,
                                          "end": 3873,
                                          "loc": {
                                            "start": {
                                              "line": 111,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 111,
                                              "column": 56
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 3833,
                                            "end": 3850,
                                            "loc": {
                                              "start": {
                                                "line": 111,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 111,
                                                "column": 33
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 3833,
                                              "end": 3840,
                                              "loc": {
                                                "start": {
                                                  "line": 111,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 111,
                                                  "column": 23
                                                }
                                              },
                                              "name": "ambient"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3841,
                                              "end": 3850,
                                              "loc": {
                                                "start": {
                                                  "line": 111,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 111,
                                                  "column": 33
                                                }
                                              },
                                              "name": "intensity"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 3853,
                                            "end": 3873,
                                            "loc": {
                                              "start": {
                                                "line": 111,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 111,
                                                "column": 56
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3853,
                                              "end": 3865,
                                              "loc": {
                                                "start": {
                                                  "line": 111,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 111,
                                                  "column": 48
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 3853,
                                                "end": 3857,
                                                "loc": {
                                                  "start": {
                                                    "line": 111,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 111,
                                                    "column": 40
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3858,
                                                "end": 3865,
                                                "loc": {
                                                  "start": {
                                                    "line": 111,
                                                    "column": 41
                                                  },
                                                  "end": {
                                                    "line": 111,
                                                    "column": 48
                                                  }
                                                },
                                                "name": "options"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3866,
                                              "end": 3873,
                                              "loc": {
                                                "start": {
                                                  "line": 111,
                                                  "column": 49
                                                },
                                                "end": {
                                                  "line": 111,
                                                  "column": 56
                                                }
                                              },
                                              "name": "ambient"
                                            },
                                            "computed": false
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3892,
                                        "end": 3918,
                                        "loc": {
                                          "start": {
                                            "line": 112,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 112,
                                            "column": 42
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 3892,
                                          "end": 3917,
                                          "loc": {
                                            "start": {
                                              "line": 112,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 112,
                                              "column": 41
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 3892,
                                            "end": 3908,
                                            "loc": {
                                              "start": {
                                                "line": 112,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 112,
                                                "column": 32
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3892,
                                              "end": 3904,
                                              "loc": {
                                                "start": {
                                                  "line": 112,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 112,
                                                  "column": 28
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 3892,
                                                "end": 3896,
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 112,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3897,
                                                "end": 3904,
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 112,
                                                    "column": 28
                                                  }
                                                },
                                                "name": "_lights"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3905,
                                              "end": 3908,
                                              "loc": {
                                                "start": {
                                                  "line": 112,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 112,
                                                  "column": 32
                                                }
                                              },
                                              "name": "add"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 3909,
                                              "end": 3916,
                                              "loc": {
                                                "start": {
                                                  "line": 112,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 112,
                                                  "column": 40
                                                }
                                              },
                                              "name": "ambient"
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  },
                                  "alternate": null
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 3949,
                                  "end": 4007,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 70
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 3953,
                                      "end": 4006,
                                      "loc": {
                                        "start": {
                                          "line": 115,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 115,
                                          "column": 69
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 3953,
                                        "end": 3959,
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 22
                                          }
                                        },
                                        "name": "coords"
                                      },
                                      "init": {
                                        "type": "BinaryExpression",
                                        "start": 3962,
                                        "end": 4006,
                                        "loc": {
                                          "start": {
                                            "line": 115,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 115,
                                            "column": 69
                                          }
                                        },
                                        "left": {
                                          "type": "CallExpression",
                                          "start": 3962,
                                          "end": 4002,
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 65
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 3962,
                                            "end": 4000,
                                            "loc": {
                                              "start": {
                                                "line": 115,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 115,
                                                "column": 63
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 3962,
                                              "end": 3990,
                                              "loc": {
                                                "start": {
                                                  "line": 115,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 53
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 3962,
                                                "end": 3988,
                                                "loc": {
                                                  "start": {
                                                    "line": 115,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 115,
                                                    "column": 51
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3962,
                                                  "end": 3975,
                                                  "loc": {
                                                    "start": {
                                                      "line": 115,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 115,
                                                      "column": 38
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 3962,
                                                    "end": 3966,
                                                    "loc": {
                                                      "start": {
                                                        "line": 115,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 115,
                                                        "column": 29
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3967,
                                                    "end": 3975,
                                                    "loc": {
                                                      "start": {
                                                        "line": 115,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 115,
                                                        "column": 38
                                                      }
                                                    },
                                                    "name": "_objects"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3976,
                                                  "end": 3988,
                                                  "loc": {
                                                    "start": {
                                                      "line": 115,
                                                      "column": 39
                                                    },
                                                    "end": {
                                                      "line": 115,
                                                      "column": 51
                                                    }
                                                  },
                                                  "name": "updateBounds"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3991,
                                              "end": 4000,
                                              "loc": {
                                                "start": {
                                                  "line": 115,
                                                  "column": 54
                                                },
                                                "end": {
                                                  "line": 115,
                                                  "column": 63
                                                }
                                              },
                                              "name": "getRadius"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        },
                                        "operator": "*",
                                        "right": {
                                          "type": "Literal",
                                          "start": 4005,
                                          "end": 4006,
                                          "loc": {
                                            "start": {
                                              "line": 115,
                                              "column": 68
                                            },
                                            "end": {
                                              "line": 115,
                                              "column": 69
                                            }
                                          },
                                          "value": 6,
                                          "rawValue": 6,
                                          "raw": "6"
                                        }
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4021,
                                  "end": 4121,
                                  "loc": {
                                    "start": {
                                      "line": 116,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 116,
                                      "column": 112
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4021,
                                    "end": 4120,
                                    "loc": {
                                      "start": {
                                        "line": 116,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 116,
                                        "column": 111
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4021,
                                      "end": 4037,
                                      "loc": {
                                        "start": {
                                          "line": 116,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 116,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4021,
                                        "end": 4033,
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4021,
                                          "end": 4025,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4026,
                                          "end": 4033,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4034,
                                        "end": 4037,
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 4038,
                                        "end": 4119,
                                        "loc": {
                                          "start": {
                                            "line": 116,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 116,
                                            "column": 110
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4038,
                                          "end": 4104,
                                          "loc": {
                                            "start": {
                                              "line": 116,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 116,
                                              "column": 95
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 4038,
                                            "end": 4092,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 83
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4042,
                                              "end": 4058,
                                              "loc": {
                                                "start": {
                                                  "line": 116,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 116,
                                                  "column": 49
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4042,
                                                "end": 4047,
                                                "loc": {
                                                  "start": {
                                                    "line": 116,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 116,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4048,
                                                "end": 4058,
                                                "loc": {
                                                  "start": {
                                                    "line": 116,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 116,
                                                    "column": 49
                                                  }
                                                },
                                                "name": "PointLight"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 4059,
                                                "end": 4067,
                                                "loc": {
                                                  "start": {
                                                    "line": 116,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 116,
                                                    "column": 58
                                                  }
                                                },
                                                "value": 16777215,
                                                "rawValue": 16777215,
                                                "raw": "0xffffff"
                                              },
                                              {
                                                "type": "BinaryExpression",
                                                "start": 4069,
                                                "end": 4091,
                                                "loc": {
                                                  "start": {
                                                    "line": 116,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 116,
                                                    "column": 82
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 4069,
                                                  "end": 4087,
                                                  "loc": {
                                                    "start": {
                                                      "line": 116,
                                                      "column": 60
                                                    },
                                                    "end": {
                                                      "line": 116,
                                                      "column": 78
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 4069,
                                                    "end": 4081,
                                                    "loc": {
                                                      "start": {
                                                        "line": 116,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 116,
                                                        "column": 72
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 4069,
                                                      "end": 4073,
                                                      "loc": {
                                                        "start": {
                                                          "line": 116,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 116,
                                                          "column": 64
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4074,
                                                      "end": 4081,
                                                      "loc": {
                                                        "start": {
                                                          "line": 116,
                                                          "column": 65
                                                        },
                                                        "end": {
                                                          "line": 116,
                                                          "column": 72
                                                        }
                                                      },
                                                      "name": "options"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4082,
                                                    "end": 4087,
                                                    "loc": {
                                                      "start": {
                                                        "line": 116,
                                                        "column": 73
                                                      },
                                                      "end": {
                                                        "line": 116,
                                                        "column": 78
                                                      }
                                                    },
                                                    "name": "light"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 4090,
                                                  "end": 4091,
                                                  "loc": {
                                                    "start": {
                                                      "line": 116,
                                                      "column": 81
                                                    },
                                                    "end": {
                                                      "line": 116,
                                                      "column": 82
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4093,
                                            "end": 4104,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 84
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 95
                                              }
                                            },
                                            "name": "setPosition"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "UnaryExpression",
                                            "start": 4105,
                                            "end": 4112,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 96
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 103
                                              }
                                            },
                                            "operator": "-",
                                            "prefix": true,
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 4106,
                                              "end": 4112,
                                              "loc": {
                                                "start": {
                                                  "line": 116,
                                                  "column": 97
                                                },
                                                "end": {
                                                  "line": 116,
                                                  "column": 103
                                                }
                                              },
                                              "name": "coords"
                                            }
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 4114,
                                            "end": 4115,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 105
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 106
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 4117,
                                            "end": 4118,
                                            "loc": {
                                              "start": {
                                                "line": 116,
                                                "column": 108
                                              },
                                              "end": {
                                                "line": 116,
                                                "column": 109
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4135,
                                  "end": 4244,
                                  "loc": {
                                    "start": {
                                      "line": 117,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 117,
                                      "column": 121
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4135,
                                    "end": 4243,
                                    "loc": {
                                      "start": {
                                        "line": 117,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 117,
                                        "column": 120
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4135,
                                      "end": 4151,
                                      "loc": {
                                        "start": {
                                          "line": 117,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 117,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4135,
                                        "end": 4147,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4135,
                                          "end": 4139,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4140,
                                          "end": 4147,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4148,
                                        "end": 4151,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 4152,
                                        "end": 4242,
                                        "loc": {
                                          "start": {
                                            "line": 117,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 117,
                                            "column": 119
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4152,
                                          "end": 4217,
                                          "loc": {
                                            "start": {
                                              "line": 117,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 117,
                                              "column": 94
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 4152,
                                            "end": 4205,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 82
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4156,
                                              "end": 4171,
                                              "loc": {
                                                "start": {
                                                  "line": 117,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 117,
                                                  "column": 48
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4156,
                                                "end": 4161,
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4162,
                                                "end": 4171,
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 48
                                                  }
                                                },
                                                "name": "SpotLight"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 4172,
                                                "end": 4180,
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 57
                                                  }
                                                },
                                                "value": 16777215,
                                                "rawValue": 16777215,
                                                "raw": "0xffffff"
                                              },
                                              {
                                                "type": "BinaryExpression",
                                                "start": 4182,
                                                "end": 4204,
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 59
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 81
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 4182,
                                                  "end": 4200,
                                                  "loc": {
                                                    "start": {
                                                      "line": 117,
                                                      "column": 59
                                                    },
                                                    "end": {
                                                      "line": 117,
                                                      "column": 77
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 4182,
                                                    "end": 4194,
                                                    "loc": {
                                                      "start": {
                                                        "line": 117,
                                                        "column": 59
                                                      },
                                                      "end": {
                                                        "line": 117,
                                                        "column": 71
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 4182,
                                                      "end": 4186,
                                                      "loc": {
                                                        "start": {
                                                          "line": 117,
                                                          "column": 59
                                                        },
                                                        "end": {
                                                          "line": 117,
                                                          "column": 63
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4187,
                                                      "end": 4194,
                                                      "loc": {
                                                        "start": {
                                                          "line": 117,
                                                          "column": 64
                                                        },
                                                        "end": {
                                                          "line": 117,
                                                          "column": 71
                                                        }
                                                      },
                                                      "name": "options"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4195,
                                                    "end": 4200,
                                                    "loc": {
                                                      "start": {
                                                        "line": 117,
                                                        "column": 72
                                                      },
                                                      "end": {
                                                        "line": 117,
                                                        "column": 77
                                                      }
                                                    },
                                                    "name": "light"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 4203,
                                                  "end": 4204,
                                                  "loc": {
                                                    "start": {
                                                      "line": 117,
                                                      "column": 80
                                                    },
                                                    "end": {
                                                      "line": 117,
                                                      "column": 81
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4206,
                                            "end": 4217,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 83
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 94
                                              }
                                            },
                                            "name": "setPosition"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 4218,
                                            "end": 4219,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 95
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 96
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "UnaryExpression",
                                            "start": 4221,
                                            "end": 4228,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 98
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 105
                                              }
                                            },
                                            "operator": "-",
                                            "prefix": true,
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 4222,
                                              "end": 4228,
                                              "loc": {
                                                "start": {
                                                  "line": 117,
                                                  "column": 99
                                                },
                                                "end": {
                                                  "line": 117,
                                                  "column": 105
                                                }
                                              },
                                              "name": "coords"
                                            }
                                          },
                                          {
                                            "type": "BinaryExpression",
                                            "start": 4230,
                                            "end": 4241,
                                            "loc": {
                                              "start": {
                                                "line": 117,
                                                "column": 107
                                              },
                                              "end": {
                                                "line": 117,
                                                "column": 118
                                              }
                                            },
                                            "left": {
                                              "type": "UnaryExpression",
                                              "start": 4230,
                                              "end": 4237,
                                              "loc": {
                                                "start": {
                                                  "line": 117,
                                                  "column": 107
                                                },
                                                "end": {
                                                  "line": 117,
                                                  "column": 114
                                                }
                                              },
                                              "operator": "-",
                                              "prefix": true,
                                              "argument": {
                                                "type": "Identifier",
                                                "start": 4231,
                                                "end": 4237,
                                                "loc": {
                                                  "start": {
                                                    "line": 117,
                                                    "column": 108
                                                  },
                                                  "end": {
                                                    "line": 117,
                                                    "column": 114
                                                  }
                                                },
                                                "name": "coords"
                                              }
                                            },
                                            "operator": "*",
                                            "right": {
                                              "type": "Literal",
                                              "start": 4240,
                                              "end": 4241,
                                              "loc": {
                                                "start": {
                                                  "line": 117,
                                                  "column": 117
                                                },
                                                "end": {
                                                  "line": 117,
                                                  "column": 118
                                                }
                                              },
                                              "value": 2,
                                              "rawValue": 2,
                                              "raw": "2"
                                            }
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4258,
                                  "end": 4357,
                                  "loc": {
                                    "start": {
                                      "line": 118,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 118,
                                      "column": 111
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4258,
                                    "end": 4356,
                                    "loc": {
                                      "start": {
                                        "line": 118,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 118,
                                        "column": 110
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4258,
                                      "end": 4274,
                                      "loc": {
                                        "start": {
                                          "line": 118,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 118,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4258,
                                        "end": 4270,
                                        "loc": {
                                          "start": {
                                            "line": 118,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 118,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4258,
                                          "end": 4262,
                                          "loc": {
                                            "start": {
                                              "line": 118,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 118,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4263,
                                          "end": 4270,
                                          "loc": {
                                            "start": {
                                              "line": 118,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 118,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4271,
                                        "end": 4274,
                                        "loc": {
                                          "start": {
                                            "line": 118,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 118,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 4275,
                                        "end": 4355,
                                        "loc": {
                                          "start": {
                                            "line": 118,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 118,
                                            "column": 109
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4275,
                                          "end": 4341,
                                          "loc": {
                                            "start": {
                                              "line": 118,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 118,
                                              "column": 95
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 4275,
                                            "end": 4329,
                                            "loc": {
                                              "start": {
                                                "line": 118,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 118,
                                                "column": 83
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4279,
                                              "end": 4295,
                                              "loc": {
                                                "start": {
                                                  "line": 118,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 118,
                                                  "column": 49
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4279,
                                                "end": 4284,
                                                "loc": {
                                                  "start": {
                                                    "line": 118,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 118,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4285,
                                                "end": 4295,
                                                "loc": {
                                                  "start": {
                                                    "line": 118,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 118,
                                                    "column": 49
                                                  }
                                                },
                                                "name": "PointLight"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 4296,
                                                "end": 4304,
                                                "loc": {
                                                  "start": {
                                                    "line": 118,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 118,
                                                    "column": 58
                                                  }
                                                },
                                                "value": 16777215,
                                                "rawValue": 16777215,
                                                "raw": "0xffffff"
                                              },
                                              {
                                                "type": "BinaryExpression",
                                                "start": 4306,
                                                "end": 4328,
                                                "loc": {
                                                  "start": {
                                                    "line": 118,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 118,
                                                    "column": 82
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 4306,
                                                  "end": 4324,
                                                  "loc": {
                                                    "start": {
                                                      "line": 118,
                                                      "column": 60
                                                    },
                                                    "end": {
                                                      "line": 118,
                                                      "column": 78
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 4306,
                                                    "end": 4318,
                                                    "loc": {
                                                      "start": {
                                                        "line": 118,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 118,
                                                        "column": 72
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 4306,
                                                      "end": 4310,
                                                      "loc": {
                                                        "start": {
                                                          "line": 118,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 118,
                                                          "column": 64
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4311,
                                                      "end": 4318,
                                                      "loc": {
                                                        "start": {
                                                          "line": 118,
                                                          "column": 65
                                                        },
                                                        "end": {
                                                          "line": 118,
                                                          "column": 72
                                                        }
                                                      },
                                                      "name": "options"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4319,
                                                    "end": 4324,
                                                    "loc": {
                                                      "start": {
                                                        "line": 118,
                                                        "column": 73
                                                      },
                                                      "end": {
                                                        "line": 118,
                                                        "column": 78
                                                      }
                                                    },
                                                    "name": "light"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 4327,
                                                  "end": 4328,
                                                  "loc": {
                                                    "start": {
                                                      "line": 118,
                                                      "column": 81
                                                    },
                                                    "end": {
                                                      "line": 118,
                                                      "column": 82
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4330,
                                            "end": 4341,
                                            "loc": {
                                              "start": {
                                                "line": 118,
                                                "column": 84
                                              },
                                              "end": {
                                                "line": 118,
                                                "column": 95
                                              }
                                            },
                                            "name": "setPosition"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 4342,
                                            "end": 4348,
                                            "loc": {
                                              "start": {
                                                "line": 118,
                                                "column": 96
                                              },
                                              "end": {
                                                "line": 118,
                                                "column": 102
                                              }
                                            },
                                            "name": "coords"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 4350,
                                            "end": 4351,
                                            "loc": {
                                              "start": {
                                                "line": 118,
                                                "column": 104
                                              },
                                              "end": {
                                                "line": 118,
                                                "column": 105
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 4353,
                                            "end": 4354,
                                            "loc": {
                                              "start": {
                                                "line": 118,
                                                "column": 107
                                              },
                                              "end": {
                                                "line": 118,
                                                "column": 108
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4371,
                                  "end": 4470,
                                  "loc": {
                                    "start": {
                                      "line": 119,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 119,
                                      "column": 111
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4371,
                                    "end": 4469,
                                    "loc": {
                                      "start": {
                                        "line": 119,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 119,
                                        "column": 110
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4371,
                                      "end": 4387,
                                      "loc": {
                                        "start": {
                                          "line": 119,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 119,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4371,
                                        "end": 4383,
                                        "loc": {
                                          "start": {
                                            "line": 119,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 119,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4371,
                                          "end": 4375,
                                          "loc": {
                                            "start": {
                                              "line": 119,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 119,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4376,
                                          "end": 4383,
                                          "loc": {
                                            "start": {
                                              "line": 119,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 119,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4384,
                                        "end": 4387,
                                        "loc": {
                                          "start": {
                                            "line": 119,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 119,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 4388,
                                        "end": 4468,
                                        "loc": {
                                          "start": {
                                            "line": 119,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 119,
                                            "column": 109
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4388,
                                          "end": 4454,
                                          "loc": {
                                            "start": {
                                              "line": 119,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 119,
                                              "column": 95
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 4388,
                                            "end": 4442,
                                            "loc": {
                                              "start": {
                                                "line": 119,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 119,
                                                "column": 83
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4392,
                                              "end": 4408,
                                              "loc": {
                                                "start": {
                                                  "line": 119,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 119,
                                                  "column": 49
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4392,
                                                "end": 4397,
                                                "loc": {
                                                  "start": {
                                                    "line": 119,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 119,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4398,
                                                "end": 4408,
                                                "loc": {
                                                  "start": {
                                                    "line": 119,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 119,
                                                    "column": 49
                                                  }
                                                },
                                                "name": "PointLight"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 4409,
                                                "end": 4417,
                                                "loc": {
                                                  "start": {
                                                    "line": 119,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 119,
                                                    "column": 58
                                                  }
                                                },
                                                "value": 16777215,
                                                "rawValue": 16777215,
                                                "raw": "0xffffff"
                                              },
                                              {
                                                "type": "BinaryExpression",
                                                "start": 4419,
                                                "end": 4441,
                                                "loc": {
                                                  "start": {
                                                    "line": 119,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 119,
                                                    "column": 82
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 4419,
                                                  "end": 4437,
                                                  "loc": {
                                                    "start": {
                                                      "line": 119,
                                                      "column": 60
                                                    },
                                                    "end": {
                                                      "line": 119,
                                                      "column": 78
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 4419,
                                                    "end": 4431,
                                                    "loc": {
                                                      "start": {
                                                        "line": 119,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 119,
                                                        "column": 72
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 4419,
                                                      "end": 4423,
                                                      "loc": {
                                                        "start": {
                                                          "line": 119,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 119,
                                                          "column": 64
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4424,
                                                      "end": 4431,
                                                      "loc": {
                                                        "start": {
                                                          "line": 119,
                                                          "column": 65
                                                        },
                                                        "end": {
                                                          "line": 119,
                                                          "column": 72
                                                        }
                                                      },
                                                      "name": "options"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4432,
                                                    "end": 4437,
                                                    "loc": {
                                                      "start": {
                                                        "line": 119,
                                                        "column": 73
                                                      },
                                                      "end": {
                                                        "line": 119,
                                                        "column": 78
                                                      }
                                                    },
                                                    "name": "light"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 4440,
                                                  "end": 4441,
                                                  "loc": {
                                                    "start": {
                                                      "line": 119,
                                                      "column": 81
                                                    },
                                                    "end": {
                                                      "line": 119,
                                                      "column": 82
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4443,
                                            "end": 4454,
                                            "loc": {
                                              "start": {
                                                "line": 119,
                                                "column": 84
                                              },
                                              "end": {
                                                "line": 119,
                                                "column": 95
                                              }
                                            },
                                            "name": "setPosition"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 4455,
                                            "end": 4456,
                                            "loc": {
                                              "start": {
                                                "line": 119,
                                                "column": 96
                                              },
                                              "end": {
                                                "line": 119,
                                                "column": 97
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 4458,
                                            "end": 4464,
                                            "loc": {
                                              "start": {
                                                "line": 119,
                                                "column": 99
                                              },
                                              "end": {
                                                "line": 119,
                                                "column": 105
                                              }
                                            },
                                            "name": "coords"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 4466,
                                            "end": 4467,
                                            "loc": {
                                              "start": {
                                                "line": 119,
                                                "column": 107
                                              },
                                              "end": {
                                                "line": 119,
                                                "column": 108
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4484,
                                  "end": 4583,
                                  "loc": {
                                    "start": {
                                      "line": 120,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 120,
                                      "column": 111
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4484,
                                    "end": 4582,
                                    "loc": {
                                      "start": {
                                        "line": 120,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 120,
                                        "column": 110
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4484,
                                      "end": 4500,
                                      "loc": {
                                        "start": {
                                          "line": 120,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 120,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4484,
                                        "end": 4496,
                                        "loc": {
                                          "start": {
                                            "line": 120,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 120,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 4484,
                                          "end": 4488,
                                          "loc": {
                                            "start": {
                                              "line": 120,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 120,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4489,
                                          "end": 4496,
                                          "loc": {
                                            "start": {
                                              "line": 120,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 120,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4497,
                                        "end": 4500,
                                        "loc": {
                                          "start": {
                                            "line": 120,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 120,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "CallExpression",
                                        "start": 4501,
                                        "end": 4581,
                                        "loc": {
                                          "start": {
                                            "line": 120,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 120,
                                            "column": 109
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4501,
                                          "end": 4567,
                                          "loc": {
                                            "start": {
                                              "line": 120,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 120,
                                              "column": 95
                                            }
                                          },
                                          "object": {
                                            "type": "NewExpression",
                                            "start": 4501,
                                            "end": 4555,
                                            "loc": {
                                              "start": {
                                                "line": 120,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 120,
                                                "column": 83
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4505,
                                              "end": 4521,
                                              "loc": {
                                                "start": {
                                                  "line": 120,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 120,
                                                  "column": 49
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4505,
                                                "end": 4510,
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 38
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4511,
                                                "end": 4521,
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 49
                                                  }
                                                },
                                                "name": "PointLight"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 4522,
                                                "end": 4530,
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 58
                                                  }
                                                },
                                                "value": 16777215,
                                                "rawValue": 16777215,
                                                "raw": "0xffffff"
                                              },
                                              {
                                                "type": "BinaryExpression",
                                                "start": 4532,
                                                "end": 4554,
                                                "loc": {
                                                  "start": {
                                                    "line": 120,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 120,
                                                    "column": 82
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 4532,
                                                  "end": 4550,
                                                  "loc": {
                                                    "start": {
                                                      "line": 120,
                                                      "column": 60
                                                    },
                                                    "end": {
                                                      "line": 120,
                                                      "column": 78
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 4532,
                                                    "end": 4544,
                                                    "loc": {
                                                      "start": {
                                                        "line": 120,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 120,
                                                        "column": 72
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 4532,
                                                      "end": 4536,
                                                      "loc": {
                                                        "start": {
                                                          "line": 120,
                                                          "column": 60
                                                        },
                                                        "end": {
                                                          "line": 120,
                                                          "column": 64
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4537,
                                                      "end": 4544,
                                                      "loc": {
                                                        "start": {
                                                          "line": 120,
                                                          "column": 65
                                                        },
                                                        "end": {
                                                          "line": 120,
                                                          "column": 72
                                                        }
                                                      },
                                                      "name": "options"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4545,
                                                    "end": 4550,
                                                    "loc": {
                                                      "start": {
                                                        "line": 120,
                                                        "column": 73
                                                      },
                                                      "end": {
                                                        "line": 120,
                                                        "column": 78
                                                      }
                                                    },
                                                    "name": "light"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 4553,
                                                  "end": 4554,
                                                  "loc": {
                                                    "start": {
                                                      "line": 120,
                                                      "column": 81
                                                    },
                                                    "end": {
                                                      "line": 120,
                                                      "column": 82
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4556,
                                            "end": 4567,
                                            "loc": {
                                              "start": {
                                                "line": 120,
                                                "column": 84
                                              },
                                              "end": {
                                                "line": 120,
                                                "column": 95
                                              }
                                            },
                                            "name": "setPosition"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 4568,
                                            "end": 4569,
                                            "loc": {
                                              "start": {
                                                "line": 120,
                                                "column": 96
                                              },
                                              "end": {
                                                "line": 120,
                                                "column": 97
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 4571,
                                            "end": 4572,
                                            "loc": {
                                              "start": {
                                                "line": 120,
                                                "column": 99
                                              },
                                              "end": {
                                                "line": 120,
                                                "column": 100
                                              }
                                            },
                                            "value": 0,
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 4574,
                                            "end": 4580,
                                            "loc": {
                                              "start": {
                                                "line": 120,
                                                "column": 102
                                              },
                                              "end": {
                                                "line": 120,
                                                "column": 108
                                              }
                                            },
                                            "name": "coords"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 4599,
                                  "end": 4686,
                                  "loc": {
                                    "start": {
                                      "line": 122,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 122,
                                      "column": 99
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 4603,
                                      "end": 4685,
                                      "loc": {
                                        "start": {
                                          "line": 122,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 122,
                                          "column": 98
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 4603,
                                        "end": 4606,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 19
                                          }
                                        },
                                        "name": "vec"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 4609,
                                        "end": 4685,
                                        "loc": {
                                          "start": {
                                            "line": 122,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 122,
                                            "column": 98
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4609,
                                          "end": 4633,
                                          "loc": {
                                            "start": {
                                              "line": 122,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 122,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 4609,
                                            "end": 4620,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 33
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 4609,
                                              "end": 4613,
                                              "loc": {
                                                "start": {
                                                  "line": 122,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 122,
                                                  "column": 26
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4614,
                                              "end": 4620,
                                              "loc": {
                                                "start": {
                                                  "line": 122,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 122,
                                                  "column": 33
                                                }
                                              },
                                              "name": "parent"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4621,
                                            "end": 4633,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 46
                                              }
                                            },
                                            "name": "worldToLocal"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 4634,
                                            "end": 4684,
                                            "loc": {
                                              "start": {
                                                "line": 122,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 122,
                                                "column": 97
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4638,
                                              "end": 4651,
                                              "loc": {
                                                "start": {
                                                  "line": 122,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 122,
                                                  "column": 64
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4638,
                                                "end": 4643,
                                                "loc": {
                                                  "start": {
                                                    "line": 122,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 122,
                                                    "column": 56
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4644,
                                                "end": 4651,
                                                "loc": {
                                                  "start": {
                                                    "line": 122,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 122,
                                                    "column": 64
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "BinaryExpression",
                                                "start": 4652,
                                                "end": 4663,
                                                "loc": {
                                                  "start": {
                                                    "line": 122,
                                                    "column": 65
                                                  },
                                                  "end": {
                                                    "line": 122,
                                                    "column": 76
                                                  }
                                                },
                                                "left": {
                                                  "type": "UnaryExpression",
                                                  "start": 4652,
                                                  "end": 4659,
                                                  "loc": {
                                                    "start": {
                                                      "line": 122,
                                                      "column": 65
                                                    },
                                                    "end": {
                                                      "line": 122,
                                                      "column": 72
                                                    }
                                                  },
                                                  "operator": "-",
                                                  "prefix": true,
                                                  "argument": {
                                                    "type": "Identifier",
                                                    "start": 4653,
                                                    "end": 4659,
                                                    "loc": {
                                                      "start": {
                                                        "line": 122,
                                                        "column": 66
                                                      },
                                                      "end": {
                                                        "line": 122,
                                                        "column": 72
                                                      }
                                                    },
                                                    "name": "coords"
                                                  }
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 4662,
                                                  "end": 4663,
                                                  "loc": {
                                                    "start": {
                                                      "line": 122,
                                                      "column": 75
                                                    },
                                                    "end": {
                                                      "line": 122,
                                                      "column": 76
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 4665,
                                                "end": 4671,
                                                "loc": {
                                                  "start": {
                                                    "line": 122,
                                                    "column": 78
                                                  },
                                                  "end": {
                                                    "line": 122,
                                                    "column": 84
                                                  }
                                                },
                                                "name": "coords"
                                              },
                                              {
                                                "type": "BinaryExpression",
                                                "start": 4673,
                                                "end": 4683,
                                                "loc": {
                                                  "start": {
                                                    "line": 122,
                                                    "column": 86
                                                  },
                                                  "end": {
                                                    "line": 122,
                                                    "column": 96
                                                  }
                                                },
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 4673,
                                                  "end": 4679,
                                                  "loc": {
                                                    "start": {
                                                      "line": 122,
                                                      "column": 86
                                                    },
                                                    "end": {
                                                      "line": 122,
                                                      "column": 92
                                                    }
                                                  },
                                                  "name": "coords"
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 4682,
                                                  "end": 4683,
                                                  "loc": {
                                                    "start": {
                                                      "line": 122,
                                                      "column": 95
                                                    },
                                                    "end": {
                                                      "line": 122,
                                                      "column": 96
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 4700,
                                  "end": 4795,
                                  "loc": {
                                    "start": {
                                      "line": 123,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 123,
                                      "column": 107
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 4704,
                                      "end": 4794,
                                      "loc": {
                                        "start": {
                                          "line": 123,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 123,
                                          "column": 106
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 4704,
                                        "end": 4713,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 25
                                          }
                                        },
                                        "name": "spotLight"
                                      },
                                      "init": {
                                        "type": "NewExpression",
                                        "start": 4716,
                                        "end": 4794,
                                        "loc": {
                                          "start": {
                                            "line": 123,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 123,
                                            "column": 106
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4720,
                                          "end": 4735,
                                          "loc": {
                                            "start": {
                                              "line": 123,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 123,
                                              "column": 47
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4720,
                                            "end": 4725,
                                            "loc": {
                                              "start": {
                                                "line": 123,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 123,
                                                "column": 37
                                              }
                                            },
                                            "name": "THREE"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4726,
                                            "end": 4735,
                                            "loc": {
                                              "start": {
                                                "line": 123,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 123,
                                                "column": 47
                                              }
                                            },
                                            "name": "SpotLight"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 4737,
                                            "end": 4745,
                                            "loc": {
                                              "start": {
                                                "line": 123,
                                                "column": 49
                                              },
                                              "end": {
                                                "line": 123,
                                                "column": 57
                                              }
                                            },
                                            "value": 16777215,
                                            "rawValue": 16777215,
                                            "raw": "0xffffff"
                                          },
                                          {
                                            "type": "MemberExpression",
                                            "start": 4747,
                                            "end": 4765,
                                            "loc": {
                                              "start": {
                                                "line": 123,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 123,
                                                "column": 77
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 4747,
                                              "end": 4759,
                                              "loc": {
                                                "start": {
                                                  "line": 123,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 123,
                                                  "column": 71
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 4747,
                                                "end": 4751,
                                                "loc": {
                                                  "start": {
                                                    "line": 123,
                                                    "column": 59
                                                  },
                                                  "end": {
                                                    "line": 123,
                                                    "column": 63
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4752,
                                                "end": 4759,
                                                "loc": {
                                                  "start": {
                                                    "line": 123,
                                                    "column": 64
                                                  },
                                                  "end": {
                                                    "line": 123,
                                                    "column": 71
                                                  }
                                                },
                                                "name": "options"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4760,
                                              "end": 4765,
                                              "loc": {
                                                "start": {
                                                  "line": 123,
                                                  "column": 72
                                                },
                                                "end": {
                                                  "line": 123,
                                                  "column": 77
                                                }
                                              },
                                              "name": "light"
                                            },
                                            "computed": false
                                          },
                                          {
                                            "type": "BinaryExpression",
                                            "start": 4767,
                                            "end": 4779,
                                            "loc": {
                                              "start": {
                                                "line": 123,
                                                "column": 79
                                              },
                                              "end": {
                                                "line": 123,
                                                "column": 91
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 4767,
                                              "end": 4773,
                                              "loc": {
                                                "start": {
                                                  "line": 123,
                                                  "column": 79
                                                },
                                                "end": {
                                                  "line": 123,
                                                  "column": 85
                                                }
                                              },
                                              "name": "coords"
                                            },
                                            "operator": "*",
                                            "right": {
                                              "type": "Literal",
                                              "start": 4776,
                                              "end": 4779,
                                              "loc": {
                                                "start": {
                                                  "line": 123,
                                                  "column": 88
                                                },
                                                "end": {
                                                  "line": 123,
                                                  "column": 91
                                                }
                                              },
                                              "value": 1.5,
                                              "rawValue": 1.5,
                                              "raw": "1.5"
                                            }
                                          },
                                          {
                                            "type": "BinaryExpression",
                                            "start": 4781,
                                            "end": 4792,
                                            "loc": {
                                              "start": {
                                                "line": 123,
                                                "column": 93
                                              },
                                              "end": {
                                                "line": 123,
                                                "column": 104
                                              }
                                            },
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 4781,
                                              "end": 4788,
                                              "loc": {
                                                "start": {
                                                  "line": 123,
                                                  "column": 93
                                                },
                                                "end": {
                                                  "line": 123,
                                                  "column": 100
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4781,
                                                "end": 4785,
                                                "loc": {
                                                  "start": {
                                                    "line": 123,
                                                    "column": 93
                                                  },
                                                  "end": {
                                                    "line": 123,
                                                    "column": 97
                                                  }
                                                },
                                                "name": "Math"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4786,
                                                "end": 4788,
                                                "loc": {
                                                  "start": {
                                                    "line": 123,
                                                    "column": 98
                                                  },
                                                  "end": {
                                                    "line": 123,
                                                    "column": 100
                                                  }
                                                },
                                                "name": "PI"
                                              },
                                              "computed": false
                                            },
                                            "operator": "/",
                                            "right": {
                                              "type": "Literal",
                                              "start": 4791,
                                              "end": 4792,
                                              "loc": {
                                                "start": {
                                                  "line": 123,
                                                  "column": 103
                                                },
                                                "end": {
                                                  "line": 123,
                                                  "column": 104
                                                }
                                              },
                                              "value": 6,
                                              "rawValue": 6,
                                              "raw": "6"
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4809,
                                  "end": 4838,
                                  "loc": {
                                    "start": {
                                      "line": 124,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 124,
                                      "column": 41
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 4809,
                                    "end": 4837,
                                    "loc": {
                                      "start": {
                                        "line": 124,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 124,
                                        "column": 40
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 4809,
                                      "end": 4832,
                                      "loc": {
                                        "start": {
                                          "line": 124,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 124,
                                          "column": 35
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 4809,
                                        "end": 4827,
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 30
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 4809,
                                          "end": 4818,
                                          "loc": {
                                            "start": {
                                              "line": 124,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 124,
                                              "column": 21
                                            }
                                          },
                                          "name": "spotLight"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 4819,
                                          "end": 4827,
                                          "loc": {
                                            "start": {
                                              "line": 124,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 124,
                                              "column": 30
                                            }
                                          },
                                          "name": "position"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4828,
                                        "end": 4832,
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 35
                                          }
                                        },
                                        "name": "copy"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 4833,
                                        "end": 4836,
                                        "loc": {
                                          "start": {
                                            "line": 124,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 124,
                                            "column": 39
                                          }
                                        },
                                        "name": "vec"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4852,
                                  "end": 4885,
                                  "loc": {
                                    "start": {
                                      "line": 125,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 125,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4852,
                                    "end": 4884,
                                    "loc": {
                                      "start": {
                                        "line": 125,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 125,
                                        "column": 44
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4852,
                                      "end": 4868,
                                      "loc": {
                                        "start": {
                                          "line": 125,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 125,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4852,
                                        "end": 4861,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 21
                                          }
                                        },
                                        "name": "spotLight"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4862,
                                        "end": 4868,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 28
                                          }
                                        },
                                        "name": "target"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 4871,
                                      "end": 4884,
                                      "loc": {
                                        "start": {
                                          "line": 125,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 125,
                                          "column": 44
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 4871,
                                        "end": 4875,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 35
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4876,
                                        "end": 4884,
                                        "loc": {
                                          "start": {
                                            "line": 125,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 125,
                                            "column": 44
                                          }
                                        },
                                        "name": "_objects"
                                      },
                                      "computed": false
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4899,
                                  "end": 4927,
                                  "loc": {
                                    "start": {
                                      "line": 126,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 126,
                                      "column": 40
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4899,
                                    "end": 4926,
                                    "loc": {
                                      "start": {
                                        "line": 126,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 126,
                                        "column": 39
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4899,
                                      "end": 4919,
                                      "loc": {
                                        "start": {
                                          "line": 126,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 126,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4899,
                                        "end": 4908,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 21
                                          }
                                        },
                                        "name": "spotLight"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4909,
                                        "end": 4919,
                                        "loc": {
                                          "start": {
                                            "line": 126,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 126,
                                            "column": 32
                                          }
                                        },
                                        "name": "castShadow"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 4922,
                                      "end": 4926,
                                      "loc": {
                                        "start": {
                                          "line": 126,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 126,
                                          "column": 39
                                        }
                                      },
                                      "value": true,
                                      "rawValue": true,
                                      "raw": "true"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4941,
                                  "end": 4964,
                                  "loc": {
                                    "start": {
                                      "line": 127,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 127,
                                      "column": 35
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4941,
                                    "end": 4963,
                                    "loc": {
                                      "start": {
                                        "line": 127,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 127,
                                        "column": 34
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4941,
                                      "end": 4959,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 30
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4941,
                                        "end": 4950,
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 21
                                          }
                                        },
                                        "name": "spotLight"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4951,
                                        "end": 4959,
                                        "loc": {
                                          "start": {
                                            "line": 127,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 127,
                                            "column": 30
                                          }
                                        },
                                        "name": "penumbra"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 4962,
                                      "end": 4963,
                                      "loc": {
                                        "start": {
                                          "line": 127,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 127,
                                          "column": 34
                                        }
                                      },
                                      "value": 1,
                                      "rawValue": 1,
                                      "raw": "1"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 4978,
                                  "end": 5078,
                                  "loc": {
                                    "start": {
                                      "line": 128,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 128,
                                      "column": 112
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 4978,
                                    "end": 5077,
                                    "loc": {
                                      "start": {
                                        "line": 128,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 128,
                                        "column": 111
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 4978,
                                      "end": 4994,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 4978,
                                        "end": 4987,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 21
                                          }
                                        },
                                        "name": "spotLight"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 4988,
                                        "end": 4994,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 28
                                          }
                                        },
                                        "name": "shadow"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "NewExpression",
                                      "start": 4997,
                                      "end": 5077,
                                      "loc": {
                                        "start": {
                                          "line": 128,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 128,
                                          "column": 111
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 5001,
                                        "end": 5018,
                                        "loc": {
                                          "start": {
                                            "line": 128,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 128,
                                            "column": 52
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 5001,
                                          "end": 5006,
                                          "loc": {
                                            "start": {
                                              "line": 128,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 128,
                                              "column": 40
                                            }
                                          },
                                          "name": "THREE"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5007,
                                          "end": 5018,
                                          "loc": {
                                            "start": {
                                              "line": 128,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 128,
                                              "column": 52
                                            }
                                          },
                                          "name": "LightShadow"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "NewExpression",
                                          "start": 5020,
                                          "end": 5075,
                                          "loc": {
                                            "start": {
                                              "line": 128,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 128,
                                              "column": 109
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5024,
                                            "end": 5047,
                                            "loc": {
                                              "start": {
                                                "line": 128,
                                                "column": 58
                                              },
                                              "end": {
                                                "line": 128,
                                                "column": 81
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 5024,
                                              "end": 5029,
                                              "loc": {
                                                "start": {
                                                  "line": 128,
                                                  "column": 58
                                                },
                                                "end": {
                                                  "line": 128,
                                                  "column": 63
                                                }
                                              },
                                              "name": "THREE"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5030,
                                              "end": 5047,
                                              "loc": {
                                                "start": {
                                                  "line": 128,
                                                  "column": 64
                                                },
                                                "end": {
                                                  "line": 128,
                                                  "column": 81
                                                }
                                              },
                                              "name": "PerspectiveCamera"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Literal",
                                              "start": 5049,
                                              "end": 5051,
                                              "loc": {
                                                "start": {
                                                  "line": 128,
                                                  "column": 83
                                                },
                                                "end": {
                                                  "line": 128,
                                                  "column": 85
                                                }
                                              },
                                              "value": 10,
                                              "rawValue": 10,
                                              "raw": "10"
                                            },
                                            {
                                              "type": "Literal",
                                              "start": 5053,
                                              "end": 5054,
                                              "loc": {
                                                "start": {
                                                  "line": 128,
                                                  "column": 87
                                                },
                                                "end": {
                                                  "line": 128,
                                                  "column": 88
                                                }
                                              },
                                              "value": 1,
                                              "rawValue": 1,
                                              "raw": "1"
                                            },
                                            {
                                              "type": "Literal",
                                              "start": 5056,
                                              "end": 5059,
                                              "loc": {
                                                "start": {
                                                  "line": 128,
                                                  "column": 90
                                                },
                                                "end": {
                                                  "line": 128,
                                                  "column": 93
                                                }
                                              },
                                              "value": 100,
                                              "rawValue": 100,
                                              "raw": "100"
                                            },
                                            {
                                              "type": "BinaryExpression",
                                              "start": 5061,
                                              "end": 5073,
                                              "loc": {
                                                "start": {
                                                  "line": 128,
                                                  "column": 95
                                                },
                                                "end": {
                                                  "line": 128,
                                                  "column": 107
                                                }
                                              },
                                              "left": {
                                                "type": "Identifier",
                                                "start": 5061,
                                                "end": 5067,
                                                "loc": {
                                                  "start": {
                                                    "line": 128,
                                                    "column": 95
                                                  },
                                                  "end": {
                                                    "line": 128,
                                                    "column": 101
                                                  }
                                                },
                                                "name": "coords"
                                              },
                                              "operator": "*",
                                              "right": {
                                                "type": "Literal",
                                                "start": 5070,
                                                "end": 5073,
                                                "loc": {
                                                  "start": {
                                                    "line": 128,
                                                    "column": 104
                                                  },
                                                  "end": {
                                                    "line": 128,
                                                    "column": 107
                                                  }
                                                },
                                                "value": 1.5,
                                                "rawValue": 1.5,
                                                "raw": "1.5"
                                              }
                                            }
                                          ]
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5092,
                                  "end": 5130,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 50
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 5092,
                                    "end": 5129,
                                    "loc": {
                                      "start": {
                                        "line": 129,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 129,
                                        "column": 49
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5092,
                                      "end": 5122,
                                      "loc": {
                                        "start": {
                                          "line": 129,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 129,
                                          "column": 42
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5092,
                                        "end": 5116,
                                        "loc": {
                                          "start": {
                                            "line": 129,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 129,
                                            "column": 36
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 5092,
                                          "end": 5108,
                                          "loc": {
                                            "start": {
                                              "line": 129,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 129,
                                              "column": 28
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5092,
                                            "end": 5101,
                                            "loc": {
                                              "start": {
                                                "line": 129,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 129,
                                                "column": 21
                                              }
                                            },
                                            "name": "spotLight"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5102,
                                            "end": 5108,
                                            "loc": {
                                              "start": {
                                                "line": 129,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 129,
                                                "column": 28
                                              }
                                            },
                                            "name": "shadow"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5109,
                                          "end": 5116,
                                          "loc": {
                                            "start": {
                                              "line": 129,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 129,
                                              "column": 36
                                            }
                                          },
                                          "name": "mapSize"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5117,
                                        "end": 5122,
                                        "loc": {
                                          "start": {
                                            "line": 129,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 129,
                                            "column": 42
                                          }
                                        },
                                        "name": "width"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 5125,
                                      "end": 5129,
                                      "loc": {
                                        "start": {
                                          "line": 129,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 129,
                                          "column": 49
                                        }
                                      },
                                      "value": 2048,
                                      "rawValue": 2048,
                                      "raw": "2048"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5144,
                                  "end": 5183,
                                  "loc": {
                                    "start": {
                                      "line": 130,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 130,
                                      "column": 51
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 5144,
                                    "end": 5182,
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 50
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 5144,
                                      "end": 5175,
                                      "loc": {
                                        "start": {
                                          "line": 130,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 130,
                                          "column": 43
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5144,
                                        "end": 5168,
                                        "loc": {
                                          "start": {
                                            "line": 130,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 130,
                                            "column": 36
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 5144,
                                          "end": 5160,
                                          "loc": {
                                            "start": {
                                              "line": 130,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 130,
                                              "column": 28
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5144,
                                            "end": 5153,
                                            "loc": {
                                              "start": {
                                                "line": 130,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 130,
                                                "column": 21
                                              }
                                            },
                                            "name": "spotLight"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5154,
                                            "end": 5160,
                                            "loc": {
                                              "start": {
                                                "line": 130,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 130,
                                                "column": 28
                                              }
                                            },
                                            "name": "shadow"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5161,
                                          "end": 5168,
                                          "loc": {
                                            "start": {
                                              "line": 130,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 130,
                                              "column": 36
                                            }
                                          },
                                          "name": "mapSize"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5169,
                                        "end": 5175,
                                        "loc": {
                                          "start": {
                                            "line": 130,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 130,
                                            "column": 43
                                          }
                                        },
                                        "name": "height"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "start": 5178,
                                      "end": 5182,
                                      "loc": {
                                        "start": {
                                          "line": 130,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 130,
                                          "column": 50
                                        }
                                      },
                                      "value": 2048,
                                      "rawValue": 2048,
                                      "raw": "2048"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5197,
                                  "end": 5227,
                                  "loc": {
                                    "start": {
                                      "line": 131,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 131,
                                      "column": 42
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5197,
                                    "end": 5226,
                                    "loc": {
                                      "start": {
                                        "line": 131,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 131,
                                        "column": 41
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5197,
                                      "end": 5213,
                                      "loc": {
                                        "start": {
                                          "line": 131,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 131,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5197,
                                        "end": 5209,
                                        "loc": {
                                          "start": {
                                            "line": 131,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 131,
                                            "column": 24
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5197,
                                          "end": 5201,
                                          "loc": {
                                            "start": {
                                              "line": 131,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 131,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5202,
                                          "end": 5209,
                                          "loc": {
                                            "start": {
                                              "line": 131,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 131,
                                              "column": 24
                                            }
                                          },
                                          "name": "_lights"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5210,
                                        "end": 5213,
                                        "loc": {
                                          "start": {
                                            "line": 131,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 131,
                                            "column": 28
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 5215,
                                        "end": 5224,
                                        "loc": {
                                          "start": {
                                            "line": 131,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 131,
                                            "column": 39
                                          }
                                        },
                                        "name": "spotLight"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 5243,
                                  "end": 5323,
                                  "loc": {
                                    "start": {
                                      "line": 133,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 133,
                                      "column": 92
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 5247,
                                      "end": 5322,
                                      "loc": {
                                        "start": {
                                          "line": 133,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 133,
                                          "column": 91
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 5247,
                                        "end": 5256,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 25
                                          }
                                        },
                                        "name": "shadowGeo"
                                      },
                                      "init": {
                                        "type": "NewExpression",
                                        "start": 5259,
                                        "end": 5322,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 91
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5263,
                                          "end": 5288,
                                          "loc": {
                                            "start": {
                                              "line": 133,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 133,
                                              "column": 57
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5263,
                                            "end": 5268,
                                            "loc": {
                                              "start": {
                                                "line": 133,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 133,
                                                "column": 37
                                              }
                                            },
                                            "name": "THREE"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5269,
                                            "end": 5288,
                                            "loc": {
                                              "start": {
                                                "line": 133,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 133,
                                                "column": 57
                                              }
                                            },
                                            "name": "PlaneBufferGeometry"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "BinaryExpression",
                                            "start": 5290,
                                            "end": 5301,
                                            "loc": {
                                              "start": {
                                                "line": 133,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 133,
                                                "column": 70
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 5290,
                                              "end": 5295,
                                              "loc": {
                                                "start": {
                                                  "line": 133,
                                                  "column": 59
                                                },
                                                "end": {
                                                  "line": 133,
                                                  "column": 64
                                                }
                                              },
                                              "name": "width"
                                            },
                                            "operator": "*",
                                            "right": {
                                              "type": "Literal",
                                              "start": 5298,
                                              "end": 5301,
                                              "loc": {
                                                "start": {
                                                  "line": 133,
                                                  "column": 67
                                                },
                                                "end": {
                                                  "line": 133,
                                                  "column": 70
                                                }
                                              },
                                              "value": 1.2,
                                              "rawValue": 1.2,
                                              "raw": "1.2"
                                            }
                                          },
                                          {
                                            "type": "BinaryExpression",
                                            "start": 5303,
                                            "end": 5314,
                                            "loc": {
                                              "start": {
                                                "line": 133,
                                                "column": 72
                                              },
                                              "end": {
                                                "line": 133,
                                                "column": 83
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 5303,
                                              "end": 5308,
                                              "loc": {
                                                "start": {
                                                  "line": 133,
                                                  "column": 72
                                                },
                                                "end": {
                                                  "line": 133,
                                                  "column": 77
                                                }
                                              },
                                              "name": "depth"
                                            },
                                            "operator": "*",
                                            "right": {
                                              "type": "Literal",
                                              "start": 5311,
                                              "end": 5314,
                                              "loc": {
                                                "start": {
                                                  "line": 133,
                                                  "column": 80
                                                },
                                                "end": {
                                                  "line": 133,
                                                  "column": 83
                                                }
                                              },
                                              "value": 1.2,
                                              "rawValue": 1.2,
                                              "raw": "1.2"
                                            }
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 5316,
                                            "end": 5317,
                                            "loc": {
                                              "start": {
                                                "line": 133,
                                                "column": 85
                                              },
                                              "end": {
                                                "line": 133,
                                                "column": 86
                                              }
                                            },
                                            "value": 1,
                                            "rawValue": 1,
                                            "raw": "1"
                                          },
                                          {
                                            "type": "Literal",
                                            "start": 5319,
                                            "end": 5320,
                                            "loc": {
                                              "start": {
                                                "line": 133,
                                                "column": 88
                                              },
                                              "end": {
                                                "line": 133,
                                                "column": 89
                                              }
                                            },
                                            "value": 1,
                                            "rawValue": 1,
                                            "raw": "1"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "VariableDeclaration",
                                  "start": 5337,
                                  "end": 5391,
                                  "loc": {
                                    "start": {
                                      "line": 134,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 134,
                                      "column": 66
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 5341,
                                      "end": 5391,
                                      "loc": {
                                        "start": {
                                          "line": 134,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 134,
                                          "column": 66
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 5341,
                                        "end": 5345,
                                        "loc": {
                                          "start": {
                                            "line": 134,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 134,
                                            "column": 20
                                          }
                                        },
                                        "name": "mesh"
                                      },
                                      "init": {
                                        "type": "NewExpression",
                                        "start": 5348,
                                        "end": 5391,
                                        "loc": {
                                          "start": {
                                            "line": 134,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 134,
                                            "column": 66
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5352,
                                          "end": 5362,
                                          "loc": {
                                            "start": {
                                              "line": 134,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 134,
                                              "column": 37
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5352,
                                            "end": 5357,
                                            "loc": {
                                              "start": {
                                                "line": 134,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 134,
                                                "column": 32
                                              }
                                            },
                                            "name": "THREE"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5358,
                                            "end": 5362,
                                            "loc": {
                                              "start": {
                                                "line": 134,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 134,
                                                "column": 37
                                              }
                                            },
                                            "name": "Mesh"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 5364,
                                            "end": 5373,
                                            "loc": {
                                              "start": {
                                                "line": 134,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 134,
                                                "column": 48
                                              }
                                            },
                                            "name": "shadowGeo"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 5375,
                                            "end": 5389,
                                            "loc": {
                                              "start": {
                                                "line": 134,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 134,
                                                "column": 64
                                              }
                                            },
                                            "name": "shadowMaterial"
                                          }
                                        ]
                                      }
                                    }
                                  ],
                                  "kind": "var"
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 5405,
                                  "end": 5429,
                                  "loc": {
                                    "start": {
                                      "line": 135,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 135,
                                      "column": 36
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 5405,
                                    "end": 5428,
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 35
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5405,
                                      "end": 5420,
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 5405,
                                        "end": 5416,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 23
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 5405,
                                          "end": 5409,
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 5410,
                                          "end": 5416,
                                          "loc": {
                                            "start": {
                                              "line": 135,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 135,
                                              "column": 23
                                            }
                                          },
                                          "name": "_stage"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5417,
                                        "end": 5420,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 27
                                          }
                                        },
                                        "name": "add"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 5422,
                                        "end": 5426,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 33
                                          }
                                        },
                                        "name": "mesh"
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5456,
              "end": 5507,
              "loc": {
                "start": {
                  "line": 139,
                  "column": 4
                },
                "end": {
                  "line": 141,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5456,
                "end": 5465,
                "loc": {
                  "start": {
                    "line": 139,
                    "column": 4
                  },
                  "end": {
                    "line": 139,
                    "column": 13
                  }
                },
                "name": "getModels"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5465,
                "end": 5507,
                "loc": {
                  "start": {
                    "line": 139,
                    "column": 13
                  },
                  "end": {
                    "line": 141,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 5468,
                  "end": 5507,
                  "loc": {
                    "start": {
                      "line": 139,
                      "column": 16
                    },
                    "end": {
                      "line": 141,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 5479,
                      "end": 5500,
                      "loc": {
                        "start": {
                          "line": 140,
                          "column": 8
                        },
                        "end": {
                          "line": 140,
                          "column": 29
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 5486,
                        "end": 5499,
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 15
                          },
                          "end": {
                            "line": 140,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 5486,
                          "end": 5490,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 15
                            },
                            "end": {
                              "line": 140,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5491,
                          "end": 5499,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 20
                            },
                            "end": {
                              "line": 140,
                              "column": 28
                            }
                          },
                          "name": "_objects"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5515,
              "end": 5565,
              "loc": {
                "start": {
                  "line": 143,
                  "column": 4
                },
                "end": {
                  "line": 145,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5515,
                "end": 5524,
                "loc": {
                  "start": {
                    "line": 143,
                    "column": 4
                  },
                  "end": {
                    "line": 143,
                    "column": 13
                  }
                },
                "name": "getLights"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5524,
                "end": 5565,
                "loc": {
                  "start": {
                    "line": 143,
                    "column": 13
                  },
                  "end": {
                    "line": 145,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 5527,
                  "end": 5565,
                  "loc": {
                    "start": {
                      "line": 143,
                      "column": 16
                    },
                    "end": {
                      "line": 145,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 5538,
                      "end": 5558,
                      "loc": {
                        "start": {
                          "line": 144,
                          "column": 8
                        },
                        "end": {
                          "line": 144,
                          "column": 28
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 5545,
                        "end": 5557,
                        "loc": {
                          "start": {
                            "line": 144,
                            "column": 15
                          },
                          "end": {
                            "line": 144,
                            "column": 27
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 5545,
                          "end": 5549,
                          "loc": {
                            "start": {
                              "line": 144,
                              "column": 15
                            },
                            "end": {
                              "line": 144,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5550,
                          "end": 5557,
                          "loc": {
                            "start": {
                              "line": 144,
                              "column": 20
                            },
                            "end": {
                              "line": 144,
                              "column": 27
                            }
                          },
                          "name": "_lights"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 5573,
              "end": 5621,
              "loc": {
                "start": {
                  "line": 147,
                  "column": 4
                },
                "end": {
                  "line": 149,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5573,
                "end": 5581,
                "loc": {
                  "start": {
                    "line": 147,
                    "column": 4
                  },
                  "end": {
                    "line": 147,
                    "column": 12
                  }
                },
                "name": "getStage"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5581,
                "end": 5621,
                "loc": {
                  "start": {
                    "line": 147,
                    "column": 12
                  },
                  "end": {
                    "line": 149,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 5584,
                  "end": 5621,
                  "loc": {
                    "start": {
                      "line": 147,
                      "column": 15
                    },
                    "end": {
                      "line": 149,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 5595,
                      "end": 5614,
                      "loc": {
                        "start": {
                          "line": 148,
                          "column": 8
                        },
                        "end": {
                          "line": 148,
                          "column": 27
                        }
                      },
                      "argument": {
                        "type": "MemberExpression",
                        "start": 5602,
                        "end": 5613,
                        "loc": {
                          "start": {
                            "line": 148,
                            "column": 15
                          },
                          "end": {
                            "line": 148,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 5602,
                          "end": 5606,
                          "loc": {
                            "start": {
                              "line": 148,
                              "column": 15
                            },
                            "end": {
                              "line": 148,
                              "column": 19
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5607,
                          "end": 5613,
                          "loc": {
                            "start": {
                              "line": 148,
                              "column": 20
                            },
                            "end": {
                              "line": 148,
                              "column": 26
                            }
                          },
                          "name": "_stage"
                        },
                        "computed": false
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}