{
  "type": "File",
  "start": 0,
  "end": 12488,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 288,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 12488,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 288,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 31,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 31
          }
        },
        "specifiers": [
          {
            "type": "ImportNamespaceSpecifier",
            "start": 7,
            "end": 17,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 17
              }
            },
            "local": {
              "type": "Identifier",
              "start": 12,
              "end": 17,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 12
                },
                "end": {
                  "line": 1,
                  "column": 17
                },
                "identifierName": "THREE"
              },
              "name": "THREE"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 23,
          "end": 30,
          "loc": {
            "start": {
              "line": 1,
              "column": 23
            },
            "end": {
              "line": 1,
              "column": 30
            }
          },
          "extra": {
            "rawValue": "three",
            "raw": "'three'"
          },
          "value": "three"
        }
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 33,
        "end": 4475,
        "loc": {
          "start": {
            "line": 3,
            "column": 0
          },
          "end": {
            "line": 117,
            "column": 1
          }
        },
        "declaration": {
          "type": "ClassDeclaration",
          "start": 48,
          "end": 4475,
          "loc": {
            "start": {
              "line": 3,
              "column": 15
            },
            "end": {
              "line": 117,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 54,
            "end": 63,
            "loc": {
              "start": {
                "line": 3,
                "column": 21
              },
              "end": {
                "line": 3,
                "column": 30
              },
              "identifierName": "Raycaster"
            },
            "name": "Raycaster"
          },
          "superClass": {
            "type": "MemberExpression",
            "start": 72,
            "end": 87,
            "loc": {
              "start": {
                "line": 3,
                "column": 39
              },
              "end": {
                "line": 3,
                "column": 54
              }
            },
            "object": {
              "type": "Identifier",
              "start": 72,
              "end": 77,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 39
                },
                "end": {
                  "line": 3,
                  "column": 44
                },
                "identifierName": "THREE"
              },
              "name": "THREE"
            },
            "property": {
              "type": "Identifier",
              "start": 78,
              "end": 87,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 45
                },
                "end": {
                  "line": 3,
                  "column": 54
                },
                "identifierName": "Raycaster"
              },
              "name": "Raycaster"
            },
            "computed": false
          },
          "body": {
            "type": "ClassBody",
            "start": 88,
            "end": 4475,
            "loc": {
              "start": {
                "line": 3,
                "column": 55
              },
              "end": {
                "line": 117,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 94,
                "end": 976,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 4
                  },
                  "end": {
                    "line": 25,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 94,
                  "end": 105,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 4
                    },
                    "end": {
                      "line": 4,
                      "column": 15
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor"
                },
                "static": false,
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 106,
                    "end": 117,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 16
                      },
                      "end": {
                        "line": 4,
                        "column": 27
                      },
                      "identifierName": "interaction"
                    },
                    "name": "interaction"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 119,
                    "end": 172,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 29
                      },
                      "end": {
                        "line": 4,
                        "column": 82
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 119,
                      "end": 126,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 29
                        },
                        "end": {
                          "line": 4,
                          "column": 36
                        },
                        "identifierName": "options"
                      },
                      "name": "options"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 129,
                      "end": 172,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 39
                        },
                        "end": {
                          "line": 4,
                          "column": 82
                        }
                      },
                      "properties": [
                        {
                          "type": "ObjectProperty",
                          "start": 131,
                          "end": 170,
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 41
                            },
                            "end": {
                              "line": 4,
                              "column": 80
                            }
                          },
                          "method": false,
                          "shorthand": false,
                          "computed": false,
                          "key": {
                            "type": "Identifier",
                            "start": 131,
                            "end": 139,
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 41
                              },
                              "end": {
                                "line": 4,
                                "column": 49
                              },
                              "identifierName": "approach"
                            },
                            "name": "approach"
                          },
                          "value": {
                            "type": "MemberExpression",
                            "start": 141,
                            "end": 170,
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 51
                              },
                              "end": {
                                "line": 4,
                                "column": 80
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 141,
                              "end": 159,
                              "loc": {
                                "start": {
                                  "line": 4,
                                  "column": 51
                                },
                                "end": {
                                  "line": 4,
                                  "column": 69
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 141,
                                "end": 150,
                                "loc": {
                                  "start": {
                                    "line": 4,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 4,
                                    "column": 60
                                  },
                                  "identifierName": "Raycaster"
                                },
                                "name": "Raycaster"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 151,
                                "end": 159,
                                "loc": {
                                  "start": {
                                    "line": 4,
                                    "column": 61
                                  },
                                  "end": {
                                    "line": 4,
                                    "column": 69
                                  },
                                  "identifierName": "Approach"
                                },
                                "name": "Approach"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 160,
                              "end": 170,
                              "loc": {
                                "start": {
                                  "line": 4,
                                  "column": 70
                                },
                                "end": {
                                  "line": 4,
                                  "column": 80
                                },
                                "identifierName": "FirstMatch"
                              },
                              "name": "FirstMatch"
                            },
                            "computed": false
                          }
                        }
                      ]
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 174,
                  "end": 976,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 84
                    },
                    "end": {
                      "line": 25,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 184,
                      "end": 192,
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 8
                        },
                        "end": {
                          "line": 5,
                          "column": 16
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 184,
                        "end": 191,
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 8
                          },
                          "end": {
                            "line": 5,
                            "column": 15
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 184,
                          "end": 189,
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 8
                            },
                            "end": {
                              "line": 5,
                              "column": 13
                            }
                          }
                        },
                        "arguments": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 201,
                      "end": 232,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 8
                        },
                        "end": {
                          "line": 6,
                          "column": 39
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 201,
                        "end": 231,
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 8
                          },
                          "end": {
                            "line": 6,
                            "column": 38
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 201,
                          "end": 217,
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 8
                            },
                            "end": {
                              "line": 6,
                              "column": 24
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 201,
                            "end": 205,
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 8
                              },
                              "end": {
                                "line": 6,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 206,
                            "end": 217,
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 13
                              },
                              "end": {
                                "line": 6,
                                "column": 24
                              },
                              "identifierName": "interaction"
                            },
                            "name": "interaction"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 220,
                          "end": 231,
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 27
                            },
                            "end": {
                              "line": 6,
                              "column": 38
                            },
                            "identifierName": "interaction"
                          },
                          "name": "interaction"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 241,
                      "end": 270,
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 8
                        },
                        "end": {
                          "line": 7,
                          "column": 37
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 241,
                        "end": 269,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 8
                          },
                          "end": {
                            "line": 7,
                            "column": 36
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 241,
                          "end": 250,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 8
                            },
                            "end": {
                              "line": 7,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 241,
                            "end": 245,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 8
                              },
                              "end": {
                                "line": 7,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 246,
                            "end": 250,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 13
                              },
                              "end": {
                                "line": 7,
                                "column": 17
                              },
                              "identifierName": "view"
                            },
                            "name": "view"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 253,
                          "end": 269,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 20
                            },
                            "end": {
                              "line": 7,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 253,
                            "end": 264,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 20
                              },
                              "end": {
                                "line": 7,
                                "column": 31
                              },
                              "identifierName": "interaction"
                            },
                            "name": "interaction"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 265,
                            "end": 269,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 32
                              },
                              "end": {
                                "line": 7,
                                "column": 36
                              },
                              "identifierName": "view"
                            },
                            "name": "view"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 279,
                      "end": 304,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8
                        },
                        "end": {
                          "line": 8,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 279,
                        "end": 303,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 8
                          },
                          "end": {
                            "line": 8,
                            "column": 32
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 279,
                          "end": 297,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 8
                            },
                            "end": {
                              "line": 8,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 279,
                            "end": 283,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 8
                              },
                              "end": {
                                "line": 8,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 284,
                            "end": 297,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 13
                              },
                              "end": {
                                "line": 8,
                                "column": 26
                              },
                              "identifierName": "linePrecision"
                            },
                            "name": "linePrecision"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NumericLiteral",
                          "start": 300,
                          "end": 303,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 29
                            },
                            "end": {
                              "line": 8,
                              "column": 32
                            }
                          },
                          "extra": {
                            "rawValue": 0.1,
                            "raw": "0.1"
                          },
                          "value": 0.1
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 314,
                      "end": 356,
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 8
                        },
                        "end": {
                          "line": 10,
                          "column": 50
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 314,
                        "end": 355,
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 8
                          },
                          "end": {
                            "line": 10,
                            "column": 49
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 314,
                          "end": 333,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 8
                            },
                            "end": {
                              "line": 10,
                              "column": 27
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 314,
                            "end": 318,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 8
                              },
                              "end": {
                                "line": 10,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 319,
                            "end": 333,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 13
                              },
                              "end": {
                                "line": 10,
                                "column": 27
                              },
                              "identifierName": "_inverseMatrix"
                            },
                            "name": "_inverseMatrix"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 336,
                          "end": 355,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 30
                            },
                            "end": {
                              "line": 10,
                              "column": 49
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 340,
                            "end": 353,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 34
                              },
                              "end": {
                                "line": 10,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 340,
                              "end": 345,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 34
                                },
                                "end": {
                                  "line": 10,
                                  "column": 39
                                },
                                "identifierName": "THREE"
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 346,
                              "end": 353,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 40
                                },
                                "end": {
                                  "line": 10,
                                  "column": 47
                                },
                                "identifierName": "Matrix4"
                              },
                              "name": "Matrix4"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 365,
                      "end": 393,
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 8
                        },
                        "end": {
                          "line": 11,
                          "column": 36
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 365,
                        "end": 392,
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 8
                          },
                          "end": {
                            "line": 11,
                            "column": 35
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 365,
                          "end": 374,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 8
                            },
                            "end": {
                              "line": 11,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 365,
                            "end": 369,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 8
                              },
                              "end": {
                                "line": 11,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 370,
                            "end": 374,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 13
                              },
                              "end": {
                                "line": 11,
                                "column": 17
                              },
                              "identifierName": "_ray"
                            },
                            "name": "_ray"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 377,
                          "end": 392,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 20
                            },
                            "end": {
                              "line": 11,
                              "column": 35
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 381,
                            "end": 390,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 24
                              },
                              "end": {
                                "line": 11,
                                "column": 33
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 381,
                              "end": 386,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 24
                                },
                                "end": {
                                  "line": 11,
                                  "column": 29
                                },
                                "identifierName": "THREE"
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 387,
                              "end": 390,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 30
                                },
                                "end": {
                                  "line": 11,
                                  "column": 33
                                },
                                "identifierName": "Ray"
                              },
                              "name": "Ray"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 402,
                      "end": 436,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 8
                        },
                        "end": {
                          "line": 12,
                          "column": 42
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 402,
                        "end": 435,
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 8
                          },
                          "end": {
                            "line": 12,
                            "column": 41
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 402,
                          "end": 414,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 8
                            },
                            "end": {
                              "line": 12,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 402,
                            "end": 406,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 8
                              },
                              "end": {
                                "line": 12,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 407,
                            "end": 414,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 13
                              },
                              "end": {
                                "line": 12,
                                "column": 20
                              },
                              "identifierName": "_sphere"
                            },
                            "name": "_sphere"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 417,
                          "end": 435,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 23
                            },
                            "end": {
                              "line": 12,
                              "column": 41
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 421,
                            "end": 433,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 27
                              },
                              "end": {
                                "line": 12,
                                "column": 39
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 421,
                              "end": 426,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 27
                                },
                                "end": {
                                  "line": 12,
                                  "column": 32
                                },
                                "identifierName": "THREE"
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 427,
                              "end": 433,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 33
                                },
                                "end": {
                                  "line": 12,
                                  "column": 39
                                },
                                "identifierName": "Sphere"
                              },
                              "name": "Sphere"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 445,
                      "end": 476,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 8
                        },
                        "end": {
                          "line": 13,
                          "column": 39
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 445,
                        "end": 475,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 8
                          },
                          "end": {
                            "line": 13,
                            "column": 38
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 445,
                          "end": 453,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 8
                            },
                            "end": {
                              "line": 13,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 445,
                            "end": 449,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 8
                              },
                              "end": {
                                "line": 13,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 450,
                            "end": 453,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 13
                              },
                              "end": {
                                "line": 13,
                                "column": 16
                              },
                              "identifierName": "_vA"
                            },
                            "name": "_vA"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 456,
                          "end": 475,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 19
                            },
                            "end": {
                              "line": 13,
                              "column": 38
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 460,
                            "end": 473,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 23
                              },
                              "end": {
                                "line": 13,
                                "column": 36
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 460,
                              "end": 465,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 23
                                },
                                "end": {
                                  "line": 13,
                                  "column": 28
                                },
                                "identifierName": "THREE"
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 466,
                              "end": 473,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 29
                                },
                                "end": {
                                  "line": 13,
                                  "column": 36
                                },
                                "identifierName": "Vector3"
                              },
                              "name": "Vector3"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 485,
                      "end": 516,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 8
                        },
                        "end": {
                          "line": 14,
                          "column": 39
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 485,
                        "end": 515,
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 8
                          },
                          "end": {
                            "line": 14,
                            "column": 38
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 485,
                          "end": 493,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 8
                            },
                            "end": {
                              "line": 14,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 485,
                            "end": 489,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 8
                              },
                              "end": {
                                "line": 14,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 490,
                            "end": 493,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 13
                              },
                              "end": {
                                "line": 14,
                                "column": 16
                              },
                              "identifierName": "_vB"
                            },
                            "name": "_vB"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 496,
                          "end": 515,
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 19
                            },
                            "end": {
                              "line": 14,
                              "column": 38
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 500,
                            "end": 513,
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 23
                              },
                              "end": {
                                "line": 14,
                                "column": 36
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 500,
                              "end": 505,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 23
                                },
                                "end": {
                                  "line": 14,
                                  "column": 28
                                },
                                "identifierName": "THREE"
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 506,
                              "end": 513,
                              "loc": {
                                "start": {
                                  "line": 14,
                                  "column": 29
                                },
                                "end": {
                                  "line": 14,
                                  "column": 36
                                },
                                "identifierName": "Vector3"
                              },
                              "name": "Vector3"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 525,
                      "end": 556,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 8
                        },
                        "end": {
                          "line": 15,
                          "column": 39
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 525,
                        "end": 555,
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 8
                          },
                          "end": {
                            "line": 15,
                            "column": 38
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 525,
                          "end": 533,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 8
                            },
                            "end": {
                              "line": 15,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 525,
                            "end": 529,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 8
                              },
                              "end": {
                                "line": 15,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 530,
                            "end": 533,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 13
                              },
                              "end": {
                                "line": 15,
                                "column": 16
                              },
                              "identifierName": "_vC"
                            },
                            "name": "_vC"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 536,
                          "end": 555,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 19
                            },
                            "end": {
                              "line": 15,
                              "column": 38
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 540,
                            "end": 553,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 23
                              },
                              "end": {
                                "line": 15,
                                "column": 36
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 540,
                              "end": 545,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 23
                                },
                                "end": {
                                  "line": 15,
                                  "column": 28
                                },
                                "identifierName": "THREE"
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 546,
                              "end": 553,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 29
                                },
                                "end": {
                                  "line": 15,
                                  "column": 36
                                },
                                "identifierName": "Vector3"
                              },
                              "name": "Vector3"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 565,
                      "end": 599,
                      "loc": {
                        "start": {
                          "line": 16,
                          "column": 8
                        },
                        "end": {
                          "line": 16,
                          "column": 42
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 565,
                        "end": 598,
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 8
                          },
                          "end": {
                            "line": 16,
                            "column": 41
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 565,
                          "end": 576,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 8
                            },
                            "end": {
                              "line": 16,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 565,
                            "end": 569,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 8
                              },
                              "end": {
                                "line": 16,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 570,
                            "end": 576,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 13
                              },
                              "end": {
                                "line": 16,
                                "column": 19
                              },
                              "identifierName": "_tempA"
                            },
                            "name": "_tempA"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 579,
                          "end": 598,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 22
                            },
                            "end": {
                              "line": 16,
                              "column": 41
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 583,
                            "end": 596,
                            "loc": {
                              "start": {
                                "line": 16,
                                "column": 26
                              },
                              "end": {
                                "line": 16,
                                "column": 39
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 583,
                              "end": 588,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 26
                                },
                                "end": {
                                  "line": 16,
                                  "column": 31
                                },
                                "identifierName": "THREE"
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 589,
                              "end": 596,
                              "loc": {
                                "start": {
                                  "line": 16,
                                  "column": 32
                                },
                                "end": {
                                  "line": 16,
                                  "column": 39
                                },
                                "identifierName": "Vector3"
                              },
                              "name": "Vector3"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 608,
                      "end": 642,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 8
                        },
                        "end": {
                          "line": 17,
                          "column": 42
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 608,
                        "end": 641,
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 8
                          },
                          "end": {
                            "line": 17,
                            "column": 41
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 608,
                          "end": 619,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 8
                            },
                            "end": {
                              "line": 17,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 608,
                            "end": 612,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 8
                              },
                              "end": {
                                "line": 17,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 613,
                            "end": 619,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 13
                              },
                              "end": {
                                "line": 17,
                                "column": 19
                              },
                              "identifierName": "_tempB"
                            },
                            "name": "_tempB"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 622,
                          "end": 641,
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 22
                            },
                            "end": {
                              "line": 17,
                              "column": 41
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 626,
                            "end": 639,
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 26
                              },
                              "end": {
                                "line": 17,
                                "column": 39
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 626,
                              "end": 631,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 26
                                },
                                "end": {
                                  "line": 17,
                                  "column": 31
                                },
                                "identifierName": "THREE"
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 632,
                              "end": 639,
                              "loc": {
                                "start": {
                                  "line": 17,
                                  "column": 32
                                },
                                "end": {
                                  "line": 17,
                                  "column": 39
                                },
                                "identifierName": "Vector3"
                              },
                              "name": "Vector3"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 651,
                      "end": 685,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 8
                        },
                        "end": {
                          "line": 18,
                          "column": 42
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 651,
                        "end": 684,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 8
                          },
                          "end": {
                            "line": 18,
                            "column": 41
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 651,
                          "end": 662,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 8
                            },
                            "end": {
                              "line": 18,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 651,
                            "end": 655,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 8
                              },
                              "end": {
                                "line": 18,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 656,
                            "end": 662,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 13
                              },
                              "end": {
                                "line": 18,
                                "column": 19
                              },
                              "identifierName": "_tempC"
                            },
                            "name": "_tempC"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 665,
                          "end": 684,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 22
                            },
                            "end": {
                              "line": 18,
                              "column": 41
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 669,
                            "end": 682,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 26
                              },
                              "end": {
                                "line": 18,
                                "column": 39
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 669,
                              "end": 674,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 26
                                },
                                "end": {
                                  "line": 18,
                                  "column": 31
                                },
                                "identifierName": "THREE"
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 675,
                              "end": 682,
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 32
                                },
                                "end": {
                                  "line": 18,
                                  "column": 39
                                },
                                "identifierName": "Vector3"
                              },
                              "name": "Vector3"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 694,
                      "end": 726,
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 8
                        },
                        "end": {
                          "line": 19,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 694,
                        "end": 725,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 8
                          },
                          "end": {
                            "line": 19,
                            "column": 39
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 694,
                          "end": 703,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 8
                            },
                            "end": {
                              "line": 19,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 694,
                            "end": 698,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 8
                              },
                              "end": {
                                "line": 19,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 699,
                            "end": 703,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 13
                              },
                              "end": {
                                "line": 19,
                                "column": 17
                              },
                              "identifierName": "_uvA"
                            },
                            "name": "_uvA"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 706,
                          "end": 725,
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 20
                            },
                            "end": {
                              "line": 19,
                              "column": 39
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 710,
                            "end": 723,
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 24
                              },
                              "end": {
                                "line": 19,
                                "column": 37
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 710,
                              "end": 715,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 24
                                },
                                "end": {
                                  "line": 19,
                                  "column": 29
                                },
                                "identifierName": "THREE"
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 716,
                              "end": 723,
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 30
                                },
                                "end": {
                                  "line": 19,
                                  "column": 37
                                },
                                "identifierName": "Vector2"
                              },
                              "name": "Vector2"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 735,
                      "end": 767,
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 8
                        },
                        "end": {
                          "line": 20,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 735,
                        "end": 766,
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 8
                          },
                          "end": {
                            "line": 20,
                            "column": 39
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 735,
                          "end": 744,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 8
                            },
                            "end": {
                              "line": 20,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 735,
                            "end": 739,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 8
                              },
                              "end": {
                                "line": 20,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 740,
                            "end": 744,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 13
                              },
                              "end": {
                                "line": 20,
                                "column": 17
                              },
                              "identifierName": "_uvB"
                            },
                            "name": "_uvB"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 747,
                          "end": 766,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 20
                            },
                            "end": {
                              "line": 20,
                              "column": 39
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 751,
                            "end": 764,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 24
                              },
                              "end": {
                                "line": 20,
                                "column": 37
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 751,
                              "end": 756,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 24
                                },
                                "end": {
                                  "line": 20,
                                  "column": 29
                                },
                                "identifierName": "THREE"
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 757,
                              "end": 764,
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 30
                                },
                                "end": {
                                  "line": 20,
                                  "column": 37
                                },
                                "identifierName": "Vector2"
                              },
                              "name": "Vector2"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 776,
                      "end": 808,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 8
                        },
                        "end": {
                          "line": 21,
                          "column": 40
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 776,
                        "end": 807,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 8
                          },
                          "end": {
                            "line": 21,
                            "column": 39
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 776,
                          "end": 785,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 8
                            },
                            "end": {
                              "line": 21,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 776,
                            "end": 780,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 8
                              },
                              "end": {
                                "line": 21,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 781,
                            "end": 785,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 13
                              },
                              "end": {
                                "line": 21,
                                "column": 17
                              },
                              "identifierName": "_uvC"
                            },
                            "name": "_uvC"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 788,
                          "end": 807,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 20
                            },
                            "end": {
                              "line": 21,
                              "column": 39
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 792,
                            "end": 805,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 24
                              },
                              "end": {
                                "line": 21,
                                "column": 37
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 792,
                              "end": 797,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 24
                                },
                                "end": {
                                  "line": 21,
                                  "column": 29
                                },
                                "identifierName": "THREE"
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 798,
                              "end": 805,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 30
                                },
                                "end": {
                                  "line": 21,
                                  "column": 37
                                },
                                "identifierName": "Vector2"
                              },
                              "name": "Vector2"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 817,
                      "end": 855,
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 8
                        },
                        "end": {
                          "line": 22,
                          "column": 46
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 817,
                        "end": 854,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 8
                          },
                          "end": {
                            "line": 22,
                            "column": 45
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 817,
                          "end": 832,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 8
                            },
                            "end": {
                              "line": 22,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 817,
                            "end": 821,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 8
                              },
                              "end": {
                                "line": 22,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 822,
                            "end": 832,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 13
                              },
                              "end": {
                                "line": 22,
                                "column": 23
                              },
                              "identifierName": "_barycoord"
                            },
                            "name": "_barycoord"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 835,
                          "end": 854,
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 26
                            },
                            "end": {
                              "line": 22,
                              "column": 45
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 839,
                            "end": 852,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 30
                              },
                              "end": {
                                "line": 22,
                                "column": 43
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 839,
                              "end": 844,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 30
                                },
                                "end": {
                                  "line": 22,
                                  "column": 35
                                },
                                "identifierName": "THREE"
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 845,
                              "end": 852,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 36
                                },
                                "end": {
                                  "line": 22,
                                  "column": 43
                                },
                                "identifierName": "Vector3"
                              },
                              "name": "Vector3"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 864,
                      "end": 910,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 8
                        },
                        "end": {
                          "line": 23,
                          "column": 54
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 864,
                        "end": 909,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 8
                          },
                          "end": {
                            "line": 23,
                            "column": 53
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 864,
                          "end": 887,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 8
                            },
                            "end": {
                              "line": 23,
                              "column": 31
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 864,
                            "end": 868,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 8
                              },
                              "end": {
                                "line": 23,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 869,
                            "end": 887,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 13
                              },
                              "end": {
                                "line": 23,
                                "column": 31
                              },
                              "identifierName": "_intersectionPoint"
                            },
                            "name": "_intersectionPoint"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 890,
                          "end": 909,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 34
                            },
                            "end": {
                              "line": 23,
                              "column": 53
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 894,
                            "end": 907,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 38
                              },
                              "end": {
                                "line": 23,
                                "column": 51
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 894,
                              "end": 899,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 38
                                },
                                "end": {
                                  "line": 23,
                                  "column": 43
                                },
                                "identifierName": "THREE"
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 900,
                              "end": 907,
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 44
                                },
                                "end": {
                                  "line": 23,
                                  "column": 51
                                },
                                "identifierName": "Vector3"
                              },
                              "name": "Vector3"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 919,
                      "end": 970,
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 8
                        },
                        "end": {
                          "line": 24,
                          "column": 59
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 919,
                        "end": 969,
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 8
                          },
                          "end": {
                            "line": 24,
                            "column": 58
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 919,
                          "end": 947,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 8
                            },
                            "end": {
                              "line": 24,
                              "column": 36
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 919,
                            "end": 923,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 8
                              },
                              "end": {
                                "line": 24,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 924,
                            "end": 947,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 13
                              },
                              "end": {
                                "line": 24,
                                "column": 36
                              },
                              "identifierName": "_intersectionPointWorld"
                            },
                            "name": "_intersectionPointWorld"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "NewExpression",
                          "start": 950,
                          "end": 969,
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 39
                            },
                            "end": {
                              "line": 24,
                              "column": 58
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 954,
                            "end": 967,
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 43
                              },
                              "end": {
                                "line": 24,
                                "column": 56
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 954,
                              "end": 959,
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 43
                                },
                                "end": {
                                  "line": 24,
                                  "column": 48
                                },
                                "identifierName": "THREE"
                              },
                              "name": "THREE"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 960,
                              "end": 967,
                              "loc": {
                                "start": {
                                  "line": 24,
                                  "column": 49
                                },
                                "end": {
                                  "line": 24,
                                  "column": 56
                                },
                                "identifierName": "Vector3"
                              },
                              "name": "Vector3"
                            },
                            "computed": false
                          },
                          "arguments": []
                        }
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 982,
                "end": 1226,
                "loc": {
                  "start": {
                    "line": 27,
                    "column": 4
                  },
                  "end": {
                    "line": 34,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 982,
                  "end": 999,
                  "loc": {
                    "start": {
                      "line": 27,
                      "column": 4
                    },
                    "end": {
                      "line": 27,
                      "column": 21
                    },
                    "identifierName": "isActuallyVisible"
                  },
                  "name": "isActuallyVisible"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1000,
                    "end": 1003,
                    "loc": {
                      "start": {
                        "line": 27,
                        "column": 22
                      },
                      "end": {
                        "line": 27,
                        "column": 25
                      },
                      "identifierName": "obj"
                    },
                    "name": "obj"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1005,
                  "end": 1226,
                  "loc": {
                    "start": {
                      "line": 27,
                      "column": 27
                    },
                    "end": {
                      "line": 34,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "WhileStatement",
                      "start": 1015,
                      "end": 1199,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 8
                        },
                        "end": {
                          "line": 32,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 1022,
                        "end": 1025,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 15
                          },
                          "end": {
                            "line": 28,
                            "column": 18
                          },
                          "identifierName": "obj"
                        },
                        "name": "obj"
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 1027,
                        "end": 1199,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 20
                          },
                          "end": {
                            "line": 32,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 1041,
                            "end": 1081,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 12
                              },
                              "end": {
                                "line": 29,
                                "column": 52
                              }
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 1045,
                              "end": 1066,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 16
                                },
                                "end": {
                                  "line": 29,
                                  "column": 37
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 1045,
                                "end": 1056,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1045,
                                  "end": 1048,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 19
                                    },
                                    "identifierName": "obj"
                                  },
                                  "name": "obj"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1049,
                                  "end": 1056,
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 27
                                    },
                                    "identifierName": "visible"
                                  },
                                  "name": "visible"
                                },
                                "computed": false
                              },
                              "operator": "===",
                              "right": {
                                "type": "BooleanLiteral",
                                "start": 1061,
                                "end": 1066,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 37
                                  }
                                },
                                "value": false
                              }
                            },
                            "consequent": {
                              "type": "ReturnStatement",
                              "start": 1068,
                              "end": 1081,
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 39
                                },
                                "end": {
                                  "line": 29,
                                  "column": 52
                                }
                              },
                              "argument": {
                                "type": "BooleanLiteral",
                                "start": 1075,
                                "end": 1080,
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 51
                                  }
                                },
                                "value": false
                              }
                            },
                            "alternate": null
                          },
                          {
                            "type": "IfStatement",
                            "start": 1094,
                            "end": 1159,
                            "loc": {
                              "start": {
                                "line": 30,
                                "column": 12
                              },
                              "end": {
                                "line": 30,
                                "column": 77
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 1098,
                              "end": 1144,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 16
                                },
                                "end": {
                                  "line": 30,
                                  "column": 62
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 1098,
                                "end": 1110,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1098,
                                  "end": 1101,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 19
                                    },
                                    "identifierName": "obj"
                                  },
                                  "name": "obj"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1102,
                                  "end": 1110,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 28
                                    },
                                    "identifierName": "material"
                                  },
                                  "name": "material"
                                },
                                "computed": false
                              },
                              "operator": "&&",
                              "right": {
                                "type": "BinaryExpression",
                                "start": 1114,
                                "end": 1144,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 62
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 1114,
                                  "end": 1134,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 52
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1114,
                                    "end": 1126,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 44
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1114,
                                      "end": 1117,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 35
                                        },
                                        "identifierName": "obj"
                                      },
                                      "name": "obj"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1118,
                                      "end": 1126,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 44
                                        },
                                        "identifierName": "material"
                                      },
                                      "name": "material"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1127,
                                    "end": 1134,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 52
                                      },
                                      "identifierName": "visible"
                                    },
                                    "name": "visible"
                                  },
                                  "computed": false
                                },
                                "operator": "===",
                                "right": {
                                  "type": "BooleanLiteral",
                                  "start": 1139,
                                  "end": 1144,
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 62
                                    }
                                  },
                                  "value": false
                                }
                              }
                            },
                            "consequent": {
                              "type": "ReturnStatement",
                              "start": 1146,
                              "end": 1159,
                              "loc": {
                                "start": {
                                  "line": 30,
                                  "column": 64
                                },
                                "end": {
                                  "line": 30,
                                  "column": 77
                                }
                              },
                              "argument": {
                                "type": "BooleanLiteral",
                                "start": 1153,
                                "end": 1158,
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 71
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 76
                                  }
                                },
                                "value": false
                              }
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 1172,
                            "end": 1189,
                            "loc": {
                              "start": {
                                "line": 31,
                                "column": 12
                              },
                              "end": {
                                "line": 31,
                                "column": 29
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 1172,
                              "end": 1188,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 12
                                },
                                "end": {
                                  "line": 31,
                                  "column": 28
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 1172,
                                "end": 1175,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 15
                                  },
                                  "identifierName": "obj"
                                },
                                "name": "obj"
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 1178,
                                "end": 1188,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1178,
                                  "end": 1181,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 21
                                    },
                                    "identifierName": "obj"
                                  },
                                  "name": "obj"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1182,
                                  "end": 1188,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 28
                                    },
                                    "identifierName": "parent"
                                  },
                                  "name": "parent"
                                },
                                "computed": false
                              }
                            }
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1208,
                      "end": 1220,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 8
                        },
                        "end": {
                          "line": 33,
                          "column": 20
                        }
                      },
                      "argument": {
                        "type": "BooleanLiteral",
                        "start": 1215,
                        "end": 1219,
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 15
                          },
                          "end": {
                            "line": 33,
                            "column": 19
                          }
                        },
                        "value": true
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 1232,
                "end": 2422,
                "loc": {
                  "start": {
                    "line": 36,
                    "column": 4
                  },
                  "end": {
                    "line": 60,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1232,
                  "end": 1243,
                  "loc": {
                    "start": {
                      "line": 36,
                      "column": 4
                    },
                    "end": {
                      "line": 36,
                      "column": 15
                    },
                    "identifierName": "castObjects"
                  },
                  "name": "castObjects"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1244,
                    "end": 1255,
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 16
                      },
                      "end": {
                        "line": 36,
                        "column": 27
                      },
                      "identifierName": "coordinates"
                    },
                    "name": "coordinates"
                  },
                  {
                    "type": "Identifier",
                    "start": 1257,
                    "end": 1263,
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 29
                      },
                      "end": {
                        "line": 36,
                        "column": 35
                      },
                      "identifierName": "camera"
                    },
                    "name": "camera"
                  },
                  {
                    "type": "Identifier",
                    "start": 1265,
                    "end": 1272,
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 37
                      },
                      "end": {
                        "line": 36,
                        "column": 44
                      },
                      "identifierName": "objects"
                    },
                    "name": "objects"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 1274,
                    "end": 1289,
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 46
                      },
                      "end": {
                        "line": 36,
                        "column": 61
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 1274,
                      "end": 1284,
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 46
                        },
                        "end": {
                          "line": 36,
                          "column": 56
                        },
                        "identifierName": "intersects"
                      },
                      "name": "intersects"
                    },
                    "right": {
                      "type": "ArrayExpression",
                      "start": 1287,
                      "end": 1289,
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 59
                        },
                        "end": {
                          "line": 36,
                          "column": 61
                        }
                      },
                      "elements": []
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 1291,
                    "end": 1309,
                    "loc": {
                      "start": {
                        "line": 36,
                        "column": 63
                      },
                      "end": {
                        "line": 36,
                        "column": 81
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 1291,
                      "end": 1297,
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 63
                        },
                        "end": {
                          "line": 36,
                          "column": 69
                        },
                        "identifierName": "filter"
                      },
                      "name": "filter"
                    },
                    "right": {
                      "type": "Identifier",
                      "start": 1300,
                      "end": 1309,
                      "loc": {
                        "start": {
                          "line": 36,
                          "column": 72
                        },
                        "end": {
                          "line": 36,
                          "column": 81
                        },
                        "identifierName": "undefined"
                      },
                      "name": "undefined"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1311,
                  "end": 2422,
                  "loc": {
                    "start": {
                      "line": 36,
                      "column": 83
                    },
                    "end": {
                      "line": 60,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1321,
                      "end": 1361,
                      "loc": {
                        "start": {
                          "line": 37,
                          "column": 8
                        },
                        "end": {
                          "line": 37,
                          "column": 48
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 1321,
                        "end": 1360,
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 8
                          },
                          "end": {
                            "line": 37,
                            "column": 47
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 1321,
                          "end": 1339,
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 8
                            },
                            "end": {
                              "line": 37,
                              "column": 26
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1321,
                            "end": 1325,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 8
                              },
                              "end": {
                                "line": 37,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1326,
                            "end": 1339,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 13
                              },
                              "end": {
                                "line": 37,
                                "column": 26
                              },
                              "identifierName": "setFromCamera"
                            },
                            "name": "setFromCamera"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 1340,
                            "end": 1351,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 27
                              },
                              "end": {
                                "line": 37,
                                "column": 38
                              },
                              "identifierName": "coordinates"
                            },
                            "name": "coordinates"
                          },
                          {
                            "type": "Identifier",
                            "start": 1353,
                            "end": 1359,
                            "loc": {
                              "start": {
                                "line": 37,
                                "column": 40
                              },
                              "end": {
                                "line": 37,
                                "column": 46
                              },
                              "identifierName": "camera"
                            },
                            "name": "camera"
                          }
                        ]
                      }
                    },
                    {
                      "type": "ForStatement",
                      "start": 1370,
                      "end": 2238,
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 8
                        },
                        "end": {
                          "line": 55,
                          "column": 9
                        }
                      },
                      "init": {
                        "type": "VariableDeclaration",
                        "start": 1375,
                        "end": 1412,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 13
                          },
                          "end": {
                            "line": 38,
                            "column": 50
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 1379,
                            "end": 1384,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 17
                              },
                              "end": {
                                "line": 38,
                                "column": 22
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 1379,
                              "end": 1380,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 17
                                },
                                "end": {
                                  "line": 38,
                                  "column": 18
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            },
                            "init": {
                              "type": "NumericLiteral",
                              "start": 1383,
                              "end": 1384,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 21
                                },
                                "end": {
                                  "line": 38,
                                  "column": 22
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 1386,
                            "end": 1404,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 24
                              },
                              "end": {
                                "line": 38,
                                "column": 42
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 1386,
                              "end": 1387,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 24
                                },
                                "end": {
                                  "line": 38,
                                  "column": 25
                                },
                                "identifierName": "l"
                              },
                              "name": "l"
                            },
                            "init": {
                              "type": "MemberExpression",
                              "start": 1390,
                              "end": 1404,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 28
                                },
                                "end": {
                                  "line": 38,
                                  "column": 42
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 1390,
                                "end": 1397,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 35
                                  },
                                  "identifierName": "objects"
                                },
                                "name": "objects"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 1398,
                                "end": 1404,
                                "loc": {
                                  "start": {
                                    "line": 38,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 38,
                                    "column": 42
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "computed": false
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 1406,
                            "end": 1412,
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 44
                              },
                              "end": {
                                "line": 38,
                                "column": 50
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 1406,
                              "end": 1412,
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 44
                                },
                                "end": {
                                  "line": 38,
                                  "column": 50
                                },
                                "identifierName": "object"
                              },
                              "name": "object"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 1414,
                        "end": 1419,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 52
                          },
                          "end": {
                            "line": 38,
                            "column": 57
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 1414,
                          "end": 1415,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 52
                            },
                            "end": {
                              "line": 38,
                              "column": 53
                            },
                            "identifierName": "i"
                          },
                          "name": "i"
                        },
                        "operator": "<",
                        "right": {
                          "type": "Identifier",
                          "start": 1418,
                          "end": 1419,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 56
                            },
                            "end": {
                              "line": 38,
                              "column": 57
                            },
                            "identifierName": "l"
                          },
                          "name": "l"
                        }
                      },
                      "update": {
                        "type": "UpdateExpression",
                        "start": 1421,
                        "end": 1424,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 59
                          },
                          "end": {
                            "line": 38,
                            "column": 62
                          }
                        },
                        "operator": "++",
                        "prefix": false,
                        "argument": {
                          "type": "Identifier",
                          "start": 1421,
                          "end": 1422,
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 59
                            },
                            "end": {
                              "line": 38,
                              "column": 60
                            },
                            "identifierName": "i"
                          },
                          "name": "i"
                        }
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 1426,
                        "end": 2238,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 64
                          },
                          "end": {
                            "line": 55,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 1440,
                            "end": 1460,
                            "loc": {
                              "start": {
                                "line": 39,
                                "column": 12
                              },
                              "end": {
                                "line": 39,
                                "column": 32
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 1440,
                              "end": 1459,
                              "loc": {
                                "start": {
                                  "line": 39,
                                  "column": 12
                                },
                                "end": {
                                  "line": 39,
                                  "column": 31
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 1440,
                                "end": 1446,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 18
                                  },
                                  "identifierName": "object"
                                },
                                "name": "object"
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 1449,
                                "end": 1459,
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 39,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 1449,
                                  "end": 1456,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 28
                                    },
                                    "identifierName": "objects"
                                  },
                                  "name": "objects"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 1457,
                                  "end": 1458,
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 30
                                    },
                                    "identifierName": "i"
                                  },
                                  "name": "i"
                                },
                                "computed": true
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 1473,
                            "end": 2228,
                            "loc": {
                              "start": {
                                "line": 40,
                                "column": 12
                              },
                              "end": {
                                "line": 54,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 1552,
                              "end": 2054,
                              "loc": {
                                "start": {
                                  "line": 41,
                                  "column": 16
                                },
                                "end": {
                                  "line": 51,
                                  "column": 49
                                }
                              },
                              "left": {
                                "type": "LogicalExpression",
                                "start": 1552,
                                "end": 1969,
                                "loc": {
                                  "start": {
                                    "line": 41,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 45
                                  }
                                },
                                "left": {
                                  "type": "LogicalExpression",
                                  "start": 1552,
                                  "end": 1852,
                                  "loc": {
                                    "start": {
                                      "line": 41,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 47,
                                      "column": 45
                                    }
                                  },
                                  "left": {
                                    "type": "LogicalExpression",
                                    "start": 1552,
                                    "end": 1771,
                                    "loc": {
                                      "start": {
                                        "line": 41,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 45,
                                        "column": 37
                                      }
                                    },
                                    "left": {
                                      "type": "LogicalExpression",
                                      "start": 1552,
                                      "end": 1692,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 43,
                                          "column": 37
                                        }
                                      },
                                      "left": {
                                        "type": "LogicalExpression",
                                        "start": 1553,
                                        "end": 1614,
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 78
                                          }
                                        },
                                        "left": {
                                          "type": "LogicalExpression",
                                          "start": 1553,
                                          "end": 1583,
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 47
                                            }
                                          },
                                          "left": {
                                            "type": "UnaryExpression",
                                            "start": 1553,
                                            "end": 1560,
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 24
                                              }
                                            },
                                            "operator": "!",
                                            "prefix": true,
                                            "argument": {
                                              "type": "Identifier",
                                              "start": 1554,
                                              "end": 1560,
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 18
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 24
                                                },
                                                "identifierName": "filter"
                                              },
                                              "name": "filter",
                                              "leadingComments": null
                                            },
                                            "extra": {
                                              "parenthesizedArgument": false
                                            },
                                            "leadingComments": null
                                          },
                                          "operator": "||",
                                          "right": {
                                            "type": "BinaryExpression",
                                            "start": 1564,
                                            "end": 1583,
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 47
                                              }
                                            },
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 1564,
                                              "end": 1577,
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 41
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1564,
                                                "end": 1570,
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 34
                                                  },
                                                  "identifierName": "filter"
                                                },
                                                "name": "filter"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1571,
                                                "end": 1577,
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 41
                                                  },
                                                  "identifierName": "length"
                                                },
                                                "name": "length"
                                              },
                                              "computed": false
                                            },
                                            "operator": "===",
                                            "right": {
                                              "type": "NumericLiteral",
                                              "start": 1582,
                                              "end": 1583,
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 47
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              "value": 0
                                            }
                                          },
                                          "leadingComments": null
                                        },
                                        "operator": "||",
                                        "right": {
                                          "type": "BinaryExpression",
                                          "start": 1587,
                                          "end": 1614,
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 78
                                            }
                                          },
                                          "left": {
                                            "type": "CallExpression",
                                            "start": 1587,
                                            "end": 1609,
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 73
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 1587,
                                              "end": 1601,
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 65
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1587,
                                                "end": 1593,
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 57
                                                  },
                                                  "identifierName": "filter"
                                                },
                                                "name": "filter"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1594,
                                                "end": 1601,
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 65
                                                  },
                                                  "identifierName": "indexOf"
                                                },
                                                "name": "indexOf"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 1602,
                                                "end": 1608,
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 66
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 72
                                                  },
                                                  "identifierName": "object"
                                                },
                                                "name": "object"
                                              }
                                            ]
                                          },
                                          "operator": ">=",
                                          "right": {
                                            "type": "NumericLiteral",
                                            "start": 1613,
                                            "end": 1614,
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 77
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 78
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          }
                                        },
                                        "leadingComments": null,
                                        "extra": {
                                          "parenthesized": true,
                                          "parenStart": 1552
                                        }
                                      },
                                      "operator": "&&",
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 1674,
                                        "end": 1692,
                                        "loc": {
                                          "start": {
                                            "line": 43,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 43,
                                            "column": 37
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 1674,
                                          "end": 1680,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 25
                                            },
                                            "identifierName": "object"
                                          },
                                          "name": "object",
                                          "leadingComments": null
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 1681,
                                          "end": 1692,
                                          "loc": {
                                            "start": {
                                              "line": 43,
                                              "column": 26
                                            },
                                            "end": {
                                              "line": 43,
                                              "column": 37
                                            },
                                            "identifierName": "interactive"
                                          },
                                          "name": "interactive",
                                          "leadingComments": null,
                                          "trailingComments": null
                                        },
                                        "computed": false,
                                        "leadingComments": [
                                          {
                                            "type": "CommentLine",
                                            "value": " must be interactive",
                                            "start": 1632,
                                            "end": 1654,
                                            "loc": {
                                              "start": {
                                                "line": 42,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 42,
                                                "column": 38
                                              }
                                            }
                                          }
                                        ],
                                        "trailingComments": null
                                      },
                                      "leadingComments": null,
                                      "trailingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " must have interaction",
                                          "start": 1709,
                                          "end": 1733,
                                          "loc": {
                                            "start": {
                                              "line": 44,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 44,
                                              "column": 40
                                            }
                                          }
                                        }
                                      ]
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 1753,
                                      "end": 1771,
                                      "loc": {
                                        "start": {
                                          "line": 45,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 45,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1753,
                                        "end": 1759,
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 25
                                          },
                                          "identifierName": "object"
                                        },
                                        "name": "object",
                                        "leadingComments": null
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1760,
                                        "end": 1771,
                                        "loc": {
                                          "start": {
                                            "line": 45,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 45,
                                            "column": 37
                                          },
                                          "identifierName": "interaction"
                                        },
                                        "name": "interaction",
                                        "leadingComments": null,
                                        "trailingComments": null
                                      },
                                      "computed": false,
                                      "leadingComments": [
                                        {
                                          "type": "CommentLine",
                                          "value": " must have interaction",
                                          "start": 1709,
                                          "end": 1733,
                                          "loc": {
                                            "start": {
                                              "line": 44,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 44,
                                              "column": 40
                                            }
                                          }
                                        }
                                      ],
                                      "trailingComments": null
                                    },
                                    "leadingComments": null,
                                    "trailingComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": " must be enabled",
                                        "start": 1788,
                                        "end": 1806,
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 34
                                          }
                                        }
                                      }
                                    ]
                                  },
                                  "operator": "&&",
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 1826,
                                    "end": 1852,
                                    "loc": {
                                      "start": {
                                        "line": 47,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 47,
                                        "column": 45
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 1826,
                                      "end": 1844,
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 1826,
                                        "end": 1832,
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 25
                                          },
                                          "identifierName": "object"
                                        },
                                        "name": "object",
                                        "leadingComments": null
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 1833,
                                        "end": 1844,
                                        "loc": {
                                          "start": {
                                            "line": 47,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 47,
                                            "column": 37
                                          },
                                          "identifierName": "interaction"
                                        },
                                        "name": "interaction"
                                      },
                                      "computed": false,
                                      "leadingComments": null
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1845,
                                      "end": 1852,
                                      "loc": {
                                        "start": {
                                          "line": 47,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 47,
                                          "column": 45
                                        },
                                        "identifierName": "enabled"
                                      },
                                      "name": "enabled",
                                      "leadingComments": null,
                                      "trailingComments": null
                                    },
                                    "computed": false,
                                    "leadingComments": [
                                      {
                                        "type": "CommentLine",
                                        "value": " must be enabled",
                                        "start": 1788,
                                        "end": 1806,
                                        "loc": {
                                          "start": {
                                            "line": 46,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 46,
                                            "column": 34
                                          }
                                        }
                                      }
                                    ],
                                    "trailingComments": null
                                  },
                                  "leadingComments": null,
                                  "trailingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": " muste be activ (have interaction related listeners)",
                                      "start": 1869,
                                      "end": 1923,
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 70
                                        }
                                      }
                                    }
                                  ]
                                },
                                "operator": "&&",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 1943,
                                  "end": 1969,
                                  "loc": {
                                    "start": {
                                      "line": 49,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 49,
                                      "column": 45
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 1943,
                                    "end": 1961,
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 1943,
                                      "end": 1949,
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 25
                                        },
                                        "identifierName": "object"
                                      },
                                      "name": "object",
                                      "leadingComments": null
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 1950,
                                      "end": 1961,
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 37
                                        },
                                        "identifierName": "interaction"
                                      },
                                      "name": "interaction"
                                    },
                                    "computed": false,
                                    "leadingComments": null
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 1962,
                                    "end": 1969,
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 45
                                      },
                                      "identifierName": "_active"
                                    },
                                    "name": "_active",
                                    "leadingComments": null,
                                    "trailingComments": null
                                  },
                                  "computed": false,
                                  "leadingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": " muste be activ (have interaction related listeners)",
                                      "start": 1869,
                                      "end": 1923,
                                      "loc": {
                                        "start": {
                                          "line": 48,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 48,
                                          "column": 70
                                        }
                                      }
                                    }
                                  ],
                                  "trailingComments": null
                                },
                                "leadingComments": null,
                                "trailingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " must be visible",
                                    "start": 1986,
                                    "end": 2004,
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 34
                                      }
                                    }
                                  }
                                ]
                              },
                              "operator": "&&",
                              "right": {
                                "type": "CallExpression",
                                "start": 2024,
                                "end": 2054,
                                "loc": {
                                  "start": {
                                    "line": 51,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 51,
                                    "column": 49
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 2024,
                                  "end": 2046,
                                  "loc": {
                                    "start": {
                                      "line": 51,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 51,
                                      "column": 41
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 2024,
                                    "end": 2028,
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 23
                                      }
                                    },
                                    "leadingComments": null
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2029,
                                    "end": 2046,
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 41
                                      },
                                      "identifierName": "isActuallyVisible"
                                    },
                                    "name": "isActuallyVisible"
                                  },
                                  "computed": false,
                                  "leadingComments": null
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 2047,
                                    "end": 2053,
                                    "loc": {
                                      "start": {
                                        "line": 51,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 51,
                                        "column": 48
                                      },
                                      "identifierName": "object"
                                    },
                                    "name": "object"
                                  }
                                ],
                                "leadingComments": [
                                  {
                                    "type": "CommentLine",
                                    "value": " must be visible",
                                    "start": 1986,
                                    "end": 2004,
                                    "loc": {
                                      "start": {
                                        "line": 50,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 50,
                                        "column": 34
                                      }
                                    }
                                  }
                                ]
                              },
                              "leadingComments": [
                                {
                                  "type": "CommentLine",
                                  "value": " No filter, filter is empty, or object is part of filter",
                                  "start": 1477,
                                  "end": 1535,
                                  "loc": {
                                    "start": {
                                      "line": 40,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 40,
                                      "column": 74
                                    }
                                  }
                                }
                              ]
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 2056,
                              "end": 2228,
                              "loc": {
                                "start": {
                                  "line": 51,
                                  "column": 51
                                },
                                "end": {
                                  "line": 54,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 2115,
                                  "end": 2214,
                                  "loc": {
                                    "start": {
                                      "line": 53,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 53,
                                      "column": 115
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 2115,
                                    "end": 2213,
                                    "loc": {
                                      "start": {
                                        "line": 53,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 53,
                                        "column": 114
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 2115,
                                      "end": 2129,
                                      "loc": {
                                        "start": {
                                          "line": 53,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 30
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 2115,
                                        "end": 2119,
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 20
                                          }
                                        },
                                        "leadingComments": null
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2120,
                                        "end": 2129,
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 30
                                          },
                                          "identifierName": "intersect"
                                        },
                                        "name": "intersect"
                                      },
                                      "computed": false,
                                      "leadingComments": null
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 2130,
                                        "end": 2136,
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 37
                                          },
                                          "identifierName": "object"
                                        },
                                        "name": "object"
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "start": 2138,
                                        "end": 2166,
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 67
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 2138,
                                          "end": 2156,
                                          "loc": {
                                            "start": {
                                              "line": 53,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 53,
                                              "column": 57
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2138,
                                            "end": 2144,
                                            "loc": {
                                              "start": {
                                                "line": 53,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 53,
                                                "column": 45
                                              },
                                              "identifierName": "object"
                                            },
                                            "name": "object"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2145,
                                            "end": 2156,
                                            "loc": {
                                              "start": {
                                                "line": 53,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 53,
                                                "column": 57
                                              },
                                              "identifierName": "interaction"
                                            },
                                            "name": "interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2157,
                                          "end": 2166,
                                          "loc": {
                                            "start": {
                                              "line": 53,
                                              "column": 58
                                            },
                                            "end": {
                                              "line": 53,
                                              "column": 67
                                            },
                                            "identifierName": "recursive"
                                          },
                                          "name": "recursive"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 2168,
                                        "end": 2178,
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 69
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 79
                                          },
                                          "identifierName": "intersects"
                                        },
                                        "name": "intersects"
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "start": 2180,
                                        "end": 2204,
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 81
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 105
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 2180,
                                          "end": 2198,
                                          "loc": {
                                            "start": {
                                              "line": 53,
                                              "column": 81
                                            },
                                            "end": {
                                              "line": 53,
                                              "column": 99
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2180,
                                            "end": 2186,
                                            "loc": {
                                              "start": {
                                                "line": 53,
                                                "column": 81
                                              },
                                              "end": {
                                                "line": 53,
                                                "column": 87
                                              },
                                              "identifierName": "object"
                                            },
                                            "name": "object"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2187,
                                            "end": 2198,
                                            "loc": {
                                              "start": {
                                                "line": 53,
                                                "column": 88
                                              },
                                              "end": {
                                                "line": 53,
                                                "column": 99
                                              },
                                              "identifierName": "interaction"
                                            },
                                            "name": "interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2199,
                                          "end": 2204,
                                          "loc": {
                                            "start": {
                                              "line": 53,
                                              "column": 100
                                            },
                                            "end": {
                                              "line": 53,
                                              "column": 105
                                            },
                                            "identifierName": "types"
                                          },
                                          "name": "types"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 2206,
                                        "end": 2212,
                                        "loc": {
                                          "start": {
                                            "line": 53,
                                            "column": 107
                                          },
                                          "end": {
                                            "line": 53,
                                            "column": 113
                                          },
                                          "identifierName": "object"
                                        },
                                        "name": "object"
                                      }
                                    ],
                                    "leadingComments": null
                                  },
                                  "leadingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": " ... then we intersect",
                                      "start": 2074,
                                      "end": 2098,
                                      "loc": {
                                        "start": {
                                          "line": 52,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 52,
                                          "column": 40
                                        }
                                      }
                                    }
                                  ]
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          }
                        ],
                        "directives": []
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 2247,
                      "end": 2389,
                      "loc": {
                        "start": {
                          "line": 56,
                          "column": 8
                        },
                        "end": {
                          "line": 58,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 2247,
                        "end": 2388,
                        "loc": {
                          "start": {
                            "line": 56,
                            "column": 8
                          },
                          "end": {
                            "line": 58,
                            "column": 9
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2247,
                          "end": 2262,
                          "loc": {
                            "start": {
                              "line": 56,
                              "column": 8
                            },
                            "end": {
                              "line": 56,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 2247,
                            "end": 2257,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 8
                              },
                              "end": {
                                "line": 56,
                                "column": 18
                              },
                              "identifierName": "intersects"
                            },
                            "name": "intersects"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2258,
                            "end": 2262,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 19
                              },
                              "end": {
                                "line": 56,
                                "column": 23
                              },
                              "identifierName": "sort"
                            },
                            "name": "sort"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 2264,
                            "end": 2378,
                            "loc": {
                              "start": {
                                "line": 56,
                                "column": 25
                              },
                              "end": {
                                "line": 57,
                                "column": 104
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": true,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 2265,
                                "end": 2266,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 27
                                  },
                                  "identifierName": "a"
                                },
                                "name": "a"
                              },
                              {
                                "type": "Identifier",
                                "start": 2268,
                                "end": 2269,
                                "loc": {
                                  "start": {
                                    "line": 56,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 56,
                                    "column": 30
                                  },
                                  "identifierName": "b"
                                },
                                "name": "b"
                              }
                            ],
                            "body": {
                              "type": "LogicalExpression",
                              "start": 2286,
                              "end": 2378,
                              "loc": {
                                "start": {
                                  "line": 57,
                                  "column": 12
                                },
                                "end": {
                                  "line": 57,
                                  "column": 104
                                }
                              },
                              "left": {
                                "type": "BinaryExpression",
                                "start": 2286,
                                "end": 2351,
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 77
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 2286,
                                  "end": 2317,
                                  "loc": {
                                    "start": {
                                      "line": 57,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 57,
                                      "column": 43
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 2286,
                                    "end": 2308,
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 2286,
                                      "end": 2296,
                                      "loc": {
                                        "start": {
                                          "line": 57,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 57,
                                          "column": 22
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2286,
                                        "end": 2287,
                                        "loc": {
                                          "start": {
                                            "line": 57,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 57,
                                            "column": 13
                                          },
                                          "identifierName": "b"
                                        },
                                        "name": "b"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2288,
                                        "end": 2296,
                                        "loc": {
                                          "start": {
                                            "line": 57,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 57,
                                            "column": 22
                                          },
                                          "identifierName": "receiver"
                                        },
                                        "name": "receiver"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2297,
                                      "end": 2308,
                                      "loc": {
                                        "start": {
                                          "line": 57,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 57,
                                          "column": 34
                                        },
                                        "identifierName": "interaction"
                                      },
                                      "name": "interaction"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2309,
                                    "end": 2317,
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 43
                                      },
                                      "identifierName": "priority"
                                    },
                                    "name": "priority"
                                  },
                                  "computed": false
                                },
                                "operator": "-",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 2320,
                                  "end": 2351,
                                  "loc": {
                                    "start": {
                                      "line": 57,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 57,
                                      "column": 77
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 2320,
                                    "end": 2342,
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 68
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 2320,
                                      "end": 2330,
                                      "loc": {
                                        "start": {
                                          "line": 57,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 57,
                                          "column": 56
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 2320,
                                        "end": 2321,
                                        "loc": {
                                          "start": {
                                            "line": 57,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 57,
                                            "column": 47
                                          },
                                          "identifierName": "a"
                                        },
                                        "name": "a"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2322,
                                        "end": 2330,
                                        "loc": {
                                          "start": {
                                            "line": 57,
                                            "column": 48
                                          },
                                          "end": {
                                            "line": 57,
                                            "column": 56
                                          },
                                          "identifierName": "receiver"
                                        },
                                        "name": "receiver"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 2331,
                                      "end": 2342,
                                      "loc": {
                                        "start": {
                                          "line": 57,
                                          "column": 57
                                        },
                                        "end": {
                                          "line": 57,
                                          "column": 68
                                        },
                                        "identifierName": "interaction"
                                      },
                                      "name": "interaction"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2343,
                                    "end": 2351,
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 69
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 77
                                      },
                                      "identifierName": "priority"
                                    },
                                    "name": "priority"
                                  },
                                  "computed": false
                                }
                              },
                              "operator": "||",
                              "right": {
                                "type": "BinaryExpression",
                                "start": 2355,
                                "end": 2378,
                                "loc": {
                                  "start": {
                                    "line": 57,
                                    "column": 81
                                  },
                                  "end": {
                                    "line": 57,
                                    "column": 104
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 2355,
                                  "end": 2365,
                                  "loc": {
                                    "start": {
                                      "line": 57,
                                      "column": 81
                                    },
                                    "end": {
                                      "line": 57,
                                      "column": 91
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2355,
                                    "end": 2356,
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 81
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 82
                                      },
                                      "identifierName": "a"
                                    },
                                    "name": "a"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2357,
                                    "end": 2365,
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 83
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 91
                                      },
                                      "identifierName": "distance"
                                    },
                                    "name": "distance"
                                  },
                                  "computed": false
                                },
                                "operator": "-",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 2368,
                                  "end": 2378,
                                  "loc": {
                                    "start": {
                                      "line": 57,
                                      "column": 94
                                    },
                                    "end": {
                                      "line": 57,
                                      "column": 104
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2368,
                                    "end": 2369,
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 94
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 95
                                      },
                                      "identifierName": "b"
                                    },
                                    "name": "b"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2370,
                                    "end": 2378,
                                    "loc": {
                                      "start": {
                                        "line": 57,
                                        "column": 96
                                      },
                                      "end": {
                                        "line": 57,
                                        "column": 104
                                      },
                                      "identifierName": "distance"
                                    },
                                    "name": "distance"
                                  },
                                  "computed": false
                                }
                              }
                            }
                          }
                        ]
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 2398,
                      "end": 2416,
                      "loc": {
                        "start": {
                          "line": 59,
                          "column": 8
                        },
                        "end": {
                          "line": 59,
                          "column": 26
                        }
                      },
                      "argument": {
                        "type": "Identifier",
                        "start": 2405,
                        "end": 2415,
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 15
                          },
                          "end": {
                            "line": 59,
                            "column": 25
                          },
                          "identifierName": "intersects"
                        },
                        "name": "intersects"
                      }
                    }
                  ],
                  "directives": []
                }
              },
              {
                "type": "ClassMethod",
                "start": 2428,
                "end": 4473,
                "loc": {
                  "start": {
                    "line": 62,
                    "column": 4
                  },
                  "end": {
                    "line": 116,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2428,
                  "end": 2437,
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 4
                    },
                    "end": {
                      "line": 62,
                      "column": 13
                    },
                    "identifierName": "intersect"
                  },
                  "name": "intersect"
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 2438,
                    "end": 2444,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 14
                      },
                      "end": {
                        "line": 62,
                        "column": 20
                      },
                      "identifierName": "object"
                    },
                    "name": "object"
                  },
                  {
                    "type": "Identifier",
                    "start": 2446,
                    "end": 2455,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 22
                      },
                      "end": {
                        "line": 62,
                        "column": 31
                      },
                      "identifierName": "recursive"
                    },
                    "name": "recursive"
                  },
                  {
                    "type": "Identifier",
                    "start": 2457,
                    "end": 2467,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 33
                      },
                      "end": {
                        "line": 62,
                        "column": 43
                      },
                      "identifierName": "intersects"
                    },
                    "name": "intersects"
                  },
                  {
                    "type": "Identifier",
                    "start": 2469,
                    "end": 2474,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 45
                      },
                      "end": {
                        "line": 62,
                        "column": 50
                      },
                      "identifierName": "types"
                    },
                    "name": "types"
                  },
                  {
                    "type": "Identifier",
                    "start": 2476,
                    "end": 2482,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 52
                      },
                      "end": {
                        "line": 62,
                        "column": 58
                      },
                      "identifierName": "parent"
                    },
                    "name": "parent"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2484,
                  "end": 4473,
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 60
                    },
                    "end": {
                      "line": 116,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "VariableDeclaration",
                      "start": 2495,
                      "end": 2509,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 8
                        },
                        "end": {
                          "line": 64,
                          "column": 22
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2499,
                          "end": 2508,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 12
                            },
                            "end": {
                              "line": 64,
                              "column": 21
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2499,
                            "end": 2501,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 12
                              },
                              "end": {
                                "line": 64,
                                "column": 14
                              },
                              "identifierName": "op"
                            },
                            "name": "op"
                          },
                          "init": {
                            "type": "BooleanLiteral",
                            "start": 2504,
                            "end": 2508,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 17
                              },
                              "end": {
                                "line": 64,
                                "column": 21
                              }
                            },
                            "value": true
                          }
                        }
                      ],
                      "kind": "let",
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Inspect types",
                          "start": 2519,
                          "end": 2535,
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 8
                            },
                            "end": {
                              "line": 66,
                              "column": 24
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 2544,
                      "end": 2780,
                      "loc": {
                        "start": {
                          "line": 67,
                          "column": 8
                        },
                        "end": {
                          "line": 72,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 2548,
                        "end": 2555,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 12
                          },
                          "end": {
                            "line": 67,
                            "column": 19
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "UnaryExpression",
                          "start": 2549,
                          "end": 2555,
                          "loc": {
                            "start": {
                              "line": 67,
                              "column": 13
                            },
                            "end": {
                              "line": 67,
                              "column": 19
                            }
                          },
                          "operator": "!",
                          "prefix": true,
                          "argument": {
                            "type": "Identifier",
                            "start": 2550,
                            "end": 2555,
                            "loc": {
                              "start": {
                                "line": 67,
                                "column": 14
                              },
                              "end": {
                                "line": 67,
                                "column": 19
                              },
                              "identifierName": "types"
                            },
                            "name": "types",
                            "leadingComments": null
                          },
                          "extra": {
                            "parenthesizedArgument": false
                          },
                          "leadingComments": null
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        },
                        "leadingComments": null
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 2557,
                        "end": 2780,
                        "loc": {
                          "start": {
                            "line": 67,
                            "column": 21
                          },
                          "end": {
                            "line": 72,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 2571,
                            "end": 2770,
                            "loc": {
                              "start": {
                                "line": 68,
                                "column": 12
                              },
                              "end": {
                                "line": 71,
                                "column": 35
                              }
                            },
                            "test": {
                              "type": "CallExpression",
                              "start": 2575,
                              "end": 2595,
                              "loc": {
                                "start": {
                                  "line": 68,
                                  "column": 16
                                },
                                "end": {
                                  "line": 68,
                                  "column": 36
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2575,
                                "end": 2588,
                                "loc": {
                                  "start": {
                                    "line": 68,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 68,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2575,
                                  "end": 2580,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 21
                                    },
                                    "identifierName": "Array"
                                  },
                                  "name": "Array"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2581,
                                  "end": 2588,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 29
                                    },
                                    "identifierName": "isArray"
                                  },
                                  "name": "isArray"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 2589,
                                  "end": 2594,
                                  "loc": {
                                    "start": {
                                      "line": 68,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 68,
                                      "column": 35
                                    },
                                    "identifierName": "types"
                                  },
                                  "name": "types"
                                }
                              ]
                            },
                            "consequent": {
                              "type": "ExpressionStatement",
                              "start": 2613,
                              "end": 2684,
                              "loc": {
                                "start": {
                                  "line": 69,
                                  "column": 16
                                },
                                "end": {
                                  "line": 69,
                                  "column": 87
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 2613,
                                "end": 2683,
                                "loc": {
                                  "start": {
                                    "line": 69,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 69,
                                    "column": 86
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 2613,
                                  "end": 2615,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 18
                                    },
                                    "identifierName": "op"
                                  },
                                  "name": "op"
                                },
                                "right": {
                                  "type": "UnaryExpression",
                                  "start": 2618,
                                  "end": 2683,
                                  "loc": {
                                    "start": {
                                      "line": 69,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 69,
                                      "column": 86
                                    }
                                  },
                                  "operator": "!",
                                  "prefix": true,
                                  "argument": {
                                    "type": "LogicalExpression",
                                    "start": 2620,
                                    "end": 2682,
                                    "loc": {
                                      "start": {
                                        "line": 69,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 69,
                                        "column": 85
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 2620,
                                      "end": 2646,
                                      "loc": {
                                        "start": {
                                          "line": 69,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 69,
                                          "column": 49
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 2620,
                                        "end": 2631,
                                        "loc": {
                                          "start": {
                                            "line": 69,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 69,
                                            "column": 34
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 2620,
                                          "end": 2626,
                                          "loc": {
                                            "start": {
                                              "line": 69,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 69,
                                              "column": 29
                                            },
                                            "identifierName": "object"
                                          },
                                          "name": "object"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 2627,
                                          "end": 2631,
                                          "loc": {
                                            "start": {
                                              "line": 69,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 69,
                                              "column": 34
                                            },
                                            "identifierName": "type"
                                          },
                                          "name": "type"
                                        },
                                        "computed": false
                                      },
                                      "operator": "!==",
                                      "right": {
                                        "type": "StringLiteral",
                                        "start": 2636,
                                        "end": 2646,
                                        "loc": {
                                          "start": {
                                            "line": 69,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 69,
                                            "column": 49
                                          }
                                        },
                                        "extra": {
                                          "rawValue": "Object3D",
                                          "raw": "'Object3D'"
                                        },
                                        "value": "Object3D"
                                      }
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "BinaryExpression",
                                      "start": 2650,
                                      "end": 2682,
                                      "loc": {
                                        "start": {
                                          "line": 69,
                                          "column": 53
                                        },
                                        "end": {
                                          "line": 69,
                                          "column": 85
                                        }
                                      },
                                      "left": {
                                        "type": "CallExpression",
                                        "start": 2650,
                                        "end": 2676,
                                        "loc": {
                                          "start": {
                                            "line": 69,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 69,
                                            "column": 79
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 2650,
                                          "end": 2663,
                                          "loc": {
                                            "start": {
                                              "line": 69,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 69,
                                              "column": 66
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2650,
                                            "end": 2655,
                                            "loc": {
                                              "start": {
                                                "line": 69,
                                                "column": 53
                                              },
                                              "end": {
                                                "line": 69,
                                                "column": 58
                                              },
                                              "identifierName": "types"
                                            },
                                            "name": "types"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2656,
                                            "end": 2663,
                                            "loc": {
                                              "start": {
                                                "line": 69,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 69,
                                                "column": 66
                                              },
                                              "identifierName": "indexOf"
                                            },
                                            "name": "indexOf"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 2664,
                                            "end": 2675,
                                            "loc": {
                                              "start": {
                                                "line": 69,
                                                "column": 67
                                              },
                                              "end": {
                                                "line": 69,
                                                "column": 78
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2664,
                                              "end": 2670,
                                              "loc": {
                                                "start": {
                                                  "line": 69,
                                                  "column": 67
                                                },
                                                "end": {
                                                  "line": 69,
                                                  "column": 73
                                                },
                                                "identifierName": "object"
                                              },
                                              "name": "object"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2671,
                                              "end": 2675,
                                              "loc": {
                                                "start": {
                                                  "line": 69,
                                                  "column": 74
                                                },
                                                "end": {
                                                  "line": 69,
                                                  "column": 78
                                                },
                                                "identifierName": "type"
                                              },
                                              "name": "type"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      "operator": "==",
                                      "right": {
                                        "type": "UnaryExpression",
                                        "start": 2680,
                                        "end": 2682,
                                        "loc": {
                                          "start": {
                                            "line": 69,
                                            "column": 83
                                          },
                                          "end": {
                                            "line": 69,
                                            "column": 85
                                          }
                                        },
                                        "operator": "-",
                                        "prefix": true,
                                        "argument": {
                                          "type": "NumericLiteral",
                                          "start": 2681,
                                          "end": 2682,
                                          "loc": {
                                            "start": {
                                              "line": 69,
                                              "column": 84
                                            },
                                            "end": {
                                              "line": 69,
                                              "column": 85
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 1,
                                            "raw": "1"
                                          },
                                          "value": 1
                                        },
                                        "extra": {
                                          "parenthesizedArgument": false
                                        }
                                      }
                                    },
                                    "extra": {
                                      "parenthesized": true,
                                      "parenStart": 2619
                                    }
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                }
                              }
                            },
                            "alternate": {
                              "type": "IfStatement",
                              "start": 2702,
                              "end": 2770,
                              "loc": {
                                "start": {
                                  "line": 70,
                                  "column": 17
                                },
                                "end": {
                                  "line": 71,
                                  "column": 35
                                }
                              },
                              "test": {
                                "type": "BinaryExpression",
                                "start": 2706,
                                "end": 2733,
                                "loc": {
                                  "start": {
                                    "line": 70,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 70,
                                    "column": 48
                                  }
                                },
                                "left": {
                                  "type": "UnaryExpression",
                                  "start": 2706,
                                  "end": 2718,
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 33
                                    }
                                  },
                                  "operator": "typeof",
                                  "prefix": true,
                                  "argument": {
                                    "type": "Identifier",
                                    "start": 2713,
                                    "end": 2718,
                                    "loc": {
                                      "start": {
                                        "line": 70,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 70,
                                        "column": 33
                                      },
                                      "identifierName": "types"
                                    },
                                    "name": "types"
                                  },
                                  "extra": {
                                    "parenthesizedArgument": false
                                  }
                                },
                                "operator": "===",
                                "right": {
                                  "type": "StringLiteral",
                                  "start": 2723,
                                  "end": 2733,
                                  "loc": {
                                    "start": {
                                      "line": 70,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 70,
                                      "column": 48
                                    }
                                  },
                                  "extra": {
                                    "rawValue": "function",
                                    "raw": "\"function\""
                                  },
                                  "value": "function"
                                }
                              },
                              "consequent": {
                                "type": "ExpressionStatement",
                                "start": 2751,
                                "end": 2770,
                                "loc": {
                                  "start": {
                                    "line": 71,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 35
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 2751,
                                  "end": 2769,
                                  "loc": {
                                    "start": {
                                      "line": 71,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 34
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 2751,
                                    "end": 2753,
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 18
                                      },
                                      "identifierName": "op"
                                    },
                                    "name": "op"
                                  },
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 2756,
                                    "end": 2769,
                                    "loc": {
                                      "start": {
                                        "line": 71,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 71,
                                        "column": 34
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 2756,
                                      "end": 2761,
                                      "loc": {
                                        "start": {
                                          "line": 71,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 71,
                                          "column": 26
                                        },
                                        "identifierName": "types"
                                      },
                                      "name": "types"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 2762,
                                        "end": 2768,
                                        "loc": {
                                          "start": {
                                            "line": 71,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 71,
                                            "column": 33
                                          },
                                          "identifierName": "object"
                                        },
                                        "name": "object"
                                      }
                                    ]
                                  }
                                }
                              },
                              "alternate": null
                            }
                          }
                        ],
                        "directives": [],
                        "trailingComments": null
                      },
                      "alternate": null,
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " Inspect types",
                          "start": 2519,
                          "end": 2535,
                          "loc": {
                            "start": {
                              "line": 66,
                              "column": 8
                            },
                            "end": {
                              "line": 66,
                              "column": 24
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " false op stops operation right here, undefined op at least proceeds with childs",
                          "start": 2790,
                          "end": 2872,
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 8
                            },
                            "end": {
                              "line": 74,
                              "column": 90
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 2881,
                      "end": 2916,
                      "loc": {
                        "start": {
                          "line": 75,
                          "column": 8
                        },
                        "end": {
                          "line": 76,
                          "column": 18
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 2885,
                        "end": 2896,
                        "loc": {
                          "start": {
                            "line": 75,
                            "column": 12
                          },
                          "end": {
                            "line": 75,
                            "column": 23
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 2885,
                          "end": 2887,
                          "loc": {
                            "start": {
                              "line": 75,
                              "column": 12
                            },
                            "end": {
                              "line": 75,
                              "column": 14
                            },
                            "identifierName": "op"
                          },
                          "name": "op",
                          "leadingComments": null
                        },
                        "operator": "==",
                        "right": {
                          "type": "BooleanLiteral",
                          "start": 2891,
                          "end": 2896,
                          "loc": {
                            "start": {
                              "line": 75,
                              "column": 18
                            },
                            "end": {
                              "line": 75,
                              "column": 23
                            }
                          },
                          "value": false
                        },
                        "leadingComments": null
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 2910,
                        "end": 2916,
                        "loc": {
                          "start": {
                            "line": 76,
                            "column": 12
                          },
                          "end": {
                            "line": 76,
                            "column": 18
                          }
                        },
                        "argument": null
                      },
                      "alternate": null,
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " false op stops operation right here, undefined op at least proceeds with childs",
                          "start": 2790,
                          "end": 2872,
                          "loc": {
                            "start": {
                              "line": 74,
                              "column": 8
                            },
                            "end": {
                              "line": 74,
                              "column": 90
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "VariableDeclaration",
                      "start": 2926,
                      "end": 2956,
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 8
                        },
                        "end": {
                          "line": 78,
                          "column": 38
                        }
                      },
                      "declarations": [
                        {
                          "type": "VariableDeclarator",
                          "start": 2930,
                          "end": 2955,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 12
                            },
                            "end": {
                              "line": 78,
                              "column": 37
                            }
                          },
                          "id": {
                            "type": "Identifier",
                            "start": 2930,
                            "end": 2935,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 12
                              },
                              "end": {
                                "line": 78,
                                "column": 17
                              },
                              "identifierName": "count"
                            },
                            "name": "count"
                          },
                          "init": {
                            "type": "MemberExpression",
                            "start": 2938,
                            "end": 2955,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 20
                              },
                              "end": {
                                "line": 78,
                                "column": 37
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 2938,
                              "end": 2948,
                              "loc": {
                                "start": {
                                  "line": 78,
                                  "column": 20
                                },
                                "end": {
                                  "line": 78,
                                  "column": 30
                                },
                                "identifierName": "intersects"
                              },
                              "name": "intersects"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2949,
                              "end": 2955,
                              "loc": {
                                "start": {
                                  "line": 78,
                                  "column": 31
                                },
                                "end": {
                                  "line": 78,
                                  "column": 37
                                },
                                "identifierName": "length"
                              },
                              "name": "length"
                            },
                            "computed": false
                          }
                        }
                      ],
                      "kind": "let",
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " true op allows raycast",
                          "start": 2966,
                          "end": 2991,
                          "loc": {
                            "start": {
                              "line": 80,
                              "column": 8
                            },
                            "end": {
                              "line": 80,
                              "column": 33
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 3000,
                      "end": 3090,
                      "loc": {
                        "start": {
                          "line": 81,
                          "column": 8
                        },
                        "end": {
                          "line": 82,
                          "column": 74
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 3004,
                        "end": 3014,
                        "loc": {
                          "start": {
                            "line": 81,
                            "column": 12
                          },
                          "end": {
                            "line": 81,
                            "column": 22
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 3004,
                          "end": 3006,
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 12
                            },
                            "end": {
                              "line": 81,
                              "column": 14
                            },
                            "identifierName": "op"
                          },
                          "name": "op",
                          "leadingComments": null
                        },
                        "operator": "==",
                        "right": {
                          "type": "BooleanLiteral",
                          "start": 3010,
                          "end": 3014,
                          "loc": {
                            "start": {
                              "line": 81,
                              "column": 18
                            },
                            "end": {
                              "line": 81,
                              "column": 22
                            }
                          },
                          "value": true
                        },
                        "leadingComments": null
                      },
                      "consequent": {
                        "type": "ExpressionStatement",
                        "start": 3028,
                        "end": 3090,
                        "loc": {
                          "start": {
                            "line": 82,
                            "column": 12
                          },
                          "end": {
                            "line": 82,
                            "column": 74
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 3028,
                          "end": 3089,
                          "loc": {
                            "start": {
                              "line": 82,
                              "column": 12
                            },
                            "end": {
                              "line": 82,
                              "column": 73
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 3028,
                            "end": 3042,
                            "loc": {
                              "start": {
                                "line": 82,
                                "column": 12
                              },
                              "end": {
                                "line": 82,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3028,
                              "end": 3034,
                              "loc": {
                                "start": {
                                  "line": 82,
                                  "column": 12
                                },
                                "end": {
                                  "line": 82,
                                  "column": 18
                                },
                                "identifierName": "object"
                              },
                              "name": "object"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3035,
                              "end": 3042,
                              "loc": {
                                "start": {
                                  "line": 82,
                                  "column": 19
                                },
                                "end": {
                                  "line": 82,
                                  "column": 26
                                },
                                "identifierName": "raycast"
                              },
                              "name": "raycast"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ThisExpression",
                              "start": 3043,
                              "end": 3047,
                              "loc": {
                                "start": {
                                  "line": 82,
                                  "column": 27
                                },
                                "end": {
                                  "line": 82,
                                  "column": 31
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "start": 3049,
                              "end": 3059,
                              "loc": {
                                "start": {
                                  "line": 82,
                                  "column": 33
                                },
                                "end": {
                                  "line": 82,
                                  "column": 43
                                },
                                "identifierName": "intersects"
                              },
                              "name": "intersects"
                            },
                            {
                              "type": "MemberExpression",
                              "start": 3061,
                              "end": 3088,
                              "loc": {
                                "start": {
                                  "line": 82,
                                  "column": 45
                                },
                                "end": {
                                  "line": 82,
                                  "column": 72
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3061,
                                "end": 3079,
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 45
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 63
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3061,
                                  "end": 3067,
                                  "loc": {
                                    "start": {
                                      "line": 82,
                                      "column": 45
                                    },
                                    "end": {
                                      "line": 82,
                                      "column": 51
                                    },
                                    "identifierName": "parent"
                                  },
                                  "name": "parent"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3068,
                                  "end": 3079,
                                  "loc": {
                                    "start": {
                                      "line": 82,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 82,
                                      "column": 63
                                    },
                                    "identifierName": "interaction"
                                  },
                                  "name": "interaction"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3080,
                                "end": 3088,
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 64
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 72
                                  },
                                  "identifierName": "approach"
                                },
                                "name": "approach"
                              },
                              "computed": false
                            }
                          ]
                        }
                      },
                      "alternate": null,
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " true op allows raycast",
                          "start": 2966,
                          "end": 2991,
                          "loc": {
                            "start": {
                              "line": 80,
                              "column": 8
                            },
                            "end": {
                              "line": 80,
                              "column": 33
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 3100,
                      "end": 3548,
                      "loc": {
                        "start": {
                          "line": 84,
                          "column": 8
                        },
                        "end": {
                          "line": 94,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 3104,
                        "end": 3130,
                        "loc": {
                          "start": {
                            "line": 84,
                            "column": 12
                          },
                          "end": {
                            "line": 84,
                            "column": 38
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 3104,
                          "end": 3121,
                          "loc": {
                            "start": {
                              "line": 84,
                              "column": 12
                            },
                            "end": {
                              "line": 84,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 3104,
                            "end": 3114,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 12
                              },
                              "end": {
                                "line": 84,
                                "column": 22
                              },
                              "identifierName": "intersects"
                            },
                            "name": "intersects"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3115,
                            "end": 3121,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 23
                              },
                              "end": {
                                "line": 84,
                                "column": 29
                              },
                              "identifierName": "length"
                            },
                            "name": "length"
                          },
                          "computed": false
                        },
                        "operator": "!=",
                        "right": {
                          "type": "Identifier",
                          "start": 3125,
                          "end": 3130,
                          "loc": {
                            "start": {
                              "line": 84,
                              "column": 33
                            },
                            "end": {
                              "line": 84,
                              "column": 38
                            },
                            "identifierName": "count"
                          },
                          "name": "count"
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 3132,
                        "end": 3548,
                        "loc": {
                          "start": {
                            "line": 84,
                            "column": 40
                          },
                          "end": {
                            "line": 94,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ForStatement",
                            "start": 3146,
                            "end": 3538,
                            "loc": {
                              "start": {
                                "line": 85,
                                "column": 12
                              },
                              "end": {
                                "line": 93,
                                "column": 13
                              }
                            },
                            "init": {
                              "type": "VariableDeclaration",
                              "start": 3151,
                              "end": 3198,
                              "loc": {
                                "start": {
                                  "line": 85,
                                  "column": 17
                                },
                                "end": {
                                  "line": 85,
                                  "column": 64
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 3155,
                                  "end": 3164,
                                  "loc": {
                                    "start": {
                                      "line": 85,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 85,
                                      "column": 30
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 3155,
                                    "end": 3156,
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 22
                                      },
                                      "identifierName": "i"
                                    },
                                    "name": "i"
                                  },
                                  "init": {
                                    "type": "Identifier",
                                    "start": 3159,
                                    "end": 3164,
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 30
                                      },
                                      "identifierName": "count"
                                    },
                                    "name": "count"
                                  }
                                },
                                {
                                  "type": "VariableDeclarator",
                                  "start": 3166,
                                  "end": 3175,
                                  "loc": {
                                    "start": {
                                      "line": 85,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 85,
                                      "column": 41
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 3166,
                                    "end": 3175,
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 41
                                      },
                                      "identifierName": "intersect"
                                    },
                                    "name": "intersect"
                                  },
                                  "init": null
                                },
                                {
                                  "type": "VariableDeclarator",
                                  "start": 3177,
                                  "end": 3198,
                                  "loc": {
                                    "start": {
                                      "line": 85,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 85,
                                      "column": 64
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 3177,
                                    "end": 3178,
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 44
                                      },
                                      "identifierName": "l"
                                    },
                                    "name": "l"
                                  },
                                  "init": {
                                    "type": "MemberExpression",
                                    "start": 3181,
                                    "end": 3198,
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 64
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3181,
                                      "end": 3191,
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 47
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 57
                                        },
                                        "identifierName": "intersects"
                                      },
                                      "name": "intersects"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3192,
                                      "end": 3198,
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 58
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 64
                                        },
                                        "identifierName": "length"
                                      },
                                      "name": "length"
                                    },
                                    "computed": false
                                  }
                                }
                              ],
                              "kind": "let"
                            },
                            "test": {
                              "type": "BinaryExpression",
                              "start": 3200,
                              "end": 3205,
                              "loc": {
                                "start": {
                                  "line": 85,
                                  "column": 66
                                },
                                "end": {
                                  "line": 85,
                                  "column": 71
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 3200,
                                "end": 3201,
                                "loc": {
                                  "start": {
                                    "line": 85,
                                    "column": 66
                                  },
                                  "end": {
                                    "line": 85,
                                    "column": 67
                                  },
                                  "identifierName": "i"
                                },
                                "name": "i"
                              },
                              "operator": "<",
                              "right": {
                                "type": "Identifier",
                                "start": 3204,
                                "end": 3205,
                                "loc": {
                                  "start": {
                                    "line": 85,
                                    "column": 70
                                  },
                                  "end": {
                                    "line": 85,
                                    "column": 71
                                  },
                                  "identifierName": "l"
                                },
                                "name": "l"
                              }
                            },
                            "update": {
                              "type": "UpdateExpression",
                              "start": 3207,
                              "end": 3210,
                              "loc": {
                                "start": {
                                  "line": 85,
                                  "column": 73
                                },
                                "end": {
                                  "line": 85,
                                  "column": 76
                                }
                              },
                              "operator": "++",
                              "prefix": false,
                              "argument": {
                                "type": "Identifier",
                                "start": 3207,
                                "end": 3208,
                                "loc": {
                                  "start": {
                                    "line": 85,
                                    "column": 73
                                  },
                                  "end": {
                                    "line": 85,
                                    "column": 74
                                  },
                                  "identifierName": "i"
                                },
                                "name": "i"
                              }
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 3212,
                              "end": 3538,
                              "loc": {
                                "start": {
                                  "line": 85,
                                  "column": 78
                                },
                                "end": {
                                  "line": 93,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3230,
                                  "end": 3256,
                                  "loc": {
                                    "start": {
                                      "line": 86,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 86,
                                      "column": 42
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3230,
                                    "end": 3255,
                                    "loc": {
                                      "start": {
                                        "line": 86,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 86,
                                        "column": 41
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "Identifier",
                                      "start": 3230,
                                      "end": 3239,
                                      "loc": {
                                        "start": {
                                          "line": 86,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 86,
                                          "column": 25
                                        },
                                        "identifierName": "intersect"
                                      },
                                      "name": "intersect"
                                    },
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 3242,
                                      "end": 3255,
                                      "loc": {
                                        "start": {
                                          "line": 86,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 86,
                                          "column": 41
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3242,
                                        "end": 3252,
                                        "loc": {
                                          "start": {
                                            "line": 86,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 38
                                          },
                                          "identifierName": "intersects"
                                        },
                                        "name": "intersects"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3253,
                                        "end": 3254,
                                        "loc": {
                                          "start": {
                                            "line": 86,
                                            "column": 39
                                          },
                                          "end": {
                                            "line": 86,
                                            "column": 40
                                          },
                                          "identifierName": "i"
                                        },
                                        "name": "i"
                                      },
                                      "computed": true
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 3273,
                                  "end": 3301,
                                  "loc": {
                                    "start": {
                                      "line": 87,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 87,
                                      "column": 44
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 3273,
                                    "end": 3300,
                                    "loc": {
                                      "start": {
                                        "line": 87,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 87,
                                        "column": 43
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 3273,
                                      "end": 3291,
                                      "loc": {
                                        "start": {
                                          "line": 87,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 87,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 3273,
                                        "end": 3282,
                                        "loc": {
                                          "start": {
                                            "line": 87,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 87,
                                            "column": 25
                                          },
                                          "identifierName": "intersect"
                                        },
                                        "name": "intersect"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3283,
                                        "end": 3291,
                                        "loc": {
                                          "start": {
                                            "line": 87,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 87,
                                            "column": 34
                                          },
                                          "identifierName": "receiver"
                                        },
                                        "name": "receiver"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "start": 3294,
                                      "end": 3300,
                                      "loc": {
                                        "start": {
                                          "line": 87,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 87,
                                          "column": 43
                                        },
                                        "identifierName": "parent"
                                      },
                                      "name": "parent"
                                    }
                                  },
                                  "trailingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": " If the parent/receiver is not recursive data.object should point back to it",
                                      "start": 3319,
                                      "end": 3397,
                                      "loc": {
                                        "start": {
                                          "line": 89,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 89,
                                          "column": 94
                                        }
                                      }
                                    }
                                  ]
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 3414,
                                  "end": 3524,
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 92,
                                      "column": 17
                                    }
                                  },
                                  "test": {
                                    "type": "UnaryExpression",
                                    "start": 3418,
                                    "end": 3447,
                                    "loc": {
                                      "start": {
                                        "line": 90,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 90,
                                        "column": 49
                                      }
                                    },
                                    "operator": "!",
                                    "prefix": true,
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 3419,
                                      "end": 3447,
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 49
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 3419,
                                        "end": 3437,
                                        "loc": {
                                          "start": {
                                            "line": 90,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 90,
                                            "column": 39
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 3419,
                                          "end": 3425,
                                          "loc": {
                                            "start": {
                                              "line": 90,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 90,
                                              "column": 27
                                            },
                                            "identifierName": "parent"
                                          },
                                          "name": "parent",
                                          "leadingComments": null
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 3426,
                                          "end": 3437,
                                          "loc": {
                                            "start": {
                                              "line": 90,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 90,
                                              "column": 39
                                            },
                                            "identifierName": "interaction"
                                          },
                                          "name": "interaction"
                                        },
                                        "computed": false,
                                        "leadingComments": null
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 3438,
                                        "end": 3447,
                                        "loc": {
                                          "start": {
                                            "line": 90,
                                            "column": 40
                                          },
                                          "end": {
                                            "line": 90,
                                            "column": 49
                                          },
                                          "identifierName": "recursive"
                                        },
                                        "name": "recursive"
                                      },
                                      "computed": false,
                                      "leadingComments": null
                                    },
                                    "extra": {
                                      "parenthesizedArgument": false
                                    },
                                    "leadingComments": null
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 3449,
                                    "end": 3524,
                                    "loc": {
                                      "start": {
                                        "line": 90,
                                        "column": 51
                                      },
                                      "end": {
                                        "line": 92,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 3471,
                                        "end": 3506,
                                        "loc": {
                                          "start": {
                                            "line": 91,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 91,
                                            "column": 55
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 3471,
                                          "end": 3505,
                                          "loc": {
                                            "start": {
                                              "line": 91,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 91,
                                              "column": 54
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 3471,
                                            "end": 3496,
                                            "loc": {
                                              "start": {
                                                "line": 91,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 91,
                                                "column": 45
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3471,
                                              "end": 3489,
                                              "loc": {
                                                "start": {
                                                  "line": 91,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 91,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3471,
                                                "end": 3480,
                                                "loc": {
                                                  "start": {
                                                    "line": 91,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 91,
                                                    "column": 29
                                                  },
                                                  "identifierName": "intersect"
                                                },
                                                "name": "intersect"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3481,
                                                "end": 3489,
                                                "loc": {
                                                  "start": {
                                                    "line": 91,
                                                    "column": 30
                                                  },
                                                  "end": {
                                                    "line": 91,
                                                    "column": 38
                                                  },
                                                  "identifierName": "receiver"
                                                },
                                                "name": "receiver"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3490,
                                              "end": 3496,
                                              "loc": {
                                                "start": {
                                                  "line": 91,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 91,
                                                  "column": 45
                                                },
                                                "identifierName": "object"
                                              },
                                              "name": "object"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "Identifier",
                                            "start": 3499,
                                            "end": 3505,
                                            "loc": {
                                              "start": {
                                                "line": 91,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 91,
                                                "column": 54
                                              },
                                              "identifierName": "parent"
                                            },
                                            "name": "parent"
                                          }
                                        }
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": null,
                                  "leadingComments": [
                                    {
                                      "type": "CommentLine",
                                      "value": " If the parent/receiver is not recursive data.object should point back to it",
                                      "start": 3319,
                                      "end": 3397,
                                      "loc": {
                                        "start": {
                                          "line": 89,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 89,
                                          "column": 94
                                        }
                                      }
                                    }
                                  ]
                                }
                              ],
                              "directives": []
                            }
                          }
                        ],
                        "directives": [],
                        "trailingComments": null
                      },
                      "alternate": null,
                      "trailingComments": [
                        {
                          "type": "CommentLine",
                          "value": " If the root is not recursive there's no point in iterating further",
                          "start": 3558,
                          "end": 3627,
                          "loc": {
                            "start": {
                              "line": 96,
                              "column": 8
                            },
                            "end": {
                              "line": 96,
                              "column": 77
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "IfStatement",
                      "start": 3636,
                      "end": 3690,
                      "loc": {
                        "start": {
                          "line": 97,
                          "column": 8
                        },
                        "end": {
                          "line": 98,
                          "column": 19
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 3640,
                        "end": 3669,
                        "loc": {
                          "start": {
                            "line": 97,
                            "column": 12
                          },
                          "end": {
                            "line": 97,
                            "column": 41
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 3641,
                          "end": 3669,
                          "loc": {
                            "start": {
                              "line": 97,
                              "column": 13
                            },
                            "end": {
                              "line": 97,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 3641,
                            "end": 3659,
                            "loc": {
                              "start": {
                                "line": 97,
                                "column": 13
                              },
                              "end": {
                                "line": 97,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 3641,
                              "end": 3647,
                              "loc": {
                                "start": {
                                  "line": 97,
                                  "column": 13
                                },
                                "end": {
                                  "line": 97,
                                  "column": 19
                                },
                                "identifierName": "parent"
                              },
                              "name": "parent",
                              "leadingComments": null
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 3648,
                              "end": 3659,
                              "loc": {
                                "start": {
                                  "line": 97,
                                  "column": 20
                                },
                                "end": {
                                  "line": 97,
                                  "column": 31
                                },
                                "identifierName": "interaction"
                              },
                              "name": "interaction"
                            },
                            "computed": false,
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 3660,
                            "end": 3669,
                            "loc": {
                              "start": {
                                "line": 97,
                                "column": 32
                              },
                              "end": {
                                "line": 97,
                                "column": 41
                              },
                              "identifierName": "recursive"
                            },
                            "name": "recursive"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "extra": {
                          "parenthesizedArgument": false
                        },
                        "leadingComments": null
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 3683,
                        "end": 3690,
                        "loc": {
                          "start": {
                            "line": 98,
                            "column": 12
                          },
                          "end": {
                            "line": 98,
                            "column": 19
                          }
                        },
                        "argument": null
                      },
                      "alternate": null,
                      "leadingComments": [
                        {
                          "type": "CommentLine",
                          "value": " If the root is not recursive there's no point in iterating further",
                          "start": 3558,
                          "end": 3627,
                          "loc": {
                            "start": {
                              "line": 96,
                              "column": 8
                            },
                            "end": {
                              "line": 96,
                              "column": 77
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ForStatement",
                      "start": 3700,
                      "end": 4467,
                      "loc": {
                        "start": {
                          "line": 100,
                          "column": 8
                        },
                        "end": {
                          "line": 115,
                          "column": 9
                        }
                      },
                      "init": {
                        "type": "VariableDeclaration",
                        "start": 3705,
                        "end": 3749,
                        "loc": {
                          "start": {
                            "line": 100,
                            "column": 13
                          },
                          "end": {
                            "line": 100,
                            "column": 57
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 3709,
                            "end": 3714,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 17
                              },
                              "end": {
                                "line": 100,
                                "column": 22
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 3709,
                              "end": 3710,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 17
                                },
                                "end": {
                                  "line": 100,
                                  "column": 18
                                },
                                "identifierName": "i"
                              },
                              "name": "i"
                            },
                            "init": {
                              "type": "NumericLiteral",
                              "start": 3713,
                              "end": 3714,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 21
                                },
                                "end": {
                                  "line": 100,
                                  "column": 22
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 3716,
                            "end": 3742,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 24
                              },
                              "end": {
                                "line": 100,
                                "column": 50
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 3716,
                              "end": 3717,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 24
                                },
                                "end": {
                                  "line": 100,
                                  "column": 25
                                },
                                "identifierName": "l"
                              },
                              "name": "l"
                            },
                            "init": {
                              "type": "MemberExpression",
                              "start": 3720,
                              "end": 3742,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 28
                                },
                                "end": {
                                  "line": 100,
                                  "column": 50
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 3720,
                                "end": 3735,
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 43
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3720,
                                  "end": 3726,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 100,
                                      "column": 34
                                    },
                                    "identifierName": "object"
                                  },
                                  "name": "object"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3727,
                                  "end": 3735,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 100,
                                      "column": 43
                                    },
                                    "identifierName": "children"
                                  },
                                  "name": "children"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 3736,
                                "end": 3742,
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 50
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "computed": false
                            }
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 3744,
                            "end": 3749,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 52
                              },
                              "end": {
                                "line": 100,
                                "column": 57
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 3744,
                              "end": 3749,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 52
                                },
                                "end": {
                                  "line": 100,
                                  "column": 57
                                },
                                "identifierName": "child"
                              },
                              "name": "child"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 3751,
                        "end": 3756,
                        "loc": {
                          "start": {
                            "line": 100,
                            "column": 59
                          },
                          "end": {
                            "line": 100,
                            "column": 64
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 3751,
                          "end": 3752,
                          "loc": {
                            "start": {
                              "line": 100,
                              "column": 59
                            },
                            "end": {
                              "line": 100,
                              "column": 60
                            },
                            "identifierName": "i"
                          },
                          "name": "i"
                        },
                        "operator": "<",
                        "right": {
                          "type": "Identifier",
                          "start": 3755,
                          "end": 3756,
                          "loc": {
                            "start": {
                              "line": 100,
                              "column": 63
                            },
                            "end": {
                              "line": 100,
                              "column": 64
                            },
                            "identifierName": "l"
                          },
                          "name": "l"
                        }
                      },
                      "update": {
                        "type": "UpdateExpression",
                        "start": 3758,
                        "end": 3761,
                        "loc": {
                          "start": {
                            "line": 100,
                            "column": 66
                          },
                          "end": {
                            "line": 100,
                            "column": 69
                          }
                        },
                        "operator": "++",
                        "prefix": false,
                        "argument": {
                          "type": "Identifier",
                          "start": 3758,
                          "end": 3759,
                          "loc": {
                            "start": {
                              "line": 100,
                              "column": 66
                            },
                            "end": {
                              "line": 100,
                              "column": 67
                            },
                            "identifierName": "i"
                          },
                          "name": "i"
                        }
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 3763,
                        "end": 4467,
                        "loc": {
                          "start": {
                            "line": 100,
                            "column": 71
                          },
                          "end": {
                            "line": 115,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 3777,
                            "end": 3804,
                            "loc": {
                              "start": {
                                "line": 101,
                                "column": 12
                              },
                              "end": {
                                "line": 101,
                                "column": 39
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 3777,
                              "end": 3803,
                              "loc": {
                                "start": {
                                  "line": 101,
                                  "column": 12
                                },
                                "end": {
                                  "line": 101,
                                  "column": 38
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 3777,
                                "end": 3782,
                                "loc": {
                                  "start": {
                                    "line": 101,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 17
                                  },
                                  "identifierName": "child"
                                },
                                "name": "child"
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 3785,
                                "end": 3803,
                                "loc": {
                                  "start": {
                                    "line": 101,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 101,
                                    "column": 38
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 3785,
                                  "end": 3800,
                                  "loc": {
                                    "start": {
                                      "line": 101,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 101,
                                      "column": 35
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 3785,
                                    "end": 3791,
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 26
                                      },
                                      "identifierName": "object"
                                    },
                                    "name": "object"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 3792,
                                    "end": 3800,
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 35
                                      },
                                      "identifierName": "children"
                                    },
                                    "name": "children"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3801,
                                  "end": 3802,
                                  "loc": {
                                    "start": {
                                      "line": 101,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 101,
                                      "column": 37
                                    },
                                    "identifierName": "i"
                                  },
                                  "name": "i"
                                },
                                "computed": true
                              }
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 3817,
                            "end": 4457,
                            "loc": {
                              "start": {
                                "line": 102,
                                "column": 12
                              },
                              "end": {
                                "line": 114,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 3821,
                              "end": 3855,
                              "loc": {
                                "start": {
                                  "line": 102,
                                  "column": 16
                                },
                                "end": {
                                  "line": 102,
                                  "column": 50
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 3821,
                                "end": 3834,
                                "loc": {
                                  "start": {
                                    "line": 102,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 102,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3821,
                                  "end": 3826,
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 21
                                    },
                                    "identifierName": "child"
                                  },
                                  "name": "child"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3827,
                                  "end": 3834,
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 29
                                    },
                                    "identifierName": "visible"
                                  },
                                  "name": "visible"
                                },
                                "computed": false
                              },
                              "operator": "&&",
                              "right": {
                                "type": "MemberExpression",
                                "start": 3838,
                                "end": 3855,
                                "loc": {
                                  "start": {
                                    "line": 102,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 102,
                                    "column": 50
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 3838,
                                  "end": 3843,
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 38
                                    },
                                    "identifierName": "child"
                                  },
                                  "name": "child"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 3844,
                                  "end": 3855,
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 50
                                    },
                                    "identifierName": "interactive"
                                  },
                                  "name": "interactive"
                                },
                                "computed": false
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 3857,
                              "end": 4457,
                              "loc": {
                                "start": {
                                  "line": 102,
                                  "column": 52
                                },
                                "end": {
                                  "line": 114,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 3875,
                                  "end": 4443,
                                  "loc": {
                                    "start": {
                                      "line": 103,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 113,
                                      "column": 17
                                    }
                                  },
                                  "test": {
                                    "type": "MemberExpression",
                                    "start": 3879,
                                    "end": 3893,
                                    "loc": {
                                      "start": {
                                        "line": 103,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 103,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 3879,
                                      "end": 3884,
                                      "loc": {
                                        "start": {
                                          "line": 103,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 103,
                                          "column": 25
                                        },
                                        "identifierName": "child"
                                      },
                                      "name": "child"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 3885,
                                      "end": 3893,
                                      "loc": {
                                        "start": {
                                          "line": 103,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 103,
                                          "column": 34
                                        },
                                        "identifierName": "material"
                                      },
                                      "name": "material"
                                    },
                                    "computed": false
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 3894,
                                    "end": 4072,
                                    "loc": {
                                      "start": {
                                        "line": 103,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 107,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "IfStatement",
                                        "start": 3916,
                                        "end": 4054,
                                        "loc": {
                                          "start": {
                                            "line": 104,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 106,
                                            "column": 21
                                          }
                                        },
                                        "test": {
                                          "type": "BinaryExpression",
                                          "start": 3919,
                                          "end": 3950,
                                          "loc": {
                                            "start": {
                                              "line": 104,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 104,
                                              "column": 54
                                            }
                                          },
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 3919,
                                            "end": 3941,
                                            "loc": {
                                              "start": {
                                                "line": 104,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 104,
                                                "column": 45
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3919,
                                              "end": 3933,
                                              "loc": {
                                                "start": {
                                                  "line": 104,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 104,
                                                  "column": 37
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3919,
                                                "end": 3924,
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 28
                                                  },
                                                  "identifierName": "child"
                                                },
                                                "name": "child"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3925,
                                                "end": 3933,
                                                "loc": {
                                                  "start": {
                                                    "line": 104,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 104,
                                                    "column": 37
                                                  },
                                                  "identifierName": "material"
                                                },
                                                "name": "material"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3934,
                                              "end": 3941,
                                              "loc": {
                                                "start": {
                                                  "line": 104,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 104,
                                                  "column": 45
                                                },
                                                "identifierName": "visible"
                                              },
                                              "name": "visible"
                                            },
                                            "computed": false
                                          },
                                          "operator": "===",
                                          "right": {
                                            "type": "BooleanLiteral",
                                            "start": 3946,
                                            "end": 3950,
                                            "loc": {
                                              "start": {
                                                "line": 104,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 104,
                                                "column": 54
                                              }
                                            },
                                            "value": true
                                          }
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 3951,
                                          "end": 4054,
                                          "loc": {
                                            "start": {
                                              "line": 104,
                                              "column": 55
                                            },
                                            "end": {
                                              "line": 106,
                                              "column": 21
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 3977,
                                              "end": 4032,
                                              "loc": {
                                                "start": {
                                                  "line": 105,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 105,
                                                  "column": 79
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 3977,
                                                "end": 4031,
                                                "loc": {
                                                  "start": {
                                                    "line": 105,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 105,
                                                    "column": 78
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 3977,
                                                  "end": 3991,
                                                  "loc": {
                                                    "start": {
                                                      "line": 105,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 105,
                                                      "column": 38
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 3977,
                                                    "end": 3981,
                                                    "loc": {
                                                      "start": {
                                                        "line": 105,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 105,
                                                        "column": 28
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3982,
                                                    "end": 3991,
                                                    "loc": {
                                                      "start": {
                                                        "line": 105,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 105,
                                                        "column": 38
                                                      },
                                                      "identifierName": "intersect"
                                                    },
                                                    "name": "intersect"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 3992,
                                                    "end": 3997,
                                                    "loc": {
                                                      "start": {
                                                        "line": 105,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 105,
                                                        "column": 44
                                                      },
                                                      "identifierName": "child"
                                                    },
                                                    "name": "child"
                                                  },
                                                  {
                                                    "type": "BooleanLiteral",
                                                    "start": 3999,
                                                    "end": 4003,
                                                    "loc": {
                                                      "start": {
                                                        "line": 105,
                                                        "column": 46
                                                      },
                                                      "end": {
                                                        "line": 105,
                                                        "column": 50
                                                      }
                                                    },
                                                    "value": true
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 4005,
                                                    "end": 4015,
                                                    "loc": {
                                                      "start": {
                                                        "line": 105,
                                                        "column": 52
                                                      },
                                                      "end": {
                                                        "line": 105,
                                                        "column": 62
                                                      },
                                                      "identifierName": "intersects"
                                                    },
                                                    "name": "intersects"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 4017,
                                                    "end": 4022,
                                                    "loc": {
                                                      "start": {
                                                        "line": 105,
                                                        "column": 64
                                                      },
                                                      "end": {
                                                        "line": 105,
                                                        "column": 69
                                                      },
                                                      "identifierName": "types"
                                                    },
                                                    "name": "types"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 4024,
                                                    "end": 4030,
                                                    "loc": {
                                                      "start": {
                                                        "line": 105,
                                                        "column": 71
                                                      },
                                                      "end": {
                                                        "line": 105,
                                                        "column": 77
                                                      },
                                                      "identifierName": "parent"
                                                    },
                                                    "name": "parent"
                                                  }
                                                ]
                                              }
                                            }
                                          ],
                                          "directives": []
                                        },
                                        "alternate": null
                                      }
                                    ],
                                    "directives": []
                                  },
                                  "alternate": {
                                    "type": "IfStatement",
                                    "start": 4078,
                                    "end": 4443,
                                    "loc": {
                                      "start": {
                                        "line": 107,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 113,
                                        "column": 17
                                      }
                                    },
                                    "test": {
                                      "type": "LogicalExpression",
                                      "start": 4082,
                                      "end": 4154,
                                      "loc": {
                                        "start": {
                                          "line": 107,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 107,
                                          "column": 99
                                        }
                                      },
                                      "left": {
                                        "type": "LogicalExpression",
                                        "start": 4082,
                                        "end": 4120,
                                        "loc": {
                                          "start": {
                                            "line": 107,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 107,
                                            "column": 65
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 4082,
                                          "end": 4097,
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 42
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4082,
                                            "end": 4087,
                                            "loc": {
                                              "start": {
                                                "line": 107,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 107,
                                                "column": 32
                                              },
                                              "identifierName": "child"
                                            },
                                            "name": "child"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4088,
                                            "end": 4097,
                                            "loc": {
                                              "start": {
                                                "line": 107,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 107,
                                                "column": 42
                                              },
                                              "identifierName": "materials"
                                            },
                                            "name": "materials"
                                          },
                                          "computed": false
                                        },
                                        "operator": "&&",
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 4101,
                                          "end": 4120,
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 65
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 4101,
                                            "end": 4116,
                                            "loc": {
                                              "start": {
                                                "line": 107,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 107,
                                                "column": 61
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 4101,
                                              "end": 4106,
                                              "loc": {
                                                "start": {
                                                  "line": 107,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 107,
                                                  "column": 51
                                                },
                                                "identifierName": "child"
                                              },
                                              "name": "child"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4107,
                                              "end": 4116,
                                              "loc": {
                                                "start": {
                                                  "line": 107,
                                                  "column": 52
                                                },
                                                "end": {
                                                  "line": 107,
                                                  "column": 61
                                                },
                                                "identifierName": "materials"
                                              },
                                              "name": "materials"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4117,
                                            "end": 4120,
                                            "loc": {
                                              "start": {
                                                "line": 107,
                                                "column": 62
                                              },
                                              "end": {
                                                "line": 107,
                                                "column": 65
                                              },
                                              "identifierName": "all"
                                            },
                                            "name": "all"
                                          },
                                          "computed": false
                                        }
                                      },
                                      "operator": "&&",
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 4124,
                                        "end": 4154,
                                        "loc": {
                                          "start": {
                                            "line": 107,
                                            "column": 69
                                          },
                                          "end": {
                                            "line": 107,
                                            "column": 99
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 4124,
                                          "end": 4150,
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 69
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 95
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 4124,
                                            "end": 4143,
                                            "loc": {
                                              "start": {
                                                "line": 107,
                                                "column": 69
                                              },
                                              "end": {
                                                "line": 107,
                                                "column": 88
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 4124,
                                              "end": 4139,
                                              "loc": {
                                                "start": {
                                                  "line": 107,
                                                  "column": 69
                                                },
                                                "end": {
                                                  "line": 107,
                                                  "column": 84
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4124,
                                                "end": 4129,
                                                "loc": {
                                                  "start": {
                                                    "line": 107,
                                                    "column": 69
                                                  },
                                                  "end": {
                                                    "line": 107,
                                                    "column": 74
                                                  },
                                                  "identifierName": "child"
                                                },
                                                "name": "child"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4130,
                                                "end": 4139,
                                                "loc": {
                                                  "start": {
                                                    "line": 107,
                                                    "column": 75
                                                  },
                                                  "end": {
                                                    "line": 107,
                                                    "column": 84
                                                  },
                                                  "identifierName": "materials"
                                                },
                                                "name": "materials"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4140,
                                              "end": 4143,
                                              "loc": {
                                                "start": {
                                                  "line": 107,
                                                  "column": 85
                                                },
                                                "end": {
                                                  "line": 107,
                                                  "column": 88
                                                },
                                                "identifierName": "all"
                                              },
                                              "name": "all"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4144,
                                            "end": 4150,
                                            "loc": {
                                              "start": {
                                                "line": 107,
                                                "column": 89
                                              },
                                              "end": {
                                                "line": 107,
                                                "column": 95
                                              },
                                              "identifierName": "length"
                                            },
                                            "name": "length"
                                          },
                                          "computed": false
                                        },
                                        "operator": ">",
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 4153,
                                          "end": 4154,
                                          "loc": {
                                            "start": {
                                              "line": 107,
                                              "column": 98
                                            },
                                            "end": {
                                              "line": 107,
                                              "column": 99
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 0,
                                            "raw": "0"
                                          },
                                          "value": 0
                                        }
                                      }
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 4156,
                                      "end": 4342,
                                      "loc": {
                                        "start": {
                                          "line": 107,
                                          "column": 101
                                        },
                                        "end": {
                                          "line": 111,
                                          "column": 17
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "IfStatement",
                                          "start": 4178,
                                          "end": 4324,
                                          "loc": {
                                            "start": {
                                              "line": 108,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 110,
                                              "column": 21
                                            }
                                          },
                                          "test": {
                                            "type": "BinaryExpression",
                                            "start": 4181,
                                            "end": 4220,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 108,
                                                "column": 62
                                              }
                                            },
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 4181,
                                              "end": 4211,
                                              "loc": {
                                                "start": {
                                                  "line": 108,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 108,
                                                  "column": 53
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 4181,
                                                "end": 4203,
                                                "loc": {
                                                  "start": {
                                                    "line": 108,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 108,
                                                    "column": 45
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 4181,
                                                  "end": 4200,
                                                  "loc": {
                                                    "start": {
                                                      "line": 108,
                                                      "column": 23
                                                    },
                                                    "end": {
                                                      "line": 108,
                                                      "column": 42
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 4181,
                                                    "end": 4196,
                                                    "loc": {
                                                      "start": {
                                                        "line": 108,
                                                        "column": 23
                                                      },
                                                      "end": {
                                                        "line": 108,
                                                        "column": 38
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 4181,
                                                      "end": 4186,
                                                      "loc": {
                                                        "start": {
                                                          "line": 108,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 108,
                                                          "column": 28
                                                        },
                                                        "identifierName": "child"
                                                      },
                                                      "name": "child"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4187,
                                                      "end": 4196,
                                                      "loc": {
                                                        "start": {
                                                          "line": 108,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 108,
                                                          "column": 38
                                                        },
                                                        "identifierName": "materials"
                                                      },
                                                      "name": "materials"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4197,
                                                    "end": 4200,
                                                    "loc": {
                                                      "start": {
                                                        "line": 108,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 108,
                                                        "column": 42
                                                      },
                                                      "identifierName": "all"
                                                    },
                                                    "name": "all"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "NumericLiteral",
                                                  "start": 4201,
                                                  "end": 4202,
                                                  "loc": {
                                                    "start": {
                                                      "line": 108,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 108,
                                                      "column": 44
                                                    }
                                                  },
                                                  "extra": {
                                                    "rawValue": 0,
                                                    "raw": "0"
                                                  },
                                                  "value": 0
                                                },
                                                "computed": true
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4204,
                                                "end": 4211,
                                                "loc": {
                                                  "start": {
                                                    "line": 108,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 108,
                                                    "column": 53
                                                  },
                                                  "identifierName": "visible"
                                                },
                                                "name": "visible"
                                              },
                                              "computed": false
                                            },
                                            "operator": "===",
                                            "right": {
                                              "type": "BooleanLiteral",
                                              "start": 4216,
                                              "end": 4220,
                                              "loc": {
                                                "start": {
                                                  "line": 108,
                                                  "column": 58
                                                },
                                                "end": {
                                                  "line": 108,
                                                  "column": 62
                                                }
                                              },
                                              "value": true
                                            }
                                          },
                                          "consequent": {
                                            "type": "BlockStatement",
                                            "start": 4221,
                                            "end": 4324,
                                            "loc": {
                                              "start": {
                                                "line": 108,
                                                "column": 63
                                              },
                                              "end": {
                                                "line": 110,
                                                "column": 21
                                              }
                                            },
                                            "body": [
                                              {
                                                "type": "ExpressionStatement",
                                                "start": 4247,
                                                "end": 4302,
                                                "loc": {
                                                  "start": {
                                                    "line": 109,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 109,
                                                    "column": 79
                                                  }
                                                },
                                                "expression": {
                                                  "type": "CallExpression",
                                                  "start": 4247,
                                                  "end": 4301,
                                                  "loc": {
                                                    "start": {
                                                      "line": 109,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 109,
                                                      "column": 78
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 4247,
                                                    "end": 4261,
                                                    "loc": {
                                                      "start": {
                                                        "line": 109,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 109,
                                                        "column": 38
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 4247,
                                                      "end": 4251,
                                                      "loc": {
                                                        "start": {
                                                          "line": 109,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 109,
                                                          "column": 28
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4252,
                                                      "end": 4261,
                                                      "loc": {
                                                        "start": {
                                                          "line": 109,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 109,
                                                          "column": 38
                                                        },
                                                        "identifierName": "intersect"
                                                      },
                                                      "name": "intersect"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Identifier",
                                                      "start": 4262,
                                                      "end": 4267,
                                                      "loc": {
                                                        "start": {
                                                          "line": 109,
                                                          "column": 39
                                                        },
                                                        "end": {
                                                          "line": 109,
                                                          "column": 44
                                                        },
                                                        "identifierName": "child"
                                                      },
                                                      "name": "child"
                                                    },
                                                    {
                                                      "type": "BooleanLiteral",
                                                      "start": 4269,
                                                      "end": 4273,
                                                      "loc": {
                                                        "start": {
                                                          "line": 109,
                                                          "column": 46
                                                        },
                                                        "end": {
                                                          "line": 109,
                                                          "column": 50
                                                        }
                                                      },
                                                      "value": true
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "start": 4275,
                                                      "end": 4285,
                                                      "loc": {
                                                        "start": {
                                                          "line": 109,
                                                          "column": 52
                                                        },
                                                        "end": {
                                                          "line": 109,
                                                          "column": 62
                                                        },
                                                        "identifierName": "intersects"
                                                      },
                                                      "name": "intersects"
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "start": 4287,
                                                      "end": 4292,
                                                      "loc": {
                                                        "start": {
                                                          "line": 109,
                                                          "column": 64
                                                        },
                                                        "end": {
                                                          "line": 109,
                                                          "column": 69
                                                        },
                                                        "identifierName": "types"
                                                      },
                                                      "name": "types"
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "start": 4294,
                                                      "end": 4300,
                                                      "loc": {
                                                        "start": {
                                                          "line": 109,
                                                          "column": 71
                                                        },
                                                        "end": {
                                                          "line": 109,
                                                          "column": 77
                                                        },
                                                        "identifierName": "parent"
                                                      },
                                                      "name": "parent"
                                                    }
                                                  ]
                                                }
                                              }
                                            ],
                                            "directives": []
                                          },
                                          "alternate": null
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": {
                                      "type": "BlockStatement",
                                      "start": 4348,
                                      "end": 4443,
                                      "loc": {
                                        "start": {
                                          "line": 111,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 113,
                                          "column": 17
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 4370,
                                          "end": 4425,
                                          "loc": {
                                            "start": {
                                              "line": 112,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 112,
                                              "column": 75
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 4370,
                                            "end": 4424,
                                            "loc": {
                                              "start": {
                                                "line": 112,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 112,
                                                "column": 74
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4370,
                                              "end": 4384,
                                              "loc": {
                                                "start": {
                                                  "line": 112,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 112,
                                                  "column": 34
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 4370,
                                                "end": 4374,
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 112,
                                                    "column": 24
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4375,
                                                "end": 4384,
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 112,
                                                    "column": 34
                                                  },
                                                  "identifierName": "intersect"
                                                },
                                                "name": "intersect"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 4385,
                                                "end": 4390,
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 112,
                                                    "column": 40
                                                  },
                                                  "identifierName": "child"
                                                },
                                                "name": "child"
                                              },
                                              {
                                                "type": "BooleanLiteral",
                                                "start": 4392,
                                                "end": 4396,
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 112,
                                                    "column": 46
                                                  }
                                                },
                                                "value": true
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 4398,
                                                "end": 4408,
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 48
                                                  },
                                                  "end": {
                                                    "line": 112,
                                                    "column": 58
                                                  },
                                                  "identifierName": "intersects"
                                                },
                                                "name": "intersects"
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 4410,
                                                "end": 4415,
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 112,
                                                    "column": 65
                                                  },
                                                  "identifierName": "types"
                                                },
                                                "name": "types"
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 4417,
                                                "end": 4423,
                                                "loc": {
                                                  "start": {
                                                    "line": 112,
                                                    "column": 67
                                                  },
                                                  "end": {
                                                    "line": 112,
                                                    "column": 73
                                                  },
                                                  "identifierName": "parent"
                                                },
                                                "name": "parent"
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "directives": []
                                    }
                                  }
                                }
                              ],
                              "directives": []
                            },
                            "alternate": null
                          }
                        ],
                        "directives": []
                      }
                    }
                  ],
                  "directives": []
                }
              }
            ]
          },
          "leadingComments": [],
          "trailingComments": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 4477,
        "end": 4778,
        "loc": {
          "start": {
            "line": 119,
            "column": 0
          },
          "end": {
            "line": 123,
            "column": 1
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 4477,
          "end": 4778,
          "loc": {
            "start": {
              "line": 119,
              "column": 0
            },
            "end": {
              "line": 123,
              "column": 1
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 4477,
            "end": 4495,
            "loc": {
              "start": {
                "line": 119,
                "column": 0
              },
              "end": {
                "line": 119,
                "column": 18
              }
            },
            "object": {
              "type": "Identifier",
              "start": 4477,
              "end": 4486,
              "loc": {
                "start": {
                  "line": 119,
                  "column": 0
                },
                "end": {
                  "line": 119,
                  "column": 9
                },
                "identifierName": "Raycaster"
              },
              "name": "Raycaster"
            },
            "property": {
              "type": "Identifier",
              "start": 4487,
              "end": 4495,
              "loc": {
                "start": {
                  "line": 119,
                  "column": 10
                },
                "end": {
                  "line": 119,
                  "column": 18
                },
                "identifierName": "Approach"
              },
              "name": "Approach"
            },
            "computed": false
          },
          "right": {
            "type": "ObjectExpression",
            "start": 4498,
            "end": 4778,
            "loc": {
              "start": {
                "line": 119,
                "column": 21
              },
              "end": {
                "line": 123,
                "column": 1
              }
            },
            "properties": [
              {
                "type": "ObjectProperty",
                "start": 4504,
                "end": 4522,
                "loc": {
                  "start": {
                    "line": 120,
                    "column": 4
                  },
                  "end": {
                    "line": 120,
                    "column": 22
                  }
                },
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4504,
                  "end": 4511,
                  "loc": {
                    "start": {
                      "line": 120,
                      "column": 4
                    },
                    "end": {
                      "line": 120,
                      "column": 11
                    },
                    "identifierName": "Default"
                  },
                  "name": "Default"
                },
                "value": {
                  "type": "StringLiteral",
                  "start": 4513,
                  "end": 4522,
                  "loc": {
                    "start": {
                      "line": 120,
                      "column": 13
                    },
                    "end": {
                      "line": 120,
                      "column": 22
                    }
                  },
                  "extra": {
                    "rawValue": "Default",
                    "raw": "'Default'"
                  },
                  "value": "Default"
                }
              },
              {
                "type": "ObjectProperty",
                "start": 4585,
                "end": 4599,
                "loc": {
                  "start": {
                    "line": 121,
                    "column": 4
                  },
                  "end": {
                    "line": 121,
                    "column": 18
                  }
                },
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4585,
                  "end": 4590,
                  "loc": {
                    "start": {
                      "line": 121,
                      "column": 4
                    },
                    "end": {
                      "line": 121,
                      "column": 9
                    },
                    "identifierName": "First"
                  },
                  "name": "First",
                  "leadingComments": null
                },
                "value": {
                  "type": "StringLiteral",
                  "start": 4592,
                  "end": 4599,
                  "loc": {
                    "start": {
                      "line": 121,
                      "column": 11
                    },
                    "end": {
                      "line": 121,
                      "column": 18
                    }
                  },
                  "extra": {
                    "rawValue": "First",
                    "raw": "'First'"
                  },
                  "value": "First"
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " Precision: +++, Speed: -  , THREE.js default approach",
                    "start": 4524,
                    "end": 4580,
                    "loc": {
                      "start": {
                        "line": 120,
                        "column": 24
                      },
                      "end": {
                        "line": 120,
                        "column": 80
                      }
                    }
                  }
                ]
              },
              {
                "type": "ObjectProperty",
                "start": 4707,
                "end": 4723,
                "loc": {
                  "start": {
                    "line": 122,
                    "column": 4
                  },
                  "end": {
                    "line": 122,
                    "column": 20
                  }
                },
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 4707,
                  "end": 4713,
                  "loc": {
                    "start": {
                      "line": 122,
                      "column": 4
                    },
                    "end": {
                      "line": 122,
                      "column": 10
                    },
                    "identifierName": "Bounds"
                  },
                  "name": "Bounds",
                  "leadingComments": null
                },
                "value": {
                  "type": "StringLiteral",
                  "start": 4715,
                  "end": 4723,
                  "loc": {
                    "start": {
                      "line": 122,
                      "column": 12
                    },
                    "end": {
                      "line": 122,
                      "column": 20
                    }
                  },
                  "extra": {
                    "rawValue": "Bounds",
                    "raw": "'Bounds'"
                  },
                  "value": "Bounds",
                  "leadingComments": null,
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentLine",
                    "value": " Precision: +  , Speed: +  , First vertex found, may be the back-side vertex (affects distance)",
                    "start": 4605,
                    "end": 4702,
                    "loc": {
                      "start": {
                        "line": 121,
                        "column": 24
                      },
                      "end": {
                        "line": 121,
                        "column": 121
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentLine",
                    "value": " Precision: -  , Speed: +++, Checks bounds only",
                    "start": 4727,
                    "end": 4776,
                    "loc": {
                      "start": {
                        "line": 122,
                        "column": 24
                      },
                      "end": {
                        "line": 122,
                        "column": 73
                      }
                    }
                  }
                ]
              }
            ]
          }
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 4780,
        "end": 5141,
        "loc": {
          "start": {
            "line": 125,
            "column": 0
          },
          "end": {
            "line": 132,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 4789,
          "end": 4803,
          "loc": {
            "start": {
              "line": 125,
              "column": 9
            },
            "end": {
              "line": 125,
              "column": 23
            },
            "identifierName": "uvIntersection"
          },
          "name": "uvIntersection"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 4805,
            "end": 4814,
            "loc": {
              "start": {
                "line": 125,
                "column": 25
              },
              "end": {
                "line": 125,
                "column": 34
              },
              "identifierName": "raycaster"
            },
            "name": "raycaster"
          },
          {
            "type": "Identifier",
            "start": 4816,
            "end": 4821,
            "loc": {
              "start": {
                "line": 125,
                "column": 36
              },
              "end": {
                "line": 125,
                "column": 41
              },
              "identifierName": "point"
            },
            "name": "point"
          },
          {
            "type": "Identifier",
            "start": 4823,
            "end": 4825,
            "loc": {
              "start": {
                "line": 125,
                "column": 43
              },
              "end": {
                "line": 125,
                "column": 45
              },
              "identifierName": "p1"
            },
            "name": "p1"
          },
          {
            "type": "Identifier",
            "start": 4827,
            "end": 4829,
            "loc": {
              "start": {
                "line": 125,
                "column": 47
              },
              "end": {
                "line": 125,
                "column": 49
              },
              "identifierName": "p2"
            },
            "name": "p2"
          },
          {
            "type": "Identifier",
            "start": 4831,
            "end": 4833,
            "loc": {
              "start": {
                "line": 125,
                "column": 51
              },
              "end": {
                "line": 125,
                "column": 53
              },
              "identifierName": "p3"
            },
            "name": "p3"
          },
          {
            "type": "Identifier",
            "start": 4835,
            "end": 4838,
            "loc": {
              "start": {
                "line": 125,
                "column": 55
              },
              "end": {
                "line": 125,
                "column": 58
              },
              "identifierName": "uv1"
            },
            "name": "uv1"
          },
          {
            "type": "Identifier",
            "start": 4840,
            "end": 4843,
            "loc": {
              "start": {
                "line": 125,
                "column": 60
              },
              "end": {
                "line": 125,
                "column": 63
              },
              "identifierName": "uv2"
            },
            "name": "uv2"
          },
          {
            "type": "Identifier",
            "start": 4845,
            "end": 4848,
            "loc": {
              "start": {
                "line": 125,
                "column": 65
              },
              "end": {
                "line": 125,
                "column": 68
              },
              "identifierName": "uv3"
            },
            "name": "uv3"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 4851,
          "end": 5141,
          "loc": {
            "start": {
              "line": 125,
              "column": 71
            },
            "end": {
              "line": 132,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ExpressionStatement",
              "start": 4857,
              "end": 4934,
              "loc": {
                "start": {
                  "line": 126,
                  "column": 4
                },
                "end": {
                  "line": 126,
                  "column": 81
                }
              },
              "expression": {
                "type": "CallExpression",
                "start": 4857,
                "end": 4933,
                "loc": {
                  "start": {
                    "line": 126,
                    "column": 4
                  },
                  "end": {
                    "line": 126,
                    "column": 80
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 4857,
                  "end": 4890,
                  "loc": {
                    "start": {
                      "line": 126,
                      "column": 4
                    },
                    "end": {
                      "line": 126,
                      "column": 37
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 4857,
                    "end": 4871,
                    "loc": {
                      "start": {
                        "line": 126,
                        "column": 4
                      },
                      "end": {
                        "line": 126,
                        "column": 18
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 4857,
                      "end": 4862,
                      "loc": {
                        "start": {
                          "line": 126,
                          "column": 4
                        },
                        "end": {
                          "line": 126,
                          "column": 9
                        },
                        "identifierName": "THREE"
                      },
                      "name": "THREE"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 4863,
                      "end": 4871,
                      "loc": {
                        "start": {
                          "line": 126,
                          "column": 10
                        },
                        "end": {
                          "line": 126,
                          "column": 18
                        },
                        "identifierName": "Triangle"
                      },
                      "name": "Triangle"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 4872,
                    "end": 4890,
                    "loc": {
                      "start": {
                        "line": 126,
                        "column": 19
                      },
                      "end": {
                        "line": 126,
                        "column": 37
                      },
                      "identifierName": "barycoordFromPoint"
                    },
                    "name": "barycoordFromPoint"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 4892,
                    "end": 4897,
                    "loc": {
                      "start": {
                        "line": 126,
                        "column": 39
                      },
                      "end": {
                        "line": 126,
                        "column": 44
                      },
                      "identifierName": "point"
                    },
                    "name": "point"
                  },
                  {
                    "type": "Identifier",
                    "start": 4899,
                    "end": 4901,
                    "loc": {
                      "start": {
                        "line": 126,
                        "column": 46
                      },
                      "end": {
                        "line": 126,
                        "column": 48
                      },
                      "identifierName": "p1"
                    },
                    "name": "p1"
                  },
                  {
                    "type": "Identifier",
                    "start": 4903,
                    "end": 4905,
                    "loc": {
                      "start": {
                        "line": 126,
                        "column": 50
                      },
                      "end": {
                        "line": 126,
                        "column": 52
                      },
                      "identifierName": "p2"
                    },
                    "name": "p2"
                  },
                  {
                    "type": "Identifier",
                    "start": 4907,
                    "end": 4909,
                    "loc": {
                      "start": {
                        "line": 126,
                        "column": 54
                      },
                      "end": {
                        "line": 126,
                        "column": 56
                      },
                      "identifierName": "p3"
                    },
                    "name": "p3"
                  },
                  {
                    "type": "MemberExpression",
                    "start": 4911,
                    "end": 4931,
                    "loc": {
                      "start": {
                        "line": 126,
                        "column": 58
                      },
                      "end": {
                        "line": 126,
                        "column": 78
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 4911,
                      "end": 4920,
                      "loc": {
                        "start": {
                          "line": 126,
                          "column": 58
                        },
                        "end": {
                          "line": 126,
                          "column": 67
                        },
                        "identifierName": "raycaster"
                      },
                      "name": "raycaster"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 4921,
                      "end": 4931,
                      "loc": {
                        "start": {
                          "line": 126,
                          "column": 68
                        },
                        "end": {
                          "line": 126,
                          "column": 78
                        },
                        "identifierName": "_barycoord"
                      },
                      "name": "_barycoord"
                    },
                    "computed": false
                  }
                ]
              }
            },
            {
              "type": "ExpressionStatement",
              "start": 4939,
              "end": 4984,
              "loc": {
                "start": {
                  "line": 127,
                  "column": 4
                },
                "end": {
                  "line": 127,
                  "column": 49
                }
              },
              "expression": {
                "type": "CallExpression",
                "start": 4939,
                "end": 4983,
                "loc": {
                  "start": {
                    "line": 127,
                    "column": 4
                  },
                  "end": {
                    "line": 127,
                    "column": 48
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 4939,
                  "end": 4957,
                  "loc": {
                    "start": {
                      "line": 127,
                      "column": 4
                    },
                    "end": {
                      "line": 127,
                      "column": 22
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 4939,
                    "end": 4942,
                    "loc": {
                      "start": {
                        "line": 127,
                        "column": 4
                      },
                      "end": {
                        "line": 127,
                        "column": 7
                      },
                      "identifierName": "uv1"
                    },
                    "name": "uv1"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 4943,
                    "end": 4957,
                    "loc": {
                      "start": {
                        "line": 127,
                        "column": 8
                      },
                      "end": {
                        "line": 127,
                        "column": 22
                      },
                      "identifierName": "multiplyScalar"
                    },
                    "name": "multiplyScalar"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "MemberExpression",
                    "start": 4959,
                    "end": 4981,
                    "loc": {
                      "start": {
                        "line": 127,
                        "column": 24
                      },
                      "end": {
                        "line": 127,
                        "column": 46
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 4959,
                      "end": 4979,
                      "loc": {
                        "start": {
                          "line": 127,
                          "column": 24
                        },
                        "end": {
                          "line": 127,
                          "column": 44
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 4959,
                        "end": 4968,
                        "loc": {
                          "start": {
                            "line": 127,
                            "column": 24
                          },
                          "end": {
                            "line": 127,
                            "column": 33
                          },
                          "identifierName": "raycaster"
                        },
                        "name": "raycaster"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 4969,
                        "end": 4979,
                        "loc": {
                          "start": {
                            "line": 127,
                            "column": 34
                          },
                          "end": {
                            "line": 127,
                            "column": 44
                          },
                          "identifierName": "_barycoord"
                        },
                        "name": "_barycoord"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 4980,
                      "end": 4981,
                      "loc": {
                        "start": {
                          "line": 127,
                          "column": 45
                        },
                        "end": {
                          "line": 127,
                          "column": 46
                        },
                        "identifierName": "x"
                      },
                      "name": "x"
                    },
                    "computed": false
                  }
                ]
              }
            },
            {
              "type": "ExpressionStatement",
              "start": 4989,
              "end": 5034,
              "loc": {
                "start": {
                  "line": 128,
                  "column": 4
                },
                "end": {
                  "line": 128,
                  "column": 49
                }
              },
              "expression": {
                "type": "CallExpression",
                "start": 4989,
                "end": 5033,
                "loc": {
                  "start": {
                    "line": 128,
                    "column": 4
                  },
                  "end": {
                    "line": 128,
                    "column": 48
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 4989,
                  "end": 5007,
                  "loc": {
                    "start": {
                      "line": 128,
                      "column": 4
                    },
                    "end": {
                      "line": 128,
                      "column": 22
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 4989,
                    "end": 4992,
                    "loc": {
                      "start": {
                        "line": 128,
                        "column": 4
                      },
                      "end": {
                        "line": 128,
                        "column": 7
                      },
                      "identifierName": "uv2"
                    },
                    "name": "uv2"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 4993,
                    "end": 5007,
                    "loc": {
                      "start": {
                        "line": 128,
                        "column": 8
                      },
                      "end": {
                        "line": 128,
                        "column": 22
                      },
                      "identifierName": "multiplyScalar"
                    },
                    "name": "multiplyScalar"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "MemberExpression",
                    "start": 5009,
                    "end": 5031,
                    "loc": {
                      "start": {
                        "line": 128,
                        "column": 24
                      },
                      "end": {
                        "line": 128,
                        "column": 46
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 5009,
                      "end": 5029,
                      "loc": {
                        "start": {
                          "line": 128,
                          "column": 24
                        },
                        "end": {
                          "line": 128,
                          "column": 44
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 5009,
                        "end": 5018,
                        "loc": {
                          "start": {
                            "line": 128,
                            "column": 24
                          },
                          "end": {
                            "line": 128,
                            "column": 33
                          },
                          "identifierName": "raycaster"
                        },
                        "name": "raycaster"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 5019,
                        "end": 5029,
                        "loc": {
                          "start": {
                            "line": 128,
                            "column": 34
                          },
                          "end": {
                            "line": 128,
                            "column": 44
                          },
                          "identifierName": "_barycoord"
                        },
                        "name": "_barycoord"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 5030,
                      "end": 5031,
                      "loc": {
                        "start": {
                          "line": 128,
                          "column": 45
                        },
                        "end": {
                          "line": 128,
                          "column": 46
                        },
                        "identifierName": "y"
                      },
                      "name": "y"
                    },
                    "computed": false
                  }
                ]
              }
            },
            {
              "type": "ExpressionStatement",
              "start": 5039,
              "end": 5084,
              "loc": {
                "start": {
                  "line": 129,
                  "column": 4
                },
                "end": {
                  "line": 129,
                  "column": 49
                }
              },
              "expression": {
                "type": "CallExpression",
                "start": 5039,
                "end": 5083,
                "loc": {
                  "start": {
                    "line": 129,
                    "column": 4
                  },
                  "end": {
                    "line": 129,
                    "column": 48
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 5039,
                  "end": 5057,
                  "loc": {
                    "start": {
                      "line": 129,
                      "column": 4
                    },
                    "end": {
                      "line": 129,
                      "column": 22
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 5039,
                    "end": 5042,
                    "loc": {
                      "start": {
                        "line": 129,
                        "column": 4
                      },
                      "end": {
                        "line": 129,
                        "column": 7
                      },
                      "identifierName": "uv3"
                    },
                    "name": "uv3"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 5043,
                    "end": 5057,
                    "loc": {
                      "start": {
                        "line": 129,
                        "column": 8
                      },
                      "end": {
                        "line": 129,
                        "column": 22
                      },
                      "identifierName": "multiplyScalar"
                    },
                    "name": "multiplyScalar"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "MemberExpression",
                    "start": 5059,
                    "end": 5081,
                    "loc": {
                      "start": {
                        "line": 129,
                        "column": 24
                      },
                      "end": {
                        "line": 129,
                        "column": 46
                      }
                    },
                    "object": {
                      "type": "MemberExpression",
                      "start": 5059,
                      "end": 5079,
                      "loc": {
                        "start": {
                          "line": 129,
                          "column": 24
                        },
                        "end": {
                          "line": 129,
                          "column": 44
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 5059,
                        "end": 5068,
                        "loc": {
                          "start": {
                            "line": 129,
                            "column": 24
                          },
                          "end": {
                            "line": 129,
                            "column": 33
                          },
                          "identifierName": "raycaster"
                        },
                        "name": "raycaster"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 5069,
                        "end": 5079,
                        "loc": {
                          "start": {
                            "line": 129,
                            "column": 34
                          },
                          "end": {
                            "line": 129,
                            "column": 44
                          },
                          "identifierName": "_barycoord"
                        },
                        "name": "_barycoord"
                      },
                      "computed": false
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 5080,
                      "end": 5081,
                      "loc": {
                        "start": {
                          "line": 129,
                          "column": 45
                        },
                        "end": {
                          "line": 129,
                          "column": 46
                        },
                        "identifierName": "z"
                      },
                      "name": "z"
                    },
                    "computed": false
                  }
                ]
              }
            },
            {
              "type": "ExpressionStatement",
              "start": 5089,
              "end": 5115,
              "loc": {
                "start": {
                  "line": 130,
                  "column": 4
                },
                "end": {
                  "line": 130,
                  "column": 30
                }
              },
              "expression": {
                "type": "CallExpression",
                "start": 5089,
                "end": 5114,
                "loc": {
                  "start": {
                    "line": 130,
                    "column": 4
                  },
                  "end": {
                    "line": 130,
                    "column": 29
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 5089,
                  "end": 5107,
                  "loc": {
                    "start": {
                      "line": 130,
                      "column": 4
                    },
                    "end": {
                      "line": 130,
                      "column": 22
                    }
                  },
                  "object": {
                    "type": "CallExpression",
                    "start": 5089,
                    "end": 5103,
                    "loc": {
                      "start": {
                        "line": 130,
                        "column": 4
                      },
                      "end": {
                        "line": 130,
                        "column": 18
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 5089,
                      "end": 5096,
                      "loc": {
                        "start": {
                          "line": 130,
                          "column": 4
                        },
                        "end": {
                          "line": 130,
                          "column": 11
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 5089,
                        "end": 5092,
                        "loc": {
                          "start": {
                            "line": 130,
                            "column": 4
                          },
                          "end": {
                            "line": 130,
                            "column": 7
                          },
                          "identifierName": "uv1"
                        },
                        "name": "uv1"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 5093,
                        "end": 5096,
                        "loc": {
                          "start": {
                            "line": 130,
                            "column": 8
                          },
                          "end": {
                            "line": 130,
                            "column": 11
                          },
                          "identifierName": "add"
                        },
                        "name": "add"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 5098,
                        "end": 5101,
                        "loc": {
                          "start": {
                            "line": 130,
                            "column": 13
                          },
                          "end": {
                            "line": 130,
                            "column": 16
                          },
                          "identifierName": "uv2"
                        },
                        "name": "uv2"
                      }
                    ]
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 5104,
                    "end": 5107,
                    "loc": {
                      "start": {
                        "line": 130,
                        "column": 19
                      },
                      "end": {
                        "line": 130,
                        "column": 22
                      },
                      "identifierName": "add"
                    },
                    "name": "add"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 5109,
                    "end": 5112,
                    "loc": {
                      "start": {
                        "line": 130,
                        "column": 24
                      },
                      "end": {
                        "line": 130,
                        "column": 27
                      },
                      "identifierName": "uv3"
                    },
                    "name": "uv3"
                  }
                ]
              }
            },
            {
              "type": "ReturnStatement",
              "start": 5120,
              "end": 5139,
              "loc": {
                "start": {
                  "line": 131,
                  "column": 4
                },
                "end": {
                  "line": 131,
                  "column": 23
                }
              },
              "argument": {
                "type": "CallExpression",
                "start": 5127,
                "end": 5138,
                "loc": {
                  "start": {
                    "line": 131,
                    "column": 11
                  },
                  "end": {
                    "line": 131,
                    "column": 22
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 5127,
                  "end": 5136,
                  "loc": {
                    "start": {
                      "line": 131,
                      "column": 11
                    },
                    "end": {
                      "line": 131,
                      "column": 20
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 5127,
                    "end": 5130,
                    "loc": {
                      "start": {
                        "line": 131,
                        "column": 11
                      },
                      "end": {
                        "line": 131,
                        "column": 14
                      },
                      "identifierName": "uv1"
                    },
                    "name": "uv1"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 5131,
                    "end": 5136,
                    "loc": {
                      "start": {
                        "line": 131,
                        "column": 15
                      },
                      "end": {
                        "line": 131,
                        "column": 20
                      },
                      "identifierName": "clone"
                    },
                    "name": "clone"
                  },
                  "computed": false
                },
                "arguments": []
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 5143,
        "end": 5974,
        "loc": {
          "start": {
            "line": 134,
            "column": 0
          },
          "end": {
            "line": 152,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 5152,
          "end": 5169,
          "loc": {
            "start": {
              "line": 134,
              "column": 9
            },
            "end": {
              "line": 134,
              "column": 26
            },
            "identifierName": "checkIntersection"
          },
          "name": "checkIntersection"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 5171,
            "end": 5177,
            "loc": {
              "start": {
                "line": 134,
                "column": 28
              },
              "end": {
                "line": 134,
                "column": 34
              },
              "identifierName": "object"
            },
            "name": "object"
          },
          {
            "type": "Identifier",
            "start": 5179,
            "end": 5188,
            "loc": {
              "start": {
                "line": 134,
                "column": 36
              },
              "end": {
                "line": 134,
                "column": 45
              },
              "identifierName": "raycaster"
            },
            "name": "raycaster"
          },
          {
            "type": "Identifier",
            "start": 5190,
            "end": 5193,
            "loc": {
              "start": {
                "line": 134,
                "column": 47
              },
              "end": {
                "line": 134,
                "column": 50
              },
              "identifierName": "ray"
            },
            "name": "ray"
          },
          {
            "type": "Identifier",
            "start": 5195,
            "end": 5197,
            "loc": {
              "start": {
                "line": 134,
                "column": 52
              },
              "end": {
                "line": 134,
                "column": 54
              },
              "identifierName": "pA"
            },
            "name": "pA"
          },
          {
            "type": "Identifier",
            "start": 5199,
            "end": 5201,
            "loc": {
              "start": {
                "line": 134,
                "column": 56
              },
              "end": {
                "line": 134,
                "column": 58
              },
              "identifierName": "pB"
            },
            "name": "pB"
          },
          {
            "type": "Identifier",
            "start": 5203,
            "end": 5205,
            "loc": {
              "start": {
                "line": 134,
                "column": 60
              },
              "end": {
                "line": 134,
                "column": 62
              },
              "identifierName": "pC"
            },
            "name": "pC"
          },
          {
            "type": "Identifier",
            "start": 5207,
            "end": 5212,
            "loc": {
              "start": {
                "line": 134,
                "column": 64
              },
              "end": {
                "line": 134,
                "column": 69
              },
              "identifierName": "point"
            },
            "name": "point"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 5215,
          "end": 5974,
          "loc": {
            "start": {
              "line": 134,
              "column": 72
            },
            "end": {
              "line": 152,
              "column": 1
            }
          },
          "body": [
            {
              "type": "VariableDeclaration",
              "start": 5221,
              "end": 5235,
              "loc": {
                "start": {
                  "line": 135,
                  "column": 4
                },
                "end": {
                  "line": 135,
                  "column": 18
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 5225,
                  "end": 5234,
                  "loc": {
                    "start": {
                      "line": 135,
                      "column": 8
                    },
                    "end": {
                      "line": 135,
                      "column": 17
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 5225,
                    "end": 5234,
                    "loc": {
                      "start": {
                        "line": 135,
                        "column": 8
                      },
                      "end": {
                        "line": 135,
                        "column": 17
                      },
                      "identifierName": "intersect"
                    },
                    "name": "intersect"
                  },
                  "init": null
                }
              ],
              "kind": "var"
            },
            {
              "type": "VariableDeclaration",
              "start": 5240,
              "end": 5271,
              "loc": {
                "start": {
                  "line": 136,
                  "column": 4
                },
                "end": {
                  "line": 136,
                  "column": 35
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 5244,
                  "end": 5270,
                  "loc": {
                    "start": {
                      "line": 136,
                      "column": 8
                    },
                    "end": {
                      "line": 136,
                      "column": 34
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 5244,
                    "end": 5252,
                    "loc": {
                      "start": {
                        "line": 136,
                        "column": 8
                      },
                      "end": {
                        "line": 136,
                        "column": 16
                      },
                      "identifierName": "material"
                    },
                    "name": "material"
                  },
                  "init": {
                    "type": "MemberExpression",
                    "start": 5255,
                    "end": 5270,
                    "loc": {
                      "start": {
                        "line": 136,
                        "column": 19
                      },
                      "end": {
                        "line": 136,
                        "column": 34
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 5255,
                      "end": 5261,
                      "loc": {
                        "start": {
                          "line": 136,
                          "column": 19
                        },
                        "end": {
                          "line": 136,
                          "column": 25
                        },
                        "identifierName": "object"
                      },
                      "name": "object"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 5262,
                      "end": 5270,
                      "loc": {
                        "start": {
                          "line": 136,
                          "column": 26
                        },
                        "end": {
                          "line": 136,
                          "column": 34
                        },
                        "identifierName": "material"
                      },
                      "name": "material"
                    },
                    "computed": false
                  }
                }
              ],
              "kind": "var"
            },
            {
              "type": "IfStatement",
              "start": 5276,
              "end": 5506,
              "loc": {
                "start": {
                  "line": 137,
                  "column": 4
                },
                "end": {
                  "line": 141,
                  "column": 5
                }
              },
              "test": {
                "type": "BinaryExpression",
                "start": 5281,
                "end": 5313,
                "loc": {
                  "start": {
                    "line": 137,
                    "column": 9
                  },
                  "end": {
                    "line": 137,
                    "column": 41
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 5281,
                  "end": 5294,
                  "loc": {
                    "start": {
                      "line": 137,
                      "column": 9
                    },
                    "end": {
                      "line": 137,
                      "column": 22
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 5281,
                    "end": 5289,
                    "loc": {
                      "start": {
                        "line": 137,
                        "column": 9
                      },
                      "end": {
                        "line": 137,
                        "column": 17
                      },
                      "identifierName": "material"
                    },
                    "name": "material"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 5290,
                    "end": 5294,
                    "loc": {
                      "start": {
                        "line": 137,
                        "column": 18
                      },
                      "end": {
                        "line": 137,
                        "column": 22
                      },
                      "identifierName": "side"
                    },
                    "name": "side"
                  },
                  "computed": false
                },
                "operator": "===",
                "right": {
                  "type": "MemberExpression",
                  "start": 5299,
                  "end": 5313,
                  "loc": {
                    "start": {
                      "line": 137,
                      "column": 27
                    },
                    "end": {
                      "line": 137,
                      "column": 41
                    }
                  },
                  "object": {
                    "type": "Identifier",
                    "start": 5299,
                    "end": 5304,
                    "loc": {
                      "start": {
                        "line": 137,
                        "column": 27
                      },
                      "end": {
                        "line": 137,
                        "column": 32
                      },
                      "identifierName": "THREE"
                    },
                    "name": "THREE"
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 5305,
                    "end": 5313,
                    "loc": {
                      "start": {
                        "line": 137,
                        "column": 33
                      },
                      "end": {
                        "line": 137,
                        "column": 41
                      },
                      "identifierName": "BackSide"
                    },
                    "name": "BackSide"
                  },
                  "computed": false
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 5316,
                "end": 5393,
                "loc": {
                  "start": {
                    "line": 137,
                    "column": 44
                  },
                  "end": {
                    "line": 139,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 5326,
                    "end": 5387,
                    "loc": {
                      "start": {
                        "line": 138,
                        "column": 8
                      },
                      "end": {
                        "line": 138,
                        "column": 69
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 5326,
                      "end": 5386,
                      "loc": {
                        "start": {
                          "line": 138,
                          "column": 8
                        },
                        "end": {
                          "line": 138,
                          "column": 68
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 5326,
                        "end": 5335,
                        "loc": {
                          "start": {
                            "line": 138,
                            "column": 8
                          },
                          "end": {
                            "line": 138,
                            "column": 17
                          },
                          "identifierName": "intersect"
                        },
                        "name": "intersect"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 5338,
                        "end": 5386,
                        "loc": {
                          "start": {
                            "line": 138,
                            "column": 20
                          },
                          "end": {
                            "line": 138,
                            "column": 68
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5338,
                          "end": 5359,
                          "loc": {
                            "start": {
                              "line": 138,
                              "column": 20
                            },
                            "end": {
                              "line": 138,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5338,
                            "end": 5341,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 20
                              },
                              "end": {
                                "line": 138,
                                "column": 23
                              },
                              "identifierName": "ray"
                            },
                            "name": "ray"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5342,
                            "end": 5359,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 24
                              },
                              "end": {
                                "line": 138,
                                "column": 41
                              },
                              "identifierName": "intersectTriangle"
                            },
                            "name": "intersectTriangle"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 5361,
                            "end": 5363,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 43
                              },
                              "end": {
                                "line": 138,
                                "column": 45
                              },
                              "identifierName": "pC"
                            },
                            "name": "pC"
                          },
                          {
                            "type": "Identifier",
                            "start": 5365,
                            "end": 5367,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 47
                              },
                              "end": {
                                "line": 138,
                                "column": 49
                              },
                              "identifierName": "pB"
                            },
                            "name": "pB"
                          },
                          {
                            "type": "Identifier",
                            "start": 5369,
                            "end": 5371,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 51
                              },
                              "end": {
                                "line": 138,
                                "column": 53
                              },
                              "identifierName": "pA"
                            },
                            "name": "pA"
                          },
                          {
                            "type": "BooleanLiteral",
                            "start": 5373,
                            "end": 5377,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 55
                              },
                              "end": {
                                "line": 138,
                                "column": 59
                              }
                            },
                            "value": true
                          },
                          {
                            "type": "Identifier",
                            "start": 5379,
                            "end": 5384,
                            "loc": {
                              "start": {
                                "line": 138,
                                "column": 61
                              },
                              "end": {
                                "line": 138,
                                "column": 66
                              },
                              "identifierName": "point"
                            },
                            "name": "point"
                          }
                        ]
                      }
                    }
                  }
                ],
                "directives": []
              },
              "alternate": {
                "type": "BlockStatement",
                "start": 5399,
                "end": 5506,
                "loc": {
                  "start": {
                    "line": 139,
                    "column": 11
                  },
                  "end": {
                    "line": 141,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 5409,
                    "end": 5500,
                    "loc": {
                      "start": {
                        "line": 140,
                        "column": 8
                      },
                      "end": {
                        "line": 140,
                        "column": 99
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 5409,
                      "end": 5499,
                      "loc": {
                        "start": {
                          "line": 140,
                          "column": 8
                        },
                        "end": {
                          "line": 140,
                          "column": 98
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "Identifier",
                        "start": 5409,
                        "end": 5418,
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 8
                          },
                          "end": {
                            "line": 140,
                            "column": 17
                          },
                          "identifierName": "intersect"
                        },
                        "name": "intersect"
                      },
                      "right": {
                        "type": "CallExpression",
                        "start": 5421,
                        "end": 5499,
                        "loc": {
                          "start": {
                            "line": 140,
                            "column": 20
                          },
                          "end": {
                            "line": 140,
                            "column": 98
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 5421,
                          "end": 5442,
                          "loc": {
                            "start": {
                              "line": 140,
                              "column": 20
                            },
                            "end": {
                              "line": 140,
                              "column": 41
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5421,
                            "end": 5424,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 20
                              },
                              "end": {
                                "line": 140,
                                "column": 23
                              },
                              "identifierName": "ray"
                            },
                            "name": "ray"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5425,
                            "end": 5442,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 24
                              },
                              "end": {
                                "line": 140,
                                "column": 41
                              },
                              "identifierName": "intersectTriangle"
                            },
                            "name": "intersectTriangle"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 5444,
                            "end": 5446,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 43
                              },
                              "end": {
                                "line": 140,
                                "column": 45
                              },
                              "identifierName": "pA"
                            },
                            "name": "pA"
                          },
                          {
                            "type": "Identifier",
                            "start": 5448,
                            "end": 5450,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 47
                              },
                              "end": {
                                "line": 140,
                                "column": 49
                              },
                              "identifierName": "pB"
                            },
                            "name": "pB"
                          },
                          {
                            "type": "Identifier",
                            "start": 5452,
                            "end": 5454,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 51
                              },
                              "end": {
                                "line": 140,
                                "column": 53
                              },
                              "identifierName": "pC"
                            },
                            "name": "pC"
                          },
                          {
                            "type": "BinaryExpression",
                            "start": 5456,
                            "end": 5490,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 55
                              },
                              "end": {
                                "line": 140,
                                "column": 89
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 5456,
                              "end": 5469,
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 55
                                },
                                "end": {
                                  "line": 140,
                                  "column": 68
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 5456,
                                "end": 5464,
                                "loc": {
                                  "start": {
                                    "line": 140,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 140,
                                    "column": 63
                                  },
                                  "identifierName": "material"
                                },
                                "name": "material"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5465,
                                "end": 5469,
                                "loc": {
                                  "start": {
                                    "line": 140,
                                    "column": 64
                                  },
                                  "end": {
                                    "line": 140,
                                    "column": 68
                                  },
                                  "identifierName": "side"
                                },
                                "name": "side"
                              },
                              "computed": false
                            },
                            "operator": "!==",
                            "right": {
                              "type": "MemberExpression",
                              "start": 5474,
                              "end": 5490,
                              "loc": {
                                "start": {
                                  "line": 140,
                                  "column": 73
                                },
                                "end": {
                                  "line": 140,
                                  "column": 89
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 5474,
                                "end": 5479,
                                "loc": {
                                  "start": {
                                    "line": 140,
                                    "column": 73
                                  },
                                  "end": {
                                    "line": 140,
                                    "column": 78
                                  },
                                  "identifierName": "THREE"
                                },
                                "name": "THREE"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5480,
                                "end": 5490,
                                "loc": {
                                  "start": {
                                    "line": 140,
                                    "column": 79
                                  },
                                  "end": {
                                    "line": 140,
                                    "column": 89
                                  },
                                  "identifierName": "DoubleSide"
                                },
                                "name": "DoubleSide"
                              },
                              "computed": false
                            }
                          },
                          {
                            "type": "Identifier",
                            "start": 5492,
                            "end": 5497,
                            "loc": {
                              "start": {
                                "line": 140,
                                "column": 91
                              },
                              "end": {
                                "line": 140,
                                "column": 96
                              },
                              "identifierName": "point"
                            },
                            "name": "point"
                          }
                        ]
                      }
                    }
                  }
                ],
                "directives": []
              }
            },
            {
              "type": "IfStatement",
              "start": 5511,
              "end": 5549,
              "loc": {
                "start": {
                  "line": 142,
                  "column": 4
                },
                "end": {
                  "line": 142,
                  "column": 42
                }
              },
              "test": {
                "type": "BinaryExpression",
                "start": 5516,
                "end": 5534,
                "loc": {
                  "start": {
                    "line": 142,
                    "column": 9
                  },
                  "end": {
                    "line": 142,
                    "column": 27
                  }
                },
                "left": {
                  "type": "Identifier",
                  "start": 5516,
                  "end": 5525,
                  "loc": {
                    "start": {
                      "line": 142,
                      "column": 9
                    },
                    "end": {
                      "line": 142,
                      "column": 18
                    },
                    "identifierName": "intersect"
                  },
                  "name": "intersect"
                },
                "operator": "===",
                "right": {
                  "type": "NullLiteral",
                  "start": 5530,
                  "end": 5534,
                  "loc": {
                    "start": {
                      "line": 142,
                      "column": 23
                    },
                    "end": {
                      "line": 142,
                      "column": 27
                    }
                  }
                }
              },
              "consequent": {
                "type": "ReturnStatement",
                "start": 5537,
                "end": 5549,
                "loc": {
                  "start": {
                    "line": 142,
                    "column": 30
                  },
                  "end": {
                    "line": 142,
                    "column": 42
                  }
                },
                "argument": {
                  "type": "NullLiteral",
                  "start": 5544,
                  "end": 5548,
                  "loc": {
                    "start": {
                      "line": 142,
                      "column": 37
                    },
                    "end": {
                      "line": 142,
                      "column": 41
                    }
                  }
                }
              },
              "alternate": null
            },
            {
              "type": "ExpressionStatement",
              "start": 5554,
              "end": 5602,
              "loc": {
                "start": {
                  "line": 143,
                  "column": 4
                },
                "end": {
                  "line": 143,
                  "column": 52
                }
              },
              "expression": {
                "type": "CallExpression",
                "start": 5554,
                "end": 5601,
                "loc": {
                  "start": {
                    "line": 143,
                    "column": 4
                  },
                  "end": {
                    "line": 143,
                    "column": 51
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 5554,
                  "end": 5592,
                  "loc": {
                    "start": {
                      "line": 143,
                      "column": 4
                    },
                    "end": {
                      "line": 143,
                      "column": 42
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 5554,
                    "end": 5587,
                    "loc": {
                      "start": {
                        "line": 143,
                        "column": 4
                      },
                      "end": {
                        "line": 143,
                        "column": 37
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 5554,
                      "end": 5563,
                      "loc": {
                        "start": {
                          "line": 143,
                          "column": 4
                        },
                        "end": {
                          "line": 143,
                          "column": 13
                        },
                        "identifierName": "raycaster"
                      },
                      "name": "raycaster"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 5564,
                      "end": 5587,
                      "loc": {
                        "start": {
                          "line": 143,
                          "column": 14
                        },
                        "end": {
                          "line": 143,
                          "column": 37
                        },
                        "identifierName": "_intersectionPointWorld"
                      },
                      "name": "_intersectionPointWorld"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 5588,
                    "end": 5592,
                    "loc": {
                      "start": {
                        "line": 143,
                        "column": 38
                      },
                      "end": {
                        "line": 143,
                        "column": 42
                      },
                      "identifierName": "copy"
                    },
                    "name": "copy"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 5594,
                    "end": 5599,
                    "loc": {
                      "start": {
                        "line": 143,
                        "column": 44
                      },
                      "end": {
                        "line": 143,
                        "column": 49
                      },
                      "identifierName": "point"
                    },
                    "name": "point"
                  }
                ]
              }
            },
            {
              "type": "ExpressionStatement",
              "start": 5607,
              "end": 5676,
              "loc": {
                "start": {
                  "line": 144,
                  "column": 4
                },
                "end": {
                  "line": 144,
                  "column": 73
                }
              },
              "expression": {
                "type": "CallExpression",
                "start": 5607,
                "end": 5675,
                "loc": {
                  "start": {
                    "line": 144,
                    "column": 4
                  },
                  "end": {
                    "line": 144,
                    "column": 72
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 5607,
                  "end": 5653,
                  "loc": {
                    "start": {
                      "line": 144,
                      "column": 4
                    },
                    "end": {
                      "line": 144,
                      "column": 50
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 5607,
                    "end": 5640,
                    "loc": {
                      "start": {
                        "line": 144,
                        "column": 4
                      },
                      "end": {
                        "line": 144,
                        "column": 37
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 5607,
                      "end": 5616,
                      "loc": {
                        "start": {
                          "line": 144,
                          "column": 4
                        },
                        "end": {
                          "line": 144,
                          "column": 13
                        },
                        "identifierName": "raycaster"
                      },
                      "name": "raycaster"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 5617,
                      "end": 5640,
                      "loc": {
                        "start": {
                          "line": 144,
                          "column": 14
                        },
                        "end": {
                          "line": 144,
                          "column": 37
                        },
                        "identifierName": "_intersectionPointWorld"
                      },
                      "name": "_intersectionPointWorld"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 5641,
                    "end": 5653,
                    "loc": {
                      "start": {
                        "line": 144,
                        "column": 38
                      },
                      "end": {
                        "line": 144,
                        "column": 50
                      },
                      "identifierName": "applyMatrix4"
                    },
                    "name": "applyMatrix4"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "MemberExpression",
                    "start": 5655,
                    "end": 5673,
                    "loc": {
                      "start": {
                        "line": 144,
                        "column": 52
                      },
                      "end": {
                        "line": 144,
                        "column": 70
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 5655,
                      "end": 5661,
                      "loc": {
                        "start": {
                          "line": 144,
                          "column": 52
                        },
                        "end": {
                          "line": 144,
                          "column": 58
                        },
                        "identifierName": "object"
                      },
                      "name": "object"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 5662,
                      "end": 5673,
                      "loc": {
                        "start": {
                          "line": 144,
                          "column": 59
                        },
                        "end": {
                          "line": 144,
                          "column": 70
                        },
                        "identifierName": "matrixWorld"
                      },
                      "name": "matrixWorld"
                    },
                    "computed": false
                  }
                ]
              }
            },
            {
              "type": "VariableDeclaration",
              "start": 5681,
              "end": 5765,
              "loc": {
                "start": {
                  "line": 145,
                  "column": 4
                },
                "end": {
                  "line": 145,
                  "column": 88
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 5685,
                  "end": 5764,
                  "loc": {
                    "start": {
                      "line": 145,
                      "column": 8
                    },
                    "end": {
                      "line": 145,
                      "column": 87
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 5685,
                    "end": 5693,
                    "loc": {
                      "start": {
                        "line": 145,
                        "column": 8
                      },
                      "end": {
                        "line": 145,
                        "column": 16
                      },
                      "identifierName": "distance"
                    },
                    "name": "distance"
                  },
                  "init": {
                    "type": "CallExpression",
                    "start": 5696,
                    "end": 5764,
                    "loc": {
                      "start": {
                        "line": 145,
                        "column": 19
                      },
                      "end": {
                        "line": 145,
                        "column": 87
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 5696,
                      "end": 5727,
                      "loc": {
                        "start": {
                          "line": 145,
                          "column": 19
                        },
                        "end": {
                          "line": 145,
                          "column": 50
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 5696,
                        "end": 5716,
                        "loc": {
                          "start": {
                            "line": 145,
                            "column": 19
                          },
                          "end": {
                            "line": 145,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 5696,
                          "end": 5709,
                          "loc": {
                            "start": {
                              "line": 145,
                              "column": 19
                            },
                            "end": {
                              "line": 145,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5696,
                            "end": 5705,
                            "loc": {
                              "start": {
                                "line": 145,
                                "column": 19
                              },
                              "end": {
                                "line": 145,
                                "column": 28
                              },
                              "identifierName": "raycaster"
                            },
                            "name": "raycaster"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5706,
                            "end": 5709,
                            "loc": {
                              "start": {
                                "line": 145,
                                "column": 29
                              },
                              "end": {
                                "line": 145,
                                "column": 32
                              },
                              "identifierName": "ray"
                            },
                            "name": "ray"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5710,
                          "end": 5716,
                          "loc": {
                            "start": {
                              "line": 145,
                              "column": 33
                            },
                            "end": {
                              "line": 145,
                              "column": 39
                            },
                            "identifierName": "origin"
                          },
                          "name": "origin"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 5717,
                        "end": 5727,
                        "loc": {
                          "start": {
                            "line": 145,
                            "column": 40
                          },
                          "end": {
                            "line": 145,
                            "column": 50
                          },
                          "identifierName": "distanceTo"
                        },
                        "name": "distanceTo"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "MemberExpression",
                        "start": 5729,
                        "end": 5762,
                        "loc": {
                          "start": {
                            "line": 145,
                            "column": 52
                          },
                          "end": {
                            "line": 145,
                            "column": 85
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5729,
                          "end": 5738,
                          "loc": {
                            "start": {
                              "line": 145,
                              "column": 52
                            },
                            "end": {
                              "line": 145,
                              "column": 61
                            },
                            "identifierName": "raycaster"
                          },
                          "name": "raycaster"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5739,
                          "end": 5762,
                          "loc": {
                            "start": {
                              "line": 145,
                              "column": 62
                            },
                            "end": {
                              "line": 145,
                              "column": 85
                            },
                            "identifierName": "_intersectionPointWorld"
                          },
                          "name": "_intersectionPointWorld"
                        },
                        "computed": false
                      }
                    ]
                  }
                }
              ],
              "kind": "var"
            },
            {
              "type": "IfStatement",
              "start": 5770,
              "end": 5843,
              "loc": {
                "start": {
                  "line": 146,
                  "column": 4
                },
                "end": {
                  "line": 146,
                  "column": 77
                }
              },
              "test": {
                "type": "LogicalExpression",
                "start": 5775,
                "end": 5828,
                "loc": {
                  "start": {
                    "line": 146,
                    "column": 9
                  },
                  "end": {
                    "line": 146,
                    "column": 62
                  }
                },
                "left": {
                  "type": "BinaryExpression",
                  "start": 5775,
                  "end": 5800,
                  "loc": {
                    "start": {
                      "line": 146,
                      "column": 9
                    },
                    "end": {
                      "line": 146,
                      "column": 34
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 5775,
                    "end": 5783,
                    "loc": {
                      "start": {
                        "line": 146,
                        "column": 9
                      },
                      "end": {
                        "line": 146,
                        "column": 17
                      },
                      "identifierName": "distance"
                    },
                    "name": "distance"
                  },
                  "operator": "<",
                  "right": {
                    "type": "MemberExpression",
                    "start": 5786,
                    "end": 5800,
                    "loc": {
                      "start": {
                        "line": 146,
                        "column": 20
                      },
                      "end": {
                        "line": 146,
                        "column": 34
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 5786,
                      "end": 5795,
                      "loc": {
                        "start": {
                          "line": 146,
                          "column": 20
                        },
                        "end": {
                          "line": 146,
                          "column": 29
                        },
                        "identifierName": "raycaster"
                      },
                      "name": "raycaster"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 5796,
                      "end": 5800,
                      "loc": {
                        "start": {
                          "line": 146,
                          "column": 30
                        },
                        "end": {
                          "line": 146,
                          "column": 34
                        },
                        "identifierName": "near"
                      },
                      "name": "near"
                    },
                    "computed": false
                  }
                },
                "operator": "||",
                "right": {
                  "type": "BinaryExpression",
                  "start": 5804,
                  "end": 5828,
                  "loc": {
                    "start": {
                      "line": 146,
                      "column": 38
                    },
                    "end": {
                      "line": 146,
                      "column": 62
                    }
                  },
                  "left": {
                    "type": "Identifier",
                    "start": 5804,
                    "end": 5812,
                    "loc": {
                      "start": {
                        "line": 146,
                        "column": 38
                      },
                      "end": {
                        "line": 146,
                        "column": 46
                      },
                      "identifierName": "distance"
                    },
                    "name": "distance"
                  },
                  "operator": ">",
                  "right": {
                    "type": "MemberExpression",
                    "start": 5815,
                    "end": 5828,
                    "loc": {
                      "start": {
                        "line": 146,
                        "column": 49
                      },
                      "end": {
                        "line": 146,
                        "column": 62
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 5815,
                      "end": 5824,
                      "loc": {
                        "start": {
                          "line": 146,
                          "column": 49
                        },
                        "end": {
                          "line": 146,
                          "column": 58
                        },
                        "identifierName": "raycaster"
                      },
                      "name": "raycaster"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 5825,
                      "end": 5828,
                      "loc": {
                        "start": {
                          "line": 146,
                          "column": 59
                        },
                        "end": {
                          "line": 146,
                          "column": 62
                        },
                        "identifierName": "far"
                      },
                      "name": "far"
                    },
                    "computed": false
                  }
                }
              },
              "consequent": {
                "type": "ReturnStatement",
                "start": 5831,
                "end": 5843,
                "loc": {
                  "start": {
                    "line": 146,
                    "column": 65
                  },
                  "end": {
                    "line": 146,
                    "column": 77
                  }
                },
                "argument": {
                  "type": "NullLiteral",
                  "start": 5838,
                  "end": 5842,
                  "loc": {
                    "start": {
                      "line": 146,
                      "column": 72
                    },
                    "end": {
                      "line": 146,
                      "column": 76
                    }
                  }
                }
              },
              "alternate": null
            },
            {
              "type": "ReturnStatement",
              "start": 5848,
              "end": 5972,
              "loc": {
                "start": {
                  "line": 147,
                  "column": 4
                },
                "end": {
                  "line": 151,
                  "column": 6
                }
              },
              "argument": {
                "type": "ObjectExpression",
                "start": 5855,
                "end": 5971,
                "loc": {
                  "start": {
                    "line": 147,
                    "column": 11
                  },
                  "end": {
                    "line": 151,
                    "column": 5
                  }
                },
                "properties": [
                  {
                    "type": "ObjectProperty",
                    "start": 5865,
                    "end": 5883,
                    "loc": {
                      "start": {
                        "line": 148,
                        "column": 8
                      },
                      "end": {
                        "line": 148,
                        "column": 26
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 5865,
                      "end": 5873,
                      "loc": {
                        "start": {
                          "line": 148,
                          "column": 8
                        },
                        "end": {
                          "line": 148,
                          "column": 16
                        },
                        "identifierName": "distance"
                      },
                      "name": "distance"
                    },
                    "value": {
                      "type": "Identifier",
                      "start": 5875,
                      "end": 5883,
                      "loc": {
                        "start": {
                          "line": 148,
                          "column": 18
                        },
                        "end": {
                          "line": 148,
                          "column": 26
                        },
                        "identifierName": "distance"
                      },
                      "name": "distance"
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 5893,
                    "end": 5941,
                    "loc": {
                      "start": {
                        "line": 149,
                        "column": 8
                      },
                      "end": {
                        "line": 149,
                        "column": 56
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 5893,
                      "end": 5898,
                      "loc": {
                        "start": {
                          "line": 149,
                          "column": 8
                        },
                        "end": {
                          "line": 149,
                          "column": 13
                        },
                        "identifierName": "point"
                      },
                      "name": "point"
                    },
                    "value": {
                      "type": "CallExpression",
                      "start": 5900,
                      "end": 5941,
                      "loc": {
                        "start": {
                          "line": 149,
                          "column": 15
                        },
                        "end": {
                          "line": 149,
                          "column": 56
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 5900,
                        "end": 5939,
                        "loc": {
                          "start": {
                            "line": 149,
                            "column": 15
                          },
                          "end": {
                            "line": 149,
                            "column": 54
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 5900,
                          "end": 5933,
                          "loc": {
                            "start": {
                              "line": 149,
                              "column": 15
                            },
                            "end": {
                              "line": 149,
                              "column": 48
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5900,
                            "end": 5909,
                            "loc": {
                              "start": {
                                "line": 149,
                                "column": 15
                              },
                              "end": {
                                "line": 149,
                                "column": 24
                              },
                              "identifierName": "raycaster"
                            },
                            "name": "raycaster"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5910,
                            "end": 5933,
                            "loc": {
                              "start": {
                                "line": 149,
                                "column": 25
                              },
                              "end": {
                                "line": 149,
                                "column": 48
                              },
                              "identifierName": "_intersectionPointWorld"
                            },
                            "name": "_intersectionPointWorld"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5934,
                          "end": 5939,
                          "loc": {
                            "start": {
                              "line": 149,
                              "column": 49
                            },
                            "end": {
                              "line": 149,
                              "column": 54
                            },
                            "identifierName": "clone"
                          },
                          "name": "clone"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  },
                  {
                    "type": "ObjectProperty",
                    "start": 5951,
                    "end": 5965,
                    "loc": {
                      "start": {
                        "line": 150,
                        "column": 8
                      },
                      "end": {
                        "line": 150,
                        "column": 22
                      }
                    },
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "key": {
                      "type": "Identifier",
                      "start": 5951,
                      "end": 5957,
                      "loc": {
                        "start": {
                          "line": 150,
                          "column": 8
                        },
                        "end": {
                          "line": 150,
                          "column": 14
                        },
                        "identifierName": "object"
                      },
                      "name": "object"
                    },
                    "value": {
                      "type": "Identifier",
                      "start": 5959,
                      "end": 5965,
                      "loc": {
                        "start": {
                          "line": 150,
                          "column": 16
                        },
                        "end": {
                          "line": 150,
                          "column": 22
                        },
                        "identifierName": "object"
                      },
                      "name": "object"
                    }
                  }
                ]
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "FunctionDeclaration",
        "start": 5976,
        "end": 6949,
        "loc": {
          "start": {
            "line": 154,
            "column": 0
          },
          "end": {
            "line": 170,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 5985,
          "end": 6016,
          "loc": {
            "start": {
              "line": 154,
              "column": 9
            },
            "end": {
              "line": 154,
              "column": 40
            },
            "identifierName": "checkBufferGeometryIntersection"
          },
          "name": "checkBufferGeometryIntersection"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 6018,
            "end": 6024,
            "loc": {
              "start": {
                "line": 154,
                "column": 42
              },
              "end": {
                "line": 154,
                "column": 48
              },
              "identifierName": "object"
            },
            "name": "object"
          },
          {
            "type": "Identifier",
            "start": 6026,
            "end": 6035,
            "loc": {
              "start": {
                "line": 154,
                "column": 50
              },
              "end": {
                "line": 154,
                "column": 59
              },
              "identifierName": "raycaster"
            },
            "name": "raycaster"
          },
          {
            "type": "Identifier",
            "start": 6037,
            "end": 6040,
            "loc": {
              "start": {
                "line": 154,
                "column": 61
              },
              "end": {
                "line": 154,
                "column": 64
              },
              "identifierName": "ray"
            },
            "name": "ray"
          },
          {
            "type": "Identifier",
            "start": 6042,
            "end": 6051,
            "loc": {
              "start": {
                "line": 154,
                "column": 66
              },
              "end": {
                "line": 154,
                "column": 75
              },
              "identifierName": "positions"
            },
            "name": "positions"
          },
          {
            "type": "Identifier",
            "start": 6053,
            "end": 6056,
            "loc": {
              "start": {
                "line": 154,
                "column": 77
              },
              "end": {
                "line": 154,
                "column": 80
              },
              "identifierName": "uvs"
            },
            "name": "uvs"
          },
          {
            "type": "Identifier",
            "start": 6058,
            "end": 6059,
            "loc": {
              "start": {
                "line": 154,
                "column": 82
              },
              "end": {
                "line": 154,
                "column": 83
              },
              "identifierName": "a"
            },
            "name": "a"
          },
          {
            "type": "Identifier",
            "start": 6061,
            "end": 6062,
            "loc": {
              "start": {
                "line": 154,
                "column": 85
              },
              "end": {
                "line": 154,
                "column": 86
              },
              "identifierName": "b"
            },
            "name": "b"
          },
          {
            "type": "Identifier",
            "start": 6064,
            "end": 6065,
            "loc": {
              "start": {
                "line": 154,
                "column": 88
              },
              "end": {
                "line": 154,
                "column": 89
              },
              "identifierName": "c"
            },
            "name": "c"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 6068,
          "end": 6949,
          "loc": {
            "start": {
              "line": 154,
              "column": 92
            },
            "end": {
              "line": 170,
              "column": 1
            }
          },
          "body": [
            {
              "type": "ExpressionStatement",
              "start": 6074,
              "end": 6118,
              "loc": {
                "start": {
                  "line": 155,
                  "column": 4
                },
                "end": {
                  "line": 155,
                  "column": 48
                }
              },
              "expression": {
                "type": "CallExpression",
                "start": 6074,
                "end": 6117,
                "loc": {
                  "start": {
                    "line": 155,
                    "column": 4
                  },
                  "end": {
                    "line": 155,
                    "column": 47
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 6074,
                  "end": 6097,
                  "loc": {
                    "start": {
                      "line": 155,
                      "column": 4
                    },
                    "end": {
                      "line": 155,
                      "column": 27
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 6074,
                    "end": 6087,
                    "loc": {
                      "start": {
                        "line": 155,
                        "column": 4
                      },
                      "end": {
                        "line": 155,
                        "column": 17
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6074,
                      "end": 6083,
                      "loc": {
                        "start": {
                          "line": 155,
                          "column": 4
                        },
                        "end": {
                          "line": 155,
                          "column": 13
                        },
                        "identifierName": "raycaster"
                      },
                      "name": "raycaster"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6084,
                      "end": 6087,
                      "loc": {
                        "start": {
                          "line": 155,
                          "column": 14
                        },
                        "end": {
                          "line": 155,
                          "column": 17
                        },
                        "identifierName": "_vA"
                      },
                      "name": "_vA"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 6088,
                    "end": 6097,
                    "loc": {
                      "start": {
                        "line": 155,
                        "column": 18
                      },
                      "end": {
                        "line": 155,
                        "column": 27
                      },
                      "identifierName": "fromArray"
                    },
                    "name": "fromArray"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 6099,
                    "end": 6108,
                    "loc": {
                      "start": {
                        "line": 155,
                        "column": 29
                      },
                      "end": {
                        "line": 155,
                        "column": 38
                      },
                      "identifierName": "positions"
                    },
                    "name": "positions"
                  },
                  {
                    "type": "BinaryExpression",
                    "start": 6110,
                    "end": 6115,
                    "loc": {
                      "start": {
                        "line": 155,
                        "column": 40
                      },
                      "end": {
                        "line": 155,
                        "column": 45
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 6110,
                      "end": 6111,
                      "loc": {
                        "start": {
                          "line": 155,
                          "column": 40
                        },
                        "end": {
                          "line": 155,
                          "column": 41
                        },
                        "identifierName": "a"
                      },
                      "name": "a"
                    },
                    "operator": "*",
                    "right": {
                      "type": "NumericLiteral",
                      "start": 6114,
                      "end": 6115,
                      "loc": {
                        "start": {
                          "line": 155,
                          "column": 44
                        },
                        "end": {
                          "line": 155,
                          "column": 45
                        }
                      },
                      "extra": {
                        "rawValue": 3,
                        "raw": "3"
                      },
                      "value": 3
                    }
                  }
                ]
              }
            },
            {
              "type": "ExpressionStatement",
              "start": 6123,
              "end": 6167,
              "loc": {
                "start": {
                  "line": 156,
                  "column": 4
                },
                "end": {
                  "line": 156,
                  "column": 48
                }
              },
              "expression": {
                "type": "CallExpression",
                "start": 6123,
                "end": 6166,
                "loc": {
                  "start": {
                    "line": 156,
                    "column": 4
                  },
                  "end": {
                    "line": 156,
                    "column": 47
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 6123,
                  "end": 6146,
                  "loc": {
                    "start": {
                      "line": 156,
                      "column": 4
                    },
                    "end": {
                      "line": 156,
                      "column": 27
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 6123,
                    "end": 6136,
                    "loc": {
                      "start": {
                        "line": 156,
                        "column": 4
                      },
                      "end": {
                        "line": 156,
                        "column": 17
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6123,
                      "end": 6132,
                      "loc": {
                        "start": {
                          "line": 156,
                          "column": 4
                        },
                        "end": {
                          "line": 156,
                          "column": 13
                        },
                        "identifierName": "raycaster"
                      },
                      "name": "raycaster"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6133,
                      "end": 6136,
                      "loc": {
                        "start": {
                          "line": 156,
                          "column": 14
                        },
                        "end": {
                          "line": 156,
                          "column": 17
                        },
                        "identifierName": "_vB"
                      },
                      "name": "_vB"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 6137,
                    "end": 6146,
                    "loc": {
                      "start": {
                        "line": 156,
                        "column": 18
                      },
                      "end": {
                        "line": 156,
                        "column": 27
                      },
                      "identifierName": "fromArray"
                    },
                    "name": "fromArray"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 6148,
                    "end": 6157,
                    "loc": {
                      "start": {
                        "line": 156,
                        "column": 29
                      },
                      "end": {
                        "line": 156,
                        "column": 38
                      },
                      "identifierName": "positions"
                    },
                    "name": "positions"
                  },
                  {
                    "type": "BinaryExpression",
                    "start": 6159,
                    "end": 6164,
                    "loc": {
                      "start": {
                        "line": 156,
                        "column": 40
                      },
                      "end": {
                        "line": 156,
                        "column": 45
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 6159,
                      "end": 6160,
                      "loc": {
                        "start": {
                          "line": 156,
                          "column": 40
                        },
                        "end": {
                          "line": 156,
                          "column": 41
                        },
                        "identifierName": "b"
                      },
                      "name": "b"
                    },
                    "operator": "*",
                    "right": {
                      "type": "NumericLiteral",
                      "start": 6163,
                      "end": 6164,
                      "loc": {
                        "start": {
                          "line": 156,
                          "column": 44
                        },
                        "end": {
                          "line": 156,
                          "column": 45
                        }
                      },
                      "extra": {
                        "rawValue": 3,
                        "raw": "3"
                      },
                      "value": 3
                    }
                  }
                ]
              }
            },
            {
              "type": "ExpressionStatement",
              "start": 6172,
              "end": 6216,
              "loc": {
                "start": {
                  "line": 157,
                  "column": 4
                },
                "end": {
                  "line": 157,
                  "column": 48
                }
              },
              "expression": {
                "type": "CallExpression",
                "start": 6172,
                "end": 6215,
                "loc": {
                  "start": {
                    "line": 157,
                    "column": 4
                  },
                  "end": {
                    "line": 157,
                    "column": 47
                  }
                },
                "callee": {
                  "type": "MemberExpression",
                  "start": 6172,
                  "end": 6195,
                  "loc": {
                    "start": {
                      "line": 157,
                      "column": 4
                    },
                    "end": {
                      "line": 157,
                      "column": 27
                    }
                  },
                  "object": {
                    "type": "MemberExpression",
                    "start": 6172,
                    "end": 6185,
                    "loc": {
                      "start": {
                        "line": 157,
                        "column": 4
                      },
                      "end": {
                        "line": 157,
                        "column": 17
                      }
                    },
                    "object": {
                      "type": "Identifier",
                      "start": 6172,
                      "end": 6181,
                      "loc": {
                        "start": {
                          "line": 157,
                          "column": 4
                        },
                        "end": {
                          "line": 157,
                          "column": 13
                        },
                        "identifierName": "raycaster"
                      },
                      "name": "raycaster"
                    },
                    "property": {
                      "type": "Identifier",
                      "start": 6182,
                      "end": 6185,
                      "loc": {
                        "start": {
                          "line": 157,
                          "column": 14
                        },
                        "end": {
                          "line": 157,
                          "column": 17
                        },
                        "identifierName": "_vC"
                      },
                      "name": "_vC"
                    },
                    "computed": false
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 6186,
                    "end": 6195,
                    "loc": {
                      "start": {
                        "line": 157,
                        "column": 18
                      },
                      "end": {
                        "line": 157,
                        "column": 27
                      },
                      "identifierName": "fromArray"
                    },
                    "name": "fromArray"
                  },
                  "computed": false
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "start": 6197,
                    "end": 6206,
                    "loc": {
                      "start": {
                        "line": 157,
                        "column": 29
                      },
                      "end": {
                        "line": 157,
                        "column": 38
                      },
                      "identifierName": "positions"
                    },
                    "name": "positions"
                  },
                  {
                    "type": "BinaryExpression",
                    "start": 6208,
                    "end": 6213,
                    "loc": {
                      "start": {
                        "line": 157,
                        "column": 40
                      },
                      "end": {
                        "line": 157,
                        "column": 45
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 6208,
                      "end": 6209,
                      "loc": {
                        "start": {
                          "line": 157,
                          "column": 40
                        },
                        "end": {
                          "line": 157,
                          "column": 41
                        },
                        "identifierName": "c"
                      },
                      "name": "c"
                    },
                    "operator": "*",
                    "right": {
                      "type": "NumericLiteral",
                      "start": 6212,
                      "end": 6213,
                      "loc": {
                        "start": {
                          "line": 157,
                          "column": 44
                        },
                        "end": {
                          "line": 157,
                          "column": 45
                        }
                      },
                      "extra": {
                        "rawValue": 3,
                        "raw": "3"
                      },
                      "value": 3
                    }
                  }
                ]
              }
            },
            {
              "type": "VariableDeclaration",
              "start": 6221,
              "end": 6359,
              "loc": {
                "start": {
                  "line": 158,
                  "column": 4
                },
                "end": {
                  "line": 158,
                  "column": 142
                }
              },
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "start": 6225,
                  "end": 6358,
                  "loc": {
                    "start": {
                      "line": 158,
                      "column": 8
                    },
                    "end": {
                      "line": 158,
                      "column": 141
                    }
                  },
                  "id": {
                    "type": "Identifier",
                    "start": 6225,
                    "end": 6237,
                    "loc": {
                      "start": {
                        "line": 158,
                        "column": 8
                      },
                      "end": {
                        "line": 158,
                        "column": 20
                      },
                      "identifierName": "intersection"
                    },
                    "name": "intersection"
                  },
                  "init": {
                    "type": "CallExpression",
                    "start": 6240,
                    "end": 6358,
                    "loc": {
                      "start": {
                        "line": 158,
                        "column": 23
                      },
                      "end": {
                        "line": 158,
                        "column": 141
                      }
                    },
                    "callee": {
                      "type": "Identifier",
                      "start": 6240,
                      "end": 6257,
                      "loc": {
                        "start": {
                          "line": 158,
                          "column": 23
                        },
                        "end": {
                          "line": 158,
                          "column": 40
                        },
                        "identifierName": "checkIntersection"
                      },
                      "name": "checkIntersection"
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 6259,
                        "end": 6265,
                        "loc": {
                          "start": {
                            "line": 158,
                            "column": 42
                          },
                          "end": {
                            "line": 158,
                            "column": 48
                          },
                          "identifierName": "object"
                        },
                        "name": "object"
                      },
                      {
                        "type": "Identifier",
                        "start": 6267,
                        "end": 6276,
                        "loc": {
                          "start": {
                            "line": 158,
                            "column": 50
                          },
                          "end": {
                            "line": 158,
                            "column": 59
                          },
                          "identifierName": "raycaster"
                        },
                        "name": "raycaster"
                      },
                      {
                        "type": "Identifier",
                        "start": 6278,
                        "end": 6281,
                        "loc": {
                          "start": {
                            "line": 158,
                            "column": 61
                          },
                          "end": {
                            "line": 158,
                            "column": 64
                          },
                          "identifierName": "ray"
                        },
                        "name": "ray"
                      },
                      {
                        "type": "MemberExpression",
                        "start": 6283,
                        "end": 6296,
                        "loc": {
                          "start": {
                            "line": 158,
                            "column": 66
                          },
                          "end": {
                            "line": 158,
                            "column": 79
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 6283,
                          "end": 6292,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 66
                            },
                            "end": {
                              "line": 158,
                              "column": 75
                            },
                            "identifierName": "raycaster"
                          },
                          "name": "raycaster"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6293,
                          "end": 6296,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 76
                            },
                            "end": {
                              "line": 158,
                              "column": 79
                            },
                            "identifierName": "_vA"
                          },
                          "name": "_vA"
                        },
                        "computed": false
                      },
                      {
                        "type": "MemberExpression",
                        "start": 6298,
                        "end": 6311,
                        "loc": {
                          "start": {
                            "line": 158,
                            "column": 81
                          },
                          "end": {
                            "line": 158,
                            "column": 94
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 6298,
                          "end": 6307,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 81
                            },
                            "end": {
                              "line": 158,
                              "column": 90
                            },
                            "identifierName": "raycaster"
                          },
                          "name": "raycaster"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6308,
                          "end": 6311,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 91
                            },
                            "end": {
                              "line": 158,
                              "column": 94
                            },
                            "identifierName": "_vB"
                          },
                          "name": "_vB"
                        },
                        "computed": false
                      },
                      {
                        "type": "MemberExpression",
                        "start": 6313,
                        "end": 6326,
                        "loc": {
                          "start": {
                            "line": 158,
                            "column": 96
                          },
                          "end": {
                            "line": 158,
                            "column": 109
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 6313,
                          "end": 6322,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 96
                            },
                            "end": {
                              "line": 158,
                              "column": 105
                            },
                            "identifierName": "raycaster"
                          },
                          "name": "raycaster"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6323,
                          "end": 6326,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 106
                            },
                            "end": {
                              "line": 158,
                              "column": 109
                            },
                            "identifierName": "_vC"
                          },
                          "name": "_vC"
                        },
                        "computed": false
                      },
                      {
                        "type": "MemberExpression",
                        "start": 6328,
                        "end": 6356,
                        "loc": {
                          "start": {
                            "line": 158,
                            "column": 111
                          },
                          "end": {
                            "line": 158,
                            "column": 139
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 6328,
                          "end": 6337,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 111
                            },
                            "end": {
                              "line": 158,
                              "column": 120
                            },
                            "identifierName": "raycaster"
                          },
                          "name": "raycaster"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6338,
                          "end": 6356,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 121
                            },
                            "end": {
                              "line": 158,
                              "column": 139
                            },
                            "identifierName": "_intersectionPoint"
                          },
                          "name": "_intersectionPoint"
                        },
                        "computed": false
                      }
                    ]
                  }
                }
              ],
              "kind": "var"
            },
            {
              "type": "IfStatement",
              "start": 6364,
              "end": 6922,
              "loc": {
                "start": {
                  "line": 159,
                  "column": 4
                },
                "end": {
                  "line": 168,
                  "column": 5
                }
              },
              "test": {
                "type": "Identifier",
                "start": 6369,
                "end": 6381,
                "loc": {
                  "start": {
                    "line": 159,
                    "column": 9
                  },
                  "end": {
                    "line": 159,
                    "column": 21
                  },
                  "identifierName": "intersection"
                },
                "name": "intersection"
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 6384,
                "end": 6922,
                "loc": {
                  "start": {
                    "line": 159,
                    "column": 24
                  },
                  "end": {
                    "line": 168,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 6394,
                    "end": 6754,
                    "loc": {
                      "start": {
                        "line": 160,
                        "column": 8
                      },
                      "end": {
                        "line": 165,
                        "column": 9
                      }
                    },
                    "test": {
                      "type": "Identifier",
                      "start": 6399,
                      "end": 6402,
                      "loc": {
                        "start": {
                          "line": 160,
                          "column": 13
                        },
                        "end": {
                          "line": 160,
                          "column": 16
                        },
                        "identifierName": "uvs"
                      },
                      "name": "uvs"
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 6405,
                      "end": 6754,
                      "loc": {
                        "start": {
                          "line": 160,
                          "column": 19
                        },
                        "end": {
                          "line": 165,
                          "column": 9
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 6419,
                          "end": 6458,
                          "loc": {
                            "start": {
                              "line": 161,
                              "column": 12
                            },
                            "end": {
                              "line": 161,
                              "column": 51
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 6419,
                            "end": 6457,
                            "loc": {
                              "start": {
                                "line": 161,
                                "column": 12
                              },
                              "end": {
                                "line": 161,
                                "column": 50
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6419,
                              "end": 6443,
                              "loc": {
                                "start": {
                                  "line": 161,
                                  "column": 12
                                },
                                "end": {
                                  "line": 161,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 6419,
                                "end": 6433,
                                "loc": {
                                  "start": {
                                    "line": 161,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 161,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6419,
                                  "end": 6428,
                                  "loc": {
                                    "start": {
                                      "line": 161,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 161,
                                      "column": 21
                                    },
                                    "identifierName": "raycaster"
                                  },
                                  "name": "raycaster"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6429,
                                  "end": 6433,
                                  "loc": {
                                    "start": {
                                      "line": 161,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 161,
                                      "column": 26
                                    },
                                    "identifierName": "_uvA"
                                  },
                                  "name": "_uvA"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6434,
                                "end": 6443,
                                "loc": {
                                  "start": {
                                    "line": 161,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 161,
                                    "column": 36
                                  },
                                  "identifierName": "fromArray"
                                },
                                "name": "fromArray"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 6445,
                                "end": 6448,
                                "loc": {
                                  "start": {
                                    "line": 161,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 161,
                                    "column": 41
                                  },
                                  "identifierName": "uvs"
                                },
                                "name": "uvs"
                              },
                              {
                                "type": "BinaryExpression",
                                "start": 6450,
                                "end": 6455,
                                "loc": {
                                  "start": {
                                    "line": 161,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 161,
                                    "column": 48
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 6450,
                                  "end": 6451,
                                  "loc": {
                                    "start": {
                                      "line": 161,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 161,
                                      "column": 44
                                    },
                                    "identifierName": "a"
                                  },
                                  "name": "a"
                                },
                                "operator": "*",
                                "right": {
                                  "type": "NumericLiteral",
                                  "start": 6454,
                                  "end": 6455,
                                  "loc": {
                                    "start": {
                                      "line": 161,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 161,
                                      "column": 48
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 2,
                                    "raw": "2"
                                  },
                                  "value": 2
                                }
                              }
                            ]
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 6471,
                          "end": 6510,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 12
                            },
                            "end": {
                              "line": 162,
                              "column": 51
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 6471,
                            "end": 6509,
                            "loc": {
                              "start": {
                                "line": 162,
                                "column": 12
                              },
                              "end": {
                                "line": 162,
                                "column": 50
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6471,
                              "end": 6495,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 12
                                },
                                "end": {
                                  "line": 162,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 6471,
                                "end": 6485,
                                "loc": {
                                  "start": {
                                    "line": 162,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 162,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6471,
                                  "end": 6480,
                                  "loc": {
                                    "start": {
                                      "line": 162,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 162,
                                      "column": 21
                                    },
                                    "identifierName": "raycaster"
                                  },
                                  "name": "raycaster"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6481,
                                  "end": 6485,
                                  "loc": {
                                    "start": {
                                      "line": 162,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 162,
                                      "column": 26
                                    },
                                    "identifierName": "_uvB"
                                  },
                                  "name": "_uvB"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6486,
                                "end": 6495,
                                "loc": {
                                  "start": {
                                    "line": 162,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 162,
                                    "column": 36
                                  },
                                  "identifierName": "fromArray"
                                },
                                "name": "fromArray"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 6497,
                                "end": 6500,
                                "loc": {
                                  "start": {
                                    "line": 162,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 162,
                                    "column": 41
                                  },
                                  "identifierName": "uvs"
                                },
                                "name": "uvs"
                              },
                              {
                                "type": "BinaryExpression",
                                "start": 6502,
                                "end": 6507,
                                "loc": {
                                  "start": {
                                    "line": 162,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 162,
                                    "column": 48
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 6502,
                                  "end": 6503,
                                  "loc": {
                                    "start": {
                                      "line": 162,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 162,
                                      "column": 44
                                    },
                                    "identifierName": "b"
                                  },
                                  "name": "b"
                                },
                                "operator": "*",
                                "right": {
                                  "type": "NumericLiteral",
                                  "start": 6506,
                                  "end": 6507,
                                  "loc": {
                                    "start": {
                                      "line": 162,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 162,
                                      "column": 48
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 2,
                                    "raw": "2"
                                  },
                                  "value": 2
                                }
                              }
                            ]
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 6523,
                          "end": 6562,
                          "loc": {
                            "start": {
                              "line": 163,
                              "column": 12
                            },
                            "end": {
                              "line": 163,
                              "column": 51
                            }
                          },
                          "expression": {
                            "type": "CallExpression",
                            "start": 6523,
                            "end": 6561,
                            "loc": {
                              "start": {
                                "line": 163,
                                "column": 12
                              },
                              "end": {
                                "line": 163,
                                "column": 50
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6523,
                              "end": 6547,
                              "loc": {
                                "start": {
                                  "line": 163,
                                  "column": 12
                                },
                                "end": {
                                  "line": 163,
                                  "column": 36
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 6523,
                                "end": 6537,
                                "loc": {
                                  "start": {
                                    "line": 163,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 163,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6523,
                                  "end": 6532,
                                  "loc": {
                                    "start": {
                                      "line": 163,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 163,
                                      "column": 21
                                    },
                                    "identifierName": "raycaster"
                                  },
                                  "name": "raycaster"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6533,
                                  "end": 6537,
                                  "loc": {
                                    "start": {
                                      "line": 163,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 163,
                                      "column": 26
                                    },
                                    "identifierName": "_uvC"
                                  },
                                  "name": "_uvC"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6538,
                                "end": 6547,
                                "loc": {
                                  "start": {
                                    "line": 163,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 163,
                                    "column": 36
                                  },
                                  "identifierName": "fromArray"
                                },
                                "name": "fromArray"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 6549,
                                "end": 6552,
                                "loc": {
                                  "start": {
                                    "line": 163,
                                    "column": 38
                                  },
                                  "end": {
                                    "line": 163,
                                    "column": 41
                                  },
                                  "identifierName": "uvs"
                                },
                                "name": "uvs"
                              },
                              {
                                "type": "BinaryExpression",
                                "start": 6554,
                                "end": 6559,
                                "loc": {
                                  "start": {
                                    "line": 163,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 163,
                                    "column": 48
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 6554,
                                  "end": 6555,
                                  "loc": {
                                    "start": {
                                      "line": 163,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 163,
                                      "column": 44
                                    },
                                    "identifierName": "c"
                                  },
                                  "name": "c"
                                },
                                "operator": "*",
                                "right": {
                                  "type": "NumericLiteral",
                                  "start": 6558,
                                  "end": 6559,
                                  "loc": {
                                    "start": {
                                      "line": 163,
                                      "column": 47
                                    },
                                    "end": {
                                      "line": 163,
                                      "column": 48
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 2,
                                    "raw": "2"
                                  },
                                  "value": 2
                                }
                              }
                            ]
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 6575,
                          "end": 6744,
                          "loc": {
                            "start": {
                              "line": 164,
                              "column": 12
                            },
                            "end": {
                              "line": 164,
                              "column": 181
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 6575,
                            "end": 6743,
                            "loc": {
                              "start": {
                                "line": 164,
                                "column": 12
                              },
                              "end": {
                                "line": 164,
                                "column": 180
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 6575,
                              "end": 6590,
                              "loc": {
                                "start": {
                                  "line": 164,
                                  "column": 12
                                },
                                "end": {
                                  "line": 164,
                                  "column": 27
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 6575,
                                "end": 6587,
                                "loc": {
                                  "start": {
                                    "line": 164,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 164,
                                    "column": 24
                                  },
                                  "identifierName": "intersection"
                                },
                                "name": "intersection"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6588,
                                "end": 6590,
                                "loc": {
                                  "start": {
                                    "line": 164,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 164,
                                    "column": 27
                                  },
                                  "identifierName": "uv"
                                },
                                "name": "uv"
                              },
                              "computed": false
                            },
                            "right": {
                              "type": "CallExpression",
                              "start": 6593,
                              "end": 6743,
                              "loc": {
                                "start": {
                                  "line": 164,
                                  "column": 30
                                },
                                "end": {
                                  "line": 164,
                                  "column": 180
                                }
                              },
                              "callee": {
                                "type": "Identifier",
                                "start": 6593,
                                "end": 6607,
                                "loc": {
                                  "start": {
                                    "line": 164,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 164,
                                    "column": 44
                                  },
                                  "identifierName": "uvIntersection"
                                },
                                "name": "uvIntersection"
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 6609,
                                  "end": 6618,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 164,
                                      "column": 55
                                    },
                                    "identifierName": "raycaster"
                                  },
                                  "name": "raycaster"
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 6620,
                                  "end": 6648,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 164,
                                      "column": 85
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6620,
                                    "end": 6629,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 66
                                      },
                                      "identifierName": "raycaster"
                                    },
                                    "name": "raycaster"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6630,
                                    "end": 6648,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 67
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 85
                                      },
                                      "identifierName": "_intersectionPoint"
                                    },
                                    "name": "_intersectionPoint"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 6650,
                                  "end": 6663,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 87
                                    },
                                    "end": {
                                      "line": 164,
                                      "column": 100
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6650,
                                    "end": 6659,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 87
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 96
                                      },
                                      "identifierName": "raycaster"
                                    },
                                    "name": "raycaster"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6660,
                                    "end": 6663,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 97
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 100
                                      },
                                      "identifierName": "_vA"
                                    },
                                    "name": "_vA"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 6665,
                                  "end": 6678,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 102
                                    },
                                    "end": {
                                      "line": 164,
                                      "column": 115
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6665,
                                    "end": 6674,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 102
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 111
                                      },
                                      "identifierName": "raycaster"
                                    },
                                    "name": "raycaster"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6675,
                                    "end": 6678,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 112
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 115
                                      },
                                      "identifierName": "_vB"
                                    },
                                    "name": "_vB"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 6680,
                                  "end": 6693,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 117
                                    },
                                    "end": {
                                      "line": 164,
                                      "column": 130
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6680,
                                    "end": 6689,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 117
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 126
                                      },
                                      "identifierName": "raycaster"
                                    },
                                    "name": "raycaster"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6690,
                                    "end": 6693,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 127
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 130
                                      },
                                      "identifierName": "_vC"
                                    },
                                    "name": "_vC"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 6695,
                                  "end": 6709,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 132
                                    },
                                    "end": {
                                      "line": 164,
                                      "column": 146
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6695,
                                    "end": 6704,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 132
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 141
                                      },
                                      "identifierName": "raycaster"
                                    },
                                    "name": "raycaster"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6705,
                                    "end": 6709,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 142
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 146
                                      },
                                      "identifierName": "_uvA"
                                    },
                                    "name": "_uvA"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 6711,
                                  "end": 6725,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 148
                                    },
                                    "end": {
                                      "line": 164,
                                      "column": 162
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6711,
                                    "end": 6720,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 148
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 157
                                      },
                                      "identifierName": "raycaster"
                                    },
                                    "name": "raycaster"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6721,
                                    "end": 6725,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 158
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 162
                                      },
                                      "identifierName": "_uvB"
                                    },
                                    "name": "_uvB"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "MemberExpression",
                                  "start": 6727,
                                  "end": 6741,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 164
                                    },
                                    "end": {
                                      "line": 164,
                                      "column": 178
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6727,
                                    "end": 6736,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 164
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 173
                                      },
                                      "identifierName": "raycaster"
                                    },
                                    "name": "raycaster"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6737,
                                    "end": 6741,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 174
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 178
                                      },
                                      "identifierName": "_uvC"
                                    },
                                    "name": "_uvC"
                                  },
                                  "computed": false
                                }
                              ]
                            }
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 6763,
                    "end": 6880,
                    "loc": {
                      "start": {
                        "line": 166,
                        "column": 8
                      },
                      "end": {
                        "line": 166,
                        "column": 125
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 6763,
                      "end": 6879,
                      "loc": {
                        "start": {
                          "line": 166,
                          "column": 8
                        },
                        "end": {
                          "line": 166,
                          "column": 124
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 6763,
                        "end": 6780,
                        "loc": {
                          "start": {
                            "line": 166,
                            "column": 8
                          },
                          "end": {
                            "line": 166,
                            "column": 25
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 6763,
                          "end": 6775,
                          "loc": {
                            "start": {
                              "line": 166,
                              "column": 8
                            },
                            "end": {
                              "line": 166,
                              "column": 20
                            },
                            "identifierName": "intersection"
                          },
                          "name": "intersection"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6776,
                          "end": 6780,
                          "loc": {
                            "start": {
                              "line": 166,
                              "column": 21
                            },
                            "end": {
                              "line": 166,
                              "column": 25
                            },
                            "identifierName": "face"
                          },
                          "name": "face"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "NewExpression",
                        "start": 6783,
                        "end": 6879,
                        "loc": {
                          "start": {
                            "line": 166,
                            "column": 28
                          },
                          "end": {
                            "line": 166,
                            "column": 124
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 6787,
                          "end": 6798,
                          "loc": {
                            "start": {
                              "line": 166,
                              "column": 32
                            },
                            "end": {
                              "line": 166,
                              "column": 43
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 6787,
                            "end": 6792,
                            "loc": {
                              "start": {
                                "line": 166,
                                "column": 32
                              },
                              "end": {
                                "line": 166,
                                "column": 37
                              },
                              "identifierName": "THREE"
                            },
                            "name": "THREE"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6793,
                            "end": 6798,
                            "loc": {
                              "start": {
                                "line": 166,
                                "column": 38
                              },
                              "end": {
                                "line": 166,
                                "column": 43
                              },
                              "identifierName": "Face3"
                            },
                            "name": "Face3"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 6800,
                            "end": 6801,
                            "loc": {
                              "start": {
                                "line": 166,
                                "column": 45
                              },
                              "end": {
                                "line": 166,
                                "column": 46
                              },
                              "identifierName": "a"
                            },
                            "name": "a"
                          },
                          {
                            "type": "Identifier",
                            "start": 6803,
                            "end": 6804,
                            "loc": {
                              "start": {
                                "line": 166,
                                "column": 48
                              },
                              "end": {
                                "line": 166,
                                "column": 49
                              },
                              "identifierName": "b"
                            },
                            "name": "b"
                          },
                          {
                            "type": "Identifier",
                            "start": 6806,
                            "end": 6807,
                            "loc": {
                              "start": {
                                "line": 166,
                                "column": 51
                              },
                              "end": {
                                "line": 166,
                                "column": 52
                              },
                              "identifierName": "c"
                            },
                            "name": "c"
                          },
                          {
                            "type": "CallExpression",
                            "start": 6809,
                            "end": 6877,
                            "loc": {
                              "start": {
                                "line": 166,
                                "column": 54
                              },
                              "end": {
                                "line": 166,
                                "column": 122
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6809,
                              "end": 6830,
                              "loc": {
                                "start": {
                                  "line": 166,
                                  "column": 54
                                },
                                "end": {
                                  "line": 166,
                                  "column": 75
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 6809,
                                "end": 6823,
                                "loc": {
                                  "start": {
                                    "line": 166,
                                    "column": 54
                                  },
                                  "end": {
                                    "line": 166,
                                    "column": 68
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6809,
                                  "end": 6814,
                                  "loc": {
                                    "start": {
                                      "line": 166,
                                      "column": 54
                                    },
                                    "end": {
                                      "line": 166,
                                      "column": 59
                                    },
                                    "identifierName": "THREE"
                                  },
                                  "name": "THREE"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6815,
                                  "end": 6823,
                                  "loc": {
                                    "start": {
                                      "line": 166,
                                      "column": 60
                                    },
                                    "end": {
                                      "line": 166,
                                      "column": 68
                                    },
                                    "identifierName": "Triangle"
                                  },
                                  "name": "Triangle"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6824,
                                "end": 6830,
                                "loc": {
                                  "start": {
                                    "line": 166,
                                    "column": 69
                                  },
                                  "end": {
                                    "line": 166,
                                    "column": 75
                                  },
                                  "identifierName": "normal"
                                },
                                "name": "normal"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 6832,
                                "end": 6845,
                                "loc": {
                                  "start": {
                                    "line": 166,
                                    "column": 77
                                  },
                                  "end": {
                                    "line": 166,
                                    "column": 90
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6832,
                                  "end": 6841,
                                  "loc": {
                                    "start": {
                                      "line": 166,
                                      "column": 77
                                    },
                                    "end": {
                                      "line": 166,
                                      "column": 86
                                    },
                                    "identifierName": "raycaster"
                                  },
                                  "name": "raycaster"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6842,
                                  "end": 6845,
                                  "loc": {
                                    "start": {
                                      "line": 166,
                                      "column": 87
                                    },
                                    "end": {
                                      "line": 166,
                                      "column": 90
                                    },
                                    "identifierName": "_vA"
                                  },
                                  "name": "_vA"
                                },
                                "computed": false
                              },
                              {
                                "type": "MemberExpression",
                                "start": 6847,
                                "end": 6860,
                                "loc": {
                                  "start": {
                                    "line": 166,
                                    "column": 92
                                  },
                                  "end": {
                                    "line": 166,
                                    "column": 105
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6847,
                                  "end": 6856,
                                  "loc": {
                                    "start": {
                                      "line": 166,
                                      "column": 92
                                    },
                                    "end": {
                                      "line": 166,
                                      "column": 101
                                    },
                                    "identifierName": "raycaster"
                                  },
                                  "name": "raycaster"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6857,
                                  "end": 6860,
                                  "loc": {
                                    "start": {
                                      "line": 166,
                                      "column": 102
                                    },
                                    "end": {
                                      "line": 166,
                                      "column": 105
                                    },
                                    "identifierName": "_vB"
                                  },
                                  "name": "_vB"
                                },
                                "computed": false
                              },
                              {
                                "type": "MemberExpression",
                                "start": 6862,
                                "end": 6875,
                                "loc": {
                                  "start": {
                                    "line": 166,
                                    "column": 107
                                  },
                                  "end": {
                                    "line": 166,
                                    "column": 120
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6862,
                                  "end": 6871,
                                  "loc": {
                                    "start": {
                                      "line": 166,
                                      "column": 107
                                    },
                                    "end": {
                                      "line": 166,
                                      "column": 116
                                    },
                                    "identifierName": "raycaster"
                                  },
                                  "name": "raycaster"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6872,
                                  "end": 6875,
                                  "loc": {
                                    "start": {
                                      "line": 166,
                                      "column": 117
                                    },
                                    "end": {
                                      "line": 166,
                                      "column": 120
                                    },
                                    "identifierName": "_vC"
                                  },
                                  "name": "_vC"
                                },
                                "computed": false
                              }
                            ]
                          }
                        ]
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "start": 6889,
                    "end": 6916,
                    "loc": {
                      "start": {
                        "line": 167,
                        "column": 8
                      },
                      "end": {
                        "line": 167,
                        "column": 35
                      }
                    },
                    "expression": {
                      "type": "AssignmentExpression",
                      "start": 6889,
                      "end": 6915,
                      "loc": {
                        "start": {
                          "line": 167,
                          "column": 8
                        },
                        "end": {
                          "line": 167,
                          "column": 34
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "start": 6889,
                        "end": 6911,
                        "loc": {
                          "start": {
                            "line": 167,
                            "column": 8
                          },
                          "end": {
                            "line": 167,
                            "column": 30
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 6889,
                          "end": 6901,
                          "loc": {
                            "start": {
                              "line": 167,
                              "column": 8
                            },
                            "end": {
                              "line": 167,
                              "column": 20
                            },
                            "identifierName": "intersection"
                          },
                          "name": "intersection"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6902,
                          "end": 6911,
                          "loc": {
                            "start": {
                              "line": 167,
                              "column": 21
                            },
                            "end": {
                              "line": 167,
                              "column": 30
                            },
                            "identifierName": "faceIndex"
                          },
                          "name": "faceIndex"
                        },
                        "computed": false
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 6914,
                        "end": 6915,
                        "loc": {
                          "start": {
                            "line": 167,
                            "column": 33
                          },
                          "end": {
                            "line": 167,
                            "column": 34
                          },
                          "identifierName": "a"
                        },
                        "name": "a"
                      }
                    }
                  }
                ],
                "directives": []
              },
              "alternate": null
            },
            {
              "type": "ReturnStatement",
              "start": 6927,
              "end": 6947,
              "loc": {
                "start": {
                  "line": 169,
                  "column": 4
                },
                "end": {
                  "line": 169,
                  "column": 24
                }
              },
              "argument": {
                "type": "Identifier",
                "start": 6934,
                "end": 6946,
                "loc": {
                  "start": {
                    "line": 169,
                    "column": 11
                  },
                  "end": {
                    "line": 169,
                    "column": 23
                  },
                  "identifierName": "intersection"
                },
                "name": "intersection"
              }
            }
          ],
          "directives": []
        }
      },
      {
        "type": "ExpressionStatement",
        "start": 6951,
        "end": 12487,
        "loc": {
          "start": {
            "line": 172,
            "column": 0
          },
          "end": {
            "line": 287,
            "column": 1
          }
        },
        "expression": {
          "type": "AssignmentExpression",
          "start": 6951,
          "end": 12487,
          "loc": {
            "start": {
              "line": 172,
              "column": 0
            },
            "end": {
              "line": 287,
              "column": 1
            }
          },
          "operator": "=",
          "left": {
            "type": "MemberExpression",
            "start": 6951,
            "end": 6979,
            "loc": {
              "start": {
                "line": 172,
                "column": 0
              },
              "end": {
                "line": 172,
                "column": 28
              }
            },
            "object": {
              "type": "MemberExpression",
              "start": 6951,
              "end": 6971,
              "loc": {
                "start": {
                  "line": 172,
                  "column": 0
                },
                "end": {
                  "line": 172,
                  "column": 20
                }
              },
              "object": {
                "type": "MemberExpression",
                "start": 6951,
                "end": 6961,
                "loc": {
                  "start": {
                    "line": 172,
                    "column": 0
                  },
                  "end": {
                    "line": 172,
                    "column": 10
                  }
                },
                "object": {
                  "type": "Identifier",
                  "start": 6951,
                  "end": 6956,
                  "loc": {
                    "start": {
                      "line": 172,
                      "column": 0
                    },
                    "end": {
                      "line": 172,
                      "column": 5
                    },
                    "identifierName": "THREE"
                  },
                  "name": "THREE"
                },
                "property": {
                  "type": "Identifier",
                  "start": 6957,
                  "end": 6961,
                  "loc": {
                    "start": {
                      "line": 172,
                      "column": 6
                    },
                    "end": {
                      "line": 172,
                      "column": 10
                    },
                    "identifierName": "Mesh"
                  },
                  "name": "Mesh"
                },
                "computed": false
              },
              "property": {
                "type": "Identifier",
                "start": 6962,
                "end": 6971,
                "loc": {
                  "start": {
                    "line": 172,
                    "column": 11
                  },
                  "end": {
                    "line": 172,
                    "column": 20
                  },
                  "identifierName": "prototype"
                },
                "name": "prototype"
              },
              "computed": false
            },
            "property": {
              "type": "Identifier",
              "start": 6972,
              "end": 6979,
              "loc": {
                "start": {
                  "line": 172,
                  "column": 21
                },
                "end": {
                  "line": 172,
                  "column": 28
                },
                "identifierName": "raycast"
              },
              "name": "raycast"
            },
            "computed": false
          },
          "right": {
            "type": "FunctionExpression",
            "start": 6982,
            "end": 12487,
            "loc": {
              "start": {
                "line": 172,
                "column": 31
              },
              "end": {
                "line": 287,
                "column": 1
              }
            },
            "id": {
              "type": "Identifier",
              "start": 6972,
              "end": 6979,
              "loc": {
                "start": {
                  "line": 172,
                  "column": 21
                },
                "end": {
                  "line": 172,
                  "column": 28
                },
                "identifierName": "raycast"
              },
              "name": "raycast"
            },
            "generator": false,
            "expression": false,
            "async": false,
            "params": [
              {
                "type": "Identifier",
                "start": 6992,
                "end": 7001,
                "loc": {
                  "start": {
                    "line": 172,
                    "column": 41
                  },
                  "end": {
                    "line": 172,
                    "column": 50
                  },
                  "identifierName": "raycaster"
                },
                "name": "raycaster"
              },
              {
                "type": "Identifier",
                "start": 7003,
                "end": 7013,
                "loc": {
                  "start": {
                    "line": 172,
                    "column": 52
                  },
                  "end": {
                    "line": 172,
                    "column": 62
                  },
                  "identifierName": "intersects"
                },
                "name": "intersects"
              },
              {
                "type": "Identifier",
                "start": 7015,
                "end": 7023,
                "loc": {
                  "start": {
                    "line": 172,
                    "column": 64
                  },
                  "end": {
                    "line": 172,
                    "column": 72
                  },
                  "identifierName": "approach"
                },
                "name": "approach"
              }
            ],
            "body": {
              "type": "BlockStatement",
              "start": 7026,
              "end": 12487,
              "loc": {
                "start": {
                  "line": 172,
                  "column": 75
                },
                "end": {
                  "line": 287,
                  "column": 1
                }
              },
              "body": [
                {
                  "type": "VariableDeclaration",
                  "start": 7032,
                  "end": 7061,
                  "loc": {
                    "start": {
                      "line": 173,
                      "column": 4
                    },
                    "end": {
                      "line": 173,
                      "column": 33
                    }
                  },
                  "declarations": [
                    {
                      "type": "VariableDeclarator",
                      "start": 7036,
                      "end": 7060,
                      "loc": {
                        "start": {
                          "line": 173,
                          "column": 8
                        },
                        "end": {
                          "line": 173,
                          "column": 32
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 7036,
                        "end": 7044,
                        "loc": {
                          "start": {
                            "line": 173,
                            "column": 8
                          },
                          "end": {
                            "line": 173,
                            "column": 16
                          },
                          "identifierName": "geometry"
                        },
                        "name": "geometry"
                      },
                      "init": {
                        "type": "MemberExpression",
                        "start": 7047,
                        "end": 7060,
                        "loc": {
                          "start": {
                            "line": 173,
                            "column": 19
                          },
                          "end": {
                            "line": 173,
                            "column": 32
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 7047,
                          "end": 7051,
                          "loc": {
                            "start": {
                              "line": 173,
                              "column": 19
                            },
                            "end": {
                              "line": 173,
                              "column": 23
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7052,
                          "end": 7060,
                          "loc": {
                            "start": {
                              "line": 173,
                              "column": 24
                            },
                            "end": {
                              "line": 173,
                              "column": 32
                            },
                            "identifierName": "geometry"
                          },
                          "name": "geometry"
                        },
                        "computed": false
                      }
                    }
                  ],
                  "kind": "var"
                },
                {
                  "type": "VariableDeclaration",
                  "start": 7066,
                  "end": 7095,
                  "loc": {
                    "start": {
                      "line": 174,
                      "column": 4
                    },
                    "end": {
                      "line": 174,
                      "column": 33
                    }
                  },
                  "declarations": [
                    {
                      "type": "VariableDeclarator",
                      "start": 7070,
                      "end": 7094,
                      "loc": {
                        "start": {
                          "line": 174,
                          "column": 8
                        },
                        "end": {
                          "line": 174,
                          "column": 32
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 7070,
                        "end": 7078,
                        "loc": {
                          "start": {
                            "line": 174,
                            "column": 8
                          },
                          "end": {
                            "line": 174,
                            "column": 16
                          },
                          "identifierName": "material"
                        },
                        "name": "material"
                      },
                      "init": {
                        "type": "MemberExpression",
                        "start": 7081,
                        "end": 7094,
                        "loc": {
                          "start": {
                            "line": 174,
                            "column": 19
                          },
                          "end": {
                            "line": 174,
                            "column": 32
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 7081,
                          "end": 7085,
                          "loc": {
                            "start": {
                              "line": 174,
                              "column": 19
                            },
                            "end": {
                              "line": 174,
                              "column": 23
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7086,
                          "end": 7094,
                          "loc": {
                            "start": {
                              "line": 174,
                              "column": 24
                            },
                            "end": {
                              "line": 174,
                              "column": 32
                            },
                            "identifierName": "material"
                          },
                          "name": "material"
                        },
                        "computed": false
                      }
                    }
                  ],
                  "kind": "var"
                },
                {
                  "type": "VariableDeclaration",
                  "start": 7100,
                  "end": 7135,
                  "loc": {
                    "start": {
                      "line": 175,
                      "column": 4
                    },
                    "end": {
                      "line": 175,
                      "column": 39
                    }
                  },
                  "declarations": [
                    {
                      "type": "VariableDeclarator",
                      "start": 7104,
                      "end": 7134,
                      "loc": {
                        "start": {
                          "line": 175,
                          "column": 8
                        },
                        "end": {
                          "line": 175,
                          "column": 38
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 7104,
                        "end": 7115,
                        "loc": {
                          "start": {
                            "line": 175,
                            "column": 8
                          },
                          "end": {
                            "line": 175,
                            "column": 19
                          },
                          "identifierName": "matrixWorld"
                        },
                        "name": "matrixWorld"
                      },
                      "init": {
                        "type": "MemberExpression",
                        "start": 7118,
                        "end": 7134,
                        "loc": {
                          "start": {
                            "line": 175,
                            "column": 22
                          },
                          "end": {
                            "line": 175,
                            "column": 38
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 7118,
                          "end": 7122,
                          "loc": {
                            "start": {
                              "line": 175,
                              "column": 22
                            },
                            "end": {
                              "line": 175,
                              "column": 26
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7123,
                          "end": 7134,
                          "loc": {
                            "start": {
                              "line": 175,
                              "column": 27
                            },
                            "end": {
                              "line": 175,
                              "column": 38
                            },
                            "identifierName": "matrixWorld"
                          },
                          "name": "matrixWorld"
                        },
                        "computed": false
                      }
                    }
                  ],
                  "kind": "var"
                },
                {
                  "type": "IfStatement",
                  "start": 7140,
                  "end": 7177,
                  "loc": {
                    "start": {
                      "line": 176,
                      "column": 4
                    },
                    "end": {
                      "line": 176,
                      "column": 41
                    }
                  },
                  "test": {
                    "type": "BinaryExpression",
                    "start": 7145,
                    "end": 7167,
                    "loc": {
                      "start": {
                        "line": 176,
                        "column": 9
                      },
                      "end": {
                        "line": 176,
                        "column": 31
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 7145,
                      "end": 7153,
                      "loc": {
                        "start": {
                          "line": 176,
                          "column": 9
                        },
                        "end": {
                          "line": 176,
                          "column": 17
                        },
                        "identifierName": "material"
                      },
                      "name": "material"
                    },
                    "operator": "===",
                    "right": {
                      "type": "Identifier",
                      "start": 7158,
                      "end": 7167,
                      "loc": {
                        "start": {
                          "line": 176,
                          "column": 22
                        },
                        "end": {
                          "line": 176,
                          "column": 31
                        },
                        "identifierName": "undefined"
                      },
                      "name": "undefined"
                    }
                  },
                  "consequent": {
                    "type": "ReturnStatement",
                    "start": 7170,
                    "end": 7177,
                    "loc": {
                      "start": {
                        "line": 176,
                        "column": 34
                      },
                      "end": {
                        "line": 176,
                        "column": 41
                      }
                    },
                    "argument": null
                  },
                  "alternate": null
                },
                {
                  "type": "IfStatement",
                  "start": 7182,
                  "end": 7255,
                  "loc": {
                    "start": {
                      "line": 177,
                      "column": 4
                    },
                    "end": {
                      "line": 177,
                      "column": 77
                    }
                  },
                  "test": {
                    "type": "BinaryExpression",
                    "start": 7187,
                    "end": 7219,
                    "loc": {
                      "start": {
                        "line": 177,
                        "column": 9
                      },
                      "end": {
                        "line": 177,
                        "column": 41
                      }
                    },
                    "left": {
                      "type": "MemberExpression",
                      "start": 7187,
                      "end": 7210,
                      "loc": {
                        "start": {
                          "line": 177,
                          "column": 9
                        },
                        "end": {
                          "line": 177,
                          "column": 32
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 7187,
                        "end": 7195,
                        "loc": {
                          "start": {
                            "line": 177,
                            "column": 9
                          },
                          "end": {
                            "line": 177,
                            "column": 17
                          },
                          "identifierName": "geometry"
                        },
                        "name": "geometry"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 7196,
                        "end": 7210,
                        "loc": {
                          "start": {
                            "line": 177,
                            "column": 18
                          },
                          "end": {
                            "line": 177,
                            "column": 32
                          },
                          "identifierName": "boundingSphere"
                        },
                        "name": "boundingSphere"
                      },
                      "computed": false
                    },
                    "operator": "===",
                    "right": {
                      "type": "NullLiteral",
                      "start": 7215,
                      "end": 7219,
                      "loc": {
                        "start": {
                          "line": 177,
                          "column": 37
                        },
                        "end": {
                          "line": 177,
                          "column": 41
                        }
                      }
                    }
                  },
                  "consequent": {
                    "type": "ExpressionStatement",
                    "start": 7222,
                    "end": 7255,
                    "loc": {
                      "start": {
                        "line": 177,
                        "column": 44
                      },
                      "end": {
                        "line": 177,
                        "column": 77
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 7222,
                      "end": 7254,
                      "loc": {
                        "start": {
                          "line": 177,
                          "column": 44
                        },
                        "end": {
                          "line": 177,
                          "column": 76
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 7222,
                        "end": 7252,
                        "loc": {
                          "start": {
                            "line": 177,
                            "column": 44
                          },
                          "end": {
                            "line": 177,
                            "column": 74
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 7222,
                          "end": 7230,
                          "loc": {
                            "start": {
                              "line": 177,
                              "column": 44
                            },
                            "end": {
                              "line": 177,
                              "column": 52
                            },
                            "identifierName": "geometry"
                          },
                          "name": "geometry"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7231,
                          "end": 7252,
                          "loc": {
                            "start": {
                              "line": 177,
                              "column": 53
                            },
                            "end": {
                              "line": 177,
                              "column": 74
                            },
                            "identifierName": "computeBoundingSphere"
                          },
                          "name": "computeBoundingSphere"
                        },
                        "computed": false
                      },
                      "arguments": []
                    }
                  },
                  "alternate": null
                },
                {
                  "type": "ExpressionStatement",
                  "start": 7260,
                  "end": 7310,
                  "loc": {
                    "start": {
                      "line": 178,
                      "column": 4
                    },
                    "end": {
                      "line": 178,
                      "column": 54
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 7260,
                    "end": 7309,
                    "loc": {
                      "start": {
                        "line": 178,
                        "column": 4
                      },
                      "end": {
                        "line": 178,
                        "column": 53
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 7260,
                      "end": 7282,
                      "loc": {
                        "start": {
                          "line": 178,
                          "column": 4
                        },
                        "end": {
                          "line": 178,
                          "column": 26
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 7260,
                        "end": 7277,
                        "loc": {
                          "start": {
                            "line": 178,
                            "column": 4
                          },
                          "end": {
                            "line": 178,
                            "column": 21
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 7260,
                          "end": 7269,
                          "loc": {
                            "start": {
                              "line": 178,
                              "column": 4
                            },
                            "end": {
                              "line": 178,
                              "column": 13
                            },
                            "identifierName": "raycaster"
                          },
                          "name": "raycaster"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7270,
                          "end": 7277,
                          "loc": {
                            "start": {
                              "line": 178,
                              "column": 14
                            },
                            "end": {
                              "line": 178,
                              "column": 21
                            },
                            "identifierName": "_sphere"
                          },
                          "name": "_sphere"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 7278,
                        "end": 7282,
                        "loc": {
                          "start": {
                            "line": 178,
                            "column": 22
                          },
                          "end": {
                            "line": 178,
                            "column": 26
                          },
                          "identifierName": "copy"
                        },
                        "name": "copy"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "MemberExpression",
                        "start": 7284,
                        "end": 7307,
                        "loc": {
                          "start": {
                            "line": 178,
                            "column": 28
                          },
                          "end": {
                            "line": 178,
                            "column": 51
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 7284,
                          "end": 7292,
                          "loc": {
                            "start": {
                              "line": 178,
                              "column": 28
                            },
                            "end": {
                              "line": 178,
                              "column": 36
                            },
                            "identifierName": "geometry"
                          },
                          "name": "geometry"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7293,
                          "end": 7307,
                          "loc": {
                            "start": {
                              "line": 178,
                              "column": 37
                            },
                            "end": {
                              "line": 178,
                              "column": 51
                            },
                            "identifierName": "boundingSphere"
                          },
                          "name": "boundingSphere"
                        },
                        "computed": false
                      }
                    ]
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 7315,
                  "end": 7361,
                  "loc": {
                    "start": {
                      "line": 179,
                      "column": 4
                    },
                    "end": {
                      "line": 179,
                      "column": 50
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 7315,
                    "end": 7360,
                    "loc": {
                      "start": {
                        "line": 179,
                        "column": 4
                      },
                      "end": {
                        "line": 179,
                        "column": 49
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 7315,
                      "end": 7345,
                      "loc": {
                        "start": {
                          "line": 179,
                          "column": 4
                        },
                        "end": {
                          "line": 179,
                          "column": 34
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 7315,
                        "end": 7332,
                        "loc": {
                          "start": {
                            "line": 179,
                            "column": 4
                          },
                          "end": {
                            "line": 179,
                            "column": 21
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 7315,
                          "end": 7324,
                          "loc": {
                            "start": {
                              "line": 179,
                              "column": 4
                            },
                            "end": {
                              "line": 179,
                              "column": 13
                            },
                            "identifierName": "raycaster"
                          },
                          "name": "raycaster"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7325,
                          "end": 7332,
                          "loc": {
                            "start": {
                              "line": 179,
                              "column": 14
                            },
                            "end": {
                              "line": 179,
                              "column": 21
                            },
                            "identifierName": "_sphere"
                          },
                          "name": "_sphere"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 7333,
                        "end": 7345,
                        "loc": {
                          "start": {
                            "line": 179,
                            "column": 22
                          },
                          "end": {
                            "line": 179,
                            "column": 34
                          },
                          "identifierName": "applyMatrix4"
                        },
                        "name": "applyMatrix4"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 7347,
                        "end": 7358,
                        "loc": {
                          "start": {
                            "line": 179,
                            "column": 36
                          },
                          "end": {
                            "line": 179,
                            "column": 47
                          },
                          "identifierName": "matrixWorld"
                        },
                        "name": "matrixWorld"
                      }
                    ]
                  }
                },
                {
                  "type": "IfStatement",
                  "start": 7366,
                  "end": 7442,
                  "loc": {
                    "start": {
                      "line": 180,
                      "column": 4
                    },
                    "end": {
                      "line": 180,
                      "column": 80
                    }
                  },
                  "test": {
                    "type": "BinaryExpression",
                    "start": 7371,
                    "end": 7432,
                    "loc": {
                      "start": {
                        "line": 180,
                        "column": 9
                      },
                      "end": {
                        "line": 180,
                        "column": 70
                      }
                    },
                    "left": {
                      "type": "CallExpression",
                      "start": 7371,
                      "end": 7422,
                      "loc": {
                        "start": {
                          "line": 180,
                          "column": 9
                        },
                        "end": {
                          "line": 180,
                          "column": 60
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 7371,
                        "end": 7401,
                        "loc": {
                          "start": {
                            "line": 180,
                            "column": 9
                          },
                          "end": {
                            "line": 180,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 7371,
                          "end": 7384,
                          "loc": {
                            "start": {
                              "line": 180,
                              "column": 9
                            },
                            "end": {
                              "line": 180,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 7371,
                            "end": 7380,
                            "loc": {
                              "start": {
                                "line": 180,
                                "column": 9
                              },
                              "end": {
                                "line": 180,
                                "column": 18
                              },
                              "identifierName": "raycaster"
                            },
                            "name": "raycaster"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7381,
                            "end": 7384,
                            "loc": {
                              "start": {
                                "line": 180,
                                "column": 19
                              },
                              "end": {
                                "line": 180,
                                "column": 22
                              },
                              "identifierName": "ray"
                            },
                            "name": "ray"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7385,
                          "end": 7401,
                          "loc": {
                            "start": {
                              "line": 180,
                              "column": 23
                            },
                            "end": {
                              "line": 180,
                              "column": 39
                            },
                            "identifierName": "intersectsSphere"
                          },
                          "name": "intersectsSphere"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "MemberExpression",
                          "start": 7403,
                          "end": 7420,
                          "loc": {
                            "start": {
                              "line": 180,
                              "column": 41
                            },
                            "end": {
                              "line": 180,
                              "column": 58
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 7403,
                            "end": 7412,
                            "loc": {
                              "start": {
                                "line": 180,
                                "column": 41
                              },
                              "end": {
                                "line": 180,
                                "column": 50
                              },
                              "identifierName": "raycaster"
                            },
                            "name": "raycaster"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7413,
                            "end": 7420,
                            "loc": {
                              "start": {
                                "line": 180,
                                "column": 51
                              },
                              "end": {
                                "line": 180,
                                "column": 58
                              },
                              "identifierName": "_sphere"
                            },
                            "name": "_sphere"
                          },
                          "computed": false
                        }
                      ]
                    },
                    "operator": "===",
                    "right": {
                      "type": "BooleanLiteral",
                      "start": 7427,
                      "end": 7432,
                      "loc": {
                        "start": {
                          "line": 180,
                          "column": 65
                        },
                        "end": {
                          "line": 180,
                          "column": 70
                        }
                      },
                      "value": false
                    }
                  },
                  "consequent": {
                    "type": "ReturnStatement",
                    "start": 7435,
                    "end": 7442,
                    "loc": {
                      "start": {
                        "line": 180,
                        "column": 73
                      },
                      "end": {
                        "line": 180,
                        "column": 80
                      }
                    },
                    "argument": null
                  },
                  "alternate": null
                },
                {
                  "type": "ExpressionStatement",
                  "start": 7447,
                  "end": 7498,
                  "loc": {
                    "start": {
                      "line": 181,
                      "column": 4
                    },
                    "end": {
                      "line": 181,
                      "column": 55
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 7447,
                    "end": 7497,
                    "loc": {
                      "start": {
                        "line": 181,
                        "column": 4
                      },
                      "end": {
                        "line": 181,
                        "column": 54
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 7447,
                      "end": 7482,
                      "loc": {
                        "start": {
                          "line": 181,
                          "column": 4
                        },
                        "end": {
                          "line": 181,
                          "column": 39
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 7447,
                        "end": 7471,
                        "loc": {
                          "start": {
                            "line": 181,
                            "column": 4
                          },
                          "end": {
                            "line": 181,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 7447,
                          "end": 7456,
                          "loc": {
                            "start": {
                              "line": 181,
                              "column": 4
                            },
                            "end": {
                              "line": 181,
                              "column": 13
                            },
                            "identifierName": "raycaster"
                          },
                          "name": "raycaster"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7457,
                          "end": 7471,
                          "loc": {
                            "start": {
                              "line": 181,
                              "column": 14
                            },
                            "end": {
                              "line": 181,
                              "column": 28
                            },
                            "identifierName": "_inverseMatrix"
                          },
                          "name": "_inverseMatrix"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 7472,
                        "end": 7482,
                        "loc": {
                          "start": {
                            "line": 181,
                            "column": 29
                          },
                          "end": {
                            "line": 181,
                            "column": 39
                          },
                          "identifierName": "getInverse"
                        },
                        "name": "getInverse"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "start": 7484,
                        "end": 7495,
                        "loc": {
                          "start": {
                            "line": 181,
                            "column": 41
                          },
                          "end": {
                            "line": 181,
                            "column": 52
                          },
                          "identifierName": "matrixWorld"
                        },
                        "name": "matrixWorld"
                      }
                    ]
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "start": 7503,
                  "end": 7581,
                  "loc": {
                    "start": {
                      "line": 182,
                      "column": 4
                    },
                    "end": {
                      "line": 182,
                      "column": 82
                    }
                  },
                  "expression": {
                    "type": "CallExpression",
                    "start": 7503,
                    "end": 7580,
                    "loc": {
                      "start": {
                        "line": 182,
                        "column": 4
                      },
                      "end": {
                        "line": 182,
                        "column": 81
                      }
                    },
                    "callee": {
                      "type": "MemberExpression",
                      "start": 7503,
                      "end": 7552,
                      "loc": {
                        "start": {
                          "line": 182,
                          "column": 4
                        },
                        "end": {
                          "line": 182,
                          "column": 53
                        }
                      },
                      "object": {
                        "type": "CallExpression",
                        "start": 7503,
                        "end": 7539,
                        "loc": {
                          "start": {
                            "line": 182,
                            "column": 4
                          },
                          "end": {
                            "line": 182,
                            "column": 40
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 7503,
                          "end": 7522,
                          "loc": {
                            "start": {
                              "line": 182,
                              "column": 4
                            },
                            "end": {
                              "line": 182,
                              "column": 23
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 7503,
                            "end": 7517,
                            "loc": {
                              "start": {
                                "line": 182,
                                "column": 4
                              },
                              "end": {
                                "line": 182,
                                "column": 18
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 7503,
                              "end": 7512,
                              "loc": {
                                "start": {
                                  "line": 182,
                                  "column": 4
                                },
                                "end": {
                                  "line": 182,
                                  "column": 13
                                },
                                "identifierName": "raycaster"
                              },
                              "name": "raycaster"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7513,
                              "end": 7517,
                              "loc": {
                                "start": {
                                  "line": 182,
                                  "column": 14
                                },
                                "end": {
                                  "line": 182,
                                  "column": 18
                                },
                                "identifierName": "_ray"
                              },
                              "name": "_ray"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 7518,
                            "end": 7522,
                            "loc": {
                              "start": {
                                "line": 182,
                                "column": 19
                              },
                              "end": {
                                "line": 182,
                                "column": 23
                              },
                              "identifierName": "copy"
                            },
                            "name": "copy"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "start": 7524,
                            "end": 7537,
                            "loc": {
                              "start": {
                                "line": 182,
                                "column": 25
                              },
                              "end": {
                                "line": 182,
                                "column": 38
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 7524,
                              "end": 7533,
                              "loc": {
                                "start": {
                                  "line": 182,
                                  "column": 25
                                },
                                "end": {
                                  "line": 182,
                                  "column": 34
                                },
                                "identifierName": "raycaster"
                              },
                              "name": "raycaster"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7534,
                              "end": 7537,
                              "loc": {
                                "start": {
                                  "line": 182,
                                  "column": 35
                                },
                                "end": {
                                  "line": 182,
                                  "column": 38
                                },
                                "identifierName": "ray"
                              },
                              "name": "ray"
                            },
                            "computed": false
                          }
                        ]
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 7540,
                        "end": 7552,
                        "loc": {
                          "start": {
                            "line": 182,
                            "column": 41
                          },
                          "end": {
                            "line": 182,
                            "column": 53
                          },
                          "identifierName": "applyMatrix4"
                        },
                        "name": "applyMatrix4"
                      },
                      "computed": false
                    },
                    "arguments": [
                      {
                        "type": "MemberExpression",
                        "start": 7554,
                        "end": 7578,
                        "loc": {
                          "start": {
                            "line": 182,
                            "column": 55
                          },
                          "end": {
                            "line": 182,
                            "column": 79
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 7554,
                          "end": 7563,
                          "loc": {
                            "start": {
                              "line": 182,
                              "column": 55
                            },
                            "end": {
                              "line": 182,
                              "column": 64
                            },
                            "identifierName": "raycaster"
                          },
                          "name": "raycaster"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7564,
                          "end": 7578,
                          "loc": {
                            "start": {
                              "line": 182,
                              "column": 65
                            },
                            "end": {
                              "line": 182,
                              "column": 79
                            },
                            "identifierName": "_inverseMatrix"
                          },
                          "name": "_inverseMatrix"
                        },
                        "computed": false
                      }
                    ]
                  }
                },
                {
                  "type": "IfStatement",
                  "start": 7586,
                  "end": 7716,
                  "loc": {
                    "start": {
                      "line": 183,
                      "column": 4
                    },
                    "end": {
                      "line": 185,
                      "column": 5
                    }
                  },
                  "test": {
                    "type": "BinaryExpression",
                    "start": 7591,
                    "end": 7620,
                    "loc": {
                      "start": {
                        "line": 183,
                        "column": 9
                      },
                      "end": {
                        "line": 183,
                        "column": 38
                      }
                    },
                    "left": {
                      "type": "MemberExpression",
                      "start": 7591,
                      "end": 7611,
                      "loc": {
                        "start": {
                          "line": 183,
                          "column": 9
                        },
                        "end": {
                          "line": 183,
                          "column": 29
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 7591,
                        "end": 7599,
                        "loc": {
                          "start": {
                            "line": 183,
                            "column": 9
                          },
                          "end": {
                            "line": 183,
                            "column": 17
                          },
                          "identifierName": "geometry"
                        },
                        "name": "geometry"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 7600,
                        "end": 7611,
                        "loc": {
                          "start": {
                            "line": 183,
                            "column": 18
                          },
                          "end": {
                            "line": 183,
                            "column": 29
                          },
                          "identifierName": "boundingBox"
                        },
                        "name": "boundingBox"
                      },
                      "computed": false
                    },
                    "operator": "!==",
                    "right": {
                      "type": "NullLiteral",
                      "start": 7616,
                      "end": 7620,
                      "loc": {
                        "start": {
                          "line": 183,
                          "column": 34
                        },
                        "end": {
                          "line": 183,
                          "column": 38
                        }
                      }
                    }
                  },
                  "consequent": {
                    "type": "BlockStatement",
                    "start": 7623,
                    "end": 7716,
                    "loc": {
                      "start": {
                        "line": 183,
                        "column": 41
                      },
                      "end": {
                        "line": 185,
                        "column": 5
                      }
                    },
                    "body": [
                      {
                        "type": "IfStatement",
                        "start": 7633,
                        "end": 7710,
                        "loc": {
                          "start": {
                            "line": 184,
                            "column": 8
                          },
                          "end": {
                            "line": 184,
                            "column": 85
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 7638,
                          "end": 7700,
                          "loc": {
                            "start": {
                              "line": 184,
                              "column": 13
                            },
                            "end": {
                              "line": 184,
                              "column": 75
                            }
                          },
                          "left": {
                            "type": "CallExpression",
                            "start": 7638,
                            "end": 7690,
                            "loc": {
                              "start": {
                                "line": 184,
                                "column": 13
                              },
                              "end": {
                                "line": 184,
                                "column": 65
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 7638,
                              "end": 7666,
                              "loc": {
                                "start": {
                                  "line": 184,
                                  "column": 13
                                },
                                "end": {
                                  "line": 184,
                                  "column": 41
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 7638,
                                "end": 7652,
                                "loc": {
                                  "start": {
                                    "line": 184,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 184,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 7638,
                                  "end": 7647,
                                  "loc": {
                                    "start": {
                                      "line": 184,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 184,
                                      "column": 22
                                    },
                                    "identifierName": "raycaster"
                                  },
                                  "name": "raycaster"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7648,
                                  "end": 7652,
                                  "loc": {
                                    "start": {
                                      "line": 184,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 184,
                                      "column": 27
                                    },
                                    "identifierName": "_ray"
                                  },
                                  "name": "_ray"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 7653,
                                "end": 7666,
                                "loc": {
                                  "start": {
                                    "line": 184,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 184,
                                    "column": 41
                                  },
                                  "identifierName": "intersectsBox"
                                },
                                "name": "intersectsBox"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "MemberExpression",
                                "start": 7668,
                                "end": 7688,
                                "loc": {
                                  "start": {
                                    "line": 184,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 184,
                                    "column": 63
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 7668,
                                  "end": 7676,
                                  "loc": {
                                    "start": {
                                      "line": 184,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 184,
                                      "column": 51
                                    },
                                    "identifierName": "geometry"
                                  },
                                  "name": "geometry"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7677,
                                  "end": 7688,
                                  "loc": {
                                    "start": {
                                      "line": 184,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 184,
                                      "column": 63
                                    },
                                    "identifierName": "boundingBox"
                                  },
                                  "name": "boundingBox"
                                },
                                "computed": false
                              }
                            ]
                          },
                          "operator": "===",
                          "right": {
                            "type": "BooleanLiteral",
                            "start": 7695,
                            "end": 7700,
                            "loc": {
                              "start": {
                                "line": 184,
                                "column": 70
                              },
                              "end": {
                                "line": 184,
                                "column": 75
                              }
                            },
                            "value": false
                          }
                        },
                        "consequent": {
                          "type": "ReturnStatement",
                          "start": 7703,
                          "end": 7710,
                          "loc": {
                            "start": {
                              "line": 184,
                              "column": 78
                            },
                            "end": {
                              "line": 184,
                              "column": 85
                            }
                          },
                          "argument": null
                        },
                        "alternate": null
                      }
                    ],
                    "directives": []
                  },
                  "alternate": null
                },
                {
                  "type": "IfStatement",
                  "start": 7722,
                  "end": 8029,
                  "loc": {
                    "start": {
                      "line": 187,
                      "column": 4
                    },
                    "end": {
                      "line": 195,
                      "column": 5
                    }
                  },
                  "test": {
                    "type": "BinaryExpression",
                    "start": 7726,
                    "end": 7764,
                    "loc": {
                      "start": {
                        "line": 187,
                        "column": 8
                      },
                      "end": {
                        "line": 187,
                        "column": 46
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 7726,
                      "end": 7734,
                      "loc": {
                        "start": {
                          "line": 187,
                          "column": 8
                        },
                        "end": {
                          "line": 187,
                          "column": 16
                        },
                        "identifierName": "approach"
                      },
                      "name": "approach"
                    },
                    "operator": "===",
                    "right": {
                      "type": "MemberExpression",
                      "start": 7739,
                      "end": 7764,
                      "loc": {
                        "start": {
                          "line": 187,
                          "column": 21
                        },
                        "end": {
                          "line": 187,
                          "column": 46
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 7739,
                        "end": 7757,
                        "loc": {
                          "start": {
                            "line": 187,
                            "column": 21
                          },
                          "end": {
                            "line": 187,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 7739,
                          "end": 7748,
                          "loc": {
                            "start": {
                              "line": 187,
                              "column": 21
                            },
                            "end": {
                              "line": 187,
                              "column": 30
                            },
                            "identifierName": "Raycaster"
                          },
                          "name": "Raycaster"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 7749,
                          "end": 7757,
                          "loc": {
                            "start": {
                              "line": 187,
                              "column": 31
                            },
                            "end": {
                              "line": 187,
                              "column": 39
                            },
                            "identifierName": "Approach"
                          },
                          "name": "Approach"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 7758,
                        "end": 7764,
                        "loc": {
                          "start": {
                            "line": 187,
                            "column": 40
                          },
                          "end": {
                            "line": 187,
                            "column": 46
                          },
                          "identifierName": "Bounds"
                        },
                        "name": "Bounds"
                      },
                      "computed": false
                    }
                  },
                  "consequent": {
                    "type": "BlockStatement",
                    "start": 7766,
                    "end": 8029,
                    "loc": {
                      "start": {
                        "line": 187,
                        "column": 48
                      },
                      "end": {
                        "line": 195,
                        "column": 5
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 7776,
                        "end": 7966,
                        "loc": {
                          "start": {
                            "line": 188,
                            "column": 8
                          },
                          "end": {
                            "line": 192,
                            "column": 10
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 7780,
                            "end": 7965,
                            "loc": {
                              "start": {
                                "line": 188,
                                "column": 12
                              },
                              "end": {
                                "line": 192,
                                "column": 9
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 7780,
                              "end": 7792,
                              "loc": {
                                "start": {
                                  "line": 188,
                                  "column": 12
                                },
                                "end": {
                                  "line": 188,
                                  "column": 24
                                },
                                "identifierName": "intersection"
                              },
                              "name": "intersection"
                            },
                            "init": {
                              "type": "ObjectExpression",
                              "start": 7795,
                              "end": 7965,
                              "loc": {
                                "start": {
                                  "line": 188,
                                  "column": 27
                                },
                                "end": {
                                  "line": 192,
                                  "column": 9
                                }
                              },
                              "properties": [
                                {
                                  "type": "ObjectProperty",
                                  "start": 7809,
                                  "end": 7876,
                                  "loc": {
                                    "start": {
                                      "line": 189,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 189,
                                      "column": 79
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 7809,
                                    "end": 7817,
                                    "loc": {
                                      "start": {
                                        "line": 189,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 189,
                                        "column": 20
                                      },
                                      "identifierName": "distance"
                                    },
                                    "name": "distance"
                                  },
                                  "value": {
                                    "type": "CallExpression",
                                    "start": 7819,
                                    "end": 7876,
                                    "loc": {
                                      "start": {
                                        "line": 189,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 189,
                                        "column": 79
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 7819,
                                      "end": 7850,
                                      "loc": {
                                        "start": {
                                          "line": 189,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 189,
                                          "column": 53
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 7819,
                                        "end": 7839,
                                        "loc": {
                                          "start": {
                                            "line": 189,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 189,
                                            "column": 42
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 7819,
                                          "end": 7832,
                                          "loc": {
                                            "start": {
                                              "line": 189,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 189,
                                              "column": 35
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 7819,
                                            "end": 7828,
                                            "loc": {
                                              "start": {
                                                "line": 189,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 189,
                                                "column": 31
                                              },
                                              "identifierName": "raycaster"
                                            },
                                            "name": "raycaster"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7829,
                                            "end": 7832,
                                            "loc": {
                                              "start": {
                                                "line": 189,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 189,
                                                "column": 35
                                              },
                                              "identifierName": "ray"
                                            },
                                            "name": "ray"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7833,
                                          "end": 7839,
                                          "loc": {
                                            "start": {
                                              "line": 189,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 189,
                                              "column": 42
                                            },
                                            "identifierName": "origin"
                                          },
                                          "name": "origin"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7840,
                                        "end": 7850,
                                        "loc": {
                                          "start": {
                                            "line": 189,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 189,
                                            "column": 53
                                          },
                                          "identifierName": "distanceTo"
                                        },
                                        "name": "distanceTo"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 7851,
                                        "end": 7875,
                                        "loc": {
                                          "start": {
                                            "line": 189,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 189,
                                            "column": 78
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 7851,
                                          "end": 7868,
                                          "loc": {
                                            "start": {
                                              "line": 189,
                                              "column": 54
                                            },
                                            "end": {
                                              "line": 189,
                                              "column": 71
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 7851,
                                            "end": 7860,
                                            "loc": {
                                              "start": {
                                                "line": 189,
                                                "column": 54
                                              },
                                              "end": {
                                                "line": 189,
                                                "column": 63
                                              },
                                              "identifierName": "raycaster"
                                            },
                                            "name": "raycaster"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7861,
                                            "end": 7868,
                                            "loc": {
                                              "start": {
                                                "line": 189,
                                                "column": 64
                                              },
                                              "end": {
                                                "line": 189,
                                                "column": 71
                                              },
                                              "identifierName": "_sphere"
                                            },
                                            "name": "_sphere"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7869,
                                          "end": 7875,
                                          "loc": {
                                            "start": {
                                              "line": 189,
                                              "column": 72
                                            },
                                            "end": {
                                              "line": 189,
                                              "column": 78
                                            },
                                            "identifierName": "center"
                                          },
                                          "name": "center"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 7890,
                                  "end": 7902,
                                  "loc": {
                                    "start": {
                                      "line": 190,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 190,
                                      "column": 24
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 7890,
                                    "end": 7896,
                                    "loc": {
                                      "start": {
                                        "line": 190,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 190,
                                        "column": 18
                                      },
                                      "identifierName": "object"
                                    },
                                    "name": "object"
                                  },
                                  "value": {
                                    "type": "ThisExpression",
                                    "start": 7898,
                                    "end": 7902,
                                    "loc": {
                                      "start": {
                                        "line": 190,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 190,
                                        "column": 24
                                      }
                                    }
                                  }
                                },
                                {
                                  "type": "ObjectProperty",
                                  "start": 7916,
                                  "end": 7955,
                                  "loc": {
                                    "start": {
                                      "line": 191,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 191,
                                      "column": 51
                                    }
                                  },
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "start": 7916,
                                    "end": 7921,
                                    "loc": {
                                      "start": {
                                        "line": 191,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 191,
                                        "column": 17
                                      },
                                      "identifierName": "point"
                                    },
                                    "name": "point"
                                  },
                                  "value": {
                                    "type": "CallExpression",
                                    "start": 7923,
                                    "end": 7955,
                                    "loc": {
                                      "start": {
                                        "line": 191,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 191,
                                        "column": 51
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 7923,
                                      "end": 7953,
                                      "loc": {
                                        "start": {
                                          "line": 191,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 191,
                                          "column": 49
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 7923,
                                        "end": 7947,
                                        "loc": {
                                          "start": {
                                            "line": 191,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 191,
                                            "column": 43
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 7923,
                                          "end": 7940,
                                          "loc": {
                                            "start": {
                                              "line": 191,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 191,
                                              "column": 36
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 7923,
                                            "end": 7932,
                                            "loc": {
                                              "start": {
                                                "line": 191,
                                                "column": 19
                                              },
                                              "end": {
                                                "line": 191,
                                                "column": 28
                                              },
                                              "identifierName": "raycaster"
                                            },
                                            "name": "raycaster"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7933,
                                            "end": 7940,
                                            "loc": {
                                              "start": {
                                                "line": 191,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 191,
                                                "column": 36
                                              },
                                              "identifierName": "_sphere"
                                            },
                                            "name": "_sphere"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7941,
                                          "end": 7947,
                                          "loc": {
                                            "start": {
                                              "line": 191,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 191,
                                              "column": 43
                                            },
                                            "identifierName": "center"
                                          },
                                          "name": "center"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7948,
                                        "end": 7953,
                                        "loc": {
                                          "start": {
                                            "line": 191,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 191,
                                            "column": 49
                                          },
                                          "identifierName": "clone"
                                        },
                                        "name": "clone"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                }
                              ]
                            }
                          }
                        ],
                        "kind": "let"
                      },
                      {
                        "type": "ExpressionStatement",
                        "start": 7975,
                        "end": 8007,
                        "loc": {
                          "start": {
                            "line": 193,
                            "column": 8
                          },
                          "end": {
                            "line": 193,
                            "column": 40
                          }
                        },
                        "expression": {
                          "type": "CallExpression",
                          "start": 7975,
                          "end": 8006,
                          "loc": {
                            "start": {
                              "line": 193,
                              "column": 8
                            },
                            "end": {
                              "line": 193,
                              "column": 39
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 7975,
                            "end": 7990,
                            "loc": {
                              "start": {
                                "line": 193,
                                "column": 8
                              },
                              "end": {
                                "line": 193,
                                "column": 23
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 7975,
                              "end": 7985,
                              "loc": {
                                "start": {
                                  "line": 193,
                                  "column": 8
                                },
                                "end": {
                                  "line": 193,
                                  "column": 18
                                },
                                "identifierName": "intersects"
                              },
                              "name": "intersects"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7986,
                              "end": 7990,
                              "loc": {
                                "start": {
                                  "line": 193,
                                  "column": 19
                                },
                                "end": {
                                  "line": 193,
                                  "column": 23
                                },
                                "identifierName": "push"
                              },
                              "name": "push"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 7992,
                              "end": 8004,
                              "loc": {
                                "start": {
                                  "line": 193,
                                  "column": 25
                                },
                                "end": {
                                  "line": 193,
                                  "column": 37
                                },
                                "identifierName": "intersection"
                              },
                              "name": "intersection"
                            }
                          ]
                        }
                      },
                      {
                        "type": "ReturnStatement",
                        "start": 8016,
                        "end": 8023,
                        "loc": {
                          "start": {
                            "line": 194,
                            "column": 8
                          },
                          "end": {
                            "line": 194,
                            "column": 15
                          }
                        },
                        "argument": null
                      }
                    ],
                    "directives": []
                  },
                  "alternate": null
                },
                {
                  "type": "VariableDeclaration",
                  "start": 8035,
                  "end": 8057,
                  "loc": {
                    "start": {
                      "line": 197,
                      "column": 4
                    },
                    "end": {
                      "line": 197,
                      "column": 26
                    }
                  },
                  "declarations": [
                    {
                      "type": "VariableDeclarator",
                      "start": 8039,
                      "end": 8042,
                      "loc": {
                        "start": {
                          "line": 197,
                          "column": 8
                        },
                        "end": {
                          "line": 197,
                          "column": 11
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 8039,
                        "end": 8042,
                        "loc": {
                          "start": {
                            "line": 197,
                            "column": 8
                          },
                          "end": {
                            "line": 197,
                            "column": 11
                          },
                          "identifierName": "uvs"
                        },
                        "name": "uvs"
                      },
                      "init": null
                    },
                    {
                      "type": "VariableDeclarator",
                      "start": 8044,
                      "end": 8056,
                      "loc": {
                        "start": {
                          "line": 197,
                          "column": 13
                        },
                        "end": {
                          "line": 197,
                          "column": 25
                        }
                      },
                      "id": {
                        "type": "Identifier",
                        "start": 8044,
                        "end": 8056,
                        "loc": {
                          "start": {
                            "line": 197,
                            "column": 13
                          },
                          "end": {
                            "line": 197,
                            "column": 25
                          },
                          "identifierName": "intersection"
                        },
                        "name": "intersection"
                      },
                      "init": null
                    }
                  ],
                  "kind": "var"
                },
                {
                  "type": "IfStatement",
                  "start": 8062,
                  "end": 12485,
                  "loc": {
                    "start": {
                      "line": 198,
                      "column": 4
                    },
                    "end": {
                      "line": 286,
                      "column": 5
                    }
                  },
                  "test": {
                    "type": "BinaryExpression",
                    "start": 8067,
                    "end": 8107,
                    "loc": {
                      "start": {
                        "line": 198,
                        "column": 9
                      },
                      "end": {
                        "line": 198,
                        "column": 49
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 8067,
                      "end": 8075,
                      "loc": {
                        "start": {
                          "line": 198,
                          "column": 9
                        },
                        "end": {
                          "line": 198,
                          "column": 17
                        },
                        "identifierName": "geometry"
                      },
                      "name": "geometry"
                    },
                    "operator": "instanceof",
                    "right": {
                      "type": "MemberExpression",
                      "start": 8087,
                      "end": 8107,
                      "loc": {
                        "start": {
                          "line": 198,
                          "column": 29
                        },
                        "end": {
                          "line": 198,
                          "column": 49
                        }
                      },
                      "object": {
                        "type": "Identifier",
                        "start": 8087,
                        "end": 8092,
                        "loc": {
                          "start": {
                            "line": 198,
                            "column": 29
                          },
                          "end": {
                            "line": 198,
                            "column": 34
                          },
                          "identifierName": "THREE"
                        },
                        "name": "THREE"
                      },
                      "property": {
                        "type": "Identifier",
                        "start": 8093,
                        "end": 8107,
                        "loc": {
                          "start": {
                            "line": 198,
                            "column": 35
                          },
                          "end": {
                            "line": 198,
                            "column": 49
                          },
                          "identifierName": "BufferGeometry"
                        },
                        "name": "BufferGeometry"
                      },
                      "computed": false
                    }
                  },
                  "consequent": {
                    "type": "BlockStatement",
                    "start": 8110,
                    "end": 9680,
                    "loc": {
                      "start": {
                        "line": 198,
                        "column": 52
                      },
                      "end": {
                        "line": 234,
                        "column": 5
                      }
                    },
                    "body": [
                      {
                        "type": "VariableDeclaration",
                        "start": 8120,
                        "end": 8132,
                        "loc": {
                          "start": {
                            "line": 199,
                            "column": 8
                          },
                          "end": {
                            "line": 199,
                            "column": 20
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 8124,
                            "end": 8125,
                            "loc": {
                              "start": {
                                "line": 199,
                                "column": 12
                              },
                              "end": {
                                "line": 199,
                                "column": 13
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 8124,
                              "end": 8125,
                              "loc": {
                                "start": {
                                  "line": 199,
                                  "column": 12
                                },
                                "end": {
                                  "line": 199,
                                  "column": 13
                                },
                                "identifierName": "a"
                              },
                              "name": "a"
                            },
                            "init": null
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 8127,
                            "end": 8128,
                            "loc": {
                              "start": {
                                "line": 199,
                                "column": 15
                              },
                              "end": {
                                "line": 199,
                                "column": 16
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 8127,
                              "end": 8128,
                              "loc": {
                                "start": {
                                  "line": 199,
                                  "column": 15
                                },
                                "end": {
                                  "line": 199,
                                  "column": 16
                                },
                                "identifierName": "b"
                              },
                              "name": "b"
                            },
                            "init": null
                          },
                          {
                            "type": "VariableDeclarator",
                            "start": 8130,
                            "end": 8131,
                            "loc": {
                              "start": {
                                "line": 199,
                                "column": 18
                              },
                              "end": {
                                "line": 199,
                                "column": 19
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 8130,
                              "end": 8131,
                              "loc": {
                                "start": {
                                  "line": 199,
                                  "column": 18
                                },
                                "end": {
                                  "line": 199,
                                  "column": 19
                                },
                                "identifierName": "c"
                              },
                              "name": "c"
                            },
                            "init": null
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 8141,
                        "end": 8168,
                        "loc": {
                          "start": {
                            "line": 200,
                            "column": 8
                          },
                          "end": {
                            "line": 200,
                            "column": 35
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 8145,
                            "end": 8167,
                            "loc": {
                              "start": {
                                "line": 200,
                                "column": 12
                              },
                              "end": {
                                "line": 200,
                                "column": 34
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 8145,
                              "end": 8150,
                              "loc": {
                                "start": {
                                  "line": 200,
                                  "column": 12
                                },
                                "end": {
                                  "line": 200,
                                  "column": 17
                                },
                                "identifierName": "index"
                              },
                              "name": "index"
                            },
                            "init": {
                              "type": "MemberExpression",
                              "start": 8153,
                              "end": 8167,
                              "loc": {
                                "start": {
                                  "line": 200,
                                  "column": 20
                                },
                                "end": {
                                  "line": 200,
                                  "column": 34
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 8153,
                                "end": 8161,
                                "loc": {
                                  "start": {
                                    "line": 200,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 200,
                                    "column": 28
                                  },
                                  "identifierName": "geometry"
                                },
                                "name": "geometry"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 8162,
                                "end": 8167,
                                "loc": {
                                  "start": {
                                    "line": 200,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 200,
                                    "column": 34
                                  },
                                  "identifierName": "index"
                                },
                                "name": "index"
                              },
                              "computed": false
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 8177,
                        "end": 8214,
                        "loc": {
                          "start": {
                            "line": 201,
                            "column": 8
                          },
                          "end": {
                            "line": 201,
                            "column": 45
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 8181,
                            "end": 8213,
                            "loc": {
                              "start": {
                                "line": 201,
                                "column": 12
                              },
                              "end": {
                                "line": 201,
                                "column": 44
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 8181,
                              "end": 8191,
                              "loc": {
                                "start": {
                                  "line": 201,
                                  "column": 12
                                },
                                "end": {
                                  "line": 201,
                                  "column": 22
                                },
                                "identifierName": "attributes"
                              },
                              "name": "attributes"
                            },
                            "init": {
                              "type": "MemberExpression",
                              "start": 8194,
                              "end": 8213,
                              "loc": {
                                "start": {
                                  "line": 201,
                                  "column": 25
                                },
                                "end": {
                                  "line": 201,
                                  "column": 44
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 8194,
                                "end": 8202,
                                "loc": {
                                  "start": {
                                    "line": 201,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 201,
                                    "column": 33
                                  },
                                  "identifierName": "geometry"
                                },
                                "name": "geometry"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 8203,
                                "end": 8213,
                                "loc": {
                                  "start": {
                                    "line": 201,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 201,
                                    "column": 44
                                  },
                                  "identifierName": "attributes"
                                },
                                "name": "attributes"
                              },
                              "computed": false
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "VariableDeclaration",
                        "start": 8223,
                        "end": 8265,
                        "loc": {
                          "start": {
                            "line": 202,
                            "column": 8
                          },
                          "end": {
                            "line": 202,
                            "column": 50
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 8227,
                            "end": 8264,
                            "loc": {
                              "start": {
                                "line": 202,
                                "column": 12
                              },
                              "end": {
                                "line": 202,
                                "column": 49
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 8227,
                              "end": 8236,
                              "loc": {
                                "start": {
                                  "line": 202,
                                  "column": 12
                                },
                                "end": {
                                  "line": 202,
                                  "column": 21
                                },
                                "identifierName": "positions"
                              },
                              "name": "positions"
                            },
                            "init": {
                              "type": "MemberExpression",
                              "start": 8239,
                              "end": 8264,
                              "loc": {
                                "start": {
                                  "line": 202,
                                  "column": 24
                                },
                                "end": {
                                  "line": 202,
                                  "column": 49
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 8239,
                                "end": 8258,
                                "loc": {
                                  "start": {
                                    "line": 202,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 202,
                                    "column": 43
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 8239,
                                  "end": 8249,
                                  "loc": {
                                    "start": {
                                      "line": 202,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 202,
                                      "column": 34
                                    },
                                    "identifierName": "attributes"
                                  },
                                  "name": "attributes"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8250,
                                  "end": 8258,
                                  "loc": {
                                    "start": {
                                      "line": 202,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 202,
                                      "column": 43
                                    },
                                    "identifierName": "position"
                                  },
                                  "name": "position"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 8259,
                                "end": 8264,
                                "loc": {
                                  "start": {
                                    "line": 202,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 202,
                                    "column": 49
                                  },
                                  "identifierName": "array"
                                },
                                "name": "array"
                              },
                              "computed": false
                            }
                          }
                        ],
                        "kind": "var"
                      },
                      {
                        "type": "IfStatement",
                        "start": 8274,
                        "end": 8359,
                        "loc": {
                          "start": {
                            "line": 203,
                            "column": 8
                          },
                          "end": {
                            "line": 205,
                            "column": 9
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 8279,
                          "end": 8306,
                          "loc": {
                            "start": {
                              "line": 203,
                              "column": 13
                            },
                            "end": {
                              "line": 203,
                              "column": 40
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 8279,
                            "end": 8292,
                            "loc": {
                              "start": {
                                "line": 203,
                                "column": 13
                              },
                              "end": {
                                "line": 203,
                                "column": 26
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 8279,
                              "end": 8289,
                              "loc": {
                                "start": {
                                  "line": 203,
                                  "column": 13
                                },
                                "end": {
                                  "line": 203,
                                  "column": 23
                                },
                                "identifierName": "attributes"
                              },
                              "name": "attributes"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 8290,
                              "end": 8292,
                              "loc": {
                                "start": {
                                  "line": 203,
                                  "column": 24
                                },
                                "end": {
                                  "line": 203,
                                  "column": 26
                                },
                                "identifierName": "uv"
                              },
                              "name": "uv"
                            },
                            "computed": false
                          },
                          "operator": "!==",
                          "right": {
                            "type": "Identifier",
                            "start": 8297,
                            "end": 8306,
                            "loc": {
                              "start": {
                                "line": 203,
                                "column": 31
                              },
                              "end": {
                                "line": 203,
                                "column": 40
                              },
                              "identifierName": "undefined"
                            },
                            "name": "undefined"
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 8309,
                          "end": 8359,
                          "loc": {
                            "start": {
                              "line": 203,
                              "column": 43
                            },
                            "end": {
                              "line": 205,
                              "column": 9
                            }
                          },
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "start": 8323,
                              "end": 8349,
                              "loc": {
                                "start": {
                                  "line": 204,
                                  "column": 12
                                },
                                "end": {
                                  "line": 204,
                                  "column": 38
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 8323,
                                "end": 8348,
                                "loc": {
                                  "start": {
                                    "line": 204,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 204,
                                    "column": 37
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 8323,
                                  "end": 8326,
                                  "loc": {
                                    "start": {
                                      "line": 204,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 204,
                                      "column": 15
                                    },
                                    "identifierName": "uvs"
                                  },
                                  "name": "uvs"
                                },
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 8329,
                                  "end": 8348,
                                  "loc": {
                                    "start": {
                                      "line": 204,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 204,
                                      "column": 37
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 8329,
                                    "end": 8342,
                                    "loc": {
                                      "start": {
                                        "line": 204,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 204,
                                        "column": 31
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8329,
                                      "end": 8339,
                                      "loc": {
                                        "start": {
                                          "line": 204,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 204,
                                          "column": 28
                                        },
                                        "identifierName": "attributes"
                                      },
                                      "name": "attributes"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8340,
                                      "end": 8342,
                                      "loc": {
                                        "start": {
                                          "line": 204,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 204,
                                          "column": 31
                                        },
                                        "identifierName": "uv"
                                      },
                                      "name": "uv"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8343,
                                    "end": 8348,
                                    "loc": {
                                      "start": {
                                        "line": 204,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 204,
                                        "column": 37
                                      },
                                      "identifierName": "array"
                                    },
                                    "name": "array"
                                  },
                                  "computed": false
                                }
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": null
                      },
                      {
                        "type": "IfStatement",
                        "start": 8368,
                        "end": 9674,
                        "loc": {
                          "start": {
                            "line": 206,
                            "column": 8
                          },
                          "end": {
                            "line": 233,
                            "column": 9
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 8373,
                          "end": 8387,
                          "loc": {
                            "start": {
                              "line": 206,
                              "column": 13
                            },
                            "end": {
                              "line": 206,
                              "column": 27
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 8373,
                            "end": 8378,
                            "loc": {
                              "start": {
                                "line": 206,
                                "column": 13
                              },
                              "end": {
                                "line": 206,
                                "column": 18
                              },
                              "identifierName": "index"
                            },
                            "name": "index"
                          },
                          "operator": "!==",
                          "right": {
                            "type": "NullLiteral",
                            "start": 8383,
                            "end": 8387,
                            "loc": {
                              "start": {
                                "line": 206,
                                "column": 23
                              },
                              "end": {
                                "line": 206,
                                "column": 27
                              }
                            }
                          }
                        },
                        "consequent": {
                          "type": "BlockStatement",
                          "start": 8390,
                          "end": 9072,
                          "loc": {
                            "start": {
                              "line": 206,
                              "column": 30
                            },
                            "end": {
                              "line": 220,
                              "column": 9
                            }
                          },
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "start": 8404,
                              "end": 8430,
                              "loc": {
                                "start": {
                                  "line": 207,
                                  "column": 12
                                },
                                "end": {
                                  "line": 207,
                                  "column": 38
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 8408,
                                  "end": 8429,
                                  "loc": {
                                    "start": {
                                      "line": 207,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 207,
                                      "column": 37
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 8408,
                                    "end": 8415,
                                    "loc": {
                                      "start": {
                                        "line": 207,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 207,
                                        "column": 23
                                      },
                                      "identifierName": "indices"
                                    },
                                    "name": "indices"
                                  },
                                  "init": {
                                    "type": "MemberExpression",
                                    "start": 8418,
                                    "end": 8429,
                                    "loc": {
                                      "start": {
                                        "line": 207,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 207,
                                        "column": 37
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 8418,
                                      "end": 8423,
                                      "loc": {
                                        "start": {
                                          "line": 207,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 207,
                                          "column": 31
                                        },
                                        "identifierName": "index"
                                      },
                                      "name": "index"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8424,
                                      "end": 8429,
                                      "loc": {
                                        "start": {
                                          "line": 207,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 207,
                                          "column": 37
                                        },
                                        "identifierName": "array"
                                      },
                                      "name": "array"
                                    },
                                    "computed": false
                                  }
                                }
                              ],
                              "kind": "var"
                            },
                            {
                              "type": "ForStatement",
                              "start": 8443,
                              "end": 9062,
                              "loc": {
                                "start": {
                                  "line": 208,
                                  "column": 12
                                },
                                "end": {
                                  "line": 219,
                                  "column": 13
                                }
                              },
                              "init": {
                                "type": "VariableDeclaration",
                                "start": 8449,
                                "end": 8478,
                                "loc": {
                                  "start": {
                                    "line": 208,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 208,
                                    "column": 47
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 8453,
                                    "end": 8458,
                                    "loc": {
                                      "start": {
                                        "line": 208,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 208,
                                        "column": 27
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 8453,
                                      "end": 8454,
                                      "loc": {
                                        "start": {
                                          "line": 208,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 208,
                                          "column": 23
                                        },
                                        "identifierName": "i"
                                      },
                                      "name": "i"
                                    },
                                    "init": {
                                      "type": "NumericLiteral",
                                      "start": 8457,
                                      "end": 8458,
                                      "loc": {
                                        "start": {
                                          "line": 208,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 208,
                                          "column": 27
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 8460,
                                    "end": 8478,
                                    "loc": {
                                      "start": {
                                        "line": 208,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 208,
                                        "column": 47
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 8460,
                                      "end": 8461,
                                      "loc": {
                                        "start": {
                                          "line": 208,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 208,
                                          "column": 30
                                        },
                                        "identifierName": "l"
                                      },
                                      "name": "l"
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "start": 8464,
                                      "end": 8478,
                                      "loc": {
                                        "start": {
                                          "line": 208,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 208,
                                          "column": 47
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 8464,
                                        "end": 8471,
                                        "loc": {
                                          "start": {
                                            "line": 208,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 208,
                                            "column": 40
                                          },
                                          "identifierName": "indices"
                                        },
                                        "name": "indices"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8472,
                                        "end": 8478,
                                        "loc": {
                                          "start": {
                                            "line": 208,
                                            "column": 41
                                          },
                                          "end": {
                                            "line": 208,
                                            "column": 47
                                          },
                                          "identifierName": "length"
                                        },
                                        "name": "length"
                                      },
                                      "computed": false
                                    }
                                  }
                                ],
                                "kind": "var"
                              },
                              "test": {
                                "type": "BinaryExpression",
                                "start": 8480,
                                "end": 8485,
                                "loc": {
                                  "start": {
                                    "line": 208,
                                    "column": 49
                                  },
                                  "end": {
                                    "line": 208,
                                    "column": 54
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 8480,
                                  "end": 8481,
                                  "loc": {
                                    "start": {
                                      "line": 208,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 208,
                                      "column": 50
                                    },
                                    "identifierName": "i"
                                  },
                                  "name": "i"
                                },
                                "operator": "<",
                                "right": {
                                  "type": "Identifier",
                                  "start": 8484,
                                  "end": 8485,
                                  "loc": {
                                    "start": {
                                      "line": 208,
                                      "column": 53
                                    },
                                    "end": {
                                      "line": 208,
                                      "column": 54
                                    },
                                    "identifierName": "l"
                                  },
                                  "name": "l"
                                }
                              },
                              "update": {
                                "type": "AssignmentExpression",
                                "start": 8487,
                                "end": 8493,
                                "loc": {
                                  "start": {
                                    "line": 208,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 208,
                                    "column": 62
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 8487,
                                  "end": 8488,
                                  "loc": {
                                    "start": {
                                      "line": 208,
                                      "column": 56
                                    },
                                    "end": {
                                      "line": 208,
                                      "column": 57
                                    },
                                    "identifierName": "i"
                                  },
                                  "name": "i"
                                },
                                "right": {
                                  "type": "NumericLiteral",
                                  "start": 8492,
                                  "end": 8493,
                                  "loc": {
                                    "start": {
                                      "line": 208,
                                      "column": 61
                                    },
                                    "end": {
                                      "line": 208,
                                      "column": 62
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 3,
                                    "raw": "3"
                                  },
                                  "value": 3
                                }
                              },
                              "body": {
                                "type": "BlockStatement",
                                "start": 8496,
                                "end": 9062,
                                "loc": {
                                  "start": {
                                    "line": 208,
                                    "column": 65
                                  },
                                  "end": {
                                    "line": 219,
                                    "column": 13
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 8514,
                                    "end": 8531,
                                    "loc": {
                                      "start": {
                                        "line": 209,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 209,
                                        "column": 33
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 8514,
                                      "end": 8530,
                                      "loc": {
                                        "start": {
                                          "line": 209,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 209,
                                          "column": 32
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 8514,
                                        "end": 8515,
                                        "loc": {
                                          "start": {
                                            "line": 209,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 209,
                                            "column": 17
                                          },
                                          "identifierName": "a"
                                        },
                                        "name": "a"
                                      },
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 8518,
                                        "end": 8530,
                                        "loc": {
                                          "start": {
                                            "line": 209,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 209,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 8518,
                                          "end": 8525,
                                          "loc": {
                                            "start": {
                                              "line": 209,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 209,
                                              "column": 27
                                            },
                                            "identifierName": "indices"
                                          },
                                          "name": "indices"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8527,
                                          "end": 8528,
                                          "loc": {
                                            "start": {
                                              "line": 209,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 209,
                                              "column": 30
                                            },
                                            "identifierName": "i"
                                          },
                                          "name": "i"
                                        },
                                        "computed": true
                                      }
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 8548,
                                    "end": 8569,
                                    "loc": {
                                      "start": {
                                        "line": 210,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 210,
                                        "column": 37
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 8548,
                                      "end": 8568,
                                      "loc": {
                                        "start": {
                                          "line": 210,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 210,
                                          "column": 36
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 8548,
                                        "end": 8549,
                                        "loc": {
                                          "start": {
                                            "line": 210,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 210,
                                            "column": 17
                                          },
                                          "identifierName": "b"
                                        },
                                        "name": "b"
                                      },
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 8552,
                                        "end": 8568,
                                        "loc": {
                                          "start": {
                                            "line": 210,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 210,
                                            "column": 36
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 8552,
                                          "end": 8559,
                                          "loc": {
                                            "start": {
                                              "line": 210,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 210,
                                              "column": 27
                                            },
                                            "identifierName": "indices"
                                          },
                                          "name": "indices"
                                        },
                                        "property": {
                                          "type": "BinaryExpression",
                                          "start": 8561,
                                          "end": 8566,
                                          "loc": {
                                            "start": {
                                              "line": 210,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 210,
                                              "column": 34
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 8561,
                                            "end": 8562,
                                            "loc": {
                                              "start": {
                                                "line": 210,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 210,
                                                "column": 30
                                              },
                                              "identifierName": "i"
                                            },
                                            "name": "i"
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "NumericLiteral",
                                            "start": 8565,
                                            "end": 8566,
                                            "loc": {
                                              "start": {
                                                "line": 210,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 210,
                                                "column": 34
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 1,
                                              "raw": "1"
                                            },
                                            "value": 1
                                          }
                                        },
                                        "computed": true
                                      }
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 8586,
                                    "end": 8607,
                                    "loc": {
                                      "start": {
                                        "line": 211,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 211,
                                        "column": 37
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 8586,
                                      "end": 8606,
                                      "loc": {
                                        "start": {
                                          "line": 211,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 211,
                                          "column": 36
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 8586,
                                        "end": 8587,
                                        "loc": {
                                          "start": {
                                            "line": 211,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 211,
                                            "column": 17
                                          },
                                          "identifierName": "c"
                                        },
                                        "name": "c"
                                      },
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 8590,
                                        "end": 8606,
                                        "loc": {
                                          "start": {
                                            "line": 211,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 211,
                                            "column": 36
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 8590,
                                          "end": 8597,
                                          "loc": {
                                            "start": {
                                              "line": 211,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 211,
                                              "column": 27
                                            },
                                            "identifierName": "indices"
                                          },
                                          "name": "indices"
                                        },
                                        "property": {
                                          "type": "BinaryExpression",
                                          "start": 8599,
                                          "end": 8604,
                                          "loc": {
                                            "start": {
                                              "line": 211,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 211,
                                              "column": 34
                                            }
                                          },
                                          "left": {
                                            "type": "Identifier",
                                            "start": 8599,
                                            "end": 8600,
                                            "loc": {
                                              "start": {
                                                "line": 211,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 211,
                                                "column": 30
                                              },
                                              "identifierName": "i"
                                            },
                                            "name": "i"
                                          },
                                          "operator": "+",
                                          "right": {
                                            "type": "NumericLiteral",
                                            "start": 8603,
                                            "end": 8604,
                                            "loc": {
                                              "start": {
                                                "line": 211,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 211,
                                                "column": 34
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 2,
                                              "raw": "2"
                                            },
                                            "value": 2
                                          }
                                        },
                                        "computed": true
                                      }
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 8624,
                                    "end": 8731,
                                    "loc": {
                                      "start": {
                                        "line": 212,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 212,
                                        "column": 123
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 8624,
                                      "end": 8730,
                                      "loc": {
                                        "start": {
                                          "line": 212,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 212,
                                          "column": 122
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 8624,
                                        "end": 8636,
                                        "loc": {
                                          "start": {
                                            "line": 212,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 212,
                                            "column": 28
                                          },
                                          "identifierName": "intersection"
                                        },
                                        "name": "intersection"
                                      },
                                      "right": {
                                        "type": "CallExpression",
                                        "start": 8639,
                                        "end": 8730,
                                        "loc": {
                                          "start": {
                                            "line": 212,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 212,
                                            "column": 122
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 8639,
                                          "end": 8670,
                                          "loc": {
                                            "start": {
                                              "line": 212,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 212,
                                              "column": 62
                                            },
                                            "identifierName": "checkBufferGeometryIntersection"
                                          },
                                          "name": "checkBufferGeometryIntersection"
                                        },
                                        "arguments": [
                                          {
                                            "type": "ThisExpression",
                                            "start": 8672,
                                            "end": 8676,
                                            "loc": {
                                              "start": {
                                                "line": 212,
                                                "column": 64
                                              },
                                              "end": {
                                                "line": 212,
                                                "column": 68
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 8678,
                                            "end": 8687,
                                            "loc": {
                                              "start": {
                                                "line": 212,
                                                "column": 70
                                              },
                                              "end": {
                                                "line": 212,
                                                "column": 79
                                              },
                                              "identifierName": "raycaster"
                                            },
                                            "name": "raycaster"
                                          },
                                          {
                                            "type": "MemberExpression",
                                            "start": 8689,
                                            "end": 8703,
                                            "loc": {
                                              "start": {
                                                "line": 212,
                                                "column": 81
                                              },
                                              "end": {
                                                "line": 212,
                                                "column": 95
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 8689,
                                              "end": 8698,
                                              "loc": {
                                                "start": {
                                                  "line": 212,
                                                  "column": 81
                                                },
                                                "end": {
                                                  "line": 212,
                                                  "column": 90
                                                },
                                                "identifierName": "raycaster"
                                              },
                                              "name": "raycaster"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 8699,
                                              "end": 8703,
                                              "loc": {
                                                "start": {
                                                  "line": 212,
                                                  "column": 91
                                                },
                                                "end": {
                                                  "line": 212,
                                                  "column": 95
                                                },
                                                "identifierName": "_ray"
                                              },
                                              "name": "_ray"
                                            },
                                            "computed": false
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 8705,
                                            "end": 8714,
                                            "loc": {
                                              "start": {
                                                "line": 212,
                                                "column": 97
                                              },
                                              "end": {
                                                "line": 212,
                                                "column": 106
                                              },
                                              "identifierName": "positions"
                                            },
                                            "name": "positions"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 8716,
                                            "end": 8719,
                                            "loc": {
                                              "start": {
                                                "line": 212,
                                                "column": 108
                                              },
                                              "end": {
                                                "line": 212,
                                                "column": 111
                                              },
                                              "identifierName": "uvs"
                                            },
                                            "name": "uvs"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 8721,
                                            "end": 8722,
                                            "loc": {
                                              "start": {
                                                "line": 212,
                                                "column": 113
                                              },
                                              "end": {
                                                "line": 212,
                                                "column": 114
                                              },
                                              "identifierName": "a"
                                            },
                                            "name": "a"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 8724,
                                            "end": 8725,
                                            "loc": {
                                              "start": {
                                                "line": 212,
                                                "column": 116
                                              },
                                              "end": {
                                                "line": 212,
                                                "column": 117
                                              },
                                              "identifierName": "b"
                                            },
                                            "name": "b"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 8727,
                                            "end": 8728,
                                            "loc": {
                                              "start": {
                                                "line": 212,
                                                "column": 119
                                              },
                                              "end": {
                                                "line": 212,
                                                "column": 120
                                              },
                                              "identifierName": "c"
                                            },
                                            "name": "c"
                                          }
                                        ]
                                      }
                                    }
                                  },
                                  {
                                    "type": "IfStatement",
                                    "start": 8748,
                                    "end": 9048,
                                    "loc": {
                                      "start": {
                                        "line": 213,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 218,
                                        "column": 17
                                      }
                                    },
                                    "test": {
                                      "type": "Identifier",
                                      "start": 8753,
                                      "end": 8765,
                                      "loc": {
                                        "start": {
                                          "line": 213,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 213,
                                          "column": 33
                                        },
                                        "identifierName": "intersection"
                                      },
                                      "name": "intersection"
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 8768,
                                      "end": 9048,
                                      "loc": {
                                        "start": {
                                          "line": 213,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 218,
                                          "column": 17
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 8790,
                                          "end": 8835,
                                          "loc": {
                                            "start": {
                                              "line": 214,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 214,
                                              "column": 65
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 8790,
                                            "end": 8834,
                                            "loc": {
                                              "start": {
                                                "line": 214,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 214,
                                                "column": 64
                                              }
                                            },
                                            "operator": "=",
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 8790,
                                              "end": 8812,
                                              "loc": {
                                                "start": {
                                                  "line": 214,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 214,
                                                  "column": 42
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 8790,
                                                "end": 8802,
                                                "loc": {
                                                  "start": {
                                                    "line": 214,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 214,
                                                    "column": 32
                                                  },
                                                  "identifierName": "intersection"
                                                },
                                                "name": "intersection"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8803,
                                                "end": 8812,
                                                "loc": {
                                                  "start": {
                                                    "line": 214,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 214,
                                                    "column": 42
                                                  },
                                                  "identifierName": "faceIndex"
                                                },
                                                "name": "faceIndex"
                                              },
                                              "computed": false
                                            },
                                            "right": {
                                              "type": "CallExpression",
                                              "start": 8815,
                                              "end": 8834,
                                              "loc": {
                                                "start": {
                                                  "line": 214,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 214,
                                                  "column": 64
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 8815,
                                                "end": 8825,
                                                "loc": {
                                                  "start": {
                                                    "line": 214,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 214,
                                                    "column": 55
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 8815,
                                                  "end": 8819,
                                                  "loc": {
                                                    "start": {
                                                      "line": 214,
                                                      "column": 45
                                                    },
                                                    "end": {
                                                      "line": 214,
                                                      "column": 49
                                                    },
                                                    "identifierName": "Math"
                                                  },
                                                  "name": "Math"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 8820,
                                                  "end": 8825,
                                                  "loc": {
                                                    "start": {
                                                      "line": 214,
                                                      "column": 50
                                                    },
                                                    "end": {
                                                      "line": 214,
                                                      "column": 55
                                                    },
                                                    "identifierName": "floor"
                                                  },
                                                  "name": "floor"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "BinaryExpression",
                                                  "start": 8827,
                                                  "end": 8832,
                                                  "loc": {
                                                    "start": {
                                                      "line": 214,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 214,
                                                      "column": 62
                                                    }
                                                  },
                                                  "left": {
                                                    "type": "Identifier",
                                                    "start": 8827,
                                                    "end": 8828,
                                                    "loc": {
                                                      "start": {
                                                        "line": 214,
                                                        "column": 57
                                                      },
                                                      "end": {
                                                        "line": 214,
                                                        "column": 58
                                                      },
                                                      "identifierName": "i"
                                                    },
                                                    "name": "i"
                                                  },
                                                  "operator": "/",
                                                  "right": {
                                                    "type": "NumericLiteral",
                                                    "start": 8831,
                                                    "end": 8832,
                                                    "loc": {
                                                      "start": {
                                                        "line": 214,
                                                        "column": 61
                                                      },
                                                      "end": {
                                                        "line": 214,
                                                        "column": 62
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 3,
                                                      "raw": "3"
                                                    },
                                                    "value": 3
                                                  }
                                                }
                                              ]
                                            }
                                          },
                                          "trailingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " triangle number in indices buffer semantics",
                                              "start": 8836,
                                              "end": 8882,
                                              "loc": {
                                                "start": {
                                                  "line": 214,
                                                  "column": 66
                                                },
                                                "end": {
                                                  "line": 214,
                                                  "column": 112
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 8903,
                                          "end": 8935,
                                          "loc": {
                                            "start": {
                                              "line": 215,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 215,
                                              "column": 52
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 8903,
                                            "end": 8934,
                                            "loc": {
                                              "start": {
                                                "line": 215,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 215,
                                                "column": 51
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 8903,
                                              "end": 8918,
                                              "loc": {
                                                "start": {
                                                  "line": 215,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 215,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 8903,
                                                "end": 8913,
                                                "loc": {
                                                  "start": {
                                                    "line": 215,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 215,
                                                    "column": 30
                                                  },
                                                  "identifierName": "intersects"
                                                },
                                                "name": "intersects",
                                                "leadingComments": null
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8914,
                                                "end": 8918,
                                                "loc": {
                                                  "start": {
                                                    "line": 215,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 215,
                                                    "column": 35
                                                  },
                                                  "identifierName": "push"
                                                },
                                                "name": "push"
                                              },
                                              "computed": false,
                                              "leadingComments": null
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 8920,
                                                "end": 8932,
                                                "loc": {
                                                  "start": {
                                                    "line": 215,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 215,
                                                    "column": 49
                                                  },
                                                  "identifierName": "intersection"
                                                },
                                                "name": "intersection"
                                              }
                                            ],
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " triangle number in indices buffer semantics",
                                              "start": 8836,
                                              "end": 8882,
                                              "loc": {
                                                "start": {
                                                  "line": 214,
                                                  "column": 66
                                                },
                                                "end": {
                                                  "line": 214,
                                                  "column": 112
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        {
                                          "type": "IfStatement",
                                          "start": 8956,
                                          "end": 9030,
                                          "loc": {
                                            "start": {
                                              "line": 216,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 217,
                                              "column": 31
                                            }
                                          },
                                          "test": {
                                            "type": "BinaryExpression",
                                            "start": 8960,
                                            "end": 8997,
                                            "loc": {
                                              "start": {
                                                "line": 216,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 216,
                                                "column": 61
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 8960,
                                              "end": 8968,
                                              "loc": {
                                                "start": {
                                                  "line": 216,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 216,
                                                  "column": 32
                                                },
                                                "identifierName": "approach"
                                              },
                                              "name": "approach"
                                            },
                                            "operator": "===",
                                            "right": {
                                              "type": "MemberExpression",
                                              "start": 8973,
                                              "end": 8997,
                                              "loc": {
                                                "start": {
                                                  "line": 216,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 216,
                                                  "column": 61
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 8973,
                                                "end": 8991,
                                                "loc": {
                                                  "start": {
                                                    "line": 216,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 216,
                                                    "column": 55
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 8973,
                                                  "end": 8982,
                                                  "loc": {
                                                    "start": {
                                                      "line": 216,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 216,
                                                      "column": 46
                                                    },
                                                    "identifierName": "Raycaster"
                                                  },
                                                  "name": "Raycaster"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 8983,
                                                  "end": 8991,
                                                  "loc": {
                                                    "start": {
                                                      "line": 216,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 216,
                                                      "column": 55
                                                    },
                                                    "identifierName": "Approach"
                                                  },
                                                  "name": "Approach"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 8992,
                                                "end": 8997,
                                                "loc": {
                                                  "start": {
                                                    "line": 216,
                                                    "column": 56
                                                  },
                                                  "end": {
                                                    "line": 216,
                                                    "column": 61
                                                  },
                                                  "identifierName": "First"
                                                },
                                                "name": "First"
                                              },
                                              "computed": false
                                            }
                                          },
                                          "consequent": {
                                            "type": "ReturnStatement",
                                            "start": 9023,
                                            "end": 9030,
                                            "loc": {
                                              "start": {
                                                "line": 217,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 217,
                                                "column": 31
                                              }
                                            },
                                            "argument": null
                                          },
                                          "alternate": null
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": null
                                  }
                                ],
                                "directives": []
                              }
                            }
                          ],
                          "directives": []
                        },
                        "alternate": {
                          "type": "BlockStatement",
                          "start": 9078,
                          "end": 9674,
                          "loc": {
                            "start": {
                              "line": 220,
                              "column": 15
                            },
                            "end": {
                              "line": 233,
                              "column": 9
                            }
                          },
                          "body": [
                            {
                              "type": "ForStatement",
                              "start": 9092,
                              "end": 9664,
                              "loc": {
                                "start": {
                                  "line": 221,
                                  "column": 12
                                },
                                "end": {
                                  "line": 232,
                                  "column": 13
                                }
                              },
                              "init": {
                                "type": "VariableDeclaration",
                                "start": 9098,
                                "end": 9129,
                                "loc": {
                                  "start": {
                                    "line": 221,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 221,
                                    "column": 49
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 9102,
                                    "end": 9107,
                                    "loc": {
                                      "start": {
                                        "line": 221,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 221,
                                        "column": 27
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 9102,
                                      "end": 9103,
                                      "loc": {
                                        "start": {
                                          "line": 221,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 221,
                                          "column": 23
                                        },
                                        "identifierName": "i"
                                      },
                                      "name": "i"
                                    },
                                    "init": {
                                      "type": "NumericLiteral",
                                      "start": 9106,
                                      "end": 9107,
                                      "loc": {
                                        "start": {
                                          "line": 221,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 221,
                                          "column": 27
                                        }
                                      },
                                      "extra": {
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "value": 0
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 9109,
                                    "end": 9129,
                                    "loc": {
                                      "start": {
                                        "line": 221,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 221,
                                        "column": 49
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 9109,
                                      "end": 9110,
                                      "loc": {
                                        "start": {
                                          "line": 221,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 221,
                                          "column": 30
                                        },
                                        "identifierName": "l"
                                      },
                                      "name": "l"
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "start": 9113,
                                      "end": 9129,
                                      "loc": {
                                        "start": {
                                          "line": 221,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 221,
                                          "column": 49
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 9113,
                                        "end": 9122,
                                        "loc": {
                                          "start": {
                                            "line": 221,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 221,
                                            "column": 42
                                          },
                                          "identifierName": "positions"
                                        },
                                        "name": "positions"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 9123,
                                        "end": 9129,
                                        "loc": {
                                          "start": {
                                            "line": 221,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 221,
                                            "column": 49
                                          },
                                          "identifierName": "length"
                                        },
                                        "name": "length"
                                      },
                                      "computed": false
                                    }
                                  }
                                ],
                                "kind": "var"
                              },
                              "test": {
                                "type": "BinaryExpression",
                                "start": 9131,
                                "end": 9136,
                                "loc": {
                                  "start": {
                                    "line": 221,
                                    "column": 51
                                  },
                                  "end": {
                                    "line": 221,
                                    "column": 56
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 9131,
                                  "end": 9132,
                                  "loc": {
                                    "start": {
                                      "line": 221,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 221,
                                      "column": 52
                                    },
                                    "identifierName": "i"
                                  },
                                  "name": "i"
                                },
                                "operator": "<",
                                "right": {
                                  "type": "Identifier",
                                  "start": 9135,
                                  "end": 9136,
                                  "loc": {
                                    "start": {
                                      "line": 221,
                                      "column": 55
                                    },
                                    "end": {
                                      "line": 221,
                                      "column": 56
                                    },
                                    "identifierName": "l"
                                  },
                                  "name": "l"
                                }
                              },
                              "update": {
                                "type": "AssignmentExpression",
                                "start": 9138,
                                "end": 9144,
                                "loc": {
                                  "start": {
                                    "line": 221,
                                    "column": 58
                                  },
                                  "end": {
                                    "line": 221,
                                    "column": 64
                                  }
                                },
                                "operator": "+=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 9138,
                                  "end": 9139,
                                  "loc": {
                                    "start": {
                                      "line": 221,
                                      "column": 58
                                    },
                                    "end": {
                                      "line": 221,
                                      "column": 59
                                    },
                                    "identifierName": "i"
                                  },
                                  "name": "i"
                                },
                                "right": {
                                  "type": "NumericLiteral",
                                  "start": 9143,
                                  "end": 9144,
                                  "loc": {
                                    "start": {
                                      "line": 221,
                                      "column": 63
                                    },
                                    "end": {
                                      "line": 221,
                                      "column": 64
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 9,
                                    "raw": "9"
                                  },
                                  "value": 9
                                }
                              },
                              "body": {
                                "type": "BlockStatement",
                                "start": 9147,
                                "end": 9664,
                                "loc": {
                                  "start": {
                                    "line": 221,
                                    "column": 67
                                  },
                                  "end": {
                                    "line": 232,
                                    "column": 13
                                  }
                                },
                                "body": [
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 9165,
                                    "end": 9175,
                                    "loc": {
                                      "start": {
                                        "line": 222,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 222,
                                        "column": 26
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 9165,
                                      "end": 9174,
                                      "loc": {
                                        "start": {
                                          "line": 222,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 222,
                                          "column": 25
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 9165,
                                        "end": 9166,
                                        "loc": {
                                          "start": {
                                            "line": 222,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 222,
                                            "column": 17
                                          },
                                          "identifierName": "a"
                                        },
                                        "name": "a"
                                      },
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 9169,
                                        "end": 9174,
                                        "loc": {
                                          "start": {
                                            "line": 222,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 222,
                                            "column": 25
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 9169,
                                          "end": 9170,
                                          "loc": {
                                            "start": {
                                              "line": 222,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 222,
                                              "column": 21
                                            },
                                            "identifierName": "i"
                                          },
                                          "name": "i"
                                        },
                                        "operator": "/",
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 9173,
                                          "end": 9174,
                                          "loc": {
                                            "start": {
                                              "line": 222,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 222,
                                              "column": 25
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 3,
                                            "raw": "3"
                                          },
                                          "value": 3
                                        }
                                      }
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 9192,
                                    "end": 9202,
                                    "loc": {
                                      "start": {
                                        "line": 223,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 223,
                                        "column": 26
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 9192,
                                      "end": 9201,
                                      "loc": {
                                        "start": {
                                          "line": 223,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 223,
                                          "column": 25
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 9192,
                                        "end": 9193,
                                        "loc": {
                                          "start": {
                                            "line": 223,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 223,
                                            "column": 17
                                          },
                                          "identifierName": "b"
                                        },
                                        "name": "b"
                                      },
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 9196,
                                        "end": 9201,
                                        "loc": {
                                          "start": {
                                            "line": 223,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 223,
                                            "column": 25
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 9196,
                                          "end": 9197,
                                          "loc": {
                                            "start": {
                                              "line": 223,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 223,
                                              "column": 21
                                            },
                                            "identifierName": "a"
                                          },
                                          "name": "a"
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 9200,
                                          "end": 9201,
                                          "loc": {
                                            "start": {
                                              "line": 223,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 223,
                                              "column": 25
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 1,
                                            "raw": "1"
                                          },
                                          "value": 1
                                        }
                                      }
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 9219,
                                    "end": 9229,
                                    "loc": {
                                      "start": {
                                        "line": 224,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 224,
                                        "column": 26
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 9219,
                                      "end": 9228,
                                      "loc": {
                                        "start": {
                                          "line": 224,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 224,
                                          "column": 25
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 9219,
                                        "end": 9220,
                                        "loc": {
                                          "start": {
                                            "line": 224,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 224,
                                            "column": 17
                                          },
                                          "identifierName": "c"
                                        },
                                        "name": "c"
                                      },
                                      "right": {
                                        "type": "BinaryExpression",
                                        "start": 9223,
                                        "end": 9228,
                                        "loc": {
                                          "start": {
                                            "line": 224,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 224,
                                            "column": 25
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 9223,
                                          "end": 9224,
                                          "loc": {
                                            "start": {
                                              "line": 224,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 224,
                                              "column": 21
                                            },
                                            "identifierName": "a"
                                          },
                                          "name": "a"
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "NumericLiteral",
                                          "start": 9227,
                                          "end": 9228,
                                          "loc": {
                                            "start": {
                                              "line": 224,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 224,
                                              "column": 25
                                            }
                                          },
                                          "extra": {
                                            "rawValue": 2,
                                            "raw": "2"
                                          },
                                          "value": 2
                                        }
                                      }
                                    }
                                  },
                                  {
                                    "type": "ExpressionStatement",
                                    "start": 9246,
                                    "end": 9353,
                                    "loc": {
                                      "start": {
                                        "line": 225,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 225,
                                        "column": 123
                                      }
                                    },
                                    "expression": {
                                      "type": "AssignmentExpression",
                                      "start": 9246,
                                      "end": 9352,
                                      "loc": {
                                        "start": {
                                          "line": 225,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 225,
                                          "column": 122
                                        }
                                      },
                                      "operator": "=",
                                      "left": {
                                        "type": "Identifier",
                                        "start": 9246,
                                        "end": 9258,
                                        "loc": {
                                          "start": {
                                            "line": 225,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 225,
                                            "column": 28
                                          },
                                          "identifierName": "intersection"
                                        },
                                        "name": "intersection"
                                      },
                                      "right": {
                                        "type": "CallExpression",
                                        "start": 9261,
                                        "end": 9352,
                                        "loc": {
                                          "start": {
                                            "line": 225,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 225,
                                            "column": 122
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 9261,
                                          "end": 9292,
                                          "loc": {
                                            "start": {
                                              "line": 225,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 225,
                                              "column": 62
                                            },
                                            "identifierName": "checkBufferGeometryIntersection"
                                          },
                                          "name": "checkBufferGeometryIntersection"
                                        },
                                        "arguments": [
                                          {
                                            "type": "ThisExpression",
                                            "start": 9294,
                                            "end": 9298,
                                            "loc": {
                                              "start": {
                                                "line": 225,
                                                "column": 64
                                              },
                                              "end": {
                                                "line": 225,
                                                "column": 68
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 9300,
                                            "end": 9309,
                                            "loc": {
                                              "start": {
                                                "line": 225,
                                                "column": 70
                                              },
                                              "end": {
                                                "line": 225,
                                                "column": 79
                                              },
                                              "identifierName": "raycaster"
                                            },
                                            "name": "raycaster"
                                          },
                                          {
                                            "type": "MemberExpression",
                                            "start": 9311,
                                            "end": 9325,
                                            "loc": {
                                              "start": {
                                                "line": 225,
                                                "column": 81
                                              },
                                              "end": {
                                                "line": 225,
                                                "column": 95
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 9311,
                                              "end": 9320,
                                              "loc": {
                                                "start": {
                                                  "line": 225,
                                                  "column": 81
                                                },
                                                "end": {
                                                  "line": 225,
                                                  "column": 90
                                                },
                                                "identifierName": "raycaster"
                                              },
                                              "name": "raycaster"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 9321,
                                              "end": 9325,
                                              "loc": {
                                                "start": {
                                                  "line": 225,
                                                  "column": 91
                                                },
                                                "end": {
                                                  "line": 225,
                                                  "column": 95
                                                },
                                                "identifierName": "_ray"
                                              },
                                              "name": "_ray"
                                            },
                                            "computed": false
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 9327,
                                            "end": 9336,
                                            "loc": {
                                              "start": {
                                                "line": 225,
                                                "column": 97
                                              },
                                              "end": {
                                                "line": 225,
                                                "column": 106
                                              },
                                              "identifierName": "positions"
                                            },
                                            "name": "positions"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 9338,
                                            "end": 9341,
                                            "loc": {
                                              "start": {
                                                "line": 225,
                                                "column": 108
                                              },
                                              "end": {
                                                "line": 225,
                                                "column": 111
                                              },
                                              "identifierName": "uvs"
                                            },
                                            "name": "uvs"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 9343,
                                            "end": 9344,
                                            "loc": {
                                              "start": {
                                                "line": 225,
                                                "column": 113
                                              },
                                              "end": {
                                                "line": 225,
                                                "column": 114
                                              },
                                              "identifierName": "a"
                                            },
                                            "name": "a"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 9346,
                                            "end": 9347,
                                            "loc": {
                                              "start": {
                                                "line": 225,
                                                "column": 116
                                              },
                                              "end": {
                                                "line": 225,
                                                "column": 117
                                              },
                                              "identifierName": "b"
                                            },
                                            "name": "b"
                                          },
                                          {
                                            "type": "Identifier",
                                            "start": 9349,
                                            "end": 9350,
                                            "loc": {
                                              "start": {
                                                "line": 225,
                                                "column": 119
                                              },
                                              "end": {
                                                "line": 225,
                                                "column": 120
                                              },
                                              "identifierName": "c"
                                            },
                                            "name": "c"
                                          }
                                        ]
                                      }
                                    }
                                  },
                                  {
                                    "type": "IfStatement",
                                    "start": 9370,
                                    "end": 9650,
                                    "loc": {
                                      "start": {
                                        "line": 226,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 231,
                                        "column": 17
                                      }
                                    },
                                    "test": {
                                      "type": "Identifier",
                                      "start": 9375,
                                      "end": 9387,
                                      "loc": {
                                        "start": {
                                          "line": 226,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 226,
                                          "column": 33
                                        },
                                        "identifierName": "intersection"
                                      },
                                      "name": "intersection"
                                    },
                                    "consequent": {
                                      "type": "BlockStatement",
                                      "start": 9390,
                                      "end": 9650,
                                      "loc": {
                                        "start": {
                                          "line": 226,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 231,
                                          "column": 17
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 9412,
                                          "end": 9435,
                                          "loc": {
                                            "start": {
                                              "line": 227,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 227,
                                              "column": 43
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 9412,
                                            "end": 9434,
                                            "loc": {
                                              "start": {
                                                "line": 227,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 227,
                                                "column": 42
                                              }
                                            },
                                            "operator": "=",
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 9412,
                                              "end": 9430,
                                              "loc": {
                                                "start": {
                                                  "line": 227,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 227,
                                                  "column": 38
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 9412,
                                                "end": 9424,
                                                "loc": {
                                                  "start": {
                                                    "line": 227,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 227,
                                                    "column": 32
                                                  },
                                                  "identifierName": "intersection"
                                                },
                                                "name": "intersection"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9425,
                                                "end": 9430,
                                                "loc": {
                                                  "start": {
                                                    "line": 227,
                                                    "column": 33
                                                  },
                                                  "end": {
                                                    "line": 227,
                                                    "column": 38
                                                  },
                                                  "identifierName": "index"
                                                },
                                                "name": "index"
                                              },
                                              "computed": false
                                            },
                                            "right": {
                                              "type": "Identifier",
                                              "start": 9433,
                                              "end": 9434,
                                              "loc": {
                                                "start": {
                                                  "line": 227,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 227,
                                                  "column": 42
                                                },
                                                "identifierName": "a"
                                              },
                                              "name": "a"
                                            }
                                          },
                                          "trailingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " triangle number in positions buffer semantics",
                                              "start": 9436,
                                              "end": 9484,
                                              "loc": {
                                                "start": {
                                                  "line": 227,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 227,
                                                  "column": 92
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 9505,
                                          "end": 9537,
                                          "loc": {
                                            "start": {
                                              "line": 228,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 228,
                                              "column": 52
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 9505,
                                            "end": 9536,
                                            "loc": {
                                              "start": {
                                                "line": 228,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 228,
                                                "column": 51
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 9505,
                                              "end": 9520,
                                              "loc": {
                                                "start": {
                                                  "line": 228,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 228,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 9505,
                                                "end": 9515,
                                                "loc": {
                                                  "start": {
                                                    "line": 228,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 228,
                                                    "column": 30
                                                  },
                                                  "identifierName": "intersects"
                                                },
                                                "name": "intersects",
                                                "leadingComments": null
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9516,
                                                "end": 9520,
                                                "loc": {
                                                  "start": {
                                                    "line": 228,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 228,
                                                    "column": 35
                                                  },
                                                  "identifierName": "push"
                                                },
                                                "name": "push"
                                              },
                                              "computed": false,
                                              "leadingComments": null
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 9522,
                                                "end": 9534,
                                                "loc": {
                                                  "start": {
                                                    "line": 228,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 228,
                                                    "column": 49
                                                  },
                                                  "identifierName": "intersection"
                                                },
                                                "name": "intersection"
                                              }
                                            ],
                                            "leadingComments": null
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "CommentLine",
                                              "value": " triangle number in positions buffer semantics",
                                              "start": 9436,
                                              "end": 9484,
                                              "loc": {
                                                "start": {
                                                  "line": 227,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 227,
                                                  "column": 92
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        {
                                          "type": "IfStatement",
                                          "start": 9558,
                                          "end": 9632,
                                          "loc": {
                                            "start": {
                                              "line": 229,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 230,
                                              "column": 31
                                            }
                                          },
                                          "test": {
                                            "type": "BinaryExpression",
                                            "start": 9562,
                                            "end": 9599,
                                            "loc": {
                                              "start": {
                                                "line": 229,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 229,
                                                "column": 61
                                              }
                                            },
                                            "left": {
                                              "type": "Identifier",
                                              "start": 9562,
                                              "end": 9570,
                                              "loc": {
                                                "start": {
                                                  "line": 229,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 229,
                                                  "column": 32
                                                },
                                                "identifierName": "approach"
                                              },
                                              "name": "approach"
                                            },
                                            "operator": "===",
                                            "right": {
                                              "type": "MemberExpression",
                                              "start": 9575,
                                              "end": 9599,
                                              "loc": {
                                                "start": {
                                                  "line": 229,
                                                  "column": 37
                                                },
                                                "end": {
                                                  "line": 229,
                                                  "column": 61
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 9575,
                                                "end": 9593,
                                                "loc": {
                                                  "start": {
                                                    "line": 229,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 229,
                                                    "column": 55
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 9575,
                                                  "end": 9584,
                                                  "loc": {
                                                    "start": {
                                                      "line": 229,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 229,
                                                      "column": 46
                                                    },
                                                    "identifierName": "Raycaster"
                                                  },
                                                  "name": "Raycaster"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 9585,
                                                  "end": 9593,
                                                  "loc": {
                                                    "start": {
                                                      "line": 229,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 229,
                                                      "column": 55
                                                    },
                                                    "identifierName": "Approach"
                                                  },
                                                  "name": "Approach"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 9594,
                                                "end": 9599,
                                                "loc": {
                                                  "start": {
                                                    "line": 229,
                                                    "column": 56
                                                  },
                                                  "end": {
                                                    "line": 229,
                                                    "column": 61
                                                  },
                                                  "identifierName": "First"
                                                },
                                                "name": "First"
                                              },
                                              "computed": false
                                            }
                                          },
                                          "consequent": {
                                            "type": "ReturnStatement",
                                            "start": 9625,
                                            "end": 9632,
                                            "loc": {
                                              "start": {
                                                "line": 230,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 230,
                                                "column": 31
                                              }
                                            },
                                            "argument": null
                                          },
                                          "alternate": null
                                        }
                                      ],
                                      "directives": []
                                    },
                                    "alternate": null
                                  }
                                ],
                                "directives": []
                              }
                            }
                          ],
                          "directives": []
                        }
                      }
                    ],
                    "directives": []
                  },
                  "alternate": {
                    "type": "IfStatement",
                    "start": 9686,
                    "end": 12485,
                    "loc": {
                      "start": {
                        "line": 234,
                        "column": 11
                      },
                      "end": {
                        "line": 286,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "BinaryExpression",
                      "start": 9691,
                      "end": 9725,
                      "loc": {
                        "start": {
                          "line": 234,
                          "column": 16
                        },
                        "end": {
                          "line": 234,
                          "column": 50
                        }
                      },
                      "left": {
                        "type": "Identifier",
                        "start": 9691,
                        "end": 9699,
                        "loc": {
                          "start": {
                            "line": 234,
                            "column": 16
                          },
                          "end": {
                            "line": 234,
                            "column": 24
                          },
                          "identifierName": "geometry"
                        },
                        "name": "geometry"
                      },
                      "operator": "instanceof",
                      "right": {
                        "type": "MemberExpression",
                        "start": 9711,
                        "end": 9725,
                        "loc": {
                          "start": {
                            "line": 234,
                            "column": 36
                          },
                          "end": {
                            "line": 234,
                            "column": 50
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 9711,
                          "end": 9716,
                          "loc": {
                            "start": {
                              "line": 234,
                              "column": 36
                            },
                            "end": {
                              "line": 234,
                              "column": 41
                            },
                            "identifierName": "THREE"
                          },
                          "name": "THREE"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 9717,
                          "end": 9725,
                          "loc": {
                            "start": {
                              "line": 234,
                              "column": 42
                            },
                            "end": {
                              "line": 234,
                              "column": 50
                            },
                            "identifierName": "Geometry"
                          },
                          "name": "Geometry"
                        },
                        "computed": false
                      }
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 9728,
                      "end": 12485,
                      "loc": {
                        "start": {
                          "line": 234,
                          "column": 53
                        },
                        "end": {
                          "line": 286,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "VariableDeclaration",
                          "start": 9738,
                          "end": 9756,
                          "loc": {
                            "start": {
                              "line": 235,
                              "column": 8
                            },
                            "end": {
                              "line": 235,
                              "column": 26
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 9742,
                              "end": 9745,
                              "loc": {
                                "start": {
                                  "line": 235,
                                  "column": 12
                                },
                                "end": {
                                  "line": 235,
                                  "column": 15
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 9742,
                                "end": 9745,
                                "loc": {
                                  "start": {
                                    "line": 235,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 235,
                                    "column": 15
                                  },
                                  "identifierName": "fvA"
                                },
                                "name": "fvA"
                              },
                              "init": null
                            },
                            {
                              "type": "VariableDeclarator",
                              "start": 9747,
                              "end": 9750,
                              "loc": {
                                "start": {
                                  "line": 235,
                                  "column": 17
                                },
                                "end": {
                                  "line": 235,
                                  "column": 20
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 9747,
                                "end": 9750,
                                "loc": {
                                  "start": {
                                    "line": 235,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 235,
                                    "column": 20
                                  },
                                  "identifierName": "fvB"
                                },
                                "name": "fvB"
                              },
                              "init": null
                            },
                            {
                              "type": "VariableDeclarator",
                              "start": 9752,
                              "end": 9755,
                              "loc": {
                                "start": {
                                  "line": 235,
                                  "column": 22
                                },
                                "end": {
                                  "line": 235,
                                  "column": 25
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 9752,
                                "end": 9755,
                                "loc": {
                                  "start": {
                                    "line": 235,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 235,
                                    "column": 25
                                  },
                                  "identifierName": "fvC"
                                },
                                "name": "fvC"
                              },
                              "init": null
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 9765,
                          "end": 9826,
                          "loc": {
                            "start": {
                              "line": 236,
                              "column": 8
                            },
                            "end": {
                              "line": 236,
                              "column": 69
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 9769,
                              "end": 9825,
                              "loc": {
                                "start": {
                                  "line": 236,
                                  "column": 12
                                },
                                "end": {
                                  "line": 236,
                                  "column": 68
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 9769,
                                "end": 9783,
                                "loc": {
                                  "start": {
                                    "line": 236,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 236,
                                    "column": 26
                                  },
                                  "identifierName": "isFaceMaterial"
                                },
                                "name": "isFaceMaterial"
                              },
                              "init": {
                                "type": "BinaryExpression",
                                "start": 9786,
                                "end": 9825,
                                "loc": {
                                  "start": {
                                    "line": 236,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 236,
                                    "column": 68
                                  }
                                },
                                "left": {
                                  "type": "Identifier",
                                  "start": 9786,
                                  "end": 9794,
                                  "loc": {
                                    "start": {
                                      "line": 236,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 236,
                                      "column": 37
                                    },
                                    "identifierName": "material"
                                  },
                                  "name": "material"
                                },
                                "operator": "instanceof",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 9806,
                                  "end": 9825,
                                  "loc": {
                                    "start": {
                                      "line": 236,
                                      "column": 49
                                    },
                                    "end": {
                                      "line": 236,
                                      "column": 68
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 9806,
                                    "end": 9811,
                                    "loc": {
                                      "start": {
                                        "line": 236,
                                        "column": 49
                                      },
                                      "end": {
                                        "line": 236,
                                        "column": 54
                                      },
                                      "identifierName": "THREE"
                                    },
                                    "name": "THREE"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9812,
                                    "end": 9825,
                                    "loc": {
                                      "start": {
                                        "line": 236,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 236,
                                        "column": 68
                                      },
                                      "identifierName": "MultiMaterial"
                                    },
                                    "name": "MultiMaterial"
                                  },
                                  "computed": false
                                }
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 9835,
                          "end": 9903,
                          "loc": {
                            "start": {
                              "line": 237,
                              "column": 8
                            },
                            "end": {
                              "line": 237,
                              "column": 76
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 9839,
                              "end": 9902,
                              "loc": {
                                "start": {
                                  "line": 237,
                                  "column": 12
                                },
                                "end": {
                                  "line": 237,
                                  "column": 75
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 9839,
                                "end": 9848,
                                "loc": {
                                  "start": {
                                    "line": 237,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 237,
                                    "column": 21
                                  },
                                  "identifierName": "materials"
                                },
                                "name": "materials"
                              },
                              "init": {
                                "type": "ConditionalExpression",
                                "start": 9851,
                                "end": 9902,
                                "loc": {
                                  "start": {
                                    "line": 237,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 237,
                                    "column": 75
                                  }
                                },
                                "test": {
                                  "type": "BinaryExpression",
                                  "start": 9851,
                                  "end": 9874,
                                  "loc": {
                                    "start": {
                                      "line": 237,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 237,
                                      "column": 47
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 9851,
                                    "end": 9865,
                                    "loc": {
                                      "start": {
                                        "line": 237,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 237,
                                        "column": 38
                                      },
                                      "identifierName": "isFaceMaterial"
                                    },
                                    "name": "isFaceMaterial"
                                  },
                                  "operator": "===",
                                  "right": {
                                    "type": "BooleanLiteral",
                                    "start": 9870,
                                    "end": 9874,
                                    "loc": {
                                      "start": {
                                        "line": 237,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 237,
                                        "column": 47
                                      }
                                    },
                                    "value": true
                                  }
                                },
                                "consequent": {
                                  "type": "MemberExpression",
                                  "start": 9877,
                                  "end": 9895,
                                  "loc": {
                                    "start": {
                                      "line": 237,
                                      "column": 50
                                    },
                                    "end": {
                                      "line": 237,
                                      "column": 68
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 9877,
                                    "end": 9885,
                                    "loc": {
                                      "start": {
                                        "line": 237,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 237,
                                        "column": 58
                                      },
                                      "identifierName": "material"
                                    },
                                    "name": "material"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 9886,
                                    "end": 9895,
                                    "loc": {
                                      "start": {
                                        "line": 237,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 237,
                                        "column": 68
                                      },
                                      "identifierName": "materials"
                                    },
                                    "name": "materials"
                                  },
                                  "computed": false
                                },
                                "alternate": {
                                  "type": "NullLiteral",
                                  "start": 9898,
                                  "end": 9902,
                                  "loc": {
                                    "start": {
                                      "line": 237,
                                      "column": 71
                                    },
                                    "end": {
                                      "line": 237,
                                      "column": 75
                                    }
                                  }
                                }
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 9912,
                          "end": 9945,
                          "loc": {
                            "start": {
                              "line": 238,
                              "column": 8
                            },
                            "end": {
                              "line": 238,
                              "column": 41
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 9916,
                              "end": 9944,
                              "loc": {
                                "start": {
                                  "line": 238,
                                  "column": 12
                                },
                                "end": {
                                  "line": 238,
                                  "column": 40
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 9916,
                                "end": 9924,
                                "loc": {
                                  "start": {
                                    "line": 238,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 238,
                                    "column": 20
                                  },
                                  "identifierName": "vertices"
                                },
                                "name": "vertices"
                              },
                              "init": {
                                "type": "MemberExpression",
                                "start": 9927,
                                "end": 9944,
                                "loc": {
                                  "start": {
                                    "line": 238,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 238,
                                    "column": 40
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 9927,
                                  "end": 9935,
                                  "loc": {
                                    "start": {
                                      "line": 238,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 238,
                                      "column": 31
                                    },
                                    "identifierName": "geometry"
                                  },
                                  "name": "geometry"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 9936,
                                  "end": 9944,
                                  "loc": {
                                    "start": {
                                      "line": 238,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 238,
                                      "column": 40
                                    },
                                    "identifierName": "vertices"
                                  },
                                  "name": "vertices"
                                },
                                "computed": false
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 9954,
                          "end": 9981,
                          "loc": {
                            "start": {
                              "line": 239,
                              "column": 8
                            },
                            "end": {
                              "line": 239,
                              "column": 35
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 9958,
                              "end": 9980,
                              "loc": {
                                "start": {
                                  "line": 239,
                                  "column": 12
                                },
                                "end": {
                                  "line": 239,
                                  "column": 34
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 9958,
                                "end": 9963,
                                "loc": {
                                  "start": {
                                    "line": 239,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 239,
                                    "column": 17
                                  },
                                  "identifierName": "faces"
                                },
                                "name": "faces"
                              },
                              "init": {
                                "type": "MemberExpression",
                                "start": 9966,
                                "end": 9980,
                                "loc": {
                                  "start": {
                                    "line": 239,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 239,
                                    "column": 34
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 9966,
                                  "end": 9974,
                                  "loc": {
                                    "start": {
                                      "line": 239,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 239,
                                      "column": 28
                                    },
                                    "identifierName": "geometry"
                                  },
                                  "name": "geometry"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 9975,
                                  "end": 9980,
                                  "loc": {
                                    "start": {
                                      "line": 239,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 239,
                                      "column": 34
                                    },
                                    "identifierName": "faces"
                                  },
                                  "name": "faces"
                                },
                                "computed": false
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "VariableDeclaration",
                          "start": 9990,
                          "end": 10038,
                          "loc": {
                            "start": {
                              "line": 240,
                              "column": 8
                            },
                            "end": {
                              "line": 240,
                              "column": 56
                            }
                          },
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "start": 9994,
                              "end": 10037,
                              "loc": {
                                "start": {
                                  "line": 240,
                                  "column": 12
                                },
                                "end": {
                                  "line": 240,
                                  "column": 55
                                }
                              },
                              "id": {
                                "type": "Identifier",
                                "start": 9994,
                                "end": 10007,
                                "loc": {
                                  "start": {
                                    "line": 240,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 240,
                                    "column": 25
                                  },
                                  "identifierName": "faceVertexUvs"
                                },
                                "name": "faceVertexUvs"
                              },
                              "init": {
                                "type": "MemberExpression",
                                "start": 10010,
                                "end": 10037,
                                "loc": {
                                  "start": {
                                    "line": 240,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 240,
                                    "column": 55
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 10010,
                                  "end": 10032,
                                  "loc": {
                                    "start": {
                                      "line": 240,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 240,
                                      "column": 50
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 10010,
                                    "end": 10018,
                                    "loc": {
                                      "start": {
                                        "line": 240,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 240,
                                        "column": 36
                                      },
                                      "identifierName": "geometry"
                                    },
                                    "name": "geometry"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 10019,
                                    "end": 10032,
                                    "loc": {
                                      "start": {
                                        "line": 240,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 240,
                                        "column": 50
                                      },
                                      "identifierName": "faceVertexUvs"
                                    },
                                    "name": "faceVertexUvs"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "NumericLiteral",
                                  "start": 10034,
                                  "end": 10035,
                                  "loc": {
                                    "start": {
                                      "line": 240,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 240,
                                      "column": 53
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                },
                                "computed": true
                              }
                            }
                          ],
                          "kind": "var"
                        },
                        {
                          "type": "IfStatement",
                          "start": 10047,
                          "end": 10099,
                          "loc": {
                            "start": {
                              "line": 241,
                              "column": 8
                            },
                            "end": {
                              "line": 241,
                              "column": 60
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 10052,
                            "end": 10076,
                            "loc": {
                              "start": {
                                "line": 241,
                                "column": 13
                              },
                              "end": {
                                "line": 241,
                                "column": 37
                              }
                            },
                            "left": {
                              "type": "MemberExpression",
                              "start": 10052,
                              "end": 10072,
                              "loc": {
                                "start": {
                                  "line": 241,
                                  "column": 13
                                },
                                "end": {
                                  "line": 241,
                                  "column": 33
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 10052,
                                "end": 10065,
                                "loc": {
                                  "start": {
                                    "line": 241,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 241,
                                    "column": 26
                                  },
                                  "identifierName": "faceVertexUvs"
                                },
                                "name": "faceVertexUvs"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 10066,
                                "end": 10072,
                                "loc": {
                                  "start": {
                                    "line": 241,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 241,
                                    "column": 33
                                  },
                                  "identifierName": "length"
                                },
                                "name": "length"
                              },
                              "computed": false
                            },
                            "operator": ">",
                            "right": {
                              "type": "NumericLiteral",
                              "start": 10075,
                              "end": 10076,
                              "loc": {
                                "start": {
                                  "line": 241,
                                  "column": 36
                                },
                                "end": {
                                  "line": 241,
                                  "column": 37
                                }
                              },
                              "extra": {
                                "rawValue": 0,
                                "raw": "0"
                              },
                              "value": 0
                            }
                          },
                          "consequent": {
                            "type": "ExpressionStatement",
                            "start": 10079,
                            "end": 10099,
                            "loc": {
                              "start": {
                                "line": 241,
                                "column": 40
                              },
                              "end": {
                                "line": 241,
                                "column": 60
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 10079,
                              "end": 10098,
                              "loc": {
                                "start": {
                                  "line": 241,
                                  "column": 40
                                },
                                "end": {
                                  "line": 241,
                                  "column": 59
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "Identifier",
                                "start": 10079,
                                "end": 10082,
                                "loc": {
                                  "start": {
                                    "line": 241,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 241,
                                    "column": 43
                                  },
                                  "identifierName": "uvs"
                                },
                                "name": "uvs"
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 10085,
                                "end": 10098,
                                "loc": {
                                  "start": {
                                    "line": 241,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 241,
                                    "column": 59
                                  },
                                  "identifierName": "faceVertexUvs"
                                },
                                "name": "faceVertexUvs"
                              }
                            }
                          },
                          "alternate": null
                        },
                        {
                          "type": "ForStatement",
                          "start": 10108,
                          "end": 12479,
                          "loc": {
                            "start": {
                              "line": 242,
                              "column": 8
                            },
                            "end": {
                              "line": 285,
                              "column": 9
                            }
                          },
                          "init": {
                            "type": "VariableDeclaration",
                            "start": 10114,
                            "end": 10142,
                            "loc": {
                              "start": {
                                "line": 242,
                                "column": 14
                              },
                              "end": {
                                "line": 242,
                                "column": 42
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 10118,
                                "end": 10123,
                                "loc": {
                                  "start": {
                                    "line": 242,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 242,
                                    "column": 23
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 10118,
                                  "end": 10119,
                                  "loc": {
                                    "start": {
                                      "line": 242,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 242,
                                      "column": 19
                                    },
                                    "identifierName": "f"
                                  },
                                  "name": "f"
                                },
                                "init": {
                                  "type": "NumericLiteral",
                                  "start": 10122,
                                  "end": 10123,
                                  "loc": {
                                    "start": {
                                      "line": 242,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 242,
                                      "column": 23
                                    }
                                  },
                                  "extra": {
                                    "rawValue": 0,
                                    "raw": "0"
                                  },
                                  "value": 0
                                }
                              },
                              {
                                "type": "VariableDeclarator",
                                "start": 10125,
                                "end": 10142,
                                "loc": {
                                  "start": {
                                    "line": 242,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 242,
                                    "column": 42
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 10125,
                                  "end": 10127,
                                  "loc": {
                                    "start": {
                                      "line": 242,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 242,
                                      "column": 27
                                    },
                                    "identifierName": "fl"
                                  },
                                  "name": "fl"
                                },
                                "init": {
                                  "type": "MemberExpression",
                                  "start": 10130,
                                  "end": 10142,
                                  "loc": {
                                    "start": {
                                      "line": 242,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 242,
                                      "column": 42
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 10130,
                                    "end": 10135,
                                    "loc": {
                                      "start": {
                                        "line": 242,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 242,
                                        "column": 35
                                      },
                                      "identifierName": "faces"
                                    },
                                    "name": "faces"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 10136,
                                    "end": 10142,
                                    "loc": {
                                      "start": {
                                        "line": 242,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 242,
                                        "column": 42
                                      },
                                      "identifierName": "length"
                                    },
                                    "name": "length"
                                  },
                                  "computed": false
                                }
                              }
                            ],
                            "kind": "var"
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 10144,
                            "end": 10150,
                            "loc": {
                              "start": {
                                "line": 242,
                                "column": 44
                              },
                              "end": {
                                "line": 242,
                                "column": 50
                              }
                            },
                            "left": {
                              "type": "Identifier",
                              "start": 10144,
                              "end": 10145,
                              "loc": {
                                "start": {
                                  "line": 242,
                                  "column": 44
                                },
                                "end": {
                                  "line": 242,
                                  "column": 45
                                },
                                "identifierName": "f"
                              },
                              "name": "f"
                            },
                            "operator": "<",
                            "right": {
                              "type": "Identifier",
                              "start": 10148,
                              "end": 10150,
                              "loc": {
                                "start": {
                                  "line": 242,
                                  "column": 48
                                },
                                "end": {
                                  "line": 242,
                                  "column": 50
                                },
                                "identifierName": "fl"
                              },
                              "name": "fl"
                            }
                          },
                          "update": {
                            "type": "UpdateExpression",
                            "start": 10152,
                            "end": 10156,
                            "loc": {
                              "start": {
                                "line": 242,
                                "column": 52
                              },
                              "end": {
                                "line": 242,
                                "column": 56
                              }
                            },
                            "operator": "++",
                            "prefix": false,
                            "argument": {
                              "type": "Identifier",
                              "start": 10152,
                              "end": 10153,
                              "loc": {
                                "start": {
                                  "line": 242,
                                  "column": 52
                                },
                                "end": {
                                  "line": 242,
                                  "column": 53
                                },
                                "identifierName": "f"
                              },
                              "name": "f"
                            }
                          },
                          "body": {
                            "type": "BlockStatement",
                            "start": 10159,
                            "end": 12479,
                            "loc": {
                              "start": {
                                "line": 242,
                                "column": 59
                              },
                              "end": {
                                "line": 285,
                                "column": 9
                              }
                            },
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "start": 10173,
                                "end": 10195,
                                "loc": {
                                  "start": {
                                    "line": 243,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 243,
                                    "column": 34
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 10177,
                                    "end": 10194,
                                    "loc": {
                                      "start": {
                                        "line": 243,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 243,
                                        "column": 33
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 10177,
                                      "end": 10181,
                                      "loc": {
                                        "start": {
                                          "line": 243,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 243,
                                          "column": 20
                                        },
                                        "identifierName": "face"
                                      },
                                      "name": "face"
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "start": 10184,
                                      "end": 10194,
                                      "loc": {
                                        "start": {
                                          "line": 243,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 243,
                                          "column": 33
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 10184,
                                        "end": 10189,
                                        "loc": {
                                          "start": {
                                            "line": 243,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 243,
                                            "column": 28
                                          },
                                          "identifierName": "faces"
                                        },
                                        "name": "faces"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10191,
                                        "end": 10192,
                                        "loc": {
                                          "start": {
                                            "line": 243,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 243,
                                            "column": 31
                                          },
                                          "identifierName": "f"
                                        },
                                        "name": "f"
                                      },
                                      "computed": true
                                    }
                                  }
                                ],
                                "kind": "var"
                              },
                              {
                                "type": "VariableDeclaration",
                                "start": 10208,
                                "end": 10296,
                                "loc": {
                                  "start": {
                                    "line": 244,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 244,
                                    "column": 100
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 10212,
                                    "end": 10295,
                                    "loc": {
                                      "start": {
                                        "line": 244,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 244,
                                        "column": 99
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 10212,
                                      "end": 10224,
                                      "loc": {
                                        "start": {
                                          "line": 244,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 244,
                                          "column": 28
                                        },
                                        "identifierName": "faceMaterial"
                                      },
                                      "name": "faceMaterial"
                                    },
                                    "init": {
                                      "type": "ConditionalExpression",
                                      "start": 10227,
                                      "end": 10295,
                                      "loc": {
                                        "start": {
                                          "line": 244,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 244,
                                          "column": 99
                                        }
                                      },
                                      "test": {
                                        "type": "BinaryExpression",
                                        "start": 10227,
                                        "end": 10250,
                                        "loc": {
                                          "start": {
                                            "line": 244,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 244,
                                            "column": 54
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 10227,
                                          "end": 10241,
                                          "loc": {
                                            "start": {
                                              "line": 244,
                                              "column": 31
                                            },
                                            "end": {
                                              "line": 244,
                                              "column": 45
                                            },
                                            "identifierName": "isFaceMaterial"
                                          },
                                          "name": "isFaceMaterial"
                                        },
                                        "operator": "===",
                                        "right": {
                                          "type": "BooleanLiteral",
                                          "start": 10246,
                                          "end": 10250,
                                          "loc": {
                                            "start": {
                                              "line": 244,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 244,
                                              "column": 54
                                            }
                                          },
                                          "value": true
                                        }
                                      },
                                      "consequent": {
                                        "type": "MemberExpression",
                                        "start": 10253,
                                        "end": 10284,
                                        "loc": {
                                          "start": {
                                            "line": 244,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 244,
                                            "column": 88
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 10253,
                                          "end": 10262,
                                          "loc": {
                                            "start": {
                                              "line": 244,
                                              "column": 57
                                            },
                                            "end": {
                                              "line": 244,
                                              "column": 66
                                            },
                                            "identifierName": "materials"
                                          },
                                          "name": "materials"
                                        },
                                        "property": {
                                          "type": "MemberExpression",
                                          "start": 10264,
                                          "end": 10282,
                                          "loc": {
                                            "start": {
                                              "line": 244,
                                              "column": 68
                                            },
                                            "end": {
                                              "line": 244,
                                              "column": 86
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 10264,
                                            "end": 10268,
                                            "loc": {
                                              "start": {
                                                "line": 244,
                                                "column": 68
                                              },
                                              "end": {
                                                "line": 244,
                                                "column": 72
                                              },
                                              "identifierName": "face"
                                            },
                                            "name": "face"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 10269,
                                            "end": 10282,
                                            "loc": {
                                              "start": {
                                                "line": 244,
                                                "column": 73
                                              },
                                              "end": {
                                                "line": 244,
                                                "column": 86
                                              },
                                              "identifierName": "materialIndex"
                                            },
                                            "name": "materialIndex"
                                          },
                                          "computed": false
                                        },
                                        "computed": true
                                      },
                                      "alternate": {
                                        "type": "Identifier",
                                        "start": 10287,
                                        "end": 10295,
                                        "loc": {
                                          "start": {
                                            "line": 244,
                                            "column": 91
                                          },
                                          "end": {
                                            "line": 244,
                                            "column": 99
                                          },
                                          "identifierName": "material"
                                        },
                                        "name": "material"
                                      }
                                    }
                                  }
                                ],
                                "kind": "var"
                              },
                              {
                                "type": "IfStatement",
                                "start": 10309,
                                "end": 10352,
                                "loc": {
                                  "start": {
                                    "line": 245,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 245,
                                    "column": 55
                                  }
                                },
                                "test": {
                                  "type": "BinaryExpression",
                                  "start": 10314,
                                  "end": 10340,
                                  "loc": {
                                    "start": {
                                      "line": 245,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 245,
                                      "column": 43
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 10314,
                                    "end": 10326,
                                    "loc": {
                                      "start": {
                                        "line": 245,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 245,
                                        "column": 29
                                      },
                                      "identifierName": "faceMaterial"
                                    },
                                    "name": "faceMaterial"
                                  },
                                  "operator": "===",
                                  "right": {
                                    "type": "Identifier",
                                    "start": 10331,
                                    "end": 10340,
                                    "loc": {
                                      "start": {
                                        "line": 245,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 245,
                                        "column": 43
                                      },
                                      "identifierName": "undefined"
                                    },
                                    "name": "undefined"
                                  }
                                },
                                "consequent": {
                                  "type": "ContinueStatement",
                                  "start": 10343,
                                  "end": 10352,
                                  "loc": {
                                    "start": {
                                      "line": 245,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 245,
                                      "column": 55
                                    }
                                  },
                                  "label": null
                                },
                                "alternate": null
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 10365,
                                "end": 10390,
                                "loc": {
                                  "start": {
                                    "line": 246,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 246,
                                    "column": 37
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 10365,
                                  "end": 10389,
                                  "loc": {
                                    "start": {
                                      "line": 246,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 246,
                                      "column": 36
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 10365,
                                    "end": 10368,
                                    "loc": {
                                      "start": {
                                        "line": 246,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 246,
                                        "column": 15
                                      },
                                      "identifierName": "fvA"
                                    },
                                    "name": "fvA"
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 10371,
                                    "end": 10389,
                                    "loc": {
                                      "start": {
                                        "line": 246,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 246,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 10371,
                                      "end": 10379,
                                      "loc": {
                                        "start": {
                                          "line": 246,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 246,
                                          "column": 26
                                        },
                                        "identifierName": "vertices"
                                      },
                                      "name": "vertices"
                                    },
                                    "property": {
                                      "type": "MemberExpression",
                                      "start": 10381,
                                      "end": 10387,
                                      "loc": {
                                        "start": {
                                          "line": 246,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 246,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 10381,
                                        "end": 10385,
                                        "loc": {
                                          "start": {
                                            "line": 246,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 246,
                                            "column": 32
                                          },
                                          "identifierName": "face"
                                        },
                                        "name": "face"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10386,
                                        "end": 10387,
                                        "loc": {
                                          "start": {
                                            "line": 246,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 246,
                                            "column": 34
                                          },
                                          "identifierName": "a"
                                        },
                                        "name": "a"
                                      },
                                      "computed": false
                                    },
                                    "computed": true
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 10403,
                                "end": 10428,
                                "loc": {
                                  "start": {
                                    "line": 247,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 247,
                                    "column": 37
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 10403,
                                  "end": 10427,
                                  "loc": {
                                    "start": {
                                      "line": 247,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 247,
                                      "column": 36
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 10403,
                                    "end": 10406,
                                    "loc": {
                                      "start": {
                                        "line": 247,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 247,
                                        "column": 15
                                      },
                                      "identifierName": "fvB"
                                    },
                                    "name": "fvB"
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 10409,
                                    "end": 10427,
                                    "loc": {
                                      "start": {
                                        "line": 247,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 247,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 10409,
                                      "end": 10417,
                                      "loc": {
                                        "start": {
                                          "line": 247,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 247,
                                          "column": 26
                                        },
                                        "identifierName": "vertices"
                                      },
                                      "name": "vertices"
                                    },
                                    "property": {
                                      "type": "MemberExpression",
                                      "start": 10419,
                                      "end": 10425,
                                      "loc": {
                                        "start": {
                                          "line": 247,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 247,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 10419,
                                        "end": 10423,
                                        "loc": {
                                          "start": {
                                            "line": 247,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 247,
                                            "column": 32
                                          },
                                          "identifierName": "face"
                                        },
                                        "name": "face"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10424,
                                        "end": 10425,
                                        "loc": {
                                          "start": {
                                            "line": 247,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 247,
                                            "column": 34
                                          },
                                          "identifierName": "b"
                                        },
                                        "name": "b"
                                      },
                                      "computed": false
                                    },
                                    "computed": true
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 10441,
                                "end": 10466,
                                "loc": {
                                  "start": {
                                    "line": 248,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 248,
                                    "column": 37
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 10441,
                                  "end": 10465,
                                  "loc": {
                                    "start": {
                                      "line": 248,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 248,
                                      "column": 36
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 10441,
                                    "end": 10444,
                                    "loc": {
                                      "start": {
                                        "line": 248,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 248,
                                        "column": 15
                                      },
                                      "identifierName": "fvC"
                                    },
                                    "name": "fvC"
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "start": 10447,
                                    "end": 10465,
                                    "loc": {
                                      "start": {
                                        "line": 248,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 248,
                                        "column": 36
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 10447,
                                      "end": 10455,
                                      "loc": {
                                        "start": {
                                          "line": 248,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 248,
                                          "column": 26
                                        },
                                        "identifierName": "vertices"
                                      },
                                      "name": "vertices"
                                    },
                                    "property": {
                                      "type": "MemberExpression",
                                      "start": 10457,
                                      "end": 10463,
                                      "loc": {
                                        "start": {
                                          "line": 248,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 248,
                                          "column": 34
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 10457,
                                        "end": 10461,
                                        "loc": {
                                          "start": {
                                            "line": 248,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 248,
                                            "column": 32
                                          },
                                          "identifierName": "face"
                                        },
                                        "name": "face"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 10462,
                                        "end": 10463,
                                        "loc": {
                                          "start": {
                                            "line": 248,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 248,
                                            "column": 34
                                          },
                                          "identifierName": "c"
                                        },
                                        "name": "c"
                                      },
                                      "computed": false
                                    },
                                    "computed": true
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "start": 10479,
                                "end": 11659,
                                "loc": {
                                  "start": {
                                    "line": 249,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 269,
                                    "column": 13
                                  }
                                },
                                "test": {
                                  "type": "BinaryExpression",
                                  "start": 10484,
                                  "end": 10518,
                                  "loc": {
                                    "start": {
                                      "line": 249,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 249,
                                      "column": 51
                                    }
                                  },
                                  "left": {
                                    "type": "MemberExpression",
                                    "start": 10484,
                                    "end": 10509,
                                    "loc": {
                                      "start": {
                                        "line": 249,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 249,
                                        "column": 42
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 10484,
                                      "end": 10496,
                                      "loc": {
                                        "start": {
                                          "line": 249,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 249,
                                          "column": 29
                                        },
                                        "identifierName": "faceMaterial"
                                      },
                                      "name": "faceMaterial"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 10497,
                                      "end": 10509,
                                      "loc": {
                                        "start": {
                                          "line": 249,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 249,
                                          "column": 42
                                        },
                                        "identifierName": "morphTargets"
                                      },
                                      "name": "morphTargets"
                                    },
                                    "computed": false
                                  },
                                  "operator": "===",
                                  "right": {
                                    "type": "BooleanLiteral",
                                    "start": 10514,
                                    "end": 10518,
                                    "loc": {
                                      "start": {
                                        "line": 249,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 249,
                                        "column": 51
                                      }
                                    },
                                    "value": true
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 10521,
                                  "end": 11659,
                                  "loc": {
                                    "start": {
                                      "line": 249,
                                      "column": 54
                                    },
                                    "end": {
                                      "line": 269,
                                      "column": 13
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 10539,
                                      "end": 10580,
                                      "loc": {
                                        "start": {
                                          "line": 250,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 250,
                                          "column": 57
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 10543,
                                          "end": 10579,
                                          "loc": {
                                            "start": {
                                              "line": 250,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 250,
                                              "column": 56
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 10543,
                                            "end": 10555,
                                            "loc": {
                                              "start": {
                                                "line": 250,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 250,
                                                "column": 32
                                              },
                                              "identifierName": "morphTargets"
                                            },
                                            "name": "morphTargets"
                                          },
                                          "init": {
                                            "type": "MemberExpression",
                                            "start": 10558,
                                            "end": 10579,
                                            "loc": {
                                              "start": {
                                                "line": 250,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 250,
                                                "column": 56
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 10558,
                                              "end": 10566,
                                              "loc": {
                                                "start": {
                                                  "line": 250,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 250,
                                                  "column": 43
                                                },
                                                "identifierName": "geometry"
                                              },
                                              "name": "geometry"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 10567,
                                              "end": 10579,
                                              "loc": {
                                                "start": {
                                                  "line": 250,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 250,
                                                  "column": 56
                                                },
                                                "identifierName": "morphTargets"
                                              },
                                              "name": "morphTargets"
                                            },
                                            "computed": false
                                          }
                                        }
                                      ],
                                      "kind": "var"
                                    },
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 10597,
                                      "end": 10646,
                                      "loc": {
                                        "start": {
                                          "line": 251,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 251,
                                          "column": 65
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 10601,
                                          "end": 10645,
                                          "loc": {
                                            "start": {
                                              "line": 251,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 251,
                                              "column": 64
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 10601,
                                            "end": 10616,
                                            "loc": {
                                              "start": {
                                                "line": 251,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 251,
                                                "column": 35
                                              },
                                              "identifierName": "morphInfluences"
                                            },
                                            "name": "morphInfluences"
                                          },
                                          "init": {
                                            "type": "MemberExpression",
                                            "start": 10619,
                                            "end": 10645,
                                            "loc": {
                                              "start": {
                                                "line": 251,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 251,
                                                "column": 64
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 10619,
                                              "end": 10623,
                                              "loc": {
                                                "start": {
                                                  "line": 251,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 251,
                                                  "column": 42
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 10624,
                                              "end": 10645,
                                              "loc": {
                                                "start": {
                                                  "line": 251,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 251,
                                                  "column": 64
                                                },
                                                "identifierName": "morphTargetInfluences"
                                              },
                                              "name": "morphTargetInfluences"
                                            },
                                            "computed": false
                                          }
                                        }
                                      ],
                                      "kind": "var"
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 10663,
                                      "end": 10692,
                                      "loc": {
                                        "start": {
                                          "line": 252,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 252,
                                          "column": 45
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 10663,
                                        "end": 10691,
                                        "loc": {
                                          "start": {
                                            "line": 252,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 252,
                                            "column": 44
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 10663,
                                          "end": 10680,
                                          "loc": {
                                            "start": {
                                              "line": 252,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 252,
                                              "column": 33
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 10663,
                                            "end": 10676,
                                            "loc": {
                                              "start": {
                                                "line": 252,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 252,
                                                "column": 29
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 10663,
                                              "end": 10672,
                                              "loc": {
                                                "start": {
                                                  "line": 252,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 252,
                                                  "column": 25
                                                },
                                                "identifierName": "raycaster"
                                              },
                                              "name": "raycaster"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 10673,
                                              "end": 10676,
                                              "loc": {
                                                "start": {
                                                  "line": 252,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 252,
                                                  "column": 29
                                                },
                                                "identifierName": "_vA"
                                              },
                                              "name": "_vA"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 10677,
                                            "end": 10680,
                                            "loc": {
                                              "start": {
                                                "line": 252,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 252,
                                                "column": 33
                                              },
                                              "identifierName": "set"
                                            },
                                            "name": "set"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NumericLiteral",
                                            "start": 10682,
                                            "end": 10683,
                                            "loc": {
                                              "start": {
                                                "line": 252,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 252,
                                                "column": 36
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          },
                                          {
                                            "type": "NumericLiteral",
                                            "start": 10685,
                                            "end": 10686,
                                            "loc": {
                                              "start": {
                                                "line": 252,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 252,
                                                "column": 39
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          },
                                          {
                                            "type": "NumericLiteral",
                                            "start": 10688,
                                            "end": 10689,
                                            "loc": {
                                              "start": {
                                                "line": 252,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 252,
                                                "column": 42
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 10709,
                                      "end": 10738,
                                      "loc": {
                                        "start": {
                                          "line": 253,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 253,
                                          "column": 45
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 10709,
                                        "end": 10737,
                                        "loc": {
                                          "start": {
                                            "line": 253,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 253,
                                            "column": 44
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 10709,
                                          "end": 10726,
                                          "loc": {
                                            "start": {
                                              "line": 253,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 253,
                                              "column": 33
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 10709,
                                            "end": 10722,
                                            "loc": {
                                              "start": {
                                                "line": 253,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 253,
                                                "column": 29
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 10709,
                                              "end": 10718,
                                              "loc": {
                                                "start": {
                                                  "line": 253,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 253,
                                                  "column": 25
                                                },
                                                "identifierName": "raycaster"
                                              },
                                              "name": "raycaster"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 10719,
                                              "end": 10722,
                                              "loc": {
                                                "start": {
                                                  "line": 253,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 253,
                                                  "column": 29
                                                },
                                                "identifierName": "_vB"
                                              },
                                              "name": "_vB"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 10723,
                                            "end": 10726,
                                            "loc": {
                                              "start": {
                                                "line": 253,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 253,
                                                "column": 33
                                              },
                                              "identifierName": "set"
                                            },
                                            "name": "set"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NumericLiteral",
                                            "start": 10728,
                                            "end": 10729,
                                            "loc": {
                                              "start": {
                                                "line": 253,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 253,
                                                "column": 36
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          },
                                          {
                                            "type": "NumericLiteral",
                                            "start": 10731,
                                            "end": 10732,
                                            "loc": {
                                              "start": {
                                                "line": 253,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 253,
                                                "column": 39
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          },
                                          {
                                            "type": "NumericLiteral",
                                            "start": 10734,
                                            "end": 10735,
                                            "loc": {
                                              "start": {
                                                "line": 253,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 253,
                                                "column": 42
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 10755,
                                      "end": 10784,
                                      "loc": {
                                        "start": {
                                          "line": 254,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 254,
                                          "column": 45
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 10755,
                                        "end": 10783,
                                        "loc": {
                                          "start": {
                                            "line": 254,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 254,
                                            "column": 44
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 10755,
                                          "end": 10772,
                                          "loc": {
                                            "start": {
                                              "line": 254,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 254,
                                              "column": 33
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 10755,
                                            "end": 10768,
                                            "loc": {
                                              "start": {
                                                "line": 254,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 254,
                                                "column": 29
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 10755,
                                              "end": 10764,
                                              "loc": {
                                                "start": {
                                                  "line": 254,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 254,
                                                  "column": 25
                                                },
                                                "identifierName": "raycaster"
                                              },
                                              "name": "raycaster"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 10765,
                                              "end": 10768,
                                              "loc": {
                                                "start": {
                                                  "line": 254,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 254,
                                                  "column": 29
                                                },
                                                "identifierName": "_vC"
                                              },
                                              "name": "_vC"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 10769,
                                            "end": 10772,
                                            "loc": {
                                              "start": {
                                                "line": 254,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 254,
                                                "column": 33
                                              },
                                              "identifierName": "set"
                                            },
                                            "name": "set"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "NumericLiteral",
                                            "start": 10774,
                                            "end": 10775,
                                            "loc": {
                                              "start": {
                                                "line": 254,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 254,
                                                "column": 36
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          },
                                          {
                                            "type": "NumericLiteral",
                                            "start": 10777,
                                            "end": 10778,
                                            "loc": {
                                              "start": {
                                                "line": 254,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 254,
                                                "column": 39
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          },
                                          {
                                            "type": "NumericLiteral",
                                            "start": 10780,
                                            "end": 10781,
                                            "loc": {
                                              "start": {
                                                "line": 254,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 254,
                                                "column": 42
                                              }
                                            },
                                            "extra": {
                                              "rawValue": 0,
                                              "raw": "0"
                                            },
                                            "value": 0
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ForStatement",
                                      "start": 10801,
                                      "end": 11408,
                                      "loc": {
                                        "start": {
                                          "line": 255,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 262,
                                          "column": 17
                                        }
                                      },
                                      "init": {
                                        "type": "VariableDeclaration",
                                        "start": 10807,
                                        "end": 10842,
                                        "loc": {
                                          "start": {
                                            "line": 255,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 255,
                                            "column": 57
                                          }
                                        },
                                        "declarations": [
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 10811,
                                            "end": 10816,
                                            "loc": {
                                              "start": {
                                                "line": 255,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 255,
                                                "column": 31
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 10811,
                                              "end": 10812,
                                              "loc": {
                                                "start": {
                                                  "line": 255,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 255,
                                                  "column": 27
                                                },
                                                "identifierName": "t"
                                              },
                                              "name": "t"
                                            },
                                            "init": {
                                              "type": "NumericLiteral",
                                              "start": 10815,
                                              "end": 10816,
                                              "loc": {
                                                "start": {
                                                  "line": 255,
                                                  "column": 30
                                                },
                                                "end": {
                                                  "line": 255,
                                                  "column": 31
                                                }
                                              },
                                              "extra": {
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              "value": 0
                                            }
                                          },
                                          {
                                            "type": "VariableDeclarator",
                                            "start": 10818,
                                            "end": 10842,
                                            "loc": {
                                              "start": {
                                                "line": 255,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 255,
                                                "column": 57
                                              }
                                            },
                                            "id": {
                                              "type": "Identifier",
                                              "start": 10818,
                                              "end": 10820,
                                              "loc": {
                                                "start": {
                                                  "line": 255,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 255,
                                                  "column": 35
                                                },
                                                "identifierName": "tl"
                                              },
                                              "name": "tl"
                                            },
                                            "init": {
                                              "type": "MemberExpression",
                                              "start": 10823,
                                              "end": 10842,
                                              "loc": {
                                                "start": {
                                                  "line": 255,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 255,
                                                  "column": 57
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 10823,
                                                "end": 10835,
                                                "loc": {
                                                  "start": {
                                                    "line": 255,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 255,
                                                    "column": 50
                                                  },
                                                  "identifierName": "morphTargets"
                                                },
                                                "name": "morphTargets"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 10836,
                                                "end": 10842,
                                                "loc": {
                                                  "start": {
                                                    "line": 255,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 255,
                                                    "column": 57
                                                  },
                                                  "identifierName": "length"
                                                },
                                                "name": "length"
                                              },
                                              "computed": false
                                            }
                                          }
                                        ],
                                        "kind": "var"
                                      },
                                      "test": {
                                        "type": "BinaryExpression",
                                        "start": 10844,
                                        "end": 10850,
                                        "loc": {
                                          "start": {
                                            "line": 255,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 255,
                                            "column": 65
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 10844,
                                          "end": 10845,
                                          "loc": {
                                            "start": {
                                              "line": 255,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 255,
                                              "column": 60
                                            },
                                            "identifierName": "t"
                                          },
                                          "name": "t"
                                        },
                                        "operator": "<",
                                        "right": {
                                          "type": "Identifier",
                                          "start": 10848,
                                          "end": 10850,
                                          "loc": {
                                            "start": {
                                              "line": 255,
                                              "column": 63
                                            },
                                            "end": {
                                              "line": 255,
                                              "column": 65
                                            },
                                            "identifierName": "tl"
                                          },
                                          "name": "tl"
                                        }
                                      },
                                      "update": {
                                        "type": "UpdateExpression",
                                        "start": 10852,
                                        "end": 10856,
                                        "loc": {
                                          "start": {
                                            "line": 255,
                                            "column": 67
                                          },
                                          "end": {
                                            "line": 255,
                                            "column": 71
                                          }
                                        },
                                        "operator": "++",
                                        "prefix": false,
                                        "argument": {
                                          "type": "Identifier",
                                          "start": 10852,
                                          "end": 10853,
                                          "loc": {
                                            "start": {
                                              "line": 255,
                                              "column": 67
                                            },
                                            "end": {
                                              "line": 255,
                                              "column": 68
                                            },
                                            "identifierName": "t"
                                          },
                                          "name": "t"
                                        }
                                      },
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 10859,
                                        "end": 11408,
                                        "loc": {
                                          "start": {
                                            "line": 255,
                                            "column": 74
                                          },
                                          "end": {
                                            "line": 262,
                                            "column": 17
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 10881,
                                            "end": 10918,
                                            "loc": {
                                              "start": {
                                                "line": 256,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 256,
                                                "column": 57
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 10885,
                                                "end": 10917,
                                                "loc": {
                                                  "start": {
                                                    "line": 256,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 256,
                                                    "column": 56
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 10885,
                                                  "end": 10894,
                                                  "loc": {
                                                    "start": {
                                                      "line": 256,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 256,
                                                      "column": 33
                                                    },
                                                    "identifierName": "influence"
                                                  },
                                                  "name": "influence"
                                                },
                                                "init": {
                                                  "type": "MemberExpression",
                                                  "start": 10897,
                                                  "end": 10917,
                                                  "loc": {
                                                    "start": {
                                                      "line": 256,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 256,
                                                      "column": 56
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 10897,
                                                    "end": 10912,
                                                    "loc": {
                                                      "start": {
                                                        "line": 256,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 256,
                                                        "column": 51
                                                      },
                                                      "identifierName": "morphInfluences"
                                                    },
                                                    "name": "morphInfluences"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 10914,
                                                    "end": 10915,
                                                    "loc": {
                                                      "start": {
                                                        "line": 256,
                                                        "column": 53
                                                      },
                                                      "end": {
                                                        "line": 256,
                                                        "column": 54
                                                      },
                                                      "identifierName": "t"
                                                    },
                                                    "name": "t"
                                                  },
                                                  "computed": true
                                                }
                                              }
                                            ],
                                            "kind": "var"
                                          },
                                          {
                                            "type": "IfStatement",
                                            "start": 10939,
                                            "end": 10971,
                                            "loc": {
                                              "start": {
                                                "line": 257,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 257,
                                                "column": 52
                                              }
                                            },
                                            "test": {
                                              "type": "BinaryExpression",
                                              "start": 10944,
                                              "end": 10959,
                                              "loc": {
                                                "start": {
                                                  "line": 257,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 257,
                                                  "column": 40
                                                }
                                              },
                                              "left": {
                                                "type": "Identifier",
                                                "start": 10944,
                                                "end": 10953,
                                                "loc": {
                                                  "start": {
                                                    "line": 257,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 257,
                                                    "column": 34
                                                  },
                                                  "identifierName": "influence"
                                                },
                                                "name": "influence"
                                              },
                                              "operator": "===",
                                              "right": {
                                                "type": "NumericLiteral",
                                                "start": 10958,
                                                "end": 10959,
                                                "loc": {
                                                  "start": {
                                                    "line": 257,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 257,
                                                    "column": 40
                                                  }
                                                },
                                                "extra": {
                                                  "rawValue": 0,
                                                  "raw": "0"
                                                },
                                                "value": 0
                                              }
                                            },
                                            "consequent": {
                                              "type": "ContinueStatement",
                                              "start": 10962,
                                              "end": 10971,
                                              "loc": {
                                                "start": {
                                                  "line": 257,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 257,
                                                  "column": 52
                                                }
                                              },
                                              "label": null
                                            },
                                            "alternate": null
                                          },
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 10992,
                                            "end": 11033,
                                            "loc": {
                                              "start": {
                                                "line": 258,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 258,
                                                "column": 61
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 10996,
                                                "end": 11032,
                                                "loc": {
                                                  "start": {
                                                    "line": 258,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 258,
                                                    "column": 60
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 10996,
                                                  "end": 11003,
                                                  "loc": {
                                                    "start": {
                                                      "line": 258,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 258,
                                                      "column": 31
                                                    },
                                                    "identifierName": "targets"
                                                  },
                                                  "name": "targets"
                                                },
                                                "init": {
                                                  "type": "MemberExpression",
                                                  "start": 11006,
                                                  "end": 11032,
                                                  "loc": {
                                                    "start": {
                                                      "line": 258,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 258,
                                                      "column": 60
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 11006,
                                                    "end": 11023,
                                                    "loc": {
                                                      "start": {
                                                        "line": 258,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 258,
                                                        "column": 51
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 11006,
                                                      "end": 11018,
                                                      "loc": {
                                                        "start": {
                                                          "line": 258,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 258,
                                                          "column": 46
                                                        },
                                                        "identifierName": "morphTargets"
                                                      },
                                                      "name": "morphTargets"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 11020,
                                                      "end": 11021,
                                                      "loc": {
                                                        "start": {
                                                          "line": 258,
                                                          "column": 48
                                                        },
                                                        "end": {
                                                          "line": 258,
                                                          "column": 49
                                                        },
                                                        "identifierName": "t"
                                                      },
                                                      "name": "t"
                                                    },
                                                    "computed": true
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 11024,
                                                    "end": 11032,
                                                    "loc": {
                                                      "start": {
                                                        "line": 258,
                                                        "column": 52
                                                      },
                                                      "end": {
                                                        "line": 258,
                                                        "column": 60
                                                      },
                                                      "identifierName": "vertices"
                                                    },
                                                    "name": "vertices"
                                                  },
                                                  "computed": false
                                                }
                                              }
                                            ],
                                            "kind": "var"
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 11054,
                                            "end": 11152,
                                            "loc": {
                                              "start": {
                                                "line": 259,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 259,
                                                "column": 118
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 11054,
                                              "end": 11151,
                                              "loc": {
                                                "start": {
                                                  "line": 259,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 259,
                                                  "column": 117
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 11054,
                                                "end": 11083,
                                                "loc": {
                                                  "start": {
                                                    "line": 259,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 259,
                                                    "column": 49
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 11054,
                                                  "end": 11067,
                                                  "loc": {
                                                    "start": {
                                                      "line": 259,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 259,
                                                      "column": 33
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 11054,
                                                    "end": 11063,
                                                    "loc": {
                                                      "start": {
                                                        "line": 259,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 259,
                                                        "column": 29
                                                      },
                                                      "identifierName": "raycaster"
                                                    },
                                                    "name": "raycaster"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 11064,
                                                    "end": 11067,
                                                    "loc": {
                                                      "start": {
                                                        "line": 259,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 259,
                                                        "column": 33
                                                      },
                                                      "identifierName": "_vA"
                                                    },
                                                    "name": "_vA"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 11068,
                                                  "end": 11083,
                                                  "loc": {
                                                    "start": {
                                                      "line": 259,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 259,
                                                      "column": 49
                                                    },
                                                    "identifierName": "addScaledVector"
                                                  },
                                                  "name": "addScaledVector"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "CallExpression",
                                                  "start": 11085,
                                                  "end": 11138,
                                                  "loc": {
                                                    "start": {
                                                      "line": 259,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 259,
                                                      "column": 104
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 11085,
                                                    "end": 11112,
                                                    "loc": {
                                                      "start": {
                                                        "line": 259,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 259,
                                                        "column": 78
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 11085,
                                                      "end": 11101,
                                                      "loc": {
                                                        "start": {
                                                          "line": 259,
                                                          "column": 51
                                                        },
                                                        "end": {
                                                          "line": 259,
                                                          "column": 67
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 11085,
                                                        "end": 11094,
                                                        "loc": {
                                                          "start": {
                                                            "line": 259,
                                                            "column": 51
                                                          },
                                                          "end": {
                                                            "line": 259,
                                                            "column": 60
                                                          },
                                                          "identifierName": "raycaster"
                                                        },
                                                        "name": "raycaster"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 11095,
                                                        "end": 11101,
                                                        "loc": {
                                                          "start": {
                                                            "line": 259,
                                                            "column": 61
                                                          },
                                                          "end": {
                                                            "line": 259,
                                                            "column": 67
                                                          },
                                                          "identifierName": "_tempA"
                                                        },
                                                        "name": "_tempA"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 11102,
                                                      "end": 11112,
                                                      "loc": {
                                                        "start": {
                                                          "line": 259,
                                                          "column": 68
                                                        },
                                                        "end": {
                                                          "line": 259,
                                                          "column": 78
                                                        },
                                                        "identifierName": "subVectors"
                                                      },
                                                      "name": "subVectors"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 11114,
                                                      "end": 11131,
                                                      "loc": {
                                                        "start": {
                                                          "line": 259,
                                                          "column": 80
                                                        },
                                                        "end": {
                                                          "line": 259,
                                                          "column": 97
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 11114,
                                                        "end": 11121,
                                                        "loc": {
                                                          "start": {
                                                            "line": 259,
                                                            "column": 80
                                                          },
                                                          "end": {
                                                            "line": 259,
                                                            "column": 87
                                                          },
                                                          "identifierName": "targets"
                                                        },
                                                        "name": "targets"
                                                      },
                                                      "property": {
                                                        "type": "MemberExpression",
                                                        "start": 11123,
                                                        "end": 11129,
                                                        "loc": {
                                                          "start": {
                                                            "line": 259,
                                                            "column": 89
                                                          },
                                                          "end": {
                                                            "line": 259,
                                                            "column": 95
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 11123,
                                                          "end": 11127,
                                                          "loc": {
                                                            "start": {
                                                              "line": 259,
                                                              "column": 89
                                                            },
                                                            "end": {
                                                              "line": 259,
                                                              "column": 93
                                                            },
                                                            "identifierName": "face"
                                                          },
                                                          "name": "face"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 11128,
                                                          "end": 11129,
                                                          "loc": {
                                                            "start": {
                                                              "line": 259,
                                                              "column": 94
                                                            },
                                                            "end": {
                                                              "line": 259,
                                                              "column": 95
                                                            },
                                                            "identifierName": "a"
                                                          },
                                                          "name": "a"
                                                        },
                                                        "computed": false
                                                      },
                                                      "computed": true
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "start": 11133,
                                                      "end": 11136,
                                                      "loc": {
                                                        "start": {
                                                          "line": 259,
                                                          "column": 99
                                                        },
                                                        "end": {
                                                          "line": 259,
                                                          "column": 102
                                                        },
                                                        "identifierName": "fvA"
                                                      },
                                                      "name": "fvA"
                                                    }
                                                  ]
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "start": 11140,
                                                  "end": 11149,
                                                  "loc": {
                                                    "start": {
                                                      "line": 259,
                                                      "column": 106
                                                    },
                                                    "end": {
                                                      "line": 259,
                                                      "column": 115
                                                    },
                                                    "identifierName": "influence"
                                                  },
                                                  "name": "influence"
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 11173,
                                            "end": 11271,
                                            "loc": {
                                              "start": {
                                                "line": 260,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 260,
                                                "column": 118
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 11173,
                                              "end": 11270,
                                              "loc": {
                                                "start": {
                                                  "line": 260,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 260,
                                                  "column": 117
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 11173,
                                                "end": 11202,
                                                "loc": {
                                                  "start": {
                                                    "line": 260,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 260,
                                                    "column": 49
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 11173,
                                                  "end": 11186,
                                                  "loc": {
                                                    "start": {
                                                      "line": 260,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 260,
                                                      "column": 33
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 11173,
                                                    "end": 11182,
                                                    "loc": {
                                                      "start": {
                                                        "line": 260,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 260,
                                                        "column": 29
                                                      },
                                                      "identifierName": "raycaster"
                                                    },
                                                    "name": "raycaster"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 11183,
                                                    "end": 11186,
                                                    "loc": {
                                                      "start": {
                                                        "line": 260,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 260,
                                                        "column": 33
                                                      },
                                                      "identifierName": "_vB"
                                                    },
                                                    "name": "_vB"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 11187,
                                                  "end": 11202,
                                                  "loc": {
                                                    "start": {
                                                      "line": 260,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 260,
                                                      "column": 49
                                                    },
                                                    "identifierName": "addScaledVector"
                                                  },
                                                  "name": "addScaledVector"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "CallExpression",
                                                  "start": 11204,
                                                  "end": 11257,
                                                  "loc": {
                                                    "start": {
                                                      "line": 260,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 260,
                                                      "column": 104
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 11204,
                                                    "end": 11231,
                                                    "loc": {
                                                      "start": {
                                                        "line": 260,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 260,
                                                        "column": 78
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 11204,
                                                      "end": 11220,
                                                      "loc": {
                                                        "start": {
                                                          "line": 260,
                                                          "column": 51
                                                        },
                                                        "end": {
                                                          "line": 260,
                                                          "column": 67
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 11204,
                                                        "end": 11213,
                                                        "loc": {
                                                          "start": {
                                                            "line": 260,
                                                            "column": 51
                                                          },
                                                          "end": {
                                                            "line": 260,
                                                            "column": 60
                                                          },
                                                          "identifierName": "raycaster"
                                                        },
                                                        "name": "raycaster"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 11214,
                                                        "end": 11220,
                                                        "loc": {
                                                          "start": {
                                                            "line": 260,
                                                            "column": 61
                                                          },
                                                          "end": {
                                                            "line": 260,
                                                            "column": 67
                                                          },
                                                          "identifierName": "_tempB"
                                                        },
                                                        "name": "_tempB"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 11221,
                                                      "end": 11231,
                                                      "loc": {
                                                        "start": {
                                                          "line": 260,
                                                          "column": 68
                                                        },
                                                        "end": {
                                                          "line": 260,
                                                          "column": 78
                                                        },
                                                        "identifierName": "subVectors"
                                                      },
                                                      "name": "subVectors"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 11233,
                                                      "end": 11250,
                                                      "loc": {
                                                        "start": {
                                                          "line": 260,
                                                          "column": 80
                                                        },
                                                        "end": {
                                                          "line": 260,
                                                          "column": 97
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 11233,
                                                        "end": 11240,
                                                        "loc": {
                                                          "start": {
                                                            "line": 260,
                                                            "column": 80
                                                          },
                                                          "end": {
                                                            "line": 260,
                                                            "column": 87
                                                          },
                                                          "identifierName": "targets"
                                                        },
                                                        "name": "targets"
                                                      },
                                                      "property": {
                                                        "type": "MemberExpression",
                                                        "start": 11242,
                                                        "end": 11248,
                                                        "loc": {
                                                          "start": {
                                                            "line": 260,
                                                            "column": 89
                                                          },
                                                          "end": {
                                                            "line": 260,
                                                            "column": 95
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 11242,
                                                          "end": 11246,
                                                          "loc": {
                                                            "start": {
                                                              "line": 260,
                                                              "column": 89
                                                            },
                                                            "end": {
                                                              "line": 260,
                                                              "column": 93
                                                            },
                                                            "identifierName": "face"
                                                          },
                                                          "name": "face"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 11247,
                                                          "end": 11248,
                                                          "loc": {
                                                            "start": {
                                                              "line": 260,
                                                              "column": 94
                                                            },
                                                            "end": {
                                                              "line": 260,
                                                              "column": 95
                                                            },
                                                            "identifierName": "b"
                                                          },
                                                          "name": "b"
                                                        },
                                                        "computed": false
                                                      },
                                                      "computed": true
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "start": 11252,
                                                      "end": 11255,
                                                      "loc": {
                                                        "start": {
                                                          "line": 260,
                                                          "column": 99
                                                        },
                                                        "end": {
                                                          "line": 260,
                                                          "column": 102
                                                        },
                                                        "identifierName": "fvB"
                                                      },
                                                      "name": "fvB"
                                                    }
                                                  ]
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "start": 11259,
                                                  "end": 11268,
                                                  "loc": {
                                                    "start": {
                                                      "line": 260,
                                                      "column": 106
                                                    },
                                                    "end": {
                                                      "line": 260,
                                                      "column": 115
                                                    },
                                                    "identifierName": "influence"
                                                  },
                                                  "name": "influence"
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 11292,
                                            "end": 11390,
                                            "loc": {
                                              "start": {
                                                "line": 261,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 261,
                                                "column": 118
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 11292,
                                              "end": 11389,
                                              "loc": {
                                                "start": {
                                                  "line": 261,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 261,
                                                  "column": 117
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 11292,
                                                "end": 11321,
                                                "loc": {
                                                  "start": {
                                                    "line": 261,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 261,
                                                    "column": 49
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 11292,
                                                  "end": 11305,
                                                  "loc": {
                                                    "start": {
                                                      "line": 261,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 261,
                                                      "column": 33
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 11292,
                                                    "end": 11301,
                                                    "loc": {
                                                      "start": {
                                                        "line": 261,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 261,
                                                        "column": 29
                                                      },
                                                      "identifierName": "raycaster"
                                                    },
                                                    "name": "raycaster"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 11302,
                                                    "end": 11305,
                                                    "loc": {
                                                      "start": {
                                                        "line": 261,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 261,
                                                        "column": 33
                                                      },
                                                      "identifierName": "_vC"
                                                    },
                                                    "name": "_vC"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 11306,
                                                  "end": 11321,
                                                  "loc": {
                                                    "start": {
                                                      "line": 261,
                                                      "column": 34
                                                    },
                                                    "end": {
                                                      "line": 261,
                                                      "column": 49
                                                    },
                                                    "identifierName": "addScaledVector"
                                                  },
                                                  "name": "addScaledVector"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "CallExpression",
                                                  "start": 11323,
                                                  "end": 11376,
                                                  "loc": {
                                                    "start": {
                                                      "line": 261,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 261,
                                                      "column": 104
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 11323,
                                                    "end": 11350,
                                                    "loc": {
                                                      "start": {
                                                        "line": 261,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 261,
                                                        "column": 78
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 11323,
                                                      "end": 11339,
                                                      "loc": {
                                                        "start": {
                                                          "line": 261,
                                                          "column": 51
                                                        },
                                                        "end": {
                                                          "line": 261,
                                                          "column": 67
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 11323,
                                                        "end": 11332,
                                                        "loc": {
                                                          "start": {
                                                            "line": 261,
                                                            "column": 51
                                                          },
                                                          "end": {
                                                            "line": 261,
                                                            "column": 60
                                                          },
                                                          "identifierName": "raycaster"
                                                        },
                                                        "name": "raycaster"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 11333,
                                                        "end": 11339,
                                                        "loc": {
                                                          "start": {
                                                            "line": 261,
                                                            "column": 61
                                                          },
                                                          "end": {
                                                            "line": 261,
                                                            "column": 67
                                                          },
                                                          "identifierName": "_tempC"
                                                        },
                                                        "name": "_tempC"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 11340,
                                                      "end": 11350,
                                                      "loc": {
                                                        "start": {
                                                          "line": 261,
                                                          "column": 68
                                                        },
                                                        "end": {
                                                          "line": 261,
                                                          "column": 78
                                                        },
                                                        "identifierName": "subVectors"
                                                      },
                                                      "name": "subVectors"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "MemberExpression",
                                                      "start": 11352,
                                                      "end": 11369,
                                                      "loc": {
                                                        "start": {
                                                          "line": 261,
                                                          "column": 80
                                                        },
                                                        "end": {
                                                          "line": 261,
                                                          "column": 97
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 11352,
                                                        "end": 11359,
                                                        "loc": {
                                                          "start": {
                                                            "line": 261,
                                                            "column": 80
                                                          },
                                                          "end": {
                                                            "line": 261,
                                                            "column": 87
                                                          },
                                                          "identifierName": "targets"
                                                        },
                                                        "name": "targets"
                                                      },
                                                      "property": {
                                                        "type": "MemberExpression",
                                                        "start": 11361,
                                                        "end": 11367,
                                                        "loc": {
                                                          "start": {
                                                            "line": 261,
                                                            "column": 89
                                                          },
                                                          "end": {
                                                            "line": 261,
                                                            "column": 95
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 11361,
                                                          "end": 11365,
                                                          "loc": {
                                                            "start": {
                                                              "line": 261,
                                                              "column": 89
                                                            },
                                                            "end": {
                                                              "line": 261,
                                                              "column": 93
                                                            },
                                                            "identifierName": "face"
                                                          },
                                                          "name": "face"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 11366,
                                                          "end": 11367,
                                                          "loc": {
                                                            "start": {
                                                              "line": 261,
                                                              "column": 94
                                                            },
                                                            "end": {
                                                              "line": 261,
                                                              "column": 95
                                                            },
                                                            "identifierName": "c"
                                                          },
                                                          "name": "c"
                                                        },
                                                        "computed": false
                                                      },
                                                      "computed": true
                                                    },
                                                    {
                                                      "type": "Identifier",
                                                      "start": 11371,
                                                      "end": 11374,
                                                      "loc": {
                                                        "start": {
                                                          "line": 261,
                                                          "column": 99
                                                        },
                                                        "end": {
                                                          "line": 261,
                                                          "column": 102
                                                        },
                                                        "identifierName": "fvC"
                                                      },
                                                      "name": "fvC"
                                                    }
                                                  ]
                                                },
                                                {
                                                  "type": "Identifier",
                                                  "start": 11378,
                                                  "end": 11387,
                                                  "loc": {
                                                    "start": {
                                                      "line": 261,
                                                      "column": 106
                                                    },
                                                    "end": {
                                                      "line": 261,
                                                      "column": 115
                                                    },
                                                    "identifierName": "influence"
                                                  },
                                                  "name": "influence"
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "directives": []
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 11425,
                                      "end": 11450,
                                      "loc": {
                                        "start": {
                                          "line": 263,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 263,
                                          "column": 41
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 11425,
                                        "end": 11449,
                                        "loc": {
                                          "start": {
                                            "line": 263,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 263,
                                            "column": 40
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 11425,
                                          "end": 11442,
                                          "loc": {
                                            "start": {
                                              "line": 263,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 263,
                                              "column": 33
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 11425,
                                            "end": 11438,
                                            "loc": {
                                              "start": {
                                                "line": 263,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 263,
                                                "column": 29
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 11425,
                                              "end": 11434,
                                              "loc": {
                                                "start": {
                                                  "line": 263,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 263,
                                                  "column": 25
                                                },
                                                "identifierName": "raycaster"
                                              },
                                              "name": "raycaster"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 11435,
                                              "end": 11438,
                                              "loc": {
                                                "start": {
                                                  "line": 263,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 263,
                                                  "column": 29
                                                },
                                                "identifierName": "_vA"
                                              },
                                              "name": "_vA"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 11439,
                                            "end": 11442,
                                            "loc": {
                                              "start": {
                                                "line": 263,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 263,
                                                "column": 33
                                              },
                                              "identifierName": "add"
                                            },
                                            "name": "add"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 11444,
                                            "end": 11447,
                                            "loc": {
                                              "start": {
                                                "line": 263,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 263,
                                                "column": 38
                                              },
                                              "identifierName": "fvA"
                                            },
                                            "name": "fvA"
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 11467,
                                      "end": 11492,
                                      "loc": {
                                        "start": {
                                          "line": 264,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 264,
                                          "column": 41
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 11467,
                                        "end": 11491,
                                        "loc": {
                                          "start": {
                                            "line": 264,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 264,
                                            "column": 40
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 11467,
                                          "end": 11484,
                                          "loc": {
                                            "start": {
                                              "line": 264,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 264,
                                              "column": 33
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 11467,
                                            "end": 11480,
                                            "loc": {
                                              "start": {
                                                "line": 264,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 264,
                                                "column": 29
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 11467,
                                              "end": 11476,
                                              "loc": {
                                                "start": {
                                                  "line": 264,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 264,
                                                  "column": 25
                                                },
                                                "identifierName": "raycaster"
                                              },
                                              "name": "raycaster"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 11477,
                                              "end": 11480,
                                              "loc": {
                                                "start": {
                                                  "line": 264,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 264,
                                                  "column": 29
                                                },
                                                "identifierName": "_vB"
                                              },
                                              "name": "_vB"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 11481,
                                            "end": 11484,
                                            "loc": {
                                              "start": {
                                                "line": 264,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 264,
                                                "column": 33
                                              },
                                              "identifierName": "add"
                                            },
                                            "name": "add"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 11486,
                                            "end": 11489,
                                            "loc": {
                                              "start": {
                                                "line": 264,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 264,
                                                "column": 38
                                              },
                                              "identifierName": "fvB"
                                            },
                                            "name": "fvB"
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 11509,
                                      "end": 11534,
                                      "loc": {
                                        "start": {
                                          "line": 265,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 265,
                                          "column": 41
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 11509,
                                        "end": 11533,
                                        "loc": {
                                          "start": {
                                            "line": 265,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 265,
                                            "column": 40
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 11509,
                                          "end": 11526,
                                          "loc": {
                                            "start": {
                                              "line": 265,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 265,
                                              "column": 33
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 11509,
                                            "end": 11522,
                                            "loc": {
                                              "start": {
                                                "line": 265,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 265,
                                                "column": 29
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 11509,
                                              "end": 11518,
                                              "loc": {
                                                "start": {
                                                  "line": 265,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 265,
                                                  "column": 25
                                                },
                                                "identifierName": "raycaster"
                                              },
                                              "name": "raycaster"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 11519,
                                              "end": 11522,
                                              "loc": {
                                                "start": {
                                                  "line": 265,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 265,
                                                  "column": 29
                                                },
                                                "identifierName": "_vC"
                                              },
                                              "name": "_vC"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 11523,
                                            "end": 11526,
                                            "loc": {
                                              "start": {
                                                "line": 265,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 265,
                                                "column": 33
                                              },
                                              "identifierName": "add"
                                            },
                                            "name": "add"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 11528,
                                            "end": 11531,
                                            "loc": {
                                              "start": {
                                                "line": 265,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 265,
                                                "column": 38
                                              },
                                              "identifierName": "fvC"
                                            },
                                            "name": "fvC"
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 11551,
                                      "end": 11571,
                                      "loc": {
                                        "start": {
                                          "line": 266,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 266,
                                          "column": 36
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 11551,
                                        "end": 11570,
                                        "loc": {
                                          "start": {
                                            "line": 266,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 266,
                                            "column": 35
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 11551,
                                          "end": 11554,
                                          "loc": {
                                            "start": {
                                              "line": 266,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 266,
                                              "column": 19
                                            },
                                            "identifierName": "fvA"
                                          },
                                          "name": "fvA"
                                        },
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 11557,
                                          "end": 11570,
                                          "loc": {
                                            "start": {
                                              "line": 266,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 266,
                                              "column": 35
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 11557,
                                            "end": 11566,
                                            "loc": {
                                              "start": {
                                                "line": 266,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 266,
                                                "column": 31
                                              },
                                              "identifierName": "raycaster"
                                            },
                                            "name": "raycaster"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 11567,
                                            "end": 11570,
                                            "loc": {
                                              "start": {
                                                "line": 266,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 266,
                                                "column": 35
                                              },
                                              "identifierName": "_vA"
                                            },
                                            "name": "_vA"
                                          },
                                          "computed": false
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 11588,
                                      "end": 11608,
                                      "loc": {
                                        "start": {
                                          "line": 267,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 267,
                                          "column": 36
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 11588,
                                        "end": 11607,
                                        "loc": {
                                          "start": {
                                            "line": 267,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 267,
                                            "column": 35
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 11588,
                                          "end": 11591,
                                          "loc": {
                                            "start": {
                                              "line": 267,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 267,
                                              "column": 19
                                            },
                                            "identifierName": "fvB"
                                          },
                                          "name": "fvB"
                                        },
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 11594,
                                          "end": 11607,
                                          "loc": {
                                            "start": {
                                              "line": 267,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 267,
                                              "column": 35
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 11594,
                                            "end": 11603,
                                            "loc": {
                                              "start": {
                                                "line": 267,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 267,
                                                "column": 31
                                              },
                                              "identifierName": "raycaster"
                                            },
                                            "name": "raycaster"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 11604,
                                            "end": 11607,
                                            "loc": {
                                              "start": {
                                                "line": 267,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 267,
                                                "column": 35
                                              },
                                              "identifierName": "_vB"
                                            },
                                            "name": "_vB"
                                          },
                                          "computed": false
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 11625,
                                      "end": 11645,
                                      "loc": {
                                        "start": {
                                          "line": 268,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 268,
                                          "column": 36
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 11625,
                                        "end": 11644,
                                        "loc": {
                                          "start": {
                                            "line": 268,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 268,
                                            "column": 35
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 11625,
                                          "end": 11628,
                                          "loc": {
                                            "start": {
                                              "line": 268,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 268,
                                              "column": 19
                                            },
                                            "identifierName": "fvC"
                                          },
                                          "name": "fvC"
                                        },
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 11631,
                                          "end": 11644,
                                          "loc": {
                                            "start": {
                                              "line": 268,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 268,
                                              "column": 35
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 11631,
                                            "end": 11640,
                                            "loc": {
                                              "start": {
                                                "line": 268,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 268,
                                                "column": 31
                                              },
                                              "identifierName": "raycaster"
                                            },
                                            "name": "raycaster"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 11641,
                                            "end": 11644,
                                            "loc": {
                                              "start": {
                                                "line": 268,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 268,
                                                "column": 35
                                              },
                                              "identifierName": "_vC"
                                            },
                                            "name": "_vC"
                                          },
                                          "computed": false
                                        }
                                      }
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 11672,
                                "end": 11785,
                                "loc": {
                                  "start": {
                                    "line": 270,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 270,
                                    "column": 125
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 11672,
                                  "end": 11784,
                                  "loc": {
                                    "start": {
                                      "line": 270,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 270,
                                      "column": 124
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 11672,
                                    "end": 11684,
                                    "loc": {
                                      "start": {
                                        "line": 270,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 270,
                                        "column": 24
                                      },
                                      "identifierName": "intersection"
                                    },
                                    "name": "intersection"
                                  },
                                  "right": {
                                    "type": "CallExpression",
                                    "start": 11687,
                                    "end": 11784,
                                    "loc": {
                                      "start": {
                                        "line": 270,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 270,
                                        "column": 124
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 11687,
                                      "end": 11704,
                                      "loc": {
                                        "start": {
                                          "line": 270,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 270,
                                          "column": 44
                                        },
                                        "identifierName": "checkIntersection"
                                      },
                                      "name": "checkIntersection"
                                    },
                                    "arguments": [
                                      {
                                        "type": "ThisExpression",
                                        "start": 11706,
                                        "end": 11710,
                                        "loc": {
                                          "start": {
                                            "line": 270,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 270,
                                            "column": 50
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 11712,
                                        "end": 11721,
                                        "loc": {
                                          "start": {
                                            "line": 270,
                                            "column": 52
                                          },
                                          "end": {
                                            "line": 270,
                                            "column": 61
                                          },
                                          "identifierName": "raycaster"
                                        },
                                        "name": "raycaster"
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "start": 11723,
                                        "end": 11737,
                                        "loc": {
                                          "start": {
                                            "line": 270,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 270,
                                            "column": 77
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 11723,
                                          "end": 11732,
                                          "loc": {
                                            "start": {
                                              "line": 270,
                                              "column": 63
                                            },
                                            "end": {
                                              "line": 270,
                                              "column": 72
                                            },
                                            "identifierName": "raycaster"
                                          },
                                          "name": "raycaster"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 11733,
                                          "end": 11737,
                                          "loc": {
                                            "start": {
                                              "line": 270,
                                              "column": 73
                                            },
                                            "end": {
                                              "line": 270,
                                              "column": 77
                                            },
                                            "identifierName": "_ray"
                                          },
                                          "name": "_ray"
                                        },
                                        "computed": false
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 11739,
                                        "end": 11742,
                                        "loc": {
                                          "start": {
                                            "line": 270,
                                            "column": 79
                                          },
                                          "end": {
                                            "line": 270,
                                            "column": 82
                                          },
                                          "identifierName": "fvA"
                                        },
                                        "name": "fvA"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 11744,
                                        "end": 11747,
                                        "loc": {
                                          "start": {
                                            "line": 270,
                                            "column": 84
                                          },
                                          "end": {
                                            "line": 270,
                                            "column": 87
                                          },
                                          "identifierName": "fvB"
                                        },
                                        "name": "fvB"
                                      },
                                      {
                                        "type": "Identifier",
                                        "start": 11749,
                                        "end": 11752,
                                        "loc": {
                                          "start": {
                                            "line": 270,
                                            "column": 89
                                          },
                                          "end": {
                                            "line": 270,
                                            "column": 92
                                          },
                                          "identifierName": "fvC"
                                        },
                                        "name": "fvC"
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "start": 11754,
                                        "end": 11782,
                                        "loc": {
                                          "start": {
                                            "line": 270,
                                            "column": 94
                                          },
                                          "end": {
                                            "line": 270,
                                            "column": 122
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 11754,
                                          "end": 11763,
                                          "loc": {
                                            "start": {
                                              "line": 270,
                                              "column": 94
                                            },
                                            "end": {
                                              "line": 270,
                                              "column": 103
                                            },
                                            "identifierName": "raycaster"
                                          },
                                          "name": "raycaster"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 11764,
                                          "end": 11782,
                                          "loc": {
                                            "start": {
                                              "line": 270,
                                              "column": 104
                                            },
                                            "end": {
                                              "line": 270,
                                              "column": 122
                                            },
                                            "identifierName": "_intersectionPoint"
                                          },
                                          "name": "_intersectionPoint"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "start": 11798,
                                "end": 12469,
                                "loc": {
                                  "start": {
                                    "line": 271,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 284,
                                    "column": 13
                                  }
                                },
                                "test": {
                                  "type": "Identifier",
                                  "start": 11803,
                                  "end": 11815,
                                  "loc": {
                                    "start": {
                                      "line": 271,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 271,
                                      "column": 29
                                    },
                                    "identifierName": "intersection"
                                  },
                                  "name": "intersection"
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 11818,
                                  "end": 12469,
                                  "loc": {
                                    "start": {
                                      "line": 271,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 284,
                                      "column": 13
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "IfStatement",
                                      "start": 11836,
                                      "end": 12233,
                                      "loc": {
                                        "start": {
                                          "line": 272,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 278,
                                          "column": 17
                                        }
                                      },
                                      "test": {
                                        "type": "Identifier",
                                        "start": 11841,
                                        "end": 11844,
                                        "loc": {
                                          "start": {
                                            "line": 272,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 272,
                                            "column": 24
                                          },
                                          "identifierName": "uvs"
                                        },
                                        "name": "uvs"
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 11847,
                                        "end": 12233,
                                        "loc": {
                                          "start": {
                                            "line": 272,
                                            "column": 27
                                          },
                                          "end": {
                                            "line": 278,
                                            "column": 17
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "VariableDeclaration",
                                            "start": 11869,
                                            "end": 11890,
                                            "loc": {
                                              "start": {
                                                "line": 273,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 273,
                                                "column": 41
                                              }
                                            },
                                            "declarations": [
                                              {
                                                "type": "VariableDeclarator",
                                                "start": 11873,
                                                "end": 11889,
                                                "loc": {
                                                  "start": {
                                                    "line": 273,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 273,
                                                    "column": 40
                                                  }
                                                },
                                                "id": {
                                                  "type": "Identifier",
                                                  "start": 11873,
                                                  "end": 11878,
                                                  "loc": {
                                                    "start": {
                                                      "line": 273,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 273,
                                                      "column": 29
                                                    },
                                                    "identifierName": "uvs_f"
                                                  },
                                                  "name": "uvs_f"
                                                },
                                                "init": {
                                                  "type": "MemberExpression",
                                                  "start": 11881,
                                                  "end": 11889,
                                                  "loc": {
                                                    "start": {
                                                      "line": 273,
                                                      "column": 32
                                                    },
                                                    "end": {
                                                      "line": 273,
                                                      "column": 40
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 11881,
                                                    "end": 11884,
                                                    "loc": {
                                                      "start": {
                                                        "line": 273,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 273,
                                                        "column": 35
                                                      },
                                                      "identifierName": "uvs"
                                                    },
                                                    "name": "uvs"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 11886,
                                                    "end": 11887,
                                                    "loc": {
                                                      "start": {
                                                        "line": 273,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 273,
                                                        "column": 38
                                                      },
                                                      "identifierName": "f"
                                                    },
                                                    "name": "f"
                                                  },
                                                  "computed": true
                                                }
                                              }
                                            ],
                                            "kind": "var"
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 11911,
                                            "end": 11945,
                                            "loc": {
                                              "start": {
                                                "line": 274,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 274,
                                                "column": 54
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 11911,
                                              "end": 11944,
                                              "loc": {
                                                "start": {
                                                  "line": 274,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 274,
                                                  "column": 53
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 11911,
                                                "end": 11930,
                                                "loc": {
                                                  "start": {
                                                    "line": 274,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 274,
                                                    "column": 39
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 11911,
                                                  "end": 11925,
                                                  "loc": {
                                                    "start": {
                                                      "line": 274,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 274,
                                                      "column": 34
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 11911,
                                                    "end": 11920,
                                                    "loc": {
                                                      "start": {
                                                        "line": 274,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 274,
                                                        "column": 29
                                                      },
                                                      "identifierName": "raycaster"
                                                    },
                                                    "name": "raycaster"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 11921,
                                                    "end": 11925,
                                                    "loc": {
                                                      "start": {
                                                        "line": 274,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 274,
                                                        "column": 34
                                                      },
                                                      "identifierName": "_uvA"
                                                    },
                                                    "name": "_uvA"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 11926,
                                                  "end": 11930,
                                                  "loc": {
                                                    "start": {
                                                      "line": 274,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 274,
                                                      "column": 39
                                                    },
                                                    "identifierName": "copy"
                                                  },
                                                  "name": "copy"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 11932,
                                                  "end": 11942,
                                                  "loc": {
                                                    "start": {
                                                      "line": 274,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 274,
                                                      "column": 51
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 11932,
                                                    "end": 11937,
                                                    "loc": {
                                                      "start": {
                                                        "line": 274,
                                                        "column": 41
                                                      },
                                                      "end": {
                                                        "line": 274,
                                                        "column": 46
                                                      },
                                                      "identifierName": "uvs_f"
                                                    },
                                                    "name": "uvs_f"
                                                  },
                                                  "property": {
                                                    "type": "NumericLiteral",
                                                    "start": 11939,
                                                    "end": 11940,
                                                    "loc": {
                                                      "start": {
                                                        "line": 274,
                                                        "column": 48
                                                      },
                                                      "end": {
                                                        "line": 274,
                                                        "column": 49
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 0,
                                                      "raw": "0"
                                                    },
                                                    "value": 0
                                                  },
                                                  "computed": true
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 11966,
                                            "end": 12000,
                                            "loc": {
                                              "start": {
                                                "line": 275,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 275,
                                                "column": 54
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 11966,
                                              "end": 11999,
                                              "loc": {
                                                "start": {
                                                  "line": 275,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 275,
                                                  "column": 53
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 11966,
                                                "end": 11985,
                                                "loc": {
                                                  "start": {
                                                    "line": 275,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 275,
                                                    "column": 39
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 11966,
                                                  "end": 11980,
                                                  "loc": {
                                                    "start": {
                                                      "line": 275,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 275,
                                                      "column": 34
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 11966,
                                                    "end": 11975,
                                                    "loc": {
                                                      "start": {
                                                        "line": 275,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 275,
                                                        "column": 29
                                                      },
                                                      "identifierName": "raycaster"
                                                    },
                                                    "name": "raycaster"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 11976,
                                                    "end": 11980,
                                                    "loc": {
                                                      "start": {
                                                        "line": 275,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 275,
                                                        "column": 34
                                                      },
                                                      "identifierName": "_uvB"
                                                    },
                                                    "name": "_uvB"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 11981,
                                                  "end": 11985,
                                                  "loc": {
                                                    "start": {
                                                      "line": 275,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 275,
                                                      "column": 39
                                                    },
                                                    "identifierName": "copy"
                                                  },
                                                  "name": "copy"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 11987,
                                                  "end": 11997,
                                                  "loc": {
                                                    "start": {
                                                      "line": 275,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 275,
                                                      "column": 51
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 11987,
                                                    "end": 11992,
                                                    "loc": {
                                                      "start": {
                                                        "line": 275,
                                                        "column": 41
                                                      },
                                                      "end": {
                                                        "line": 275,
                                                        "column": 46
                                                      },
                                                      "identifierName": "uvs_f"
                                                    },
                                                    "name": "uvs_f"
                                                  },
                                                  "property": {
                                                    "type": "NumericLiteral",
                                                    "start": 11994,
                                                    "end": 11995,
                                                    "loc": {
                                                      "start": {
                                                        "line": 275,
                                                        "column": 48
                                                      },
                                                      "end": {
                                                        "line": 275,
                                                        "column": 49
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 1,
                                                      "raw": "1"
                                                    },
                                                    "value": 1
                                                  },
                                                  "computed": true
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 12021,
                                            "end": 12055,
                                            "loc": {
                                              "start": {
                                                "line": 276,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 276,
                                                "column": 54
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 12021,
                                              "end": 12054,
                                              "loc": {
                                                "start": {
                                                  "line": 276,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 276,
                                                  "column": 53
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 12021,
                                                "end": 12040,
                                                "loc": {
                                                  "start": {
                                                    "line": 276,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 276,
                                                    "column": 39
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 12021,
                                                  "end": 12035,
                                                  "loc": {
                                                    "start": {
                                                      "line": 276,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 276,
                                                      "column": 34
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 12021,
                                                    "end": 12030,
                                                    "loc": {
                                                      "start": {
                                                        "line": 276,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 276,
                                                        "column": 29
                                                      },
                                                      "identifierName": "raycaster"
                                                    },
                                                    "name": "raycaster"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 12031,
                                                    "end": 12035,
                                                    "loc": {
                                                      "start": {
                                                        "line": 276,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 276,
                                                        "column": 34
                                                      },
                                                      "identifierName": "_uvC"
                                                    },
                                                    "name": "_uvC"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 12036,
                                                  "end": 12040,
                                                  "loc": {
                                                    "start": {
                                                      "line": 276,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 276,
                                                      "column": 39
                                                    },
                                                    "identifierName": "copy"
                                                  },
                                                  "name": "copy"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "MemberExpression",
                                                  "start": 12042,
                                                  "end": 12052,
                                                  "loc": {
                                                    "start": {
                                                      "line": 276,
                                                      "column": 41
                                                    },
                                                    "end": {
                                                      "line": 276,
                                                      "column": 51
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 12042,
                                                    "end": 12047,
                                                    "loc": {
                                                      "start": {
                                                        "line": 276,
                                                        "column": 41
                                                      },
                                                      "end": {
                                                        "line": 276,
                                                        "column": 46
                                                      },
                                                      "identifierName": "uvs_f"
                                                    },
                                                    "name": "uvs_f"
                                                  },
                                                  "property": {
                                                    "type": "NumericLiteral",
                                                    "start": 12049,
                                                    "end": 12050,
                                                    "loc": {
                                                      "start": {
                                                        "line": 276,
                                                        "column": 48
                                                      },
                                                      "end": {
                                                        "line": 276,
                                                        "column": 49
                                                      }
                                                    },
                                                    "extra": {
                                                      "rawValue": 2,
                                                      "raw": "2"
                                                    },
                                                    "value": 2
                                                  },
                                                  "computed": true
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 12076,
                                            "end": 12215,
                                            "loc": {
                                              "start": {
                                                "line": 277,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 277,
                                                "column": 159
                                              }
                                            },
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "start": 12076,
                                              "end": 12214,
                                              "loc": {
                                                "start": {
                                                  "line": 277,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 277,
                                                  "column": 158
                                                }
                                              },
                                              "operator": "=",
                                              "left": {
                                                "type": "MemberExpression",
                                                "start": 12076,
                                                "end": 12091,
                                                "loc": {
                                                  "start": {
                                                    "line": 277,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 277,
                                                    "column": 35
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 12076,
                                                  "end": 12088,
                                                  "loc": {
                                                    "start": {
                                                      "line": 277,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 277,
                                                      "column": 32
                                                    },
                                                    "identifierName": "intersection"
                                                  },
                                                  "name": "intersection"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 12089,
                                                  "end": 12091,
                                                  "loc": {
                                                    "start": {
                                                      "line": 277,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 277,
                                                      "column": 35
                                                    },
                                                    "identifierName": "uv"
                                                  },
                                                  "name": "uv"
                                                },
                                                "computed": false
                                              },
                                              "right": {
                                                "type": "CallExpression",
                                                "start": 12094,
                                                "end": 12214,
                                                "loc": {
                                                  "start": {
                                                    "line": 277,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 277,
                                                    "column": 158
                                                  }
                                                },
                                                "callee": {
                                                  "type": "Identifier",
                                                  "start": 12094,
                                                  "end": 12108,
                                                  "loc": {
                                                    "start": {
                                                      "line": 277,
                                                      "column": 38
                                                    },
                                                    "end": {
                                                      "line": 277,
                                                      "column": 52
                                                    },
                                                    "identifierName": "uvIntersection"
                                                  },
                                                  "name": "uvIntersection"
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 12110,
                                                    "end": 12119,
                                                    "loc": {
                                                      "start": {
                                                        "line": 277,
                                                        "column": 54
                                                      },
                                                      "end": {
                                                        "line": 277,
                                                        "column": 63
                                                      },
                                                      "identifierName": "raycaster"
                                                    },
                                                    "name": "raycaster"
                                                  },
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 12121,
                                                    "end": 12149,
                                                    "loc": {
                                                      "start": {
                                                        "line": 277,
                                                        "column": 65
                                                      },
                                                      "end": {
                                                        "line": 277,
                                                        "column": 93
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 12121,
                                                      "end": 12130,
                                                      "loc": {
                                                        "start": {
                                                          "line": 277,
                                                          "column": 65
                                                        },
                                                        "end": {
                                                          "line": 277,
                                                          "column": 74
                                                        },
                                                        "identifierName": "raycaster"
                                                      },
                                                      "name": "raycaster"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 12131,
                                                      "end": 12149,
                                                      "loc": {
                                                        "start": {
                                                          "line": 277,
                                                          "column": 75
                                                        },
                                                        "end": {
                                                          "line": 277,
                                                          "column": 93
                                                        },
                                                        "identifierName": "_intersectionPoint"
                                                      },
                                                      "name": "_intersectionPoint"
                                                    },
                                                    "computed": false
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 12151,
                                                    "end": 12154,
                                                    "loc": {
                                                      "start": {
                                                        "line": 277,
                                                        "column": 95
                                                      },
                                                      "end": {
                                                        "line": 277,
                                                        "column": 98
                                                      },
                                                      "identifierName": "fvA"
                                                    },
                                                    "name": "fvA"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 12156,
                                                    "end": 12159,
                                                    "loc": {
                                                      "start": {
                                                        "line": 277,
                                                        "column": 100
                                                      },
                                                      "end": {
                                                        "line": 277,
                                                        "column": 103
                                                      },
                                                      "identifierName": "fvB"
                                                    },
                                                    "name": "fvB"
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "start": 12161,
                                                    "end": 12164,
                                                    "loc": {
                                                      "start": {
                                                        "line": 277,
                                                        "column": 105
                                                      },
                                                      "end": {
                                                        "line": 277,
                                                        "column": 108
                                                      },
                                                      "identifierName": "fvC"
                                                    },
                                                    "name": "fvC"
                                                  },
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 12166,
                                                    "end": 12180,
                                                    "loc": {
                                                      "start": {
                                                        "line": 277,
                                                        "column": 110
                                                      },
                                                      "end": {
                                                        "line": 277,
                                                        "column": 124
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 12166,
                                                      "end": 12175,
                                                      "loc": {
                                                        "start": {
                                                          "line": 277,
                                                          "column": 110
                                                        },
                                                        "end": {
                                                          "line": 277,
                                                          "column": 119
                                                        },
                                                        "identifierName": "raycaster"
                                                      },
                                                      "name": "raycaster"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 12176,
                                                      "end": 12180,
                                                      "loc": {
                                                        "start": {
                                                          "line": 277,
                                                          "column": 120
                                                        },
                                                        "end": {
                                                          "line": 277,
                                                          "column": 124
                                                        },
                                                        "identifierName": "_uvA"
                                                      },
                                                      "name": "_uvA"
                                                    },
                                                    "computed": false
                                                  },
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 12182,
                                                    "end": 12196,
                                                    "loc": {
                                                      "start": {
                                                        "line": 277,
                                                        "column": 126
                                                      },
                                                      "end": {
                                                        "line": 277,
                                                        "column": 140
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 12182,
                                                      "end": 12191,
                                                      "loc": {
                                                        "start": {
                                                          "line": 277,
                                                          "column": 126
                                                        },
                                                        "end": {
                                                          "line": 277,
                                                          "column": 135
                                                        },
                                                        "identifierName": "raycaster"
                                                      },
                                                      "name": "raycaster"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 12192,
                                                      "end": 12196,
                                                      "loc": {
                                                        "start": {
                                                          "line": 277,
                                                          "column": 136
                                                        },
                                                        "end": {
                                                          "line": 277,
                                                          "column": 140
                                                        },
                                                        "identifierName": "_uvB"
                                                      },
                                                      "name": "_uvB"
                                                    },
                                                    "computed": false
                                                  },
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 12198,
                                                    "end": 12212,
                                                    "loc": {
                                                      "start": {
                                                        "line": 277,
                                                        "column": 142
                                                      },
                                                      "end": {
                                                        "line": 277,
                                                        "column": 156
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 12198,
                                                      "end": 12207,
                                                      "loc": {
                                                        "start": {
                                                          "line": 277,
                                                          "column": 142
                                                        },
                                                        "end": {
                                                          "line": 277,
                                                          "column": 151
                                                        },
                                                        "identifierName": "raycaster"
                                                      },
                                                      "name": "raycaster"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 12208,
                                                      "end": 12212,
                                                      "loc": {
                                                        "start": {
                                                          "line": 277,
                                                          "column": 152
                                                        },
                                                        "end": {
                                                          "line": 277,
                                                          "column": 156
                                                        },
                                                        "identifierName": "_uvC"
                                                      },
                                                      "name": "_uvC"
                                                    },
                                                    "computed": false
                                                  }
                                                ]
                                              }
                                            }
                                          }
                                        ],
                                        "directives": []
                                      },
                                      "alternate": null
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 12250,
                                      "end": 12275,
                                      "loc": {
                                        "start": {
                                          "line": 279,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 279,
                                          "column": 41
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 12250,
                                        "end": 12274,
                                        "loc": {
                                          "start": {
                                            "line": 279,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 279,
                                            "column": 40
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 12250,
                                          "end": 12267,
                                          "loc": {
                                            "start": {
                                              "line": 279,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 279,
                                              "column": 33
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 12250,
                                            "end": 12262,
                                            "loc": {
                                              "start": {
                                                "line": 279,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 279,
                                                "column": 28
                                              },
                                              "identifierName": "intersection"
                                            },
                                            "name": "intersection"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 12263,
                                            "end": 12267,
                                            "loc": {
                                              "start": {
                                                "line": 279,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 279,
                                                "column": 33
                                              },
                                              "identifierName": "face"
                                            },
                                            "name": "face"
                                          },
                                          "computed": false
                                        },
                                        "right": {
                                          "type": "Identifier",
                                          "start": 12270,
                                          "end": 12274,
                                          "loc": {
                                            "start": {
                                              "line": 279,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 279,
                                              "column": 40
                                            },
                                            "identifierName": "face"
                                          },
                                          "name": "face"
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 12292,
                                      "end": 12319,
                                      "loc": {
                                        "start": {
                                          "line": 280,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 280,
                                          "column": 43
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 12292,
                                        "end": 12318,
                                        "loc": {
                                          "start": {
                                            "line": 280,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 280,
                                            "column": 42
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 12292,
                                          "end": 12314,
                                          "loc": {
                                            "start": {
                                              "line": 280,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 280,
                                              "column": 38
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 12292,
                                            "end": 12304,
                                            "loc": {
                                              "start": {
                                                "line": 280,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 280,
                                                "column": 28
                                              },
                                              "identifierName": "intersection"
                                            },
                                            "name": "intersection"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 12305,
                                            "end": 12314,
                                            "loc": {
                                              "start": {
                                                "line": 280,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 280,
                                                "column": 38
                                              },
                                              "identifierName": "faceIndex"
                                            },
                                            "name": "faceIndex"
                                          },
                                          "computed": false
                                        },
                                        "right": {
                                          "type": "Identifier",
                                          "start": 12317,
                                          "end": 12318,
                                          "loc": {
                                            "start": {
                                              "line": 280,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 280,
                                              "column": 42
                                            },
                                            "identifierName": "f"
                                          },
                                          "name": "f"
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 12336,
                                      "end": 12368,
                                      "loc": {
                                        "start": {
                                          "line": 281,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 281,
                                          "column": 48
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 12336,
                                        "end": 12367,
                                        "loc": {
                                          "start": {
                                            "line": 281,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 281,
                                            "column": 47
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 12336,
                                          "end": 12351,
                                          "loc": {
                                            "start": {
                                              "line": 281,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 281,
                                              "column": 31
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 12336,
                                            "end": 12346,
                                            "loc": {
                                              "start": {
                                                "line": 281,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 281,
                                                "column": 26
                                              },
                                              "identifierName": "intersects"
                                            },
                                            "name": "intersects"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 12347,
                                            "end": 12351,
                                            "loc": {
                                              "start": {
                                                "line": 281,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 281,
                                                "column": 31
                                              },
                                              "identifierName": "push"
                                            },
                                            "name": "push"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 12353,
                                            "end": 12365,
                                            "loc": {
                                              "start": {
                                                "line": 281,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 281,
                                                "column": 45
                                              },
                                              "identifierName": "intersection"
                                            },
                                            "name": "intersection"
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "IfStatement",
                                      "start": 12385,
                                      "end": 12455,
                                      "loc": {
                                        "start": {
                                          "line": 282,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 283,
                                          "column": 27
                                        }
                                      },
                                      "test": {
                                        "type": "BinaryExpression",
                                        "start": 12389,
                                        "end": 12426,
                                        "loc": {
                                          "start": {
                                            "line": 282,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 282,
                                            "column": 57
                                          }
                                        },
                                        "left": {
                                          "type": "Identifier",
                                          "start": 12389,
                                          "end": 12397,
                                          "loc": {
                                            "start": {
                                              "line": 282,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 282,
                                              "column": 28
                                            },
                                            "identifierName": "approach"
                                          },
                                          "name": "approach"
                                        },
                                        "operator": "===",
                                        "right": {
                                          "type": "MemberExpression",
                                          "start": 12402,
                                          "end": 12426,
                                          "loc": {
                                            "start": {
                                              "line": 282,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 282,
                                              "column": 57
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 12402,
                                            "end": 12420,
                                            "loc": {
                                              "start": {
                                                "line": 282,
                                                "column": 33
                                              },
                                              "end": {
                                                "line": 282,
                                                "column": 51
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 12402,
                                              "end": 12411,
                                              "loc": {
                                                "start": {
                                                  "line": 282,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 282,
                                                  "column": 42
                                                },
                                                "identifierName": "Raycaster"
                                              },
                                              "name": "Raycaster"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 12412,
                                              "end": 12420,
                                              "loc": {
                                                "start": {
                                                  "line": 282,
                                                  "column": 43
                                                },
                                                "end": {
                                                  "line": 282,
                                                  "column": 51
                                                },
                                                "identifierName": "Approach"
                                              },
                                              "name": "Approach"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 12421,
                                            "end": 12426,
                                            "loc": {
                                              "start": {
                                                "line": 282,
                                                "column": 52
                                              },
                                              "end": {
                                                "line": 282,
                                                "column": 57
                                              },
                                              "identifierName": "First"
                                            },
                                            "name": "First"
                                          },
                                          "computed": false
                                        }
                                      },
                                      "consequent": {
                                        "type": "ReturnStatement",
                                        "start": 12448,
                                        "end": 12455,
                                        "loc": {
                                          "start": {
                                            "line": 283,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 283,
                                            "column": 27
                                          }
                                        },
                                        "argument": null
                                      },
                                      "alternate": null
                                    }
                                  ],
                                  "directives": []
                                },
                                "alternate": null
                              }
                            ],
                            "directives": []
                          }
                        }
                      ],
                      "directives": []
                    },
                    "alternate": null
                  }
                }
              ],
              "directives": []
            }
          }
        }
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentLine",
      "value": " No filter, filter is empty, or object is part of filter",
      "start": 1477,
      "end": 1535,
      "loc": {
        "start": {
          "line": 40,
          "column": 16
        },
        "end": {
          "line": 40,
          "column": 74
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " must be interactive",
      "start": 1632,
      "end": 1654,
      "loc": {
        "start": {
          "line": 42,
          "column": 16
        },
        "end": {
          "line": 42,
          "column": 38
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " must have interaction",
      "start": 1709,
      "end": 1733,
      "loc": {
        "start": {
          "line": 44,
          "column": 16
        },
        "end": {
          "line": 44,
          "column": 40
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " must be enabled",
      "start": 1788,
      "end": 1806,
      "loc": {
        "start": {
          "line": 46,
          "column": 16
        },
        "end": {
          "line": 46,
          "column": 34
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " muste be activ (have interaction related listeners)",
      "start": 1869,
      "end": 1923,
      "loc": {
        "start": {
          "line": 48,
          "column": 16
        },
        "end": {
          "line": 48,
          "column": 70
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " must be visible",
      "start": 1986,
      "end": 2004,
      "loc": {
        "start": {
          "line": 50,
          "column": 16
        },
        "end": {
          "line": 50,
          "column": 34
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " ... then we intersect",
      "start": 2074,
      "end": 2098,
      "loc": {
        "start": {
          "line": 52,
          "column": 16
        },
        "end": {
          "line": 52,
          "column": 40
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Inspect types",
      "start": 2519,
      "end": 2535,
      "loc": {
        "start": {
          "line": 66,
          "column": 8
        },
        "end": {
          "line": 66,
          "column": 24
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " false op stops operation right here, undefined op at least proceeds with childs",
      "start": 2790,
      "end": 2872,
      "loc": {
        "start": {
          "line": 74,
          "column": 8
        },
        "end": {
          "line": 74,
          "column": 90
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " true op allows raycast",
      "start": 2966,
      "end": 2991,
      "loc": {
        "start": {
          "line": 80,
          "column": 8
        },
        "end": {
          "line": 80,
          "column": 33
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " If the parent/receiver is not recursive data.object should point back to it",
      "start": 3319,
      "end": 3397,
      "loc": {
        "start": {
          "line": 89,
          "column": 16
        },
        "end": {
          "line": 89,
          "column": 94
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " If the root is not recursive there's no point in iterating further",
      "start": 3558,
      "end": 3627,
      "loc": {
        "start": {
          "line": 96,
          "column": 8
        },
        "end": {
          "line": 96,
          "column": 77
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Precision: +++, Speed: -  , THREE.js default approach",
      "start": 4524,
      "end": 4580,
      "loc": {
        "start": {
          "line": 120,
          "column": 24
        },
        "end": {
          "line": 120,
          "column": 80
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Precision: +  , Speed: +  , First vertex found, may be the back-side vertex (affects distance)",
      "start": 4605,
      "end": 4702,
      "loc": {
        "start": {
          "line": 121,
          "column": 24
        },
        "end": {
          "line": 121,
          "column": 121
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Precision: -  , Speed: +++, Checks bounds only",
      "start": 4727,
      "end": 4776,
      "loc": {
        "start": {
          "line": 122,
          "column": 24
        },
        "end": {
          "line": 122,
          "column": 73
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " triangle number in indices buffer semantics",
      "start": 8836,
      "end": 8882,
      "loc": {
        "start": {
          "line": 214,
          "column": 66
        },
        "end": {
          "line": 214,
          "column": 112
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " triangle number in positions buffer semantics",
      "start": 9436,
      "end": 9484,
      "loc": {
        "start": {
          "line": 227,
          "column": 44
        },
        "end": {
          "line": 227,
          "column": 92
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 0,
      "end": 6,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 7,
      "end": 8,
      "loc": {
        "start": {
          "line": 1,
          "column": 7
        },
        "end": {
          "line": 1,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "as",
      "start": 9,
      "end": 11,
      "loc": {
        "start": {
          "line": 1,
          "column": 9
        },
        "end": {
          "line": 1,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 12,
      "end": 17,
      "loc": {
        "start": {
          "line": 1,
          "column": 12
        },
        "end": {
          "line": 1,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 18,
      "end": 22,
      "loc": {
        "start": {
          "line": 1,
          "column": 18
        },
        "end": {
          "line": 1,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "three",
      "start": 23,
      "end": 30,
      "loc": {
        "start": {
          "line": 1,
          "column": 23
        },
        "end": {
          "line": 1,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 30,
      "end": 31,
      "loc": {
        "start": {
          "line": 1,
          "column": 30
        },
        "end": {
          "line": 1,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 33,
      "end": 39,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 40,
      "end": 47,
      "loc": {
        "start": {
          "line": 3,
          "column": 7
        },
        "end": {
          "line": 3,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 48,
      "end": 53,
      "loc": {
        "start": {
          "line": 3,
          "column": 15
        },
        "end": {
          "line": 3,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Raycaster",
      "start": 54,
      "end": 63,
      "loc": {
        "start": {
          "line": 3,
          "column": 21
        },
        "end": {
          "line": 3,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "extends",
        "keyword": "extends",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "extends",
      "start": 64,
      "end": 71,
      "loc": {
        "start": {
          "line": 3,
          "column": 31
        },
        "end": {
          "line": 3,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 72,
      "end": 77,
      "loc": {
        "start": {
          "line": 3,
          "column": 39
        },
        "end": {
          "line": 3,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 77,
      "end": 78,
      "loc": {
        "start": {
          "line": 3,
          "column": 44
        },
        "end": {
          "line": 3,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Raycaster",
      "start": 78,
      "end": 87,
      "loc": {
        "start": {
          "line": 3,
          "column": 45
        },
        "end": {
          "line": 3,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 88,
      "end": 89,
      "loc": {
        "start": {
          "line": 3,
          "column": 55
        },
        "end": {
          "line": 3,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 94,
      "end": 105,
      "loc": {
        "start": {
          "line": 4,
          "column": 4
        },
        "end": {
          "line": 4,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 105,
      "end": 106,
      "loc": {
        "start": {
          "line": 4,
          "column": 15
        },
        "end": {
          "line": 4,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interaction",
      "start": 106,
      "end": 117,
      "loc": {
        "start": {
          "line": 4,
          "column": 16
        },
        "end": {
          "line": 4,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 117,
      "end": 118,
      "loc": {
        "start": {
          "line": 4,
          "column": 27
        },
        "end": {
          "line": 4,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "options",
      "start": 119,
      "end": 126,
      "loc": {
        "start": {
          "line": 4,
          "column": 29
        },
        "end": {
          "line": 4,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 127,
      "end": 128,
      "loc": {
        "start": {
          "line": 4,
          "column": 37
        },
        "end": {
          "line": 4,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 129,
      "end": 130,
      "loc": {
        "start": {
          "line": 4,
          "column": 39
        },
        "end": {
          "line": 4,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "approach",
      "start": 131,
      "end": 139,
      "loc": {
        "start": {
          "line": 4,
          "column": 41
        },
        "end": {
          "line": 4,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 139,
      "end": 140,
      "loc": {
        "start": {
          "line": 4,
          "column": 49
        },
        "end": {
          "line": 4,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Raycaster",
      "start": 141,
      "end": 150,
      "loc": {
        "start": {
          "line": 4,
          "column": 51
        },
        "end": {
          "line": 4,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 150,
      "end": 151,
      "loc": {
        "start": {
          "line": 4,
          "column": 60
        },
        "end": {
          "line": 4,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Approach",
      "start": 151,
      "end": 159,
      "loc": {
        "start": {
          "line": 4,
          "column": 61
        },
        "end": {
          "line": 4,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 159,
      "end": 160,
      "loc": {
        "start": {
          "line": 4,
          "column": 69
        },
        "end": {
          "line": 4,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "FirstMatch",
      "start": 160,
      "end": 170,
      "loc": {
        "start": {
          "line": 4,
          "column": 70
        },
        "end": {
          "line": 4,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 171,
      "end": 172,
      "loc": {
        "start": {
          "line": 4,
          "column": 81
        },
        "end": {
          "line": 4,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 172,
      "end": 173,
      "loc": {
        "start": {
          "line": 4,
          "column": 82
        },
        "end": {
          "line": 4,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 174,
      "end": 175,
      "loc": {
        "start": {
          "line": 4,
          "column": 84
        },
        "end": {
          "line": 4,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "super",
        "keyword": "super",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "super",
      "start": 184,
      "end": 189,
      "loc": {
        "start": {
          "line": 5,
          "column": 8
        },
        "end": {
          "line": 5,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 189,
      "end": 190,
      "loc": {
        "start": {
          "line": 5,
          "column": 13
        },
        "end": {
          "line": 5,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 190,
      "end": 191,
      "loc": {
        "start": {
          "line": 5,
          "column": 14
        },
        "end": {
          "line": 5,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 191,
      "end": 192,
      "loc": {
        "start": {
          "line": 5,
          "column": 15
        },
        "end": {
          "line": 5,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 201,
      "end": 205,
      "loc": {
        "start": {
          "line": 6,
          "column": 8
        },
        "end": {
          "line": 6,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 205,
      "end": 206,
      "loc": {
        "start": {
          "line": 6,
          "column": 12
        },
        "end": {
          "line": 6,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interaction",
      "start": 206,
      "end": 217,
      "loc": {
        "start": {
          "line": 6,
          "column": 13
        },
        "end": {
          "line": 6,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 218,
      "end": 219,
      "loc": {
        "start": {
          "line": 6,
          "column": 25
        },
        "end": {
          "line": 6,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interaction",
      "start": 220,
      "end": 231,
      "loc": {
        "start": {
          "line": 6,
          "column": 27
        },
        "end": {
          "line": 6,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 231,
      "end": 232,
      "loc": {
        "start": {
          "line": 6,
          "column": 38
        },
        "end": {
          "line": 6,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 241,
      "end": 245,
      "loc": {
        "start": {
          "line": 7,
          "column": 8
        },
        "end": {
          "line": 7,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 245,
      "end": 246,
      "loc": {
        "start": {
          "line": 7,
          "column": 12
        },
        "end": {
          "line": 7,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "view",
      "start": 246,
      "end": 250,
      "loc": {
        "start": {
          "line": 7,
          "column": 13
        },
        "end": {
          "line": 7,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 251,
      "end": 252,
      "loc": {
        "start": {
          "line": 7,
          "column": 18
        },
        "end": {
          "line": 7,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interaction",
      "start": 253,
      "end": 264,
      "loc": {
        "start": {
          "line": 7,
          "column": 20
        },
        "end": {
          "line": 7,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 264,
      "end": 265,
      "loc": {
        "start": {
          "line": 7,
          "column": 31
        },
        "end": {
          "line": 7,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "view",
      "start": 265,
      "end": 269,
      "loc": {
        "start": {
          "line": 7,
          "column": 32
        },
        "end": {
          "line": 7,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 269,
      "end": 270,
      "loc": {
        "start": {
          "line": 7,
          "column": 36
        },
        "end": {
          "line": 7,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 279,
      "end": 283,
      "loc": {
        "start": {
          "line": 8,
          "column": 8
        },
        "end": {
          "line": 8,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 283,
      "end": 284,
      "loc": {
        "start": {
          "line": 8,
          "column": 12
        },
        "end": {
          "line": 8,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "linePrecision",
      "start": 284,
      "end": 297,
      "loc": {
        "start": {
          "line": 8,
          "column": 13
        },
        "end": {
          "line": 8,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 298,
      "end": 299,
      "loc": {
        "start": {
          "line": 8,
          "column": 27
        },
        "end": {
          "line": 8,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0.1,
      "start": 300,
      "end": 303,
      "loc": {
        "start": {
          "line": 8,
          "column": 29
        },
        "end": {
          "line": 8,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 303,
      "end": 304,
      "loc": {
        "start": {
          "line": 8,
          "column": 32
        },
        "end": {
          "line": 8,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 314,
      "end": 318,
      "loc": {
        "start": {
          "line": 10,
          "column": 8
        },
        "end": {
          "line": 10,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 318,
      "end": 319,
      "loc": {
        "start": {
          "line": 10,
          "column": 12
        },
        "end": {
          "line": 10,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_inverseMatrix",
      "start": 319,
      "end": 333,
      "loc": {
        "start": {
          "line": 10,
          "column": 13
        },
        "end": {
          "line": 10,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 334,
      "end": 335,
      "loc": {
        "start": {
          "line": 10,
          "column": 28
        },
        "end": {
          "line": 10,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 336,
      "end": 339,
      "loc": {
        "start": {
          "line": 10,
          "column": 30
        },
        "end": {
          "line": 10,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 340,
      "end": 345,
      "loc": {
        "start": {
          "line": 10,
          "column": 34
        },
        "end": {
          "line": 10,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 345,
      "end": 346,
      "loc": {
        "start": {
          "line": 10,
          "column": 39
        },
        "end": {
          "line": 10,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Matrix4",
      "start": 346,
      "end": 353,
      "loc": {
        "start": {
          "line": 10,
          "column": 40
        },
        "end": {
          "line": 10,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 353,
      "end": 354,
      "loc": {
        "start": {
          "line": 10,
          "column": 47
        },
        "end": {
          "line": 10,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 354,
      "end": 355,
      "loc": {
        "start": {
          "line": 10,
          "column": 48
        },
        "end": {
          "line": 10,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 355,
      "end": 356,
      "loc": {
        "start": {
          "line": 10,
          "column": 49
        },
        "end": {
          "line": 10,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 365,
      "end": 369,
      "loc": {
        "start": {
          "line": 11,
          "column": 8
        },
        "end": {
          "line": 11,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 369,
      "end": 370,
      "loc": {
        "start": {
          "line": 11,
          "column": 12
        },
        "end": {
          "line": 11,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_ray",
      "start": 370,
      "end": 374,
      "loc": {
        "start": {
          "line": 11,
          "column": 13
        },
        "end": {
          "line": 11,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 375,
      "end": 376,
      "loc": {
        "start": {
          "line": 11,
          "column": 18
        },
        "end": {
          "line": 11,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 377,
      "end": 380,
      "loc": {
        "start": {
          "line": 11,
          "column": 20
        },
        "end": {
          "line": 11,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 381,
      "end": 386,
      "loc": {
        "start": {
          "line": 11,
          "column": 24
        },
        "end": {
          "line": 11,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 386,
      "end": 387,
      "loc": {
        "start": {
          "line": 11,
          "column": 29
        },
        "end": {
          "line": 11,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Ray",
      "start": 387,
      "end": 390,
      "loc": {
        "start": {
          "line": 11,
          "column": 30
        },
        "end": {
          "line": 11,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 390,
      "end": 391,
      "loc": {
        "start": {
          "line": 11,
          "column": 33
        },
        "end": {
          "line": 11,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 391,
      "end": 392,
      "loc": {
        "start": {
          "line": 11,
          "column": 34
        },
        "end": {
          "line": 11,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 392,
      "end": 393,
      "loc": {
        "start": {
          "line": 11,
          "column": 35
        },
        "end": {
          "line": 11,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 402,
      "end": 406,
      "loc": {
        "start": {
          "line": 12,
          "column": 8
        },
        "end": {
          "line": 12,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 406,
      "end": 407,
      "loc": {
        "start": {
          "line": 12,
          "column": 12
        },
        "end": {
          "line": 12,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_sphere",
      "start": 407,
      "end": 414,
      "loc": {
        "start": {
          "line": 12,
          "column": 13
        },
        "end": {
          "line": 12,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 415,
      "end": 416,
      "loc": {
        "start": {
          "line": 12,
          "column": 21
        },
        "end": {
          "line": 12,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 417,
      "end": 420,
      "loc": {
        "start": {
          "line": 12,
          "column": 23
        },
        "end": {
          "line": 12,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 421,
      "end": 426,
      "loc": {
        "start": {
          "line": 12,
          "column": 27
        },
        "end": {
          "line": 12,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 426,
      "end": 427,
      "loc": {
        "start": {
          "line": 12,
          "column": 32
        },
        "end": {
          "line": 12,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Sphere",
      "start": 427,
      "end": 433,
      "loc": {
        "start": {
          "line": 12,
          "column": 33
        },
        "end": {
          "line": 12,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 433,
      "end": 434,
      "loc": {
        "start": {
          "line": 12,
          "column": 39
        },
        "end": {
          "line": 12,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 434,
      "end": 435,
      "loc": {
        "start": {
          "line": 12,
          "column": 40
        },
        "end": {
          "line": 12,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 435,
      "end": 436,
      "loc": {
        "start": {
          "line": 12,
          "column": 41
        },
        "end": {
          "line": 12,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 445,
      "end": 449,
      "loc": {
        "start": {
          "line": 13,
          "column": 8
        },
        "end": {
          "line": 13,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 449,
      "end": 450,
      "loc": {
        "start": {
          "line": 13,
          "column": 12
        },
        "end": {
          "line": 13,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vA",
      "start": 450,
      "end": 453,
      "loc": {
        "start": {
          "line": 13,
          "column": 13
        },
        "end": {
          "line": 13,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 454,
      "end": 455,
      "loc": {
        "start": {
          "line": 13,
          "column": 17
        },
        "end": {
          "line": 13,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 456,
      "end": 459,
      "loc": {
        "start": {
          "line": 13,
          "column": 19
        },
        "end": {
          "line": 13,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 460,
      "end": 465,
      "loc": {
        "start": {
          "line": 13,
          "column": 23
        },
        "end": {
          "line": 13,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 465,
      "end": 466,
      "loc": {
        "start": {
          "line": 13,
          "column": 28
        },
        "end": {
          "line": 13,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 466,
      "end": 473,
      "loc": {
        "start": {
          "line": 13,
          "column": 29
        },
        "end": {
          "line": 13,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 473,
      "end": 474,
      "loc": {
        "start": {
          "line": 13,
          "column": 36
        },
        "end": {
          "line": 13,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 474,
      "end": 475,
      "loc": {
        "start": {
          "line": 13,
          "column": 37
        },
        "end": {
          "line": 13,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 475,
      "end": 476,
      "loc": {
        "start": {
          "line": 13,
          "column": 38
        },
        "end": {
          "line": 13,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 485,
      "end": 489,
      "loc": {
        "start": {
          "line": 14,
          "column": 8
        },
        "end": {
          "line": 14,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 489,
      "end": 490,
      "loc": {
        "start": {
          "line": 14,
          "column": 12
        },
        "end": {
          "line": 14,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vB",
      "start": 490,
      "end": 493,
      "loc": {
        "start": {
          "line": 14,
          "column": 13
        },
        "end": {
          "line": 14,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 494,
      "end": 495,
      "loc": {
        "start": {
          "line": 14,
          "column": 17
        },
        "end": {
          "line": 14,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 496,
      "end": 499,
      "loc": {
        "start": {
          "line": 14,
          "column": 19
        },
        "end": {
          "line": 14,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 500,
      "end": 505,
      "loc": {
        "start": {
          "line": 14,
          "column": 23
        },
        "end": {
          "line": 14,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 505,
      "end": 506,
      "loc": {
        "start": {
          "line": 14,
          "column": 28
        },
        "end": {
          "line": 14,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 506,
      "end": 513,
      "loc": {
        "start": {
          "line": 14,
          "column": 29
        },
        "end": {
          "line": 14,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 513,
      "end": 514,
      "loc": {
        "start": {
          "line": 14,
          "column": 36
        },
        "end": {
          "line": 14,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 514,
      "end": 515,
      "loc": {
        "start": {
          "line": 14,
          "column": 37
        },
        "end": {
          "line": 14,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 515,
      "end": 516,
      "loc": {
        "start": {
          "line": 14,
          "column": 38
        },
        "end": {
          "line": 14,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 525,
      "end": 529,
      "loc": {
        "start": {
          "line": 15,
          "column": 8
        },
        "end": {
          "line": 15,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 529,
      "end": 530,
      "loc": {
        "start": {
          "line": 15,
          "column": 12
        },
        "end": {
          "line": 15,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vC",
      "start": 530,
      "end": 533,
      "loc": {
        "start": {
          "line": 15,
          "column": 13
        },
        "end": {
          "line": 15,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 534,
      "end": 535,
      "loc": {
        "start": {
          "line": 15,
          "column": 17
        },
        "end": {
          "line": 15,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 536,
      "end": 539,
      "loc": {
        "start": {
          "line": 15,
          "column": 19
        },
        "end": {
          "line": 15,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 540,
      "end": 545,
      "loc": {
        "start": {
          "line": 15,
          "column": 23
        },
        "end": {
          "line": 15,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 545,
      "end": 546,
      "loc": {
        "start": {
          "line": 15,
          "column": 28
        },
        "end": {
          "line": 15,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 546,
      "end": 553,
      "loc": {
        "start": {
          "line": 15,
          "column": 29
        },
        "end": {
          "line": 15,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 553,
      "end": 554,
      "loc": {
        "start": {
          "line": 15,
          "column": 36
        },
        "end": {
          "line": 15,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 554,
      "end": 555,
      "loc": {
        "start": {
          "line": 15,
          "column": 37
        },
        "end": {
          "line": 15,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 555,
      "end": 556,
      "loc": {
        "start": {
          "line": 15,
          "column": 38
        },
        "end": {
          "line": 15,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 565,
      "end": 569,
      "loc": {
        "start": {
          "line": 16,
          "column": 8
        },
        "end": {
          "line": 16,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 569,
      "end": 570,
      "loc": {
        "start": {
          "line": 16,
          "column": 12
        },
        "end": {
          "line": 16,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_tempA",
      "start": 570,
      "end": 576,
      "loc": {
        "start": {
          "line": 16,
          "column": 13
        },
        "end": {
          "line": 16,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 577,
      "end": 578,
      "loc": {
        "start": {
          "line": 16,
          "column": 20
        },
        "end": {
          "line": 16,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 579,
      "end": 582,
      "loc": {
        "start": {
          "line": 16,
          "column": 22
        },
        "end": {
          "line": 16,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 583,
      "end": 588,
      "loc": {
        "start": {
          "line": 16,
          "column": 26
        },
        "end": {
          "line": 16,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 588,
      "end": 589,
      "loc": {
        "start": {
          "line": 16,
          "column": 31
        },
        "end": {
          "line": 16,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 589,
      "end": 596,
      "loc": {
        "start": {
          "line": 16,
          "column": 32
        },
        "end": {
          "line": 16,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 596,
      "end": 597,
      "loc": {
        "start": {
          "line": 16,
          "column": 39
        },
        "end": {
          "line": 16,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 597,
      "end": 598,
      "loc": {
        "start": {
          "line": 16,
          "column": 40
        },
        "end": {
          "line": 16,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 598,
      "end": 599,
      "loc": {
        "start": {
          "line": 16,
          "column": 41
        },
        "end": {
          "line": 16,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 608,
      "end": 612,
      "loc": {
        "start": {
          "line": 17,
          "column": 8
        },
        "end": {
          "line": 17,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 612,
      "end": 613,
      "loc": {
        "start": {
          "line": 17,
          "column": 12
        },
        "end": {
          "line": 17,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_tempB",
      "start": 613,
      "end": 619,
      "loc": {
        "start": {
          "line": 17,
          "column": 13
        },
        "end": {
          "line": 17,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 620,
      "end": 621,
      "loc": {
        "start": {
          "line": 17,
          "column": 20
        },
        "end": {
          "line": 17,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 622,
      "end": 625,
      "loc": {
        "start": {
          "line": 17,
          "column": 22
        },
        "end": {
          "line": 17,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 626,
      "end": 631,
      "loc": {
        "start": {
          "line": 17,
          "column": 26
        },
        "end": {
          "line": 17,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 631,
      "end": 632,
      "loc": {
        "start": {
          "line": 17,
          "column": 31
        },
        "end": {
          "line": 17,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 632,
      "end": 639,
      "loc": {
        "start": {
          "line": 17,
          "column": 32
        },
        "end": {
          "line": 17,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 639,
      "end": 640,
      "loc": {
        "start": {
          "line": 17,
          "column": 39
        },
        "end": {
          "line": 17,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 640,
      "end": 641,
      "loc": {
        "start": {
          "line": 17,
          "column": 40
        },
        "end": {
          "line": 17,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 641,
      "end": 642,
      "loc": {
        "start": {
          "line": 17,
          "column": 41
        },
        "end": {
          "line": 17,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 651,
      "end": 655,
      "loc": {
        "start": {
          "line": 18,
          "column": 8
        },
        "end": {
          "line": 18,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 655,
      "end": 656,
      "loc": {
        "start": {
          "line": 18,
          "column": 12
        },
        "end": {
          "line": 18,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_tempC",
      "start": 656,
      "end": 662,
      "loc": {
        "start": {
          "line": 18,
          "column": 13
        },
        "end": {
          "line": 18,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 663,
      "end": 664,
      "loc": {
        "start": {
          "line": 18,
          "column": 20
        },
        "end": {
          "line": 18,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 665,
      "end": 668,
      "loc": {
        "start": {
          "line": 18,
          "column": 22
        },
        "end": {
          "line": 18,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 669,
      "end": 674,
      "loc": {
        "start": {
          "line": 18,
          "column": 26
        },
        "end": {
          "line": 18,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 674,
      "end": 675,
      "loc": {
        "start": {
          "line": 18,
          "column": 31
        },
        "end": {
          "line": 18,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 675,
      "end": 682,
      "loc": {
        "start": {
          "line": 18,
          "column": 32
        },
        "end": {
          "line": 18,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 682,
      "end": 683,
      "loc": {
        "start": {
          "line": 18,
          "column": 39
        },
        "end": {
          "line": 18,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 683,
      "end": 684,
      "loc": {
        "start": {
          "line": 18,
          "column": 40
        },
        "end": {
          "line": 18,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 684,
      "end": 685,
      "loc": {
        "start": {
          "line": 18,
          "column": 41
        },
        "end": {
          "line": 18,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 694,
      "end": 698,
      "loc": {
        "start": {
          "line": 19,
          "column": 8
        },
        "end": {
          "line": 19,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 698,
      "end": 699,
      "loc": {
        "start": {
          "line": 19,
          "column": 12
        },
        "end": {
          "line": 19,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_uvA",
      "start": 699,
      "end": 703,
      "loc": {
        "start": {
          "line": 19,
          "column": 13
        },
        "end": {
          "line": 19,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 704,
      "end": 705,
      "loc": {
        "start": {
          "line": 19,
          "column": 18
        },
        "end": {
          "line": 19,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 706,
      "end": 709,
      "loc": {
        "start": {
          "line": 19,
          "column": 20
        },
        "end": {
          "line": 19,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 710,
      "end": 715,
      "loc": {
        "start": {
          "line": 19,
          "column": 24
        },
        "end": {
          "line": 19,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 715,
      "end": 716,
      "loc": {
        "start": {
          "line": 19,
          "column": 29
        },
        "end": {
          "line": 19,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector2",
      "start": 716,
      "end": 723,
      "loc": {
        "start": {
          "line": 19,
          "column": 30
        },
        "end": {
          "line": 19,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 723,
      "end": 724,
      "loc": {
        "start": {
          "line": 19,
          "column": 37
        },
        "end": {
          "line": 19,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 724,
      "end": 725,
      "loc": {
        "start": {
          "line": 19,
          "column": 38
        },
        "end": {
          "line": 19,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 725,
      "end": 726,
      "loc": {
        "start": {
          "line": 19,
          "column": 39
        },
        "end": {
          "line": 19,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 735,
      "end": 739,
      "loc": {
        "start": {
          "line": 20,
          "column": 8
        },
        "end": {
          "line": 20,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 739,
      "end": 740,
      "loc": {
        "start": {
          "line": 20,
          "column": 12
        },
        "end": {
          "line": 20,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_uvB",
      "start": 740,
      "end": 744,
      "loc": {
        "start": {
          "line": 20,
          "column": 13
        },
        "end": {
          "line": 20,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 745,
      "end": 746,
      "loc": {
        "start": {
          "line": 20,
          "column": 18
        },
        "end": {
          "line": 20,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 747,
      "end": 750,
      "loc": {
        "start": {
          "line": 20,
          "column": 20
        },
        "end": {
          "line": 20,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 751,
      "end": 756,
      "loc": {
        "start": {
          "line": 20,
          "column": 24
        },
        "end": {
          "line": 20,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 756,
      "end": 757,
      "loc": {
        "start": {
          "line": 20,
          "column": 29
        },
        "end": {
          "line": 20,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector2",
      "start": 757,
      "end": 764,
      "loc": {
        "start": {
          "line": 20,
          "column": 30
        },
        "end": {
          "line": 20,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 764,
      "end": 765,
      "loc": {
        "start": {
          "line": 20,
          "column": 37
        },
        "end": {
          "line": 20,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 765,
      "end": 766,
      "loc": {
        "start": {
          "line": 20,
          "column": 38
        },
        "end": {
          "line": 20,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 766,
      "end": 767,
      "loc": {
        "start": {
          "line": 20,
          "column": 39
        },
        "end": {
          "line": 20,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 776,
      "end": 780,
      "loc": {
        "start": {
          "line": 21,
          "column": 8
        },
        "end": {
          "line": 21,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 780,
      "end": 781,
      "loc": {
        "start": {
          "line": 21,
          "column": 12
        },
        "end": {
          "line": 21,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_uvC",
      "start": 781,
      "end": 785,
      "loc": {
        "start": {
          "line": 21,
          "column": 13
        },
        "end": {
          "line": 21,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 786,
      "end": 787,
      "loc": {
        "start": {
          "line": 21,
          "column": 18
        },
        "end": {
          "line": 21,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 788,
      "end": 791,
      "loc": {
        "start": {
          "line": 21,
          "column": 20
        },
        "end": {
          "line": 21,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 792,
      "end": 797,
      "loc": {
        "start": {
          "line": 21,
          "column": 24
        },
        "end": {
          "line": 21,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 797,
      "end": 798,
      "loc": {
        "start": {
          "line": 21,
          "column": 29
        },
        "end": {
          "line": 21,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector2",
      "start": 798,
      "end": 805,
      "loc": {
        "start": {
          "line": 21,
          "column": 30
        },
        "end": {
          "line": 21,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 805,
      "end": 806,
      "loc": {
        "start": {
          "line": 21,
          "column": 37
        },
        "end": {
          "line": 21,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 806,
      "end": 807,
      "loc": {
        "start": {
          "line": 21,
          "column": 38
        },
        "end": {
          "line": 21,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 807,
      "end": 808,
      "loc": {
        "start": {
          "line": 21,
          "column": 39
        },
        "end": {
          "line": 21,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 817,
      "end": 821,
      "loc": {
        "start": {
          "line": 22,
          "column": 8
        },
        "end": {
          "line": 22,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 821,
      "end": 822,
      "loc": {
        "start": {
          "line": 22,
          "column": 12
        },
        "end": {
          "line": 22,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_barycoord",
      "start": 822,
      "end": 832,
      "loc": {
        "start": {
          "line": 22,
          "column": 13
        },
        "end": {
          "line": 22,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 833,
      "end": 834,
      "loc": {
        "start": {
          "line": 22,
          "column": 24
        },
        "end": {
          "line": 22,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 835,
      "end": 838,
      "loc": {
        "start": {
          "line": 22,
          "column": 26
        },
        "end": {
          "line": 22,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 839,
      "end": 844,
      "loc": {
        "start": {
          "line": 22,
          "column": 30
        },
        "end": {
          "line": 22,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 844,
      "end": 845,
      "loc": {
        "start": {
          "line": 22,
          "column": 35
        },
        "end": {
          "line": 22,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 845,
      "end": 852,
      "loc": {
        "start": {
          "line": 22,
          "column": 36
        },
        "end": {
          "line": 22,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 852,
      "end": 853,
      "loc": {
        "start": {
          "line": 22,
          "column": 43
        },
        "end": {
          "line": 22,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 853,
      "end": 854,
      "loc": {
        "start": {
          "line": 22,
          "column": 44
        },
        "end": {
          "line": 22,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 854,
      "end": 855,
      "loc": {
        "start": {
          "line": 22,
          "column": 45
        },
        "end": {
          "line": 22,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 864,
      "end": 868,
      "loc": {
        "start": {
          "line": 23,
          "column": 8
        },
        "end": {
          "line": 23,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 868,
      "end": 869,
      "loc": {
        "start": {
          "line": 23,
          "column": 12
        },
        "end": {
          "line": 23,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_intersectionPoint",
      "start": 869,
      "end": 887,
      "loc": {
        "start": {
          "line": 23,
          "column": 13
        },
        "end": {
          "line": 23,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 888,
      "end": 889,
      "loc": {
        "start": {
          "line": 23,
          "column": 32
        },
        "end": {
          "line": 23,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 890,
      "end": 893,
      "loc": {
        "start": {
          "line": 23,
          "column": 34
        },
        "end": {
          "line": 23,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 894,
      "end": 899,
      "loc": {
        "start": {
          "line": 23,
          "column": 38
        },
        "end": {
          "line": 23,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 899,
      "end": 900,
      "loc": {
        "start": {
          "line": 23,
          "column": 43
        },
        "end": {
          "line": 23,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 900,
      "end": 907,
      "loc": {
        "start": {
          "line": 23,
          "column": 44
        },
        "end": {
          "line": 23,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 907,
      "end": 908,
      "loc": {
        "start": {
          "line": 23,
          "column": 51
        },
        "end": {
          "line": 23,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 908,
      "end": 909,
      "loc": {
        "start": {
          "line": 23,
          "column": 52
        },
        "end": {
          "line": 23,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 909,
      "end": 910,
      "loc": {
        "start": {
          "line": 23,
          "column": 53
        },
        "end": {
          "line": 23,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 919,
      "end": 923,
      "loc": {
        "start": {
          "line": 24,
          "column": 8
        },
        "end": {
          "line": 24,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 923,
      "end": 924,
      "loc": {
        "start": {
          "line": 24,
          "column": 12
        },
        "end": {
          "line": 24,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_intersectionPointWorld",
      "start": 924,
      "end": 947,
      "loc": {
        "start": {
          "line": 24,
          "column": 13
        },
        "end": {
          "line": 24,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 948,
      "end": 949,
      "loc": {
        "start": {
          "line": 24,
          "column": 37
        },
        "end": {
          "line": 24,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 950,
      "end": 953,
      "loc": {
        "start": {
          "line": 24,
          "column": 39
        },
        "end": {
          "line": 24,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 954,
      "end": 959,
      "loc": {
        "start": {
          "line": 24,
          "column": 43
        },
        "end": {
          "line": 24,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 959,
      "end": 960,
      "loc": {
        "start": {
          "line": 24,
          "column": 48
        },
        "end": {
          "line": 24,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Vector3",
      "start": 960,
      "end": 967,
      "loc": {
        "start": {
          "line": 24,
          "column": 49
        },
        "end": {
          "line": 24,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 967,
      "end": 968,
      "loc": {
        "start": {
          "line": 24,
          "column": 56
        },
        "end": {
          "line": 24,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 968,
      "end": 969,
      "loc": {
        "start": {
          "line": 24,
          "column": 57
        },
        "end": {
          "line": 24,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 969,
      "end": 970,
      "loc": {
        "start": {
          "line": 24,
          "column": 58
        },
        "end": {
          "line": 24,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 975,
      "end": 976,
      "loc": {
        "start": {
          "line": 25,
          "column": 4
        },
        "end": {
          "line": 25,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isActuallyVisible",
      "start": 982,
      "end": 999,
      "loc": {
        "start": {
          "line": 27,
          "column": 4
        },
        "end": {
          "line": 27,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 999,
      "end": 1000,
      "loc": {
        "start": {
          "line": 27,
          "column": 21
        },
        "end": {
          "line": 27,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 1000,
      "end": 1003,
      "loc": {
        "start": {
          "line": 27,
          "column": 22
        },
        "end": {
          "line": 27,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1003,
      "end": 1004,
      "loc": {
        "start": {
          "line": 27,
          "column": 25
        },
        "end": {
          "line": 27,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1005,
      "end": 1006,
      "loc": {
        "start": {
          "line": 27,
          "column": 27
        },
        "end": {
          "line": 27,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "while",
        "keyword": "while",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "while",
      "start": 1015,
      "end": 1020,
      "loc": {
        "start": {
          "line": 28,
          "column": 8
        },
        "end": {
          "line": 28,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1021,
      "end": 1022,
      "loc": {
        "start": {
          "line": 28,
          "column": 14
        },
        "end": {
          "line": 28,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 1022,
      "end": 1025,
      "loc": {
        "start": {
          "line": 28,
          "column": 15
        },
        "end": {
          "line": 28,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1025,
      "end": 1026,
      "loc": {
        "start": {
          "line": 28,
          "column": 18
        },
        "end": {
          "line": 28,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1027,
      "end": 1028,
      "loc": {
        "start": {
          "line": 28,
          "column": 20
        },
        "end": {
          "line": 28,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1041,
      "end": 1043,
      "loc": {
        "start": {
          "line": 29,
          "column": 12
        },
        "end": {
          "line": 29,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1044,
      "end": 1045,
      "loc": {
        "start": {
          "line": 29,
          "column": 15
        },
        "end": {
          "line": 29,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 1045,
      "end": 1048,
      "loc": {
        "start": {
          "line": 29,
          "column": 16
        },
        "end": {
          "line": 29,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1048,
      "end": 1049,
      "loc": {
        "start": {
          "line": 29,
          "column": 19
        },
        "end": {
          "line": 29,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "visible",
      "start": 1049,
      "end": 1056,
      "loc": {
        "start": {
          "line": 29,
          "column": 20
        },
        "end": {
          "line": 29,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 1057,
      "end": 1060,
      "loc": {
        "start": {
          "line": 29,
          "column": 28
        },
        "end": {
          "line": 29,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 1061,
      "end": 1066,
      "loc": {
        "start": {
          "line": 29,
          "column": 32
        },
        "end": {
          "line": 29,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1066,
      "end": 1067,
      "loc": {
        "start": {
          "line": 29,
          "column": 37
        },
        "end": {
          "line": 29,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1068,
      "end": 1074,
      "loc": {
        "start": {
          "line": 29,
          "column": 39
        },
        "end": {
          "line": 29,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 1075,
      "end": 1080,
      "loc": {
        "start": {
          "line": 29,
          "column": 46
        },
        "end": {
          "line": 29,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1080,
      "end": 1081,
      "loc": {
        "start": {
          "line": 29,
          "column": 51
        },
        "end": {
          "line": 29,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1094,
      "end": 1096,
      "loc": {
        "start": {
          "line": 30,
          "column": 12
        },
        "end": {
          "line": 30,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1097,
      "end": 1098,
      "loc": {
        "start": {
          "line": 30,
          "column": 15
        },
        "end": {
          "line": 30,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 1098,
      "end": 1101,
      "loc": {
        "start": {
          "line": 30,
          "column": 16
        },
        "end": {
          "line": 30,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1101,
      "end": 1102,
      "loc": {
        "start": {
          "line": 30,
          "column": 19
        },
        "end": {
          "line": 30,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 1102,
      "end": 1110,
      "loc": {
        "start": {
          "line": 30,
          "column": 20
        },
        "end": {
          "line": 30,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 1111,
      "end": 1113,
      "loc": {
        "start": {
          "line": 30,
          "column": 29
        },
        "end": {
          "line": 30,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 1114,
      "end": 1117,
      "loc": {
        "start": {
          "line": 30,
          "column": 32
        },
        "end": {
          "line": 30,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1117,
      "end": 1118,
      "loc": {
        "start": {
          "line": 30,
          "column": 35
        },
        "end": {
          "line": 30,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 1118,
      "end": 1126,
      "loc": {
        "start": {
          "line": 30,
          "column": 36
        },
        "end": {
          "line": 30,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1126,
      "end": 1127,
      "loc": {
        "start": {
          "line": 30,
          "column": 44
        },
        "end": {
          "line": 30,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "visible",
      "start": 1127,
      "end": 1134,
      "loc": {
        "start": {
          "line": 30,
          "column": 45
        },
        "end": {
          "line": 30,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 1135,
      "end": 1138,
      "loc": {
        "start": {
          "line": 30,
          "column": 53
        },
        "end": {
          "line": 30,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 1139,
      "end": 1144,
      "loc": {
        "start": {
          "line": 30,
          "column": 57
        },
        "end": {
          "line": 30,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1144,
      "end": 1145,
      "loc": {
        "start": {
          "line": 30,
          "column": 62
        },
        "end": {
          "line": 30,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1146,
      "end": 1152,
      "loc": {
        "start": {
          "line": 30,
          "column": 64
        },
        "end": {
          "line": 30,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 1153,
      "end": 1158,
      "loc": {
        "start": {
          "line": 30,
          "column": 71
        },
        "end": {
          "line": 30,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1158,
      "end": 1159,
      "loc": {
        "start": {
          "line": 30,
          "column": 76
        },
        "end": {
          "line": 30,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 1172,
      "end": 1175,
      "loc": {
        "start": {
          "line": 31,
          "column": 12
        },
        "end": {
          "line": 31,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1176,
      "end": 1177,
      "loc": {
        "start": {
          "line": 31,
          "column": 16
        },
        "end": {
          "line": 31,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "obj",
      "start": 1178,
      "end": 1181,
      "loc": {
        "start": {
          "line": 31,
          "column": 18
        },
        "end": {
          "line": 31,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1181,
      "end": 1182,
      "loc": {
        "start": {
          "line": 31,
          "column": 21
        },
        "end": {
          "line": 31,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 1182,
      "end": 1188,
      "loc": {
        "start": {
          "line": 31,
          "column": 22
        },
        "end": {
          "line": 31,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1188,
      "end": 1189,
      "loc": {
        "start": {
          "line": 31,
          "column": 28
        },
        "end": {
          "line": 31,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1198,
      "end": 1199,
      "loc": {
        "start": {
          "line": 32,
          "column": 8
        },
        "end": {
          "line": 32,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1208,
      "end": 1214,
      "loc": {
        "start": {
          "line": 33,
          "column": 8
        },
        "end": {
          "line": 33,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 1215,
      "end": 1219,
      "loc": {
        "start": {
          "line": 33,
          "column": 15
        },
        "end": {
          "line": 33,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1219,
      "end": 1220,
      "loc": {
        "start": {
          "line": 33,
          "column": 19
        },
        "end": {
          "line": 33,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1225,
      "end": 1226,
      "loc": {
        "start": {
          "line": 34,
          "column": 4
        },
        "end": {
          "line": 34,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "castObjects",
      "start": 1232,
      "end": 1243,
      "loc": {
        "start": {
          "line": 36,
          "column": 4
        },
        "end": {
          "line": 36,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1243,
      "end": 1244,
      "loc": {
        "start": {
          "line": 36,
          "column": 15
        },
        "end": {
          "line": 36,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coordinates",
      "start": 1244,
      "end": 1255,
      "loc": {
        "start": {
          "line": 36,
          "column": 16
        },
        "end": {
          "line": 36,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1255,
      "end": 1256,
      "loc": {
        "start": {
          "line": 36,
          "column": 27
        },
        "end": {
          "line": 36,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "camera",
      "start": 1257,
      "end": 1263,
      "loc": {
        "start": {
          "line": 36,
          "column": 29
        },
        "end": {
          "line": 36,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1263,
      "end": 1264,
      "loc": {
        "start": {
          "line": 36,
          "column": 35
        },
        "end": {
          "line": 36,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "objects",
      "start": 1265,
      "end": 1272,
      "loc": {
        "start": {
          "line": 36,
          "column": 37
        },
        "end": {
          "line": 36,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1272,
      "end": 1273,
      "loc": {
        "start": {
          "line": 36,
          "column": 44
        },
        "end": {
          "line": 36,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersects",
      "start": 1274,
      "end": 1284,
      "loc": {
        "start": {
          "line": 36,
          "column": 46
        },
        "end": {
          "line": 36,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1285,
      "end": 1286,
      "loc": {
        "start": {
          "line": 36,
          "column": 57
        },
        "end": {
          "line": 36,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1287,
      "end": 1288,
      "loc": {
        "start": {
          "line": 36,
          "column": 59
        },
        "end": {
          "line": 36,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1288,
      "end": 1289,
      "loc": {
        "start": {
          "line": 36,
          "column": 60
        },
        "end": {
          "line": 36,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1289,
      "end": 1290,
      "loc": {
        "start": {
          "line": 36,
          "column": 61
        },
        "end": {
          "line": 36,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 1291,
      "end": 1297,
      "loc": {
        "start": {
          "line": 36,
          "column": 63
        },
        "end": {
          "line": 36,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1298,
      "end": 1299,
      "loc": {
        "start": {
          "line": 36,
          "column": 70
        },
        "end": {
          "line": 36,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 1300,
      "end": 1309,
      "loc": {
        "start": {
          "line": 36,
          "column": 72
        },
        "end": {
          "line": 36,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1309,
      "end": 1310,
      "loc": {
        "start": {
          "line": 36,
          "column": 81
        },
        "end": {
          "line": 36,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1311,
      "end": 1312,
      "loc": {
        "start": {
          "line": 36,
          "column": 83
        },
        "end": {
          "line": 36,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1321,
      "end": 1325,
      "loc": {
        "start": {
          "line": 37,
          "column": 8
        },
        "end": {
          "line": 37,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1325,
      "end": 1326,
      "loc": {
        "start": {
          "line": 37,
          "column": 12
        },
        "end": {
          "line": 37,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setFromCamera",
      "start": 1326,
      "end": 1339,
      "loc": {
        "start": {
          "line": 37,
          "column": 13
        },
        "end": {
          "line": 37,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1339,
      "end": 1340,
      "loc": {
        "start": {
          "line": 37,
          "column": 26
        },
        "end": {
          "line": 37,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "coordinates",
      "start": 1340,
      "end": 1351,
      "loc": {
        "start": {
          "line": 37,
          "column": 27
        },
        "end": {
          "line": 37,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1351,
      "end": 1352,
      "loc": {
        "start": {
          "line": 37,
          "column": 38
        },
        "end": {
          "line": 37,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "camera",
      "start": 1353,
      "end": 1359,
      "loc": {
        "start": {
          "line": 37,
          "column": 40
        },
        "end": {
          "line": 37,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1359,
      "end": 1360,
      "loc": {
        "start": {
          "line": 37,
          "column": 46
        },
        "end": {
          "line": 37,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1360,
      "end": 1361,
      "loc": {
        "start": {
          "line": 37,
          "column": 47
        },
        "end": {
          "line": 37,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 1370,
      "end": 1373,
      "loc": {
        "start": {
          "line": 38,
          "column": 8
        },
        "end": {
          "line": 38,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1374,
      "end": 1375,
      "loc": {
        "start": {
          "line": 38,
          "column": 12
        },
        "end": {
          "line": 38,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 1375,
      "end": 1378,
      "loc": {
        "start": {
          "line": 38,
          "column": 13
        },
        "end": {
          "line": 38,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 1379,
      "end": 1380,
      "loc": {
        "start": {
          "line": 38,
          "column": 17
        },
        "end": {
          "line": 38,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1381,
      "end": 1382,
      "loc": {
        "start": {
          "line": 38,
          "column": 19
        },
        "end": {
          "line": 38,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1383,
      "end": 1384,
      "loc": {
        "start": {
          "line": 38,
          "column": 21
        },
        "end": {
          "line": 38,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1384,
      "end": 1385,
      "loc": {
        "start": {
          "line": 38,
          "column": 22
        },
        "end": {
          "line": 38,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "l",
      "start": 1386,
      "end": 1387,
      "loc": {
        "start": {
          "line": 38,
          "column": 24
        },
        "end": {
          "line": 38,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1388,
      "end": 1389,
      "loc": {
        "start": {
          "line": 38,
          "column": 26
        },
        "end": {
          "line": 38,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "objects",
      "start": 1390,
      "end": 1397,
      "loc": {
        "start": {
          "line": 38,
          "column": 28
        },
        "end": {
          "line": 38,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1397,
      "end": 1398,
      "loc": {
        "start": {
          "line": 38,
          "column": 35
        },
        "end": {
          "line": 38,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1398,
      "end": 1404,
      "loc": {
        "start": {
          "line": 38,
          "column": 36
        },
        "end": {
          "line": 38,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1404,
      "end": 1405,
      "loc": {
        "start": {
          "line": 38,
          "column": 42
        },
        "end": {
          "line": 38,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 1406,
      "end": 1412,
      "loc": {
        "start": {
          "line": 38,
          "column": 44
        },
        "end": {
          "line": 38,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1412,
      "end": 1413,
      "loc": {
        "start": {
          "line": 38,
          "column": 50
        },
        "end": {
          "line": 38,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 1414,
      "end": 1415,
      "loc": {
        "start": {
          "line": 38,
          "column": 52
        },
        "end": {
          "line": 38,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 1416,
      "end": 1417,
      "loc": {
        "start": {
          "line": 38,
          "column": 54
        },
        "end": {
          "line": 38,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "l",
      "start": 1418,
      "end": 1419,
      "loc": {
        "start": {
          "line": 38,
          "column": 56
        },
        "end": {
          "line": 38,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1419,
      "end": 1420,
      "loc": {
        "start": {
          "line": 38,
          "column": 57
        },
        "end": {
          "line": 38,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 1421,
      "end": 1422,
      "loc": {
        "start": {
          "line": 38,
          "column": 59
        },
        "end": {
          "line": 38,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 1422,
      "end": 1424,
      "loc": {
        "start": {
          "line": 38,
          "column": 60
        },
        "end": {
          "line": 38,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1424,
      "end": 1425,
      "loc": {
        "start": {
          "line": 38,
          "column": 62
        },
        "end": {
          "line": 38,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1426,
      "end": 1427,
      "loc": {
        "start": {
          "line": 38,
          "column": 64
        },
        "end": {
          "line": 38,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 1440,
      "end": 1446,
      "loc": {
        "start": {
          "line": 39,
          "column": 12
        },
        "end": {
          "line": 39,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1447,
      "end": 1448,
      "loc": {
        "start": {
          "line": 39,
          "column": 19
        },
        "end": {
          "line": 39,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "objects",
      "start": 1449,
      "end": 1456,
      "loc": {
        "start": {
          "line": 39,
          "column": 21
        },
        "end": {
          "line": 39,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1456,
      "end": 1457,
      "loc": {
        "start": {
          "line": 39,
          "column": 28
        },
        "end": {
          "line": 39,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 1457,
      "end": 1458,
      "loc": {
        "start": {
          "line": 39,
          "column": 29
        },
        "end": {
          "line": 39,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1458,
      "end": 1459,
      "loc": {
        "start": {
          "line": 39,
          "column": 30
        },
        "end": {
          "line": 39,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1459,
      "end": 1460,
      "loc": {
        "start": {
          "line": 39,
          "column": 31
        },
        "end": {
          "line": 39,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 1473,
      "end": 1475,
      "loc": {
        "start": {
          "line": 40,
          "column": 12
        },
        "end": {
          "line": 40,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1476,
      "end": 1477,
      "loc": {
        "start": {
          "line": 40,
          "column": 15
        },
        "end": {
          "line": 40,
          "column": 16
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " No filter, filter is empty, or object is part of filter",
      "start": 1477,
      "end": 1535,
      "loc": {
        "start": {
          "line": 40,
          "column": 16
        },
        "end": {
          "line": 40,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1552,
      "end": 1553,
      "loc": {
        "start": {
          "line": 41,
          "column": 16
        },
        "end": {
          "line": 41,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 1553,
      "end": 1554,
      "loc": {
        "start": {
          "line": 41,
          "column": 17
        },
        "end": {
          "line": 41,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 1554,
      "end": 1560,
      "loc": {
        "start": {
          "line": 41,
          "column": 18
        },
        "end": {
          "line": 41,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 1561,
      "end": 1563,
      "loc": {
        "start": {
          "line": 41,
          "column": 25
        },
        "end": {
          "line": 41,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 1564,
      "end": 1570,
      "loc": {
        "start": {
          "line": 41,
          "column": 28
        },
        "end": {
          "line": 41,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1570,
      "end": 1571,
      "loc": {
        "start": {
          "line": 41,
          "column": 34
        },
        "end": {
          "line": 41,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 1571,
      "end": 1577,
      "loc": {
        "start": {
          "line": 41,
          "column": 35
        },
        "end": {
          "line": 41,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 1578,
      "end": 1581,
      "loc": {
        "start": {
          "line": 41,
          "column": 42
        },
        "end": {
          "line": 41,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1582,
      "end": 1583,
      "loc": {
        "start": {
          "line": 41,
          "column": 46
        },
        "end": {
          "line": 41,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 1584,
      "end": 1586,
      "loc": {
        "start": {
          "line": 41,
          "column": 48
        },
        "end": {
          "line": 41,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 1587,
      "end": 1593,
      "loc": {
        "start": {
          "line": 41,
          "column": 51
        },
        "end": {
          "line": 41,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1593,
      "end": 1594,
      "loc": {
        "start": {
          "line": 41,
          "column": 57
        },
        "end": {
          "line": 41,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 1594,
      "end": 1601,
      "loc": {
        "start": {
          "line": 41,
          "column": 58
        },
        "end": {
          "line": 41,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1601,
      "end": 1602,
      "loc": {
        "start": {
          "line": 41,
          "column": 65
        },
        "end": {
          "line": 41,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 1602,
      "end": 1608,
      "loc": {
        "start": {
          "line": 41,
          "column": 66
        },
        "end": {
          "line": 41,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1608,
      "end": 1609,
      "loc": {
        "start": {
          "line": 41,
          "column": 72
        },
        "end": {
          "line": 41,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">=",
      "start": 1610,
      "end": 1612,
      "loc": {
        "start": {
          "line": 41,
          "column": 74
        },
        "end": {
          "line": 41,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 1613,
      "end": 1614,
      "loc": {
        "start": {
          "line": 41,
          "column": 77
        },
        "end": {
          "line": 41,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1614,
      "end": 1615,
      "loc": {
        "start": {
          "line": 41,
          "column": 78
        },
        "end": {
          "line": 41,
          "column": 79
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " must be interactive",
      "start": 1632,
      "end": 1654,
      "loc": {
        "start": {
          "line": 42,
          "column": 16
        },
        "end": {
          "line": 42,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 1671,
      "end": 1673,
      "loc": {
        "start": {
          "line": 43,
          "column": 16
        },
        "end": {
          "line": 43,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 1674,
      "end": 1680,
      "loc": {
        "start": {
          "line": 43,
          "column": 19
        },
        "end": {
          "line": 43,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1680,
      "end": 1681,
      "loc": {
        "start": {
          "line": 43,
          "column": 25
        },
        "end": {
          "line": 43,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interactive",
      "start": 1681,
      "end": 1692,
      "loc": {
        "start": {
          "line": 43,
          "column": 26
        },
        "end": {
          "line": 43,
          "column": 37
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " must have interaction",
      "start": 1709,
      "end": 1733,
      "loc": {
        "start": {
          "line": 44,
          "column": 16
        },
        "end": {
          "line": 44,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 1750,
      "end": 1752,
      "loc": {
        "start": {
          "line": 45,
          "column": 16
        },
        "end": {
          "line": 45,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 1753,
      "end": 1759,
      "loc": {
        "start": {
          "line": 45,
          "column": 19
        },
        "end": {
          "line": 45,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1759,
      "end": 1760,
      "loc": {
        "start": {
          "line": 45,
          "column": 25
        },
        "end": {
          "line": 45,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interaction",
      "start": 1760,
      "end": 1771,
      "loc": {
        "start": {
          "line": 45,
          "column": 26
        },
        "end": {
          "line": 45,
          "column": 37
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " must be enabled",
      "start": 1788,
      "end": 1806,
      "loc": {
        "start": {
          "line": 46,
          "column": 16
        },
        "end": {
          "line": 46,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 1823,
      "end": 1825,
      "loc": {
        "start": {
          "line": 47,
          "column": 16
        },
        "end": {
          "line": 47,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 1826,
      "end": 1832,
      "loc": {
        "start": {
          "line": 47,
          "column": 19
        },
        "end": {
          "line": 47,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1832,
      "end": 1833,
      "loc": {
        "start": {
          "line": 47,
          "column": 25
        },
        "end": {
          "line": 47,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interaction",
      "start": 1833,
      "end": 1844,
      "loc": {
        "start": {
          "line": 47,
          "column": 26
        },
        "end": {
          "line": 47,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1844,
      "end": 1845,
      "loc": {
        "start": {
          "line": 47,
          "column": 37
        },
        "end": {
          "line": 47,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "enabled",
      "start": 1845,
      "end": 1852,
      "loc": {
        "start": {
          "line": 47,
          "column": 38
        },
        "end": {
          "line": 47,
          "column": 45
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " muste be activ (have interaction related listeners)",
      "start": 1869,
      "end": 1923,
      "loc": {
        "start": {
          "line": 48,
          "column": 16
        },
        "end": {
          "line": 48,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 1940,
      "end": 1942,
      "loc": {
        "start": {
          "line": 49,
          "column": 16
        },
        "end": {
          "line": 49,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 1943,
      "end": 1949,
      "loc": {
        "start": {
          "line": 49,
          "column": 19
        },
        "end": {
          "line": 49,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1949,
      "end": 1950,
      "loc": {
        "start": {
          "line": 49,
          "column": 25
        },
        "end": {
          "line": 49,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interaction",
      "start": 1950,
      "end": 1961,
      "loc": {
        "start": {
          "line": 49,
          "column": 26
        },
        "end": {
          "line": 49,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1961,
      "end": 1962,
      "loc": {
        "start": {
          "line": 49,
          "column": 37
        },
        "end": {
          "line": 49,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_active",
      "start": 1962,
      "end": 1969,
      "loc": {
        "start": {
          "line": 49,
          "column": 38
        },
        "end": {
          "line": 49,
          "column": 45
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " must be visible",
      "start": 1986,
      "end": 2004,
      "loc": {
        "start": {
          "line": 50,
          "column": 16
        },
        "end": {
          "line": 50,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 2021,
      "end": 2023,
      "loc": {
        "start": {
          "line": 51,
          "column": 16
        },
        "end": {
          "line": 51,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2024,
      "end": 2028,
      "loc": {
        "start": {
          "line": 51,
          "column": 19
        },
        "end": {
          "line": 51,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2028,
      "end": 2029,
      "loc": {
        "start": {
          "line": 51,
          "column": 23
        },
        "end": {
          "line": 51,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isActuallyVisible",
      "start": 2029,
      "end": 2046,
      "loc": {
        "start": {
          "line": 51,
          "column": 24
        },
        "end": {
          "line": 51,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2046,
      "end": 2047,
      "loc": {
        "start": {
          "line": 51,
          "column": 41
        },
        "end": {
          "line": 51,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 2047,
      "end": 2053,
      "loc": {
        "start": {
          "line": 51,
          "column": 42
        },
        "end": {
          "line": 51,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2053,
      "end": 2054,
      "loc": {
        "start": {
          "line": 51,
          "column": 48
        },
        "end": {
          "line": 51,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2054,
      "end": 2055,
      "loc": {
        "start": {
          "line": 51,
          "column": 49
        },
        "end": {
          "line": 51,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2056,
      "end": 2057,
      "loc": {
        "start": {
          "line": 51,
          "column": 51
        },
        "end": {
          "line": 51,
          "column": 52
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " ... then we intersect",
      "start": 2074,
      "end": 2098,
      "loc": {
        "start": {
          "line": 52,
          "column": 16
        },
        "end": {
          "line": 52,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2115,
      "end": 2119,
      "loc": {
        "start": {
          "line": 53,
          "column": 16
        },
        "end": {
          "line": 53,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2119,
      "end": 2120,
      "loc": {
        "start": {
          "line": 53,
          "column": 20
        },
        "end": {
          "line": 53,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersect",
      "start": 2120,
      "end": 2129,
      "loc": {
        "start": {
          "line": 53,
          "column": 21
        },
        "end": {
          "line": 53,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2129,
      "end": 2130,
      "loc": {
        "start": {
          "line": 53,
          "column": 30
        },
        "end": {
          "line": 53,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 2130,
      "end": 2136,
      "loc": {
        "start": {
          "line": 53,
          "column": 31
        },
        "end": {
          "line": 53,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2136,
      "end": 2137,
      "loc": {
        "start": {
          "line": 53,
          "column": 37
        },
        "end": {
          "line": 53,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 2138,
      "end": 2144,
      "loc": {
        "start": {
          "line": 53,
          "column": 39
        },
        "end": {
          "line": 53,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2144,
      "end": 2145,
      "loc": {
        "start": {
          "line": 53,
          "column": 45
        },
        "end": {
          "line": 53,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interaction",
      "start": 2145,
      "end": 2156,
      "loc": {
        "start": {
          "line": 53,
          "column": 46
        },
        "end": {
          "line": 53,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2156,
      "end": 2157,
      "loc": {
        "start": {
          "line": 53,
          "column": 57
        },
        "end": {
          "line": 53,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "recursive",
      "start": 2157,
      "end": 2166,
      "loc": {
        "start": {
          "line": 53,
          "column": 58
        },
        "end": {
          "line": 53,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2166,
      "end": 2167,
      "loc": {
        "start": {
          "line": 53,
          "column": 67
        },
        "end": {
          "line": 53,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersects",
      "start": 2168,
      "end": 2178,
      "loc": {
        "start": {
          "line": 53,
          "column": 69
        },
        "end": {
          "line": 53,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2178,
      "end": 2179,
      "loc": {
        "start": {
          "line": 53,
          "column": 79
        },
        "end": {
          "line": 53,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 2180,
      "end": 2186,
      "loc": {
        "start": {
          "line": 53,
          "column": 81
        },
        "end": {
          "line": 53,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2186,
      "end": 2187,
      "loc": {
        "start": {
          "line": 53,
          "column": 87
        },
        "end": {
          "line": 53,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interaction",
      "start": 2187,
      "end": 2198,
      "loc": {
        "start": {
          "line": 53,
          "column": 88
        },
        "end": {
          "line": 53,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2198,
      "end": 2199,
      "loc": {
        "start": {
          "line": 53,
          "column": 99
        },
        "end": {
          "line": 53,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 2199,
      "end": 2204,
      "loc": {
        "start": {
          "line": 53,
          "column": 100
        },
        "end": {
          "line": 53,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2204,
      "end": 2205,
      "loc": {
        "start": {
          "line": 53,
          "column": 105
        },
        "end": {
          "line": 53,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 2206,
      "end": 2212,
      "loc": {
        "start": {
          "line": 53,
          "column": 107
        },
        "end": {
          "line": 53,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2212,
      "end": 2213,
      "loc": {
        "start": {
          "line": 53,
          "column": 113
        },
        "end": {
          "line": 53,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2213,
      "end": 2214,
      "loc": {
        "start": {
          "line": 53,
          "column": 114
        },
        "end": {
          "line": 53,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2227,
      "end": 2228,
      "loc": {
        "start": {
          "line": 54,
          "column": 12
        },
        "end": {
          "line": 54,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2237,
      "end": 2238,
      "loc": {
        "start": {
          "line": 55,
          "column": 8
        },
        "end": {
          "line": 55,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersects",
      "start": 2247,
      "end": 2257,
      "loc": {
        "start": {
          "line": 56,
          "column": 8
        },
        "end": {
          "line": 56,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2257,
      "end": 2258,
      "loc": {
        "start": {
          "line": 56,
          "column": 18
        },
        "end": {
          "line": 56,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "sort",
      "start": 2258,
      "end": 2262,
      "loc": {
        "start": {
          "line": 56,
          "column": 19
        },
        "end": {
          "line": 56,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2262,
      "end": 2263,
      "loc": {
        "start": {
          "line": 56,
          "column": 23
        },
        "end": {
          "line": 56,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2264,
      "end": 2265,
      "loc": {
        "start": {
          "line": 56,
          "column": 25
        },
        "end": {
          "line": 56,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 2265,
      "end": 2266,
      "loc": {
        "start": {
          "line": 56,
          "column": 26
        },
        "end": {
          "line": 56,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2266,
      "end": 2267,
      "loc": {
        "start": {
          "line": 56,
          "column": 27
        },
        "end": {
          "line": 56,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 2268,
      "end": 2269,
      "loc": {
        "start": {
          "line": 56,
          "column": 29
        },
        "end": {
          "line": 56,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2269,
      "end": 2270,
      "loc": {
        "start": {
          "line": 56,
          "column": 30
        },
        "end": {
          "line": 56,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2271,
      "end": 2273,
      "loc": {
        "start": {
          "line": 56,
          "column": 32
        },
        "end": {
          "line": 56,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 2286,
      "end": 2287,
      "loc": {
        "start": {
          "line": 57,
          "column": 12
        },
        "end": {
          "line": 57,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2287,
      "end": 2288,
      "loc": {
        "start": {
          "line": 57,
          "column": 13
        },
        "end": {
          "line": 57,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "receiver",
      "start": 2288,
      "end": 2296,
      "loc": {
        "start": {
          "line": 57,
          "column": 14
        },
        "end": {
          "line": 57,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2296,
      "end": 2297,
      "loc": {
        "start": {
          "line": 57,
          "column": 22
        },
        "end": {
          "line": 57,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interaction",
      "start": 2297,
      "end": 2308,
      "loc": {
        "start": {
          "line": 57,
          "column": 23
        },
        "end": {
          "line": 57,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2308,
      "end": 2309,
      "loc": {
        "start": {
          "line": 57,
          "column": 34
        },
        "end": {
          "line": 57,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "priority",
      "start": 2309,
      "end": 2317,
      "loc": {
        "start": {
          "line": 57,
          "column": 35
        },
        "end": {
          "line": 57,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 2318,
      "end": 2319,
      "loc": {
        "start": {
          "line": 57,
          "column": 44
        },
        "end": {
          "line": 57,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 2320,
      "end": 2321,
      "loc": {
        "start": {
          "line": 57,
          "column": 46
        },
        "end": {
          "line": 57,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2321,
      "end": 2322,
      "loc": {
        "start": {
          "line": 57,
          "column": 47
        },
        "end": {
          "line": 57,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "receiver",
      "start": 2322,
      "end": 2330,
      "loc": {
        "start": {
          "line": 57,
          "column": 48
        },
        "end": {
          "line": 57,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2330,
      "end": 2331,
      "loc": {
        "start": {
          "line": 57,
          "column": 56
        },
        "end": {
          "line": 57,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interaction",
      "start": 2331,
      "end": 2342,
      "loc": {
        "start": {
          "line": 57,
          "column": 57
        },
        "end": {
          "line": 57,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2342,
      "end": 2343,
      "loc": {
        "start": {
          "line": 57,
          "column": 68
        },
        "end": {
          "line": 57,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "priority",
      "start": 2343,
      "end": 2351,
      "loc": {
        "start": {
          "line": 57,
          "column": 69
        },
        "end": {
          "line": 57,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 2352,
      "end": 2354,
      "loc": {
        "start": {
          "line": 57,
          "column": 78
        },
        "end": {
          "line": 57,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 2355,
      "end": 2356,
      "loc": {
        "start": {
          "line": 57,
          "column": 81
        },
        "end": {
          "line": 57,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2356,
      "end": 2357,
      "loc": {
        "start": {
          "line": 57,
          "column": 82
        },
        "end": {
          "line": 57,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distance",
      "start": 2357,
      "end": 2365,
      "loc": {
        "start": {
          "line": 57,
          "column": 83
        },
        "end": {
          "line": 57,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 2366,
      "end": 2367,
      "loc": {
        "start": {
          "line": 57,
          "column": 92
        },
        "end": {
          "line": 57,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 2368,
      "end": 2369,
      "loc": {
        "start": {
          "line": 57,
          "column": 94
        },
        "end": {
          "line": 57,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2369,
      "end": 2370,
      "loc": {
        "start": {
          "line": 57,
          "column": 95
        },
        "end": {
          "line": 57,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distance",
      "start": 2370,
      "end": 2378,
      "loc": {
        "start": {
          "line": 57,
          "column": 96
        },
        "end": {
          "line": 57,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2387,
      "end": 2388,
      "loc": {
        "start": {
          "line": 58,
          "column": 8
        },
        "end": {
          "line": 58,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2388,
      "end": 2389,
      "loc": {
        "start": {
          "line": 58,
          "column": 9
        },
        "end": {
          "line": 58,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2398,
      "end": 2404,
      "loc": {
        "start": {
          "line": 59,
          "column": 8
        },
        "end": {
          "line": 59,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersects",
      "start": 2405,
      "end": 2415,
      "loc": {
        "start": {
          "line": 59,
          "column": 15
        },
        "end": {
          "line": 59,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2415,
      "end": 2416,
      "loc": {
        "start": {
          "line": 59,
          "column": 25
        },
        "end": {
          "line": 59,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2421,
      "end": 2422,
      "loc": {
        "start": {
          "line": 60,
          "column": 4
        },
        "end": {
          "line": 60,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersect",
      "start": 2428,
      "end": 2437,
      "loc": {
        "start": {
          "line": 62,
          "column": 4
        },
        "end": {
          "line": 62,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2437,
      "end": 2438,
      "loc": {
        "start": {
          "line": 62,
          "column": 13
        },
        "end": {
          "line": 62,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 2438,
      "end": 2444,
      "loc": {
        "start": {
          "line": 62,
          "column": 14
        },
        "end": {
          "line": 62,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2444,
      "end": 2445,
      "loc": {
        "start": {
          "line": 62,
          "column": 20
        },
        "end": {
          "line": 62,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "recursive",
      "start": 2446,
      "end": 2455,
      "loc": {
        "start": {
          "line": 62,
          "column": 22
        },
        "end": {
          "line": 62,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2455,
      "end": 2456,
      "loc": {
        "start": {
          "line": 62,
          "column": 31
        },
        "end": {
          "line": 62,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersects",
      "start": 2457,
      "end": 2467,
      "loc": {
        "start": {
          "line": 62,
          "column": 33
        },
        "end": {
          "line": 62,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2467,
      "end": 2468,
      "loc": {
        "start": {
          "line": 62,
          "column": 43
        },
        "end": {
          "line": 62,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 2469,
      "end": 2474,
      "loc": {
        "start": {
          "line": 62,
          "column": 45
        },
        "end": {
          "line": 62,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2474,
      "end": 2475,
      "loc": {
        "start": {
          "line": 62,
          "column": 50
        },
        "end": {
          "line": 62,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 2476,
      "end": 2482,
      "loc": {
        "start": {
          "line": 62,
          "column": 52
        },
        "end": {
          "line": 62,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2482,
      "end": 2483,
      "loc": {
        "start": {
          "line": 62,
          "column": 58
        },
        "end": {
          "line": 62,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2484,
      "end": 2485,
      "loc": {
        "start": {
          "line": 62,
          "column": 60
        },
        "end": {
          "line": 62,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 2495,
      "end": 2498,
      "loc": {
        "start": {
          "line": 64,
          "column": 8
        },
        "end": {
          "line": 64,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "op",
      "start": 2499,
      "end": 2501,
      "loc": {
        "start": {
          "line": 64,
          "column": 12
        },
        "end": {
          "line": 64,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2502,
      "end": 2503,
      "loc": {
        "start": {
          "line": 64,
          "column": 15
        },
        "end": {
          "line": 64,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 2504,
      "end": 2508,
      "loc": {
        "start": {
          "line": 64,
          "column": 17
        },
        "end": {
          "line": 64,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2508,
      "end": 2509,
      "loc": {
        "start": {
          "line": 64,
          "column": 21
        },
        "end": {
          "line": 64,
          "column": 22
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Inspect types",
      "start": 2519,
      "end": 2535,
      "loc": {
        "start": {
          "line": 66,
          "column": 8
        },
        "end": {
          "line": 66,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2544,
      "end": 2546,
      "loc": {
        "start": {
          "line": 67,
          "column": 8
        },
        "end": {
          "line": 67,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2547,
      "end": 2548,
      "loc": {
        "start": {
          "line": 67,
          "column": 11
        },
        "end": {
          "line": 67,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 2548,
      "end": 2549,
      "loc": {
        "start": {
          "line": 67,
          "column": 12
        },
        "end": {
          "line": 67,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 2549,
      "end": 2550,
      "loc": {
        "start": {
          "line": 67,
          "column": 13
        },
        "end": {
          "line": 67,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 2550,
      "end": 2555,
      "loc": {
        "start": {
          "line": 67,
          "column": 14
        },
        "end": {
          "line": 67,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2555,
      "end": 2556,
      "loc": {
        "start": {
          "line": 67,
          "column": 19
        },
        "end": {
          "line": 67,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2557,
      "end": 2558,
      "loc": {
        "start": {
          "line": 67,
          "column": 21
        },
        "end": {
          "line": 67,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2571,
      "end": 2573,
      "loc": {
        "start": {
          "line": 68,
          "column": 12
        },
        "end": {
          "line": 68,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2574,
      "end": 2575,
      "loc": {
        "start": {
          "line": 68,
          "column": 15
        },
        "end": {
          "line": 68,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Array",
      "start": 2575,
      "end": 2580,
      "loc": {
        "start": {
          "line": 68,
          "column": 16
        },
        "end": {
          "line": 68,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2580,
      "end": 2581,
      "loc": {
        "start": {
          "line": 68,
          "column": 21
        },
        "end": {
          "line": 68,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isArray",
      "start": 2581,
      "end": 2588,
      "loc": {
        "start": {
          "line": 68,
          "column": 22
        },
        "end": {
          "line": 68,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2588,
      "end": 2589,
      "loc": {
        "start": {
          "line": 68,
          "column": 29
        },
        "end": {
          "line": 68,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 2589,
      "end": 2594,
      "loc": {
        "start": {
          "line": 68,
          "column": 30
        },
        "end": {
          "line": 68,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2594,
      "end": 2595,
      "loc": {
        "start": {
          "line": 68,
          "column": 35
        },
        "end": {
          "line": 68,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2595,
      "end": 2596,
      "loc": {
        "start": {
          "line": 68,
          "column": 36
        },
        "end": {
          "line": 68,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "op",
      "start": 2613,
      "end": 2615,
      "loc": {
        "start": {
          "line": 69,
          "column": 16
        },
        "end": {
          "line": 69,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2616,
      "end": 2617,
      "loc": {
        "start": {
          "line": 69,
          "column": 19
        },
        "end": {
          "line": 69,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 2618,
      "end": 2619,
      "loc": {
        "start": {
          "line": 69,
          "column": 21
        },
        "end": {
          "line": 69,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2619,
      "end": 2620,
      "loc": {
        "start": {
          "line": 69,
          "column": 22
        },
        "end": {
          "line": 69,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 2620,
      "end": 2626,
      "loc": {
        "start": {
          "line": 69,
          "column": 23
        },
        "end": {
          "line": 69,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2626,
      "end": 2627,
      "loc": {
        "start": {
          "line": 69,
          "column": 29
        },
        "end": {
          "line": 69,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 2627,
      "end": 2631,
      "loc": {
        "start": {
          "line": 69,
          "column": 30
        },
        "end": {
          "line": 69,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 2632,
      "end": 2635,
      "loc": {
        "start": {
          "line": 69,
          "column": 35
        },
        "end": {
          "line": 69,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Object3D",
      "start": 2636,
      "end": 2646,
      "loc": {
        "start": {
          "line": 69,
          "column": 39
        },
        "end": {
          "line": 69,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 2647,
      "end": 2649,
      "loc": {
        "start": {
          "line": 69,
          "column": 50
        },
        "end": {
          "line": 69,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 2650,
      "end": 2655,
      "loc": {
        "start": {
          "line": 69,
          "column": 53
        },
        "end": {
          "line": 69,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2655,
      "end": 2656,
      "loc": {
        "start": {
          "line": 69,
          "column": 58
        },
        "end": {
          "line": 69,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indexOf",
      "start": 2656,
      "end": 2663,
      "loc": {
        "start": {
          "line": 69,
          "column": 59
        },
        "end": {
          "line": 69,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2663,
      "end": 2664,
      "loc": {
        "start": {
          "line": 69,
          "column": 66
        },
        "end": {
          "line": 69,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 2664,
      "end": 2670,
      "loc": {
        "start": {
          "line": 69,
          "column": 67
        },
        "end": {
          "line": 69,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2670,
      "end": 2671,
      "loc": {
        "start": {
          "line": 69,
          "column": 73
        },
        "end": {
          "line": 69,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 2671,
      "end": 2675,
      "loc": {
        "start": {
          "line": 69,
          "column": 74
        },
        "end": {
          "line": 69,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2675,
      "end": 2676,
      "loc": {
        "start": {
          "line": 69,
          "column": 78
        },
        "end": {
          "line": 69,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "==",
      "start": 2677,
      "end": 2679,
      "loc": {
        "start": {
          "line": 69,
          "column": 80
        },
        "end": {
          "line": 69,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "-",
      "start": 2680,
      "end": 2681,
      "loc": {
        "start": {
          "line": 69,
          "column": 83
        },
        "end": {
          "line": 69,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 2681,
      "end": 2682,
      "loc": {
        "start": {
          "line": 69,
          "column": 84
        },
        "end": {
          "line": 69,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2682,
      "end": 2683,
      "loc": {
        "start": {
          "line": 69,
          "column": 85
        },
        "end": {
          "line": 69,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2683,
      "end": 2684,
      "loc": {
        "start": {
          "line": 69,
          "column": 86
        },
        "end": {
          "line": 69,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 2697,
      "end": 2701,
      "loc": {
        "start": {
          "line": 70,
          "column": 12
        },
        "end": {
          "line": 70,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2702,
      "end": 2704,
      "loc": {
        "start": {
          "line": 70,
          "column": 17
        },
        "end": {
          "line": 70,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2705,
      "end": 2706,
      "loc": {
        "start": {
          "line": 70,
          "column": 20
        },
        "end": {
          "line": 70,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "typeof",
        "keyword": "typeof",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "typeof",
      "start": 2706,
      "end": 2712,
      "loc": {
        "start": {
          "line": 70,
          "column": 21
        },
        "end": {
          "line": 70,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 2713,
      "end": 2718,
      "loc": {
        "start": {
          "line": 70,
          "column": 28
        },
        "end": {
          "line": 70,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 2719,
      "end": 2722,
      "loc": {
        "start": {
          "line": 70,
          "column": 34
        },
        "end": {
          "line": 70,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "function",
      "start": 2723,
      "end": 2733,
      "loc": {
        "start": {
          "line": 70,
          "column": 38
        },
        "end": {
          "line": 70,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2733,
      "end": 2734,
      "loc": {
        "start": {
          "line": 70,
          "column": 48
        },
        "end": {
          "line": 70,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "op",
      "start": 2751,
      "end": 2753,
      "loc": {
        "start": {
          "line": 71,
          "column": 16
        },
        "end": {
          "line": 71,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2754,
      "end": 2755,
      "loc": {
        "start": {
          "line": 71,
          "column": 19
        },
        "end": {
          "line": 71,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 2756,
      "end": 2761,
      "loc": {
        "start": {
          "line": 71,
          "column": 21
        },
        "end": {
          "line": 71,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2761,
      "end": 2762,
      "loc": {
        "start": {
          "line": 71,
          "column": 26
        },
        "end": {
          "line": 71,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 2762,
      "end": 2768,
      "loc": {
        "start": {
          "line": 71,
          "column": 27
        },
        "end": {
          "line": 71,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2768,
      "end": 2769,
      "loc": {
        "start": {
          "line": 71,
          "column": 33
        },
        "end": {
          "line": 71,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2769,
      "end": 2770,
      "loc": {
        "start": {
          "line": 71,
          "column": 34
        },
        "end": {
          "line": 71,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2779,
      "end": 2780,
      "loc": {
        "start": {
          "line": 72,
          "column": 8
        },
        "end": {
          "line": 72,
          "column": 9
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " false op stops operation right here, undefined op at least proceeds with childs",
      "start": 2790,
      "end": 2872,
      "loc": {
        "start": {
          "line": 74,
          "column": 8
        },
        "end": {
          "line": 74,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2881,
      "end": 2883,
      "loc": {
        "start": {
          "line": 75,
          "column": 8
        },
        "end": {
          "line": 75,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2884,
      "end": 2885,
      "loc": {
        "start": {
          "line": 75,
          "column": 11
        },
        "end": {
          "line": 75,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "op",
      "start": 2885,
      "end": 2887,
      "loc": {
        "start": {
          "line": 75,
          "column": 12
        },
        "end": {
          "line": 75,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "==",
      "start": 2888,
      "end": 2890,
      "loc": {
        "start": {
          "line": 75,
          "column": 15
        },
        "end": {
          "line": 75,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 2891,
      "end": 2896,
      "loc": {
        "start": {
          "line": 75,
          "column": 18
        },
        "end": {
          "line": 75,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2896,
      "end": 2897,
      "loc": {
        "start": {
          "line": 75,
          "column": 23
        },
        "end": {
          "line": 75,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2910,
      "end": 2916,
      "loc": {
        "start": {
          "line": 76,
          "column": 12
        },
        "end": {
          "line": 76,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 2926,
      "end": 2929,
      "loc": {
        "start": {
          "line": 78,
          "column": 8
        },
        "end": {
          "line": 78,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "count",
      "start": 2930,
      "end": 2935,
      "loc": {
        "start": {
          "line": 78,
          "column": 12
        },
        "end": {
          "line": 78,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2936,
      "end": 2937,
      "loc": {
        "start": {
          "line": 78,
          "column": 18
        },
        "end": {
          "line": 78,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersects",
      "start": 2938,
      "end": 2948,
      "loc": {
        "start": {
          "line": 78,
          "column": 20
        },
        "end": {
          "line": 78,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2948,
      "end": 2949,
      "loc": {
        "start": {
          "line": 78,
          "column": 30
        },
        "end": {
          "line": 78,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 2949,
      "end": 2955,
      "loc": {
        "start": {
          "line": 78,
          "column": 31
        },
        "end": {
          "line": 78,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2955,
      "end": 2956,
      "loc": {
        "start": {
          "line": 78,
          "column": 37
        },
        "end": {
          "line": 78,
          "column": 38
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " true op allows raycast",
      "start": 2966,
      "end": 2991,
      "loc": {
        "start": {
          "line": 80,
          "column": 8
        },
        "end": {
          "line": 80,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3000,
      "end": 3002,
      "loc": {
        "start": {
          "line": 81,
          "column": 8
        },
        "end": {
          "line": 81,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3003,
      "end": 3004,
      "loc": {
        "start": {
          "line": 81,
          "column": 11
        },
        "end": {
          "line": 81,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "op",
      "start": 3004,
      "end": 3006,
      "loc": {
        "start": {
          "line": 81,
          "column": 12
        },
        "end": {
          "line": 81,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "==",
      "start": 3007,
      "end": 3009,
      "loc": {
        "start": {
          "line": 81,
          "column": 15
        },
        "end": {
          "line": 81,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 3010,
      "end": 3014,
      "loc": {
        "start": {
          "line": 81,
          "column": 18
        },
        "end": {
          "line": 81,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3014,
      "end": 3015,
      "loc": {
        "start": {
          "line": 81,
          "column": 22
        },
        "end": {
          "line": 81,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 3028,
      "end": 3034,
      "loc": {
        "start": {
          "line": 82,
          "column": 12
        },
        "end": {
          "line": 82,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3034,
      "end": 3035,
      "loc": {
        "start": {
          "line": 82,
          "column": 18
        },
        "end": {
          "line": 82,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycast",
      "start": 3035,
      "end": 3042,
      "loc": {
        "start": {
          "line": 82,
          "column": 19
        },
        "end": {
          "line": 82,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3042,
      "end": 3043,
      "loc": {
        "start": {
          "line": 82,
          "column": 26
        },
        "end": {
          "line": 82,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3043,
      "end": 3047,
      "loc": {
        "start": {
          "line": 82,
          "column": 27
        },
        "end": {
          "line": 82,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3047,
      "end": 3048,
      "loc": {
        "start": {
          "line": 82,
          "column": 31
        },
        "end": {
          "line": 82,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersects",
      "start": 3049,
      "end": 3059,
      "loc": {
        "start": {
          "line": 82,
          "column": 33
        },
        "end": {
          "line": 82,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3059,
      "end": 3060,
      "loc": {
        "start": {
          "line": 82,
          "column": 43
        },
        "end": {
          "line": 82,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 3061,
      "end": 3067,
      "loc": {
        "start": {
          "line": 82,
          "column": 45
        },
        "end": {
          "line": 82,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3067,
      "end": 3068,
      "loc": {
        "start": {
          "line": 82,
          "column": 51
        },
        "end": {
          "line": 82,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interaction",
      "start": 3068,
      "end": 3079,
      "loc": {
        "start": {
          "line": 82,
          "column": 52
        },
        "end": {
          "line": 82,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3079,
      "end": 3080,
      "loc": {
        "start": {
          "line": 82,
          "column": 63
        },
        "end": {
          "line": 82,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "approach",
      "start": 3080,
      "end": 3088,
      "loc": {
        "start": {
          "line": 82,
          "column": 64
        },
        "end": {
          "line": 82,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3088,
      "end": 3089,
      "loc": {
        "start": {
          "line": 82,
          "column": 72
        },
        "end": {
          "line": 82,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3089,
      "end": 3090,
      "loc": {
        "start": {
          "line": 82,
          "column": 73
        },
        "end": {
          "line": 82,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3100,
      "end": 3102,
      "loc": {
        "start": {
          "line": 84,
          "column": 8
        },
        "end": {
          "line": 84,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3103,
      "end": 3104,
      "loc": {
        "start": {
          "line": 84,
          "column": 11
        },
        "end": {
          "line": 84,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersects",
      "start": 3104,
      "end": 3114,
      "loc": {
        "start": {
          "line": 84,
          "column": 12
        },
        "end": {
          "line": 84,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3114,
      "end": 3115,
      "loc": {
        "start": {
          "line": 84,
          "column": 22
        },
        "end": {
          "line": 84,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3115,
      "end": 3121,
      "loc": {
        "start": {
          "line": 84,
          "column": 23
        },
        "end": {
          "line": 84,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!=",
      "start": 3122,
      "end": 3124,
      "loc": {
        "start": {
          "line": 84,
          "column": 30
        },
        "end": {
          "line": 84,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "count",
      "start": 3125,
      "end": 3130,
      "loc": {
        "start": {
          "line": 84,
          "column": 33
        },
        "end": {
          "line": 84,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3130,
      "end": 3131,
      "loc": {
        "start": {
          "line": 84,
          "column": 38
        },
        "end": {
          "line": 84,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3132,
      "end": 3133,
      "loc": {
        "start": {
          "line": 84,
          "column": 40
        },
        "end": {
          "line": 84,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 3146,
      "end": 3149,
      "loc": {
        "start": {
          "line": 85,
          "column": 12
        },
        "end": {
          "line": 85,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3150,
      "end": 3151,
      "loc": {
        "start": {
          "line": 85,
          "column": 16
        },
        "end": {
          "line": 85,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 3151,
      "end": 3154,
      "loc": {
        "start": {
          "line": 85,
          "column": 17
        },
        "end": {
          "line": 85,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3155,
      "end": 3156,
      "loc": {
        "start": {
          "line": 85,
          "column": 21
        },
        "end": {
          "line": 85,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3157,
      "end": 3158,
      "loc": {
        "start": {
          "line": 85,
          "column": 23
        },
        "end": {
          "line": 85,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "count",
      "start": 3159,
      "end": 3164,
      "loc": {
        "start": {
          "line": 85,
          "column": 25
        },
        "end": {
          "line": 85,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3164,
      "end": 3165,
      "loc": {
        "start": {
          "line": 85,
          "column": 30
        },
        "end": {
          "line": 85,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersect",
      "start": 3166,
      "end": 3175,
      "loc": {
        "start": {
          "line": 85,
          "column": 32
        },
        "end": {
          "line": 85,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3175,
      "end": 3176,
      "loc": {
        "start": {
          "line": 85,
          "column": 41
        },
        "end": {
          "line": 85,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "l",
      "start": 3177,
      "end": 3178,
      "loc": {
        "start": {
          "line": 85,
          "column": 43
        },
        "end": {
          "line": 85,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3179,
      "end": 3180,
      "loc": {
        "start": {
          "line": 85,
          "column": 45
        },
        "end": {
          "line": 85,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersects",
      "start": 3181,
      "end": 3191,
      "loc": {
        "start": {
          "line": 85,
          "column": 47
        },
        "end": {
          "line": 85,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3191,
      "end": 3192,
      "loc": {
        "start": {
          "line": 85,
          "column": 57
        },
        "end": {
          "line": 85,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3192,
      "end": 3198,
      "loc": {
        "start": {
          "line": 85,
          "column": 58
        },
        "end": {
          "line": 85,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3198,
      "end": 3199,
      "loc": {
        "start": {
          "line": 85,
          "column": 64
        },
        "end": {
          "line": 85,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3200,
      "end": 3201,
      "loc": {
        "start": {
          "line": 85,
          "column": 66
        },
        "end": {
          "line": 85,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 3202,
      "end": 3203,
      "loc": {
        "start": {
          "line": 85,
          "column": 68
        },
        "end": {
          "line": 85,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "l",
      "start": 3204,
      "end": 3205,
      "loc": {
        "start": {
          "line": 85,
          "column": 70
        },
        "end": {
          "line": 85,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3205,
      "end": 3206,
      "loc": {
        "start": {
          "line": 85,
          "column": 71
        },
        "end": {
          "line": 85,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3207,
      "end": 3208,
      "loc": {
        "start": {
          "line": 85,
          "column": 73
        },
        "end": {
          "line": 85,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 3208,
      "end": 3210,
      "loc": {
        "start": {
          "line": 85,
          "column": 74
        },
        "end": {
          "line": 85,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3210,
      "end": 3211,
      "loc": {
        "start": {
          "line": 85,
          "column": 76
        },
        "end": {
          "line": 85,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3212,
      "end": 3213,
      "loc": {
        "start": {
          "line": 85,
          "column": 78
        },
        "end": {
          "line": 85,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersect",
      "start": 3230,
      "end": 3239,
      "loc": {
        "start": {
          "line": 86,
          "column": 16
        },
        "end": {
          "line": 86,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3240,
      "end": 3241,
      "loc": {
        "start": {
          "line": 86,
          "column": 26
        },
        "end": {
          "line": 86,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersects",
      "start": 3242,
      "end": 3252,
      "loc": {
        "start": {
          "line": 86,
          "column": 28
        },
        "end": {
          "line": 86,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3252,
      "end": 3253,
      "loc": {
        "start": {
          "line": 86,
          "column": 38
        },
        "end": {
          "line": 86,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3253,
      "end": 3254,
      "loc": {
        "start": {
          "line": 86,
          "column": 39
        },
        "end": {
          "line": 86,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3254,
      "end": 3255,
      "loc": {
        "start": {
          "line": 86,
          "column": 40
        },
        "end": {
          "line": 86,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3255,
      "end": 3256,
      "loc": {
        "start": {
          "line": 86,
          "column": 41
        },
        "end": {
          "line": 86,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersect",
      "start": 3273,
      "end": 3282,
      "loc": {
        "start": {
          "line": 87,
          "column": 16
        },
        "end": {
          "line": 87,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3282,
      "end": 3283,
      "loc": {
        "start": {
          "line": 87,
          "column": 25
        },
        "end": {
          "line": 87,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "receiver",
      "start": 3283,
      "end": 3291,
      "loc": {
        "start": {
          "line": 87,
          "column": 26
        },
        "end": {
          "line": 87,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3292,
      "end": 3293,
      "loc": {
        "start": {
          "line": 87,
          "column": 35
        },
        "end": {
          "line": 87,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 3294,
      "end": 3300,
      "loc": {
        "start": {
          "line": 87,
          "column": 37
        },
        "end": {
          "line": 87,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3300,
      "end": 3301,
      "loc": {
        "start": {
          "line": 87,
          "column": 43
        },
        "end": {
          "line": 87,
          "column": 44
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " If the parent/receiver is not recursive data.object should point back to it",
      "start": 3319,
      "end": 3397,
      "loc": {
        "start": {
          "line": 89,
          "column": 16
        },
        "end": {
          "line": 89,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3414,
      "end": 3416,
      "loc": {
        "start": {
          "line": 90,
          "column": 16
        },
        "end": {
          "line": 90,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3417,
      "end": 3418,
      "loc": {
        "start": {
          "line": 90,
          "column": 19
        },
        "end": {
          "line": 90,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3418,
      "end": 3419,
      "loc": {
        "start": {
          "line": 90,
          "column": 20
        },
        "end": {
          "line": 90,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 3419,
      "end": 3425,
      "loc": {
        "start": {
          "line": 90,
          "column": 21
        },
        "end": {
          "line": 90,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3425,
      "end": 3426,
      "loc": {
        "start": {
          "line": 90,
          "column": 27
        },
        "end": {
          "line": 90,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interaction",
      "start": 3426,
      "end": 3437,
      "loc": {
        "start": {
          "line": 90,
          "column": 28
        },
        "end": {
          "line": 90,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3437,
      "end": 3438,
      "loc": {
        "start": {
          "line": 90,
          "column": 39
        },
        "end": {
          "line": 90,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "recursive",
      "start": 3438,
      "end": 3447,
      "loc": {
        "start": {
          "line": 90,
          "column": 40
        },
        "end": {
          "line": 90,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3447,
      "end": 3448,
      "loc": {
        "start": {
          "line": 90,
          "column": 49
        },
        "end": {
          "line": 90,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3449,
      "end": 3450,
      "loc": {
        "start": {
          "line": 90,
          "column": 51
        },
        "end": {
          "line": 90,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersect",
      "start": 3471,
      "end": 3480,
      "loc": {
        "start": {
          "line": 91,
          "column": 20
        },
        "end": {
          "line": 91,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3480,
      "end": 3481,
      "loc": {
        "start": {
          "line": 91,
          "column": 29
        },
        "end": {
          "line": 91,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "receiver",
      "start": 3481,
      "end": 3489,
      "loc": {
        "start": {
          "line": 91,
          "column": 30
        },
        "end": {
          "line": 91,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3489,
      "end": 3490,
      "loc": {
        "start": {
          "line": 91,
          "column": 38
        },
        "end": {
          "line": 91,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 3490,
      "end": 3496,
      "loc": {
        "start": {
          "line": 91,
          "column": 39
        },
        "end": {
          "line": 91,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3497,
      "end": 3498,
      "loc": {
        "start": {
          "line": 91,
          "column": 46
        },
        "end": {
          "line": 91,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 3499,
      "end": 3505,
      "loc": {
        "start": {
          "line": 91,
          "column": 48
        },
        "end": {
          "line": 91,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3505,
      "end": 3506,
      "loc": {
        "start": {
          "line": 91,
          "column": 54
        },
        "end": {
          "line": 91,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3523,
      "end": 3524,
      "loc": {
        "start": {
          "line": 92,
          "column": 16
        },
        "end": {
          "line": 92,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3537,
      "end": 3538,
      "loc": {
        "start": {
          "line": 93,
          "column": 12
        },
        "end": {
          "line": 93,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3547,
      "end": 3548,
      "loc": {
        "start": {
          "line": 94,
          "column": 8
        },
        "end": {
          "line": 94,
          "column": 9
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " If the root is not recursive there's no point in iterating further",
      "start": 3558,
      "end": 3627,
      "loc": {
        "start": {
          "line": 96,
          "column": 8
        },
        "end": {
          "line": 96,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3636,
      "end": 3638,
      "loc": {
        "start": {
          "line": 97,
          "column": 8
        },
        "end": {
          "line": 97,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3639,
      "end": 3640,
      "loc": {
        "start": {
          "line": 97,
          "column": 11
        },
        "end": {
          "line": 97,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3640,
      "end": 3641,
      "loc": {
        "start": {
          "line": 97,
          "column": 12
        },
        "end": {
          "line": 97,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 3641,
      "end": 3647,
      "loc": {
        "start": {
          "line": 97,
          "column": 13
        },
        "end": {
          "line": 97,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3647,
      "end": 3648,
      "loc": {
        "start": {
          "line": 97,
          "column": 19
        },
        "end": {
          "line": 97,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interaction",
      "start": 3648,
      "end": 3659,
      "loc": {
        "start": {
          "line": 97,
          "column": 20
        },
        "end": {
          "line": 97,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3659,
      "end": 3660,
      "loc": {
        "start": {
          "line": 97,
          "column": 31
        },
        "end": {
          "line": 97,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "recursive",
      "start": 3660,
      "end": 3669,
      "loc": {
        "start": {
          "line": 97,
          "column": 32
        },
        "end": {
          "line": 97,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3669,
      "end": 3670,
      "loc": {
        "start": {
          "line": 97,
          "column": 41
        },
        "end": {
          "line": 97,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3683,
      "end": 3689,
      "loc": {
        "start": {
          "line": 98,
          "column": 12
        },
        "end": {
          "line": 98,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3689,
      "end": 3690,
      "loc": {
        "start": {
          "line": 98,
          "column": 18
        },
        "end": {
          "line": 98,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 3700,
      "end": 3703,
      "loc": {
        "start": {
          "line": 100,
          "column": 8
        },
        "end": {
          "line": 100,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3704,
      "end": 3705,
      "loc": {
        "start": {
          "line": 100,
          "column": 12
        },
        "end": {
          "line": 100,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 3705,
      "end": 3708,
      "loc": {
        "start": {
          "line": 100,
          "column": 13
        },
        "end": {
          "line": 100,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3709,
      "end": 3710,
      "loc": {
        "start": {
          "line": 100,
          "column": 17
        },
        "end": {
          "line": 100,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3711,
      "end": 3712,
      "loc": {
        "start": {
          "line": 100,
          "column": 19
        },
        "end": {
          "line": 100,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 3713,
      "end": 3714,
      "loc": {
        "start": {
          "line": 100,
          "column": 21
        },
        "end": {
          "line": 100,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3714,
      "end": 3715,
      "loc": {
        "start": {
          "line": 100,
          "column": 22
        },
        "end": {
          "line": 100,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "l",
      "start": 3716,
      "end": 3717,
      "loc": {
        "start": {
          "line": 100,
          "column": 24
        },
        "end": {
          "line": 100,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3718,
      "end": 3719,
      "loc": {
        "start": {
          "line": 100,
          "column": 26
        },
        "end": {
          "line": 100,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 3720,
      "end": 3726,
      "loc": {
        "start": {
          "line": 100,
          "column": 28
        },
        "end": {
          "line": 100,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3726,
      "end": 3727,
      "loc": {
        "start": {
          "line": 100,
          "column": 34
        },
        "end": {
          "line": 100,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 3727,
      "end": 3735,
      "loc": {
        "start": {
          "line": 100,
          "column": 35
        },
        "end": {
          "line": 100,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3735,
      "end": 3736,
      "loc": {
        "start": {
          "line": 100,
          "column": 43
        },
        "end": {
          "line": 100,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 3736,
      "end": 3742,
      "loc": {
        "start": {
          "line": 100,
          "column": 44
        },
        "end": {
          "line": 100,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3742,
      "end": 3743,
      "loc": {
        "start": {
          "line": 100,
          "column": 50
        },
        "end": {
          "line": 100,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 3744,
      "end": 3749,
      "loc": {
        "start": {
          "line": 100,
          "column": 52
        },
        "end": {
          "line": 100,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3749,
      "end": 3750,
      "loc": {
        "start": {
          "line": 100,
          "column": 57
        },
        "end": {
          "line": 100,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3751,
      "end": 3752,
      "loc": {
        "start": {
          "line": 100,
          "column": 59
        },
        "end": {
          "line": 100,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 3753,
      "end": 3754,
      "loc": {
        "start": {
          "line": 100,
          "column": 61
        },
        "end": {
          "line": 100,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "l",
      "start": 3755,
      "end": 3756,
      "loc": {
        "start": {
          "line": 100,
          "column": 63
        },
        "end": {
          "line": 100,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3756,
      "end": 3757,
      "loc": {
        "start": {
          "line": 100,
          "column": 64
        },
        "end": {
          "line": 100,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3758,
      "end": 3759,
      "loc": {
        "start": {
          "line": 100,
          "column": 66
        },
        "end": {
          "line": 100,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 3759,
      "end": 3761,
      "loc": {
        "start": {
          "line": 100,
          "column": 67
        },
        "end": {
          "line": 100,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3761,
      "end": 3762,
      "loc": {
        "start": {
          "line": 100,
          "column": 69
        },
        "end": {
          "line": 100,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3763,
      "end": 3764,
      "loc": {
        "start": {
          "line": 100,
          "column": 71
        },
        "end": {
          "line": 100,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 3777,
      "end": 3782,
      "loc": {
        "start": {
          "line": 101,
          "column": 12
        },
        "end": {
          "line": 101,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 3783,
      "end": 3784,
      "loc": {
        "start": {
          "line": 101,
          "column": 18
        },
        "end": {
          "line": 101,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 3785,
      "end": 3791,
      "loc": {
        "start": {
          "line": 101,
          "column": 20
        },
        "end": {
          "line": 101,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3791,
      "end": 3792,
      "loc": {
        "start": {
          "line": 101,
          "column": 26
        },
        "end": {
          "line": 101,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "children",
      "start": 3792,
      "end": 3800,
      "loc": {
        "start": {
          "line": 101,
          "column": 27
        },
        "end": {
          "line": 101,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3800,
      "end": 3801,
      "loc": {
        "start": {
          "line": 101,
          "column": 35
        },
        "end": {
          "line": 101,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 3801,
      "end": 3802,
      "loc": {
        "start": {
          "line": 101,
          "column": 36
        },
        "end": {
          "line": 101,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3802,
      "end": 3803,
      "loc": {
        "start": {
          "line": 101,
          "column": 37
        },
        "end": {
          "line": 101,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3803,
      "end": 3804,
      "loc": {
        "start": {
          "line": 101,
          "column": 38
        },
        "end": {
          "line": 101,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3817,
      "end": 3819,
      "loc": {
        "start": {
          "line": 102,
          "column": 12
        },
        "end": {
          "line": 102,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3820,
      "end": 3821,
      "loc": {
        "start": {
          "line": 102,
          "column": 15
        },
        "end": {
          "line": 102,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 3821,
      "end": 3826,
      "loc": {
        "start": {
          "line": 102,
          "column": 16
        },
        "end": {
          "line": 102,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3826,
      "end": 3827,
      "loc": {
        "start": {
          "line": 102,
          "column": 21
        },
        "end": {
          "line": 102,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "visible",
      "start": 3827,
      "end": 3834,
      "loc": {
        "start": {
          "line": 102,
          "column": 22
        },
        "end": {
          "line": 102,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 3835,
      "end": 3837,
      "loc": {
        "start": {
          "line": 102,
          "column": 30
        },
        "end": {
          "line": 102,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 3838,
      "end": 3843,
      "loc": {
        "start": {
          "line": 102,
          "column": 33
        },
        "end": {
          "line": 102,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3843,
      "end": 3844,
      "loc": {
        "start": {
          "line": 102,
          "column": 38
        },
        "end": {
          "line": 102,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "interactive",
      "start": 3844,
      "end": 3855,
      "loc": {
        "start": {
          "line": 102,
          "column": 39
        },
        "end": {
          "line": 102,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3855,
      "end": 3856,
      "loc": {
        "start": {
          "line": 102,
          "column": 50
        },
        "end": {
          "line": 102,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3857,
      "end": 3858,
      "loc": {
        "start": {
          "line": 102,
          "column": 52
        },
        "end": {
          "line": 102,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3875,
      "end": 3877,
      "loc": {
        "start": {
          "line": 103,
          "column": 16
        },
        "end": {
          "line": 103,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3878,
      "end": 3879,
      "loc": {
        "start": {
          "line": 103,
          "column": 19
        },
        "end": {
          "line": 103,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 3879,
      "end": 3884,
      "loc": {
        "start": {
          "line": 103,
          "column": 20
        },
        "end": {
          "line": 103,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3884,
      "end": 3885,
      "loc": {
        "start": {
          "line": 103,
          "column": 25
        },
        "end": {
          "line": 103,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 3885,
      "end": 3893,
      "loc": {
        "start": {
          "line": 103,
          "column": 26
        },
        "end": {
          "line": 103,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3893,
      "end": 3894,
      "loc": {
        "start": {
          "line": 103,
          "column": 34
        },
        "end": {
          "line": 103,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3894,
      "end": 3895,
      "loc": {
        "start": {
          "line": 103,
          "column": 35
        },
        "end": {
          "line": 103,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3916,
      "end": 3918,
      "loc": {
        "start": {
          "line": 104,
          "column": 20
        },
        "end": {
          "line": 104,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3918,
      "end": 3919,
      "loc": {
        "start": {
          "line": 104,
          "column": 22
        },
        "end": {
          "line": 104,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 3919,
      "end": 3924,
      "loc": {
        "start": {
          "line": 104,
          "column": 23
        },
        "end": {
          "line": 104,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3924,
      "end": 3925,
      "loc": {
        "start": {
          "line": 104,
          "column": 28
        },
        "end": {
          "line": 104,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 3925,
      "end": 3933,
      "loc": {
        "start": {
          "line": 104,
          "column": 29
        },
        "end": {
          "line": 104,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3933,
      "end": 3934,
      "loc": {
        "start": {
          "line": 104,
          "column": 37
        },
        "end": {
          "line": 104,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "visible",
      "start": 3934,
      "end": 3941,
      "loc": {
        "start": {
          "line": 104,
          "column": 38
        },
        "end": {
          "line": 104,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 3942,
      "end": 3945,
      "loc": {
        "start": {
          "line": 104,
          "column": 46
        },
        "end": {
          "line": 104,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 3946,
      "end": 3950,
      "loc": {
        "start": {
          "line": 104,
          "column": 50
        },
        "end": {
          "line": 104,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3950,
      "end": 3951,
      "loc": {
        "start": {
          "line": 104,
          "column": 54
        },
        "end": {
          "line": 104,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3951,
      "end": 3952,
      "loc": {
        "start": {
          "line": 104,
          "column": 55
        },
        "end": {
          "line": 104,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3977,
      "end": 3981,
      "loc": {
        "start": {
          "line": 105,
          "column": 24
        },
        "end": {
          "line": 105,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3981,
      "end": 3982,
      "loc": {
        "start": {
          "line": 105,
          "column": 28
        },
        "end": {
          "line": 105,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersect",
      "start": 3982,
      "end": 3991,
      "loc": {
        "start": {
          "line": 105,
          "column": 29
        },
        "end": {
          "line": 105,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3991,
      "end": 3992,
      "loc": {
        "start": {
          "line": 105,
          "column": 38
        },
        "end": {
          "line": 105,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 3992,
      "end": 3997,
      "loc": {
        "start": {
          "line": 105,
          "column": 39
        },
        "end": {
          "line": 105,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3997,
      "end": 3998,
      "loc": {
        "start": {
          "line": 105,
          "column": 44
        },
        "end": {
          "line": 105,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 3999,
      "end": 4003,
      "loc": {
        "start": {
          "line": 105,
          "column": 46
        },
        "end": {
          "line": 105,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4003,
      "end": 4004,
      "loc": {
        "start": {
          "line": 105,
          "column": 50
        },
        "end": {
          "line": 105,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersects",
      "start": 4005,
      "end": 4015,
      "loc": {
        "start": {
          "line": 105,
          "column": 52
        },
        "end": {
          "line": 105,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4015,
      "end": 4016,
      "loc": {
        "start": {
          "line": 105,
          "column": 62
        },
        "end": {
          "line": 105,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 4017,
      "end": 4022,
      "loc": {
        "start": {
          "line": 105,
          "column": 64
        },
        "end": {
          "line": 105,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4022,
      "end": 4023,
      "loc": {
        "start": {
          "line": 105,
          "column": 69
        },
        "end": {
          "line": 105,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 4024,
      "end": 4030,
      "loc": {
        "start": {
          "line": 105,
          "column": 71
        },
        "end": {
          "line": 105,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4030,
      "end": 4031,
      "loc": {
        "start": {
          "line": 105,
          "column": 77
        },
        "end": {
          "line": 105,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4031,
      "end": 4032,
      "loc": {
        "start": {
          "line": 105,
          "column": 78
        },
        "end": {
          "line": 105,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4053,
      "end": 4054,
      "loc": {
        "start": {
          "line": 106,
          "column": 20
        },
        "end": {
          "line": 106,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4071,
      "end": 4072,
      "loc": {
        "start": {
          "line": 107,
          "column": 16
        },
        "end": {
          "line": 107,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 4073,
      "end": 4077,
      "loc": {
        "start": {
          "line": 107,
          "column": 18
        },
        "end": {
          "line": 107,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4078,
      "end": 4080,
      "loc": {
        "start": {
          "line": 107,
          "column": 23
        },
        "end": {
          "line": 107,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4081,
      "end": 4082,
      "loc": {
        "start": {
          "line": 107,
          "column": 26
        },
        "end": {
          "line": 107,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 4082,
      "end": 4087,
      "loc": {
        "start": {
          "line": 107,
          "column": 27
        },
        "end": {
          "line": 107,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4087,
      "end": 4088,
      "loc": {
        "start": {
          "line": 107,
          "column": 32
        },
        "end": {
          "line": 107,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "materials",
      "start": 4088,
      "end": 4097,
      "loc": {
        "start": {
          "line": 107,
          "column": 33
        },
        "end": {
          "line": 107,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 4098,
      "end": 4100,
      "loc": {
        "start": {
          "line": 107,
          "column": 43
        },
        "end": {
          "line": 107,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 4101,
      "end": 4106,
      "loc": {
        "start": {
          "line": 107,
          "column": 46
        },
        "end": {
          "line": 107,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4106,
      "end": 4107,
      "loc": {
        "start": {
          "line": 107,
          "column": 51
        },
        "end": {
          "line": 107,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "materials",
      "start": 4107,
      "end": 4116,
      "loc": {
        "start": {
          "line": 107,
          "column": 52
        },
        "end": {
          "line": 107,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4116,
      "end": 4117,
      "loc": {
        "start": {
          "line": 107,
          "column": 61
        },
        "end": {
          "line": 107,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "all",
      "start": 4117,
      "end": 4120,
      "loc": {
        "start": {
          "line": 107,
          "column": 62
        },
        "end": {
          "line": 107,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 4121,
      "end": 4123,
      "loc": {
        "start": {
          "line": 107,
          "column": 66
        },
        "end": {
          "line": 107,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 4124,
      "end": 4129,
      "loc": {
        "start": {
          "line": 107,
          "column": 69
        },
        "end": {
          "line": 107,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4129,
      "end": 4130,
      "loc": {
        "start": {
          "line": 107,
          "column": 74
        },
        "end": {
          "line": 107,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "materials",
      "start": 4130,
      "end": 4139,
      "loc": {
        "start": {
          "line": 107,
          "column": 75
        },
        "end": {
          "line": 107,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4139,
      "end": 4140,
      "loc": {
        "start": {
          "line": 107,
          "column": 84
        },
        "end": {
          "line": 107,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "all",
      "start": 4140,
      "end": 4143,
      "loc": {
        "start": {
          "line": 107,
          "column": 85
        },
        "end": {
          "line": 107,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4143,
      "end": 4144,
      "loc": {
        "start": {
          "line": 107,
          "column": 88
        },
        "end": {
          "line": 107,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 4144,
      "end": 4150,
      "loc": {
        "start": {
          "line": 107,
          "column": 89
        },
        "end": {
          "line": 107,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 4151,
      "end": 4152,
      "loc": {
        "start": {
          "line": 107,
          "column": 96
        },
        "end": {
          "line": 107,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4153,
      "end": 4154,
      "loc": {
        "start": {
          "line": 107,
          "column": 98
        },
        "end": {
          "line": 107,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4154,
      "end": 4155,
      "loc": {
        "start": {
          "line": 107,
          "column": 99
        },
        "end": {
          "line": 107,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4156,
      "end": 4157,
      "loc": {
        "start": {
          "line": 107,
          "column": 101
        },
        "end": {
          "line": 107,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4178,
      "end": 4180,
      "loc": {
        "start": {
          "line": 108,
          "column": 20
        },
        "end": {
          "line": 108,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4180,
      "end": 4181,
      "loc": {
        "start": {
          "line": 108,
          "column": 22
        },
        "end": {
          "line": 108,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 4181,
      "end": 4186,
      "loc": {
        "start": {
          "line": 108,
          "column": 23
        },
        "end": {
          "line": 108,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4186,
      "end": 4187,
      "loc": {
        "start": {
          "line": 108,
          "column": 28
        },
        "end": {
          "line": 108,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "materials",
      "start": 4187,
      "end": 4196,
      "loc": {
        "start": {
          "line": 108,
          "column": 29
        },
        "end": {
          "line": 108,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4196,
      "end": 4197,
      "loc": {
        "start": {
          "line": 108,
          "column": 38
        },
        "end": {
          "line": 108,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "all",
      "start": 4197,
      "end": 4200,
      "loc": {
        "start": {
          "line": 108,
          "column": 39
        },
        "end": {
          "line": 108,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4200,
      "end": 4201,
      "loc": {
        "start": {
          "line": 108,
          "column": 42
        },
        "end": {
          "line": 108,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 4201,
      "end": 4202,
      "loc": {
        "start": {
          "line": 108,
          "column": 43
        },
        "end": {
          "line": 108,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4202,
      "end": 4203,
      "loc": {
        "start": {
          "line": 108,
          "column": 44
        },
        "end": {
          "line": 108,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4203,
      "end": 4204,
      "loc": {
        "start": {
          "line": 108,
          "column": 45
        },
        "end": {
          "line": 108,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "visible",
      "start": 4204,
      "end": 4211,
      "loc": {
        "start": {
          "line": 108,
          "column": 46
        },
        "end": {
          "line": 108,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 4212,
      "end": 4215,
      "loc": {
        "start": {
          "line": 108,
          "column": 54
        },
        "end": {
          "line": 108,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 4216,
      "end": 4220,
      "loc": {
        "start": {
          "line": 108,
          "column": 58
        },
        "end": {
          "line": 108,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4220,
      "end": 4221,
      "loc": {
        "start": {
          "line": 108,
          "column": 62
        },
        "end": {
          "line": 108,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4221,
      "end": 4222,
      "loc": {
        "start": {
          "line": 108,
          "column": 63
        },
        "end": {
          "line": 108,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4247,
      "end": 4251,
      "loc": {
        "start": {
          "line": 109,
          "column": 24
        },
        "end": {
          "line": 109,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4251,
      "end": 4252,
      "loc": {
        "start": {
          "line": 109,
          "column": 28
        },
        "end": {
          "line": 109,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersect",
      "start": 4252,
      "end": 4261,
      "loc": {
        "start": {
          "line": 109,
          "column": 29
        },
        "end": {
          "line": 109,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4261,
      "end": 4262,
      "loc": {
        "start": {
          "line": 109,
          "column": 38
        },
        "end": {
          "line": 109,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 4262,
      "end": 4267,
      "loc": {
        "start": {
          "line": 109,
          "column": 39
        },
        "end": {
          "line": 109,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4267,
      "end": 4268,
      "loc": {
        "start": {
          "line": 109,
          "column": 44
        },
        "end": {
          "line": 109,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 4269,
      "end": 4273,
      "loc": {
        "start": {
          "line": 109,
          "column": 46
        },
        "end": {
          "line": 109,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4273,
      "end": 4274,
      "loc": {
        "start": {
          "line": 109,
          "column": 50
        },
        "end": {
          "line": 109,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersects",
      "start": 4275,
      "end": 4285,
      "loc": {
        "start": {
          "line": 109,
          "column": 52
        },
        "end": {
          "line": 109,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4285,
      "end": 4286,
      "loc": {
        "start": {
          "line": 109,
          "column": 62
        },
        "end": {
          "line": 109,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 4287,
      "end": 4292,
      "loc": {
        "start": {
          "line": 109,
          "column": 64
        },
        "end": {
          "line": 109,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4292,
      "end": 4293,
      "loc": {
        "start": {
          "line": 109,
          "column": 69
        },
        "end": {
          "line": 109,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 4294,
      "end": 4300,
      "loc": {
        "start": {
          "line": 109,
          "column": 71
        },
        "end": {
          "line": 109,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4300,
      "end": 4301,
      "loc": {
        "start": {
          "line": 109,
          "column": 77
        },
        "end": {
          "line": 109,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4301,
      "end": 4302,
      "loc": {
        "start": {
          "line": 109,
          "column": 78
        },
        "end": {
          "line": 109,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4323,
      "end": 4324,
      "loc": {
        "start": {
          "line": 110,
          "column": 20
        },
        "end": {
          "line": 110,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4341,
      "end": 4342,
      "loc": {
        "start": {
          "line": 111,
          "column": 16
        },
        "end": {
          "line": 111,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 4343,
      "end": 4347,
      "loc": {
        "start": {
          "line": 111,
          "column": 18
        },
        "end": {
          "line": 111,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4348,
      "end": 4349,
      "loc": {
        "start": {
          "line": 111,
          "column": 23
        },
        "end": {
          "line": 111,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4370,
      "end": 4374,
      "loc": {
        "start": {
          "line": 112,
          "column": 20
        },
        "end": {
          "line": 112,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4374,
      "end": 4375,
      "loc": {
        "start": {
          "line": 112,
          "column": 24
        },
        "end": {
          "line": 112,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersect",
      "start": 4375,
      "end": 4384,
      "loc": {
        "start": {
          "line": 112,
          "column": 25
        },
        "end": {
          "line": 112,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4384,
      "end": 4385,
      "loc": {
        "start": {
          "line": 112,
          "column": 34
        },
        "end": {
          "line": 112,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "child",
      "start": 4385,
      "end": 4390,
      "loc": {
        "start": {
          "line": 112,
          "column": 35
        },
        "end": {
          "line": 112,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4390,
      "end": 4391,
      "loc": {
        "start": {
          "line": 112,
          "column": 40
        },
        "end": {
          "line": 112,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 4392,
      "end": 4396,
      "loc": {
        "start": {
          "line": 112,
          "column": 42
        },
        "end": {
          "line": 112,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4396,
      "end": 4397,
      "loc": {
        "start": {
          "line": 112,
          "column": 46
        },
        "end": {
          "line": 112,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersects",
      "start": 4398,
      "end": 4408,
      "loc": {
        "start": {
          "line": 112,
          "column": 48
        },
        "end": {
          "line": 112,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4408,
      "end": 4409,
      "loc": {
        "start": {
          "line": 112,
          "column": 58
        },
        "end": {
          "line": 112,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "types",
      "start": 4410,
      "end": 4415,
      "loc": {
        "start": {
          "line": 112,
          "column": 60
        },
        "end": {
          "line": 112,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4415,
      "end": 4416,
      "loc": {
        "start": {
          "line": 112,
          "column": 65
        },
        "end": {
          "line": 112,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "parent",
      "start": 4417,
      "end": 4423,
      "loc": {
        "start": {
          "line": 112,
          "column": 67
        },
        "end": {
          "line": 112,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4423,
      "end": 4424,
      "loc": {
        "start": {
          "line": 112,
          "column": 73
        },
        "end": {
          "line": 112,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4424,
      "end": 4425,
      "loc": {
        "start": {
          "line": 112,
          "column": 74
        },
        "end": {
          "line": 112,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4442,
      "end": 4443,
      "loc": {
        "start": {
          "line": 113,
          "column": 16
        },
        "end": {
          "line": 113,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4456,
      "end": 4457,
      "loc": {
        "start": {
          "line": 114,
          "column": 12
        },
        "end": {
          "line": 114,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4466,
      "end": 4467,
      "loc": {
        "start": {
          "line": 115,
          "column": 8
        },
        "end": {
          "line": 115,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4472,
      "end": 4473,
      "loc": {
        "start": {
          "line": 116,
          "column": 4
        },
        "end": {
          "line": 116,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4474,
      "end": 4475,
      "loc": {
        "start": {
          "line": 117,
          "column": 0
        },
        "end": {
          "line": 117,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Raycaster",
      "start": 4477,
      "end": 4486,
      "loc": {
        "start": {
          "line": 119,
          "column": 0
        },
        "end": {
          "line": 119,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4486,
      "end": 4487,
      "loc": {
        "start": {
          "line": 119,
          "column": 9
        },
        "end": {
          "line": 119,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Approach",
      "start": 4487,
      "end": 4495,
      "loc": {
        "start": {
          "line": 119,
          "column": 10
        },
        "end": {
          "line": 119,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 4496,
      "end": 4497,
      "loc": {
        "start": {
          "line": 119,
          "column": 19
        },
        "end": {
          "line": 119,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4498,
      "end": 4499,
      "loc": {
        "start": {
          "line": 119,
          "column": 21
        },
        "end": {
          "line": 119,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Default",
      "start": 4504,
      "end": 4511,
      "loc": {
        "start": {
          "line": 120,
          "column": 4
        },
        "end": {
          "line": 120,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4511,
      "end": 4512,
      "loc": {
        "start": {
          "line": 120,
          "column": 11
        },
        "end": {
          "line": 120,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Default",
      "start": 4513,
      "end": 4522,
      "loc": {
        "start": {
          "line": 120,
          "column": 13
        },
        "end": {
          "line": 120,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4522,
      "end": 4523,
      "loc": {
        "start": {
          "line": 120,
          "column": 22
        },
        "end": {
          "line": 120,
          "column": 23
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Precision: +++, Speed: -  , THREE.js default approach",
      "start": 4524,
      "end": 4580,
      "loc": {
        "start": {
          "line": 120,
          "column": 24
        },
        "end": {
          "line": 120,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "First",
      "start": 4585,
      "end": 4590,
      "loc": {
        "start": {
          "line": 121,
          "column": 4
        },
        "end": {
          "line": 121,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4590,
      "end": 4591,
      "loc": {
        "start": {
          "line": 121,
          "column": 9
        },
        "end": {
          "line": 121,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "First",
      "start": 4592,
      "end": 4599,
      "loc": {
        "start": {
          "line": 121,
          "column": 11
        },
        "end": {
          "line": 121,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4599,
      "end": 4600,
      "loc": {
        "start": {
          "line": 121,
          "column": 18
        },
        "end": {
          "line": 121,
          "column": 19
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Precision: +  , Speed: +  , First vertex found, may be the back-side vertex (affects distance)",
      "start": 4605,
      "end": 4702,
      "loc": {
        "start": {
          "line": 121,
          "column": 24
        },
        "end": {
          "line": 121,
          "column": 121
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Bounds",
      "start": 4707,
      "end": 4713,
      "loc": {
        "start": {
          "line": 122,
          "column": 4
        },
        "end": {
          "line": 122,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4713,
      "end": 4714,
      "loc": {
        "start": {
          "line": 122,
          "column": 10
        },
        "end": {
          "line": 122,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "Bounds",
      "start": 4715,
      "end": 4723,
      "loc": {
        "start": {
          "line": 122,
          "column": 12
        },
        "end": {
          "line": 122,
          "column": 20
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " Precision: -  , Speed: +++, Checks bounds only",
      "start": 4727,
      "end": 4776,
      "loc": {
        "start": {
          "line": 122,
          "column": 24
        },
        "end": {
          "line": 122,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4777,
      "end": 4778,
      "loc": {
        "start": {
          "line": 123,
          "column": 0
        },
        "end": {
          "line": 123,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 4780,
      "end": 4788,
      "loc": {
        "start": {
          "line": 125,
          "column": 0
        },
        "end": {
          "line": 125,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uvIntersection",
      "start": 4789,
      "end": 4803,
      "loc": {
        "start": {
          "line": 125,
          "column": 9
        },
        "end": {
          "line": 125,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4803,
      "end": 4804,
      "loc": {
        "start": {
          "line": 125,
          "column": 23
        },
        "end": {
          "line": 125,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 4805,
      "end": 4814,
      "loc": {
        "start": {
          "line": 125,
          "column": 25
        },
        "end": {
          "line": 125,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4814,
      "end": 4815,
      "loc": {
        "start": {
          "line": 125,
          "column": 34
        },
        "end": {
          "line": 125,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "point",
      "start": 4816,
      "end": 4821,
      "loc": {
        "start": {
          "line": 125,
          "column": 36
        },
        "end": {
          "line": 125,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4821,
      "end": 4822,
      "loc": {
        "start": {
          "line": 125,
          "column": 41
        },
        "end": {
          "line": 125,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "p1",
      "start": 4823,
      "end": 4825,
      "loc": {
        "start": {
          "line": 125,
          "column": 43
        },
        "end": {
          "line": 125,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4825,
      "end": 4826,
      "loc": {
        "start": {
          "line": 125,
          "column": 45
        },
        "end": {
          "line": 125,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "p2",
      "start": 4827,
      "end": 4829,
      "loc": {
        "start": {
          "line": 125,
          "column": 47
        },
        "end": {
          "line": 125,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4829,
      "end": 4830,
      "loc": {
        "start": {
          "line": 125,
          "column": 49
        },
        "end": {
          "line": 125,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "p3",
      "start": 4831,
      "end": 4833,
      "loc": {
        "start": {
          "line": 125,
          "column": 51
        },
        "end": {
          "line": 125,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4833,
      "end": 4834,
      "loc": {
        "start": {
          "line": 125,
          "column": 53
        },
        "end": {
          "line": 125,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uv1",
      "start": 4835,
      "end": 4838,
      "loc": {
        "start": {
          "line": 125,
          "column": 55
        },
        "end": {
          "line": 125,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4838,
      "end": 4839,
      "loc": {
        "start": {
          "line": 125,
          "column": 58
        },
        "end": {
          "line": 125,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uv2",
      "start": 4840,
      "end": 4843,
      "loc": {
        "start": {
          "line": 125,
          "column": 60
        },
        "end": {
          "line": 125,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4843,
      "end": 4844,
      "loc": {
        "start": {
          "line": 125,
          "column": 63
        },
        "end": {
          "line": 125,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uv3",
      "start": 4845,
      "end": 4848,
      "loc": {
        "start": {
          "line": 125,
          "column": 65
        },
        "end": {
          "line": 125,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4849,
      "end": 4850,
      "loc": {
        "start": {
          "line": 125,
          "column": 69
        },
        "end": {
          "line": 125,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4851,
      "end": 4852,
      "loc": {
        "start": {
          "line": 125,
          "column": 71
        },
        "end": {
          "line": 125,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 4857,
      "end": 4862,
      "loc": {
        "start": {
          "line": 126,
          "column": 4
        },
        "end": {
          "line": 126,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4862,
      "end": 4863,
      "loc": {
        "start": {
          "line": 126,
          "column": 9
        },
        "end": {
          "line": 126,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Triangle",
      "start": 4863,
      "end": 4871,
      "loc": {
        "start": {
          "line": 126,
          "column": 10
        },
        "end": {
          "line": 126,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4871,
      "end": 4872,
      "loc": {
        "start": {
          "line": 126,
          "column": 18
        },
        "end": {
          "line": 126,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "barycoordFromPoint",
      "start": 4872,
      "end": 4890,
      "loc": {
        "start": {
          "line": 126,
          "column": 19
        },
        "end": {
          "line": 126,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4890,
      "end": 4891,
      "loc": {
        "start": {
          "line": 126,
          "column": 37
        },
        "end": {
          "line": 126,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "point",
      "start": 4892,
      "end": 4897,
      "loc": {
        "start": {
          "line": 126,
          "column": 39
        },
        "end": {
          "line": 126,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4897,
      "end": 4898,
      "loc": {
        "start": {
          "line": 126,
          "column": 44
        },
        "end": {
          "line": 126,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "p1",
      "start": 4899,
      "end": 4901,
      "loc": {
        "start": {
          "line": 126,
          "column": 46
        },
        "end": {
          "line": 126,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4901,
      "end": 4902,
      "loc": {
        "start": {
          "line": 126,
          "column": 48
        },
        "end": {
          "line": 126,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "p2",
      "start": 4903,
      "end": 4905,
      "loc": {
        "start": {
          "line": 126,
          "column": 50
        },
        "end": {
          "line": 126,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4905,
      "end": 4906,
      "loc": {
        "start": {
          "line": 126,
          "column": 52
        },
        "end": {
          "line": 126,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "p3",
      "start": 4907,
      "end": 4909,
      "loc": {
        "start": {
          "line": 126,
          "column": 54
        },
        "end": {
          "line": 126,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4909,
      "end": 4910,
      "loc": {
        "start": {
          "line": 126,
          "column": 56
        },
        "end": {
          "line": 126,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 4911,
      "end": 4920,
      "loc": {
        "start": {
          "line": 126,
          "column": 58
        },
        "end": {
          "line": 126,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4920,
      "end": 4921,
      "loc": {
        "start": {
          "line": 126,
          "column": 67
        },
        "end": {
          "line": 126,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_barycoord",
      "start": 4921,
      "end": 4931,
      "loc": {
        "start": {
          "line": 126,
          "column": 68
        },
        "end": {
          "line": 126,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4932,
      "end": 4933,
      "loc": {
        "start": {
          "line": 126,
          "column": 79
        },
        "end": {
          "line": 126,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4933,
      "end": 4934,
      "loc": {
        "start": {
          "line": 126,
          "column": 80
        },
        "end": {
          "line": 126,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uv1",
      "start": 4939,
      "end": 4942,
      "loc": {
        "start": {
          "line": 127,
          "column": 4
        },
        "end": {
          "line": 127,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4942,
      "end": 4943,
      "loc": {
        "start": {
          "line": 127,
          "column": 7
        },
        "end": {
          "line": 127,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 4943,
      "end": 4957,
      "loc": {
        "start": {
          "line": 127,
          "column": 8
        },
        "end": {
          "line": 127,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4957,
      "end": 4958,
      "loc": {
        "start": {
          "line": 127,
          "column": 22
        },
        "end": {
          "line": 127,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 4959,
      "end": 4968,
      "loc": {
        "start": {
          "line": 127,
          "column": 24
        },
        "end": {
          "line": 127,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4968,
      "end": 4969,
      "loc": {
        "start": {
          "line": 127,
          "column": 33
        },
        "end": {
          "line": 127,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_barycoord",
      "start": 4969,
      "end": 4979,
      "loc": {
        "start": {
          "line": 127,
          "column": 34
        },
        "end": {
          "line": 127,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4979,
      "end": 4980,
      "loc": {
        "start": {
          "line": 127,
          "column": 44
        },
        "end": {
          "line": 127,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "x",
      "start": 4980,
      "end": 4981,
      "loc": {
        "start": {
          "line": 127,
          "column": 45
        },
        "end": {
          "line": 127,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4982,
      "end": 4983,
      "loc": {
        "start": {
          "line": 127,
          "column": 47
        },
        "end": {
          "line": 127,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4983,
      "end": 4984,
      "loc": {
        "start": {
          "line": 127,
          "column": 48
        },
        "end": {
          "line": 127,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uv2",
      "start": 4989,
      "end": 4992,
      "loc": {
        "start": {
          "line": 128,
          "column": 4
        },
        "end": {
          "line": 128,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4992,
      "end": 4993,
      "loc": {
        "start": {
          "line": 128,
          "column": 7
        },
        "end": {
          "line": 128,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 4993,
      "end": 5007,
      "loc": {
        "start": {
          "line": 128,
          "column": 8
        },
        "end": {
          "line": 128,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5007,
      "end": 5008,
      "loc": {
        "start": {
          "line": 128,
          "column": 22
        },
        "end": {
          "line": 128,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 5009,
      "end": 5018,
      "loc": {
        "start": {
          "line": 128,
          "column": 24
        },
        "end": {
          "line": 128,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5018,
      "end": 5019,
      "loc": {
        "start": {
          "line": 128,
          "column": 33
        },
        "end": {
          "line": 128,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_barycoord",
      "start": 5019,
      "end": 5029,
      "loc": {
        "start": {
          "line": 128,
          "column": 34
        },
        "end": {
          "line": 128,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5029,
      "end": 5030,
      "loc": {
        "start": {
          "line": 128,
          "column": 44
        },
        "end": {
          "line": 128,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "y",
      "start": 5030,
      "end": 5031,
      "loc": {
        "start": {
          "line": 128,
          "column": 45
        },
        "end": {
          "line": 128,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5032,
      "end": 5033,
      "loc": {
        "start": {
          "line": 128,
          "column": 47
        },
        "end": {
          "line": 128,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5033,
      "end": 5034,
      "loc": {
        "start": {
          "line": 128,
          "column": 48
        },
        "end": {
          "line": 128,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uv3",
      "start": 5039,
      "end": 5042,
      "loc": {
        "start": {
          "line": 129,
          "column": 4
        },
        "end": {
          "line": 129,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5042,
      "end": 5043,
      "loc": {
        "start": {
          "line": 129,
          "column": 7
        },
        "end": {
          "line": 129,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "multiplyScalar",
      "start": 5043,
      "end": 5057,
      "loc": {
        "start": {
          "line": 129,
          "column": 8
        },
        "end": {
          "line": 129,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5057,
      "end": 5058,
      "loc": {
        "start": {
          "line": 129,
          "column": 22
        },
        "end": {
          "line": 129,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 5059,
      "end": 5068,
      "loc": {
        "start": {
          "line": 129,
          "column": 24
        },
        "end": {
          "line": 129,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5068,
      "end": 5069,
      "loc": {
        "start": {
          "line": 129,
          "column": 33
        },
        "end": {
          "line": 129,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_barycoord",
      "start": 5069,
      "end": 5079,
      "loc": {
        "start": {
          "line": 129,
          "column": 34
        },
        "end": {
          "line": 129,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5079,
      "end": 5080,
      "loc": {
        "start": {
          "line": 129,
          "column": 44
        },
        "end": {
          "line": 129,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "z",
      "start": 5080,
      "end": 5081,
      "loc": {
        "start": {
          "line": 129,
          "column": 45
        },
        "end": {
          "line": 129,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5082,
      "end": 5083,
      "loc": {
        "start": {
          "line": 129,
          "column": 47
        },
        "end": {
          "line": 129,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5083,
      "end": 5084,
      "loc": {
        "start": {
          "line": 129,
          "column": 48
        },
        "end": {
          "line": 129,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uv1",
      "start": 5089,
      "end": 5092,
      "loc": {
        "start": {
          "line": 130,
          "column": 4
        },
        "end": {
          "line": 130,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5092,
      "end": 5093,
      "loc": {
        "start": {
          "line": 130,
          "column": 7
        },
        "end": {
          "line": 130,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 5093,
      "end": 5096,
      "loc": {
        "start": {
          "line": 130,
          "column": 8
        },
        "end": {
          "line": 130,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5096,
      "end": 5097,
      "loc": {
        "start": {
          "line": 130,
          "column": 11
        },
        "end": {
          "line": 130,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uv2",
      "start": 5098,
      "end": 5101,
      "loc": {
        "start": {
          "line": 130,
          "column": 13
        },
        "end": {
          "line": 130,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5102,
      "end": 5103,
      "loc": {
        "start": {
          "line": 130,
          "column": 17
        },
        "end": {
          "line": 130,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5103,
      "end": 5104,
      "loc": {
        "start": {
          "line": 130,
          "column": 18
        },
        "end": {
          "line": 130,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 5104,
      "end": 5107,
      "loc": {
        "start": {
          "line": 130,
          "column": 19
        },
        "end": {
          "line": 130,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5107,
      "end": 5108,
      "loc": {
        "start": {
          "line": 130,
          "column": 22
        },
        "end": {
          "line": 130,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uv3",
      "start": 5109,
      "end": 5112,
      "loc": {
        "start": {
          "line": 130,
          "column": 24
        },
        "end": {
          "line": 130,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5113,
      "end": 5114,
      "loc": {
        "start": {
          "line": 130,
          "column": 28
        },
        "end": {
          "line": 130,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5114,
      "end": 5115,
      "loc": {
        "start": {
          "line": 130,
          "column": 29
        },
        "end": {
          "line": 130,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5120,
      "end": 5126,
      "loc": {
        "start": {
          "line": 131,
          "column": 4
        },
        "end": {
          "line": 131,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uv1",
      "start": 5127,
      "end": 5130,
      "loc": {
        "start": {
          "line": 131,
          "column": 11
        },
        "end": {
          "line": 131,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5130,
      "end": 5131,
      "loc": {
        "start": {
          "line": 131,
          "column": 14
        },
        "end": {
          "line": 131,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 5131,
      "end": 5136,
      "loc": {
        "start": {
          "line": 131,
          "column": 15
        },
        "end": {
          "line": 131,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5136,
      "end": 5137,
      "loc": {
        "start": {
          "line": 131,
          "column": 20
        },
        "end": {
          "line": 131,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5137,
      "end": 5138,
      "loc": {
        "start": {
          "line": 131,
          "column": 21
        },
        "end": {
          "line": 131,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5138,
      "end": 5139,
      "loc": {
        "start": {
          "line": 131,
          "column": 22
        },
        "end": {
          "line": 131,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5140,
      "end": 5141,
      "loc": {
        "start": {
          "line": 132,
          "column": 0
        },
        "end": {
          "line": 132,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 5143,
      "end": 5151,
      "loc": {
        "start": {
          "line": 134,
          "column": 0
        },
        "end": {
          "line": 134,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "checkIntersection",
      "start": 5152,
      "end": 5169,
      "loc": {
        "start": {
          "line": 134,
          "column": 9
        },
        "end": {
          "line": 134,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5169,
      "end": 5170,
      "loc": {
        "start": {
          "line": 134,
          "column": 26
        },
        "end": {
          "line": 134,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 5171,
      "end": 5177,
      "loc": {
        "start": {
          "line": 134,
          "column": 28
        },
        "end": {
          "line": 134,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5177,
      "end": 5178,
      "loc": {
        "start": {
          "line": 134,
          "column": 34
        },
        "end": {
          "line": 134,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 5179,
      "end": 5188,
      "loc": {
        "start": {
          "line": 134,
          "column": 36
        },
        "end": {
          "line": 134,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5188,
      "end": 5189,
      "loc": {
        "start": {
          "line": 134,
          "column": 45
        },
        "end": {
          "line": 134,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ray",
      "start": 5190,
      "end": 5193,
      "loc": {
        "start": {
          "line": 134,
          "column": 47
        },
        "end": {
          "line": 134,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5193,
      "end": 5194,
      "loc": {
        "start": {
          "line": 134,
          "column": 50
        },
        "end": {
          "line": 134,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pA",
      "start": 5195,
      "end": 5197,
      "loc": {
        "start": {
          "line": 134,
          "column": 52
        },
        "end": {
          "line": 134,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5197,
      "end": 5198,
      "loc": {
        "start": {
          "line": 134,
          "column": 54
        },
        "end": {
          "line": 134,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pB",
      "start": 5199,
      "end": 5201,
      "loc": {
        "start": {
          "line": 134,
          "column": 56
        },
        "end": {
          "line": 134,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5201,
      "end": 5202,
      "loc": {
        "start": {
          "line": 134,
          "column": 58
        },
        "end": {
          "line": 134,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pC",
      "start": 5203,
      "end": 5205,
      "loc": {
        "start": {
          "line": 134,
          "column": 60
        },
        "end": {
          "line": 134,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5205,
      "end": 5206,
      "loc": {
        "start": {
          "line": 134,
          "column": 62
        },
        "end": {
          "line": 134,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "point",
      "start": 5207,
      "end": 5212,
      "loc": {
        "start": {
          "line": 134,
          "column": 64
        },
        "end": {
          "line": 134,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5213,
      "end": 5214,
      "loc": {
        "start": {
          "line": 134,
          "column": 70
        },
        "end": {
          "line": 134,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5215,
      "end": 5216,
      "loc": {
        "start": {
          "line": 134,
          "column": 72
        },
        "end": {
          "line": 134,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 5221,
      "end": 5224,
      "loc": {
        "start": {
          "line": 135,
          "column": 4
        },
        "end": {
          "line": 135,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersect",
      "start": 5225,
      "end": 5234,
      "loc": {
        "start": {
          "line": 135,
          "column": 8
        },
        "end": {
          "line": 135,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5234,
      "end": 5235,
      "loc": {
        "start": {
          "line": 135,
          "column": 17
        },
        "end": {
          "line": 135,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 5240,
      "end": 5243,
      "loc": {
        "start": {
          "line": 136,
          "column": 4
        },
        "end": {
          "line": 136,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 5244,
      "end": 5252,
      "loc": {
        "start": {
          "line": 136,
          "column": 8
        },
        "end": {
          "line": 136,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5253,
      "end": 5254,
      "loc": {
        "start": {
          "line": 136,
          "column": 17
        },
        "end": {
          "line": 136,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 5255,
      "end": 5261,
      "loc": {
        "start": {
          "line": 136,
          "column": 19
        },
        "end": {
          "line": 136,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5261,
      "end": 5262,
      "loc": {
        "start": {
          "line": 136,
          "column": 25
        },
        "end": {
          "line": 136,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 5262,
      "end": 5270,
      "loc": {
        "start": {
          "line": 136,
          "column": 26
        },
        "end": {
          "line": 136,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5270,
      "end": 5271,
      "loc": {
        "start": {
          "line": 136,
          "column": 34
        },
        "end": {
          "line": 136,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5276,
      "end": 5278,
      "loc": {
        "start": {
          "line": 137,
          "column": 4
        },
        "end": {
          "line": 137,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5279,
      "end": 5280,
      "loc": {
        "start": {
          "line": 137,
          "column": 7
        },
        "end": {
          "line": 137,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 5281,
      "end": 5289,
      "loc": {
        "start": {
          "line": 137,
          "column": 9
        },
        "end": {
          "line": 137,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5289,
      "end": 5290,
      "loc": {
        "start": {
          "line": 137,
          "column": 17
        },
        "end": {
          "line": 137,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "side",
      "start": 5290,
      "end": 5294,
      "loc": {
        "start": {
          "line": 137,
          "column": 18
        },
        "end": {
          "line": 137,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5295,
      "end": 5298,
      "loc": {
        "start": {
          "line": 137,
          "column": 23
        },
        "end": {
          "line": 137,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 5299,
      "end": 5304,
      "loc": {
        "start": {
          "line": 137,
          "column": 27
        },
        "end": {
          "line": 137,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5304,
      "end": 5305,
      "loc": {
        "start": {
          "line": 137,
          "column": 32
        },
        "end": {
          "line": 137,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BackSide",
      "start": 5305,
      "end": 5313,
      "loc": {
        "start": {
          "line": 137,
          "column": 33
        },
        "end": {
          "line": 137,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5314,
      "end": 5315,
      "loc": {
        "start": {
          "line": 137,
          "column": 42
        },
        "end": {
          "line": 137,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5316,
      "end": 5317,
      "loc": {
        "start": {
          "line": 137,
          "column": 44
        },
        "end": {
          "line": 137,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersect",
      "start": 5326,
      "end": 5335,
      "loc": {
        "start": {
          "line": 138,
          "column": 8
        },
        "end": {
          "line": 138,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5336,
      "end": 5337,
      "loc": {
        "start": {
          "line": 138,
          "column": 18
        },
        "end": {
          "line": 138,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ray",
      "start": 5338,
      "end": 5341,
      "loc": {
        "start": {
          "line": 138,
          "column": 20
        },
        "end": {
          "line": 138,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5341,
      "end": 5342,
      "loc": {
        "start": {
          "line": 138,
          "column": 23
        },
        "end": {
          "line": 138,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersectTriangle",
      "start": 5342,
      "end": 5359,
      "loc": {
        "start": {
          "line": 138,
          "column": 24
        },
        "end": {
          "line": 138,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5359,
      "end": 5360,
      "loc": {
        "start": {
          "line": 138,
          "column": 41
        },
        "end": {
          "line": 138,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pC",
      "start": 5361,
      "end": 5363,
      "loc": {
        "start": {
          "line": 138,
          "column": 43
        },
        "end": {
          "line": 138,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5363,
      "end": 5364,
      "loc": {
        "start": {
          "line": 138,
          "column": 45
        },
        "end": {
          "line": 138,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pB",
      "start": 5365,
      "end": 5367,
      "loc": {
        "start": {
          "line": 138,
          "column": 47
        },
        "end": {
          "line": 138,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5367,
      "end": 5368,
      "loc": {
        "start": {
          "line": 138,
          "column": 49
        },
        "end": {
          "line": 138,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pA",
      "start": 5369,
      "end": 5371,
      "loc": {
        "start": {
          "line": 138,
          "column": 51
        },
        "end": {
          "line": 138,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5371,
      "end": 5372,
      "loc": {
        "start": {
          "line": 138,
          "column": 53
        },
        "end": {
          "line": 138,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 5373,
      "end": 5377,
      "loc": {
        "start": {
          "line": 138,
          "column": 55
        },
        "end": {
          "line": 138,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5377,
      "end": 5378,
      "loc": {
        "start": {
          "line": 138,
          "column": 59
        },
        "end": {
          "line": 138,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "point",
      "start": 5379,
      "end": 5384,
      "loc": {
        "start": {
          "line": 138,
          "column": 61
        },
        "end": {
          "line": 138,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5385,
      "end": 5386,
      "loc": {
        "start": {
          "line": 138,
          "column": 67
        },
        "end": {
          "line": 138,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5386,
      "end": 5387,
      "loc": {
        "start": {
          "line": 138,
          "column": 68
        },
        "end": {
          "line": 138,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5392,
      "end": 5393,
      "loc": {
        "start": {
          "line": 139,
          "column": 4
        },
        "end": {
          "line": 139,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 5394,
      "end": 5398,
      "loc": {
        "start": {
          "line": 139,
          "column": 6
        },
        "end": {
          "line": 139,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5399,
      "end": 5400,
      "loc": {
        "start": {
          "line": 139,
          "column": 11
        },
        "end": {
          "line": 139,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersect",
      "start": 5409,
      "end": 5418,
      "loc": {
        "start": {
          "line": 140,
          "column": 8
        },
        "end": {
          "line": 140,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5419,
      "end": 5420,
      "loc": {
        "start": {
          "line": 140,
          "column": 18
        },
        "end": {
          "line": 140,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ray",
      "start": 5421,
      "end": 5424,
      "loc": {
        "start": {
          "line": 140,
          "column": 20
        },
        "end": {
          "line": 140,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5424,
      "end": 5425,
      "loc": {
        "start": {
          "line": 140,
          "column": 23
        },
        "end": {
          "line": 140,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersectTriangle",
      "start": 5425,
      "end": 5442,
      "loc": {
        "start": {
          "line": 140,
          "column": 24
        },
        "end": {
          "line": 140,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5442,
      "end": 5443,
      "loc": {
        "start": {
          "line": 140,
          "column": 41
        },
        "end": {
          "line": 140,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pA",
      "start": 5444,
      "end": 5446,
      "loc": {
        "start": {
          "line": 140,
          "column": 43
        },
        "end": {
          "line": 140,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5446,
      "end": 5447,
      "loc": {
        "start": {
          "line": 140,
          "column": 45
        },
        "end": {
          "line": 140,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pB",
      "start": 5448,
      "end": 5450,
      "loc": {
        "start": {
          "line": 140,
          "column": 47
        },
        "end": {
          "line": 140,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5450,
      "end": 5451,
      "loc": {
        "start": {
          "line": 140,
          "column": 49
        },
        "end": {
          "line": 140,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "pC",
      "start": 5452,
      "end": 5454,
      "loc": {
        "start": {
          "line": 140,
          "column": 51
        },
        "end": {
          "line": 140,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5454,
      "end": 5455,
      "loc": {
        "start": {
          "line": 140,
          "column": 53
        },
        "end": {
          "line": 140,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 5456,
      "end": 5464,
      "loc": {
        "start": {
          "line": 140,
          "column": 55
        },
        "end": {
          "line": 140,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5464,
      "end": 5465,
      "loc": {
        "start": {
          "line": 140,
          "column": 63
        },
        "end": {
          "line": 140,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "side",
      "start": 5465,
      "end": 5469,
      "loc": {
        "start": {
          "line": 140,
          "column": 64
        },
        "end": {
          "line": 140,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 5470,
      "end": 5473,
      "loc": {
        "start": {
          "line": 140,
          "column": 69
        },
        "end": {
          "line": 140,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 5474,
      "end": 5479,
      "loc": {
        "start": {
          "line": 140,
          "column": 73
        },
        "end": {
          "line": 140,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5479,
      "end": 5480,
      "loc": {
        "start": {
          "line": 140,
          "column": 78
        },
        "end": {
          "line": 140,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "DoubleSide",
      "start": 5480,
      "end": 5490,
      "loc": {
        "start": {
          "line": 140,
          "column": 79
        },
        "end": {
          "line": 140,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5490,
      "end": 5491,
      "loc": {
        "start": {
          "line": 140,
          "column": 89
        },
        "end": {
          "line": 140,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "point",
      "start": 5492,
      "end": 5497,
      "loc": {
        "start": {
          "line": 140,
          "column": 91
        },
        "end": {
          "line": 140,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5498,
      "end": 5499,
      "loc": {
        "start": {
          "line": 140,
          "column": 97
        },
        "end": {
          "line": 140,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5499,
      "end": 5500,
      "loc": {
        "start": {
          "line": 140,
          "column": 98
        },
        "end": {
          "line": 140,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5505,
      "end": 5506,
      "loc": {
        "start": {
          "line": 141,
          "column": 4
        },
        "end": {
          "line": 141,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5511,
      "end": 5513,
      "loc": {
        "start": {
          "line": 142,
          "column": 4
        },
        "end": {
          "line": 142,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5514,
      "end": 5515,
      "loc": {
        "start": {
          "line": 142,
          "column": 7
        },
        "end": {
          "line": 142,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersect",
      "start": 5516,
      "end": 5525,
      "loc": {
        "start": {
          "line": 142,
          "column": 9
        },
        "end": {
          "line": 142,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5526,
      "end": 5529,
      "loc": {
        "start": {
          "line": 142,
          "column": 19
        },
        "end": {
          "line": 142,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 5530,
      "end": 5534,
      "loc": {
        "start": {
          "line": 142,
          "column": 23
        },
        "end": {
          "line": 142,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5535,
      "end": 5536,
      "loc": {
        "start": {
          "line": 142,
          "column": 28
        },
        "end": {
          "line": 142,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5537,
      "end": 5543,
      "loc": {
        "start": {
          "line": 142,
          "column": 30
        },
        "end": {
          "line": 142,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 5544,
      "end": 5548,
      "loc": {
        "start": {
          "line": 142,
          "column": 37
        },
        "end": {
          "line": 142,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5548,
      "end": 5549,
      "loc": {
        "start": {
          "line": 142,
          "column": 41
        },
        "end": {
          "line": 142,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 5554,
      "end": 5563,
      "loc": {
        "start": {
          "line": 143,
          "column": 4
        },
        "end": {
          "line": 143,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5563,
      "end": 5564,
      "loc": {
        "start": {
          "line": 143,
          "column": 13
        },
        "end": {
          "line": 143,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_intersectionPointWorld",
      "start": 5564,
      "end": 5587,
      "loc": {
        "start": {
          "line": 143,
          "column": 14
        },
        "end": {
          "line": 143,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5587,
      "end": 5588,
      "loc": {
        "start": {
          "line": 143,
          "column": 37
        },
        "end": {
          "line": 143,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "copy",
      "start": 5588,
      "end": 5592,
      "loc": {
        "start": {
          "line": 143,
          "column": 38
        },
        "end": {
          "line": 143,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5592,
      "end": 5593,
      "loc": {
        "start": {
          "line": 143,
          "column": 42
        },
        "end": {
          "line": 143,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "point",
      "start": 5594,
      "end": 5599,
      "loc": {
        "start": {
          "line": 143,
          "column": 44
        },
        "end": {
          "line": 143,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5600,
      "end": 5601,
      "loc": {
        "start": {
          "line": 143,
          "column": 50
        },
        "end": {
          "line": 143,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5601,
      "end": 5602,
      "loc": {
        "start": {
          "line": 143,
          "column": 51
        },
        "end": {
          "line": 143,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 5607,
      "end": 5616,
      "loc": {
        "start": {
          "line": 144,
          "column": 4
        },
        "end": {
          "line": 144,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5616,
      "end": 5617,
      "loc": {
        "start": {
          "line": 144,
          "column": 13
        },
        "end": {
          "line": 144,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_intersectionPointWorld",
      "start": 5617,
      "end": 5640,
      "loc": {
        "start": {
          "line": 144,
          "column": 14
        },
        "end": {
          "line": 144,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5640,
      "end": 5641,
      "loc": {
        "start": {
          "line": 144,
          "column": 37
        },
        "end": {
          "line": 144,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "applyMatrix4",
      "start": 5641,
      "end": 5653,
      "loc": {
        "start": {
          "line": 144,
          "column": 38
        },
        "end": {
          "line": 144,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5653,
      "end": 5654,
      "loc": {
        "start": {
          "line": 144,
          "column": 50
        },
        "end": {
          "line": 144,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 5655,
      "end": 5661,
      "loc": {
        "start": {
          "line": 144,
          "column": 52
        },
        "end": {
          "line": 144,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5661,
      "end": 5662,
      "loc": {
        "start": {
          "line": 144,
          "column": 58
        },
        "end": {
          "line": 144,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "matrixWorld",
      "start": 5662,
      "end": 5673,
      "loc": {
        "start": {
          "line": 144,
          "column": 59
        },
        "end": {
          "line": 144,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5674,
      "end": 5675,
      "loc": {
        "start": {
          "line": 144,
          "column": 71
        },
        "end": {
          "line": 144,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5675,
      "end": 5676,
      "loc": {
        "start": {
          "line": 144,
          "column": 72
        },
        "end": {
          "line": 144,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 5681,
      "end": 5684,
      "loc": {
        "start": {
          "line": 145,
          "column": 4
        },
        "end": {
          "line": 145,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distance",
      "start": 5685,
      "end": 5693,
      "loc": {
        "start": {
          "line": 145,
          "column": 8
        },
        "end": {
          "line": 145,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 5694,
      "end": 5695,
      "loc": {
        "start": {
          "line": 145,
          "column": 17
        },
        "end": {
          "line": 145,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 5696,
      "end": 5705,
      "loc": {
        "start": {
          "line": 145,
          "column": 19
        },
        "end": {
          "line": 145,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5705,
      "end": 5706,
      "loc": {
        "start": {
          "line": 145,
          "column": 28
        },
        "end": {
          "line": 145,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ray",
      "start": 5706,
      "end": 5709,
      "loc": {
        "start": {
          "line": 145,
          "column": 29
        },
        "end": {
          "line": 145,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5709,
      "end": 5710,
      "loc": {
        "start": {
          "line": 145,
          "column": 32
        },
        "end": {
          "line": 145,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "origin",
      "start": 5710,
      "end": 5716,
      "loc": {
        "start": {
          "line": 145,
          "column": 33
        },
        "end": {
          "line": 145,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5716,
      "end": 5717,
      "loc": {
        "start": {
          "line": 145,
          "column": 39
        },
        "end": {
          "line": 145,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 5717,
      "end": 5727,
      "loc": {
        "start": {
          "line": 145,
          "column": 40
        },
        "end": {
          "line": 145,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5727,
      "end": 5728,
      "loc": {
        "start": {
          "line": 145,
          "column": 50
        },
        "end": {
          "line": 145,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 5729,
      "end": 5738,
      "loc": {
        "start": {
          "line": 145,
          "column": 52
        },
        "end": {
          "line": 145,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5738,
      "end": 5739,
      "loc": {
        "start": {
          "line": 145,
          "column": 61
        },
        "end": {
          "line": 145,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_intersectionPointWorld",
      "start": 5739,
      "end": 5762,
      "loc": {
        "start": {
          "line": 145,
          "column": 62
        },
        "end": {
          "line": 145,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5763,
      "end": 5764,
      "loc": {
        "start": {
          "line": 145,
          "column": 86
        },
        "end": {
          "line": 145,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5764,
      "end": 5765,
      "loc": {
        "start": {
          "line": 145,
          "column": 87
        },
        "end": {
          "line": 145,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5770,
      "end": 5772,
      "loc": {
        "start": {
          "line": 146,
          "column": 4
        },
        "end": {
          "line": 146,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5773,
      "end": 5774,
      "loc": {
        "start": {
          "line": 146,
          "column": 7
        },
        "end": {
          "line": 146,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distance",
      "start": 5775,
      "end": 5783,
      "loc": {
        "start": {
          "line": 146,
          "column": 9
        },
        "end": {
          "line": 146,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 5784,
      "end": 5785,
      "loc": {
        "start": {
          "line": 146,
          "column": 18
        },
        "end": {
          "line": 146,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 5786,
      "end": 5795,
      "loc": {
        "start": {
          "line": 146,
          "column": 20
        },
        "end": {
          "line": 146,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5795,
      "end": 5796,
      "loc": {
        "start": {
          "line": 146,
          "column": 29
        },
        "end": {
          "line": 146,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "near",
      "start": 5796,
      "end": 5800,
      "loc": {
        "start": {
          "line": 146,
          "column": 30
        },
        "end": {
          "line": 146,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "||",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 1,
        "updateContext": null
      },
      "value": "||",
      "start": 5801,
      "end": 5803,
      "loc": {
        "start": {
          "line": 146,
          "column": 35
        },
        "end": {
          "line": 146,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distance",
      "start": 5804,
      "end": 5812,
      "loc": {
        "start": {
          "line": 146,
          "column": 38
        },
        "end": {
          "line": 146,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 5813,
      "end": 5814,
      "loc": {
        "start": {
          "line": 146,
          "column": 47
        },
        "end": {
          "line": 146,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 5815,
      "end": 5824,
      "loc": {
        "start": {
          "line": 146,
          "column": 49
        },
        "end": {
          "line": 146,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5824,
      "end": 5825,
      "loc": {
        "start": {
          "line": 146,
          "column": 58
        },
        "end": {
          "line": 146,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "far",
      "start": 5825,
      "end": 5828,
      "loc": {
        "start": {
          "line": 146,
          "column": 59
        },
        "end": {
          "line": 146,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5829,
      "end": 5830,
      "loc": {
        "start": {
          "line": 146,
          "column": 63
        },
        "end": {
          "line": 146,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5831,
      "end": 5837,
      "loc": {
        "start": {
          "line": 146,
          "column": 65
        },
        "end": {
          "line": 146,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 5838,
      "end": 5842,
      "loc": {
        "start": {
          "line": 146,
          "column": 72
        },
        "end": {
          "line": 146,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5842,
      "end": 5843,
      "loc": {
        "start": {
          "line": 146,
          "column": 76
        },
        "end": {
          "line": 146,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5848,
      "end": 5854,
      "loc": {
        "start": {
          "line": 147,
          "column": 4
        },
        "end": {
          "line": 147,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5855,
      "end": 5856,
      "loc": {
        "start": {
          "line": 147,
          "column": 11
        },
        "end": {
          "line": 147,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distance",
      "start": 5865,
      "end": 5873,
      "loc": {
        "start": {
          "line": 148,
          "column": 8
        },
        "end": {
          "line": 148,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5873,
      "end": 5874,
      "loc": {
        "start": {
          "line": 148,
          "column": 16
        },
        "end": {
          "line": 148,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distance",
      "start": 5875,
      "end": 5883,
      "loc": {
        "start": {
          "line": 148,
          "column": 18
        },
        "end": {
          "line": 148,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5883,
      "end": 5884,
      "loc": {
        "start": {
          "line": 148,
          "column": 26
        },
        "end": {
          "line": 148,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "point",
      "start": 5893,
      "end": 5898,
      "loc": {
        "start": {
          "line": 149,
          "column": 8
        },
        "end": {
          "line": 149,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5898,
      "end": 5899,
      "loc": {
        "start": {
          "line": 149,
          "column": 13
        },
        "end": {
          "line": 149,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 5900,
      "end": 5909,
      "loc": {
        "start": {
          "line": 149,
          "column": 15
        },
        "end": {
          "line": 149,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5909,
      "end": 5910,
      "loc": {
        "start": {
          "line": 149,
          "column": 24
        },
        "end": {
          "line": 149,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_intersectionPointWorld",
      "start": 5910,
      "end": 5933,
      "loc": {
        "start": {
          "line": 149,
          "column": 25
        },
        "end": {
          "line": 149,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5933,
      "end": 5934,
      "loc": {
        "start": {
          "line": 149,
          "column": 48
        },
        "end": {
          "line": 149,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 5934,
      "end": 5939,
      "loc": {
        "start": {
          "line": 149,
          "column": 49
        },
        "end": {
          "line": 149,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5939,
      "end": 5940,
      "loc": {
        "start": {
          "line": 149,
          "column": 54
        },
        "end": {
          "line": 149,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5940,
      "end": 5941,
      "loc": {
        "start": {
          "line": 149,
          "column": 55
        },
        "end": {
          "line": 149,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5941,
      "end": 5942,
      "loc": {
        "start": {
          "line": 149,
          "column": 56
        },
        "end": {
          "line": 149,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 5951,
      "end": 5957,
      "loc": {
        "start": {
          "line": 150,
          "column": 8
        },
        "end": {
          "line": 150,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5957,
      "end": 5958,
      "loc": {
        "start": {
          "line": 150,
          "column": 14
        },
        "end": {
          "line": 150,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 5959,
      "end": 5965,
      "loc": {
        "start": {
          "line": 150,
          "column": 16
        },
        "end": {
          "line": 150,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5970,
      "end": 5971,
      "loc": {
        "start": {
          "line": 151,
          "column": 4
        },
        "end": {
          "line": 151,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5971,
      "end": 5972,
      "loc": {
        "start": {
          "line": 151,
          "column": 5
        },
        "end": {
          "line": 151,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5973,
      "end": 5974,
      "loc": {
        "start": {
          "line": 152,
          "column": 0
        },
        "end": {
          "line": 152,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 5976,
      "end": 5984,
      "loc": {
        "start": {
          "line": 154,
          "column": 0
        },
        "end": {
          "line": 154,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "checkBufferGeometryIntersection",
      "start": 5985,
      "end": 6016,
      "loc": {
        "start": {
          "line": 154,
          "column": 9
        },
        "end": {
          "line": 154,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6016,
      "end": 6017,
      "loc": {
        "start": {
          "line": 154,
          "column": 40
        },
        "end": {
          "line": 154,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 6018,
      "end": 6024,
      "loc": {
        "start": {
          "line": 154,
          "column": 42
        },
        "end": {
          "line": 154,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6024,
      "end": 6025,
      "loc": {
        "start": {
          "line": 154,
          "column": 48
        },
        "end": {
          "line": 154,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 6026,
      "end": 6035,
      "loc": {
        "start": {
          "line": 154,
          "column": 50
        },
        "end": {
          "line": 154,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6035,
      "end": 6036,
      "loc": {
        "start": {
          "line": 154,
          "column": 59
        },
        "end": {
          "line": 154,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ray",
      "start": 6037,
      "end": 6040,
      "loc": {
        "start": {
          "line": 154,
          "column": 61
        },
        "end": {
          "line": 154,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6040,
      "end": 6041,
      "loc": {
        "start": {
          "line": 154,
          "column": 64
        },
        "end": {
          "line": 154,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "positions",
      "start": 6042,
      "end": 6051,
      "loc": {
        "start": {
          "line": 154,
          "column": 66
        },
        "end": {
          "line": 154,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6051,
      "end": 6052,
      "loc": {
        "start": {
          "line": 154,
          "column": 75
        },
        "end": {
          "line": 154,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uvs",
      "start": 6053,
      "end": 6056,
      "loc": {
        "start": {
          "line": 154,
          "column": 77
        },
        "end": {
          "line": 154,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6056,
      "end": 6057,
      "loc": {
        "start": {
          "line": 154,
          "column": 80
        },
        "end": {
          "line": 154,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 6058,
      "end": 6059,
      "loc": {
        "start": {
          "line": 154,
          "column": 82
        },
        "end": {
          "line": 154,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6059,
      "end": 6060,
      "loc": {
        "start": {
          "line": 154,
          "column": 83
        },
        "end": {
          "line": 154,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 6061,
      "end": 6062,
      "loc": {
        "start": {
          "line": 154,
          "column": 85
        },
        "end": {
          "line": 154,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6062,
      "end": 6063,
      "loc": {
        "start": {
          "line": 154,
          "column": 86
        },
        "end": {
          "line": 154,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 6064,
      "end": 6065,
      "loc": {
        "start": {
          "line": 154,
          "column": 88
        },
        "end": {
          "line": 154,
          "column": 89
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6066,
      "end": 6067,
      "loc": {
        "start": {
          "line": 154,
          "column": 90
        },
        "end": {
          "line": 154,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6068,
      "end": 6069,
      "loc": {
        "start": {
          "line": 154,
          "column": 92
        },
        "end": {
          "line": 154,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 6074,
      "end": 6083,
      "loc": {
        "start": {
          "line": 155,
          "column": 4
        },
        "end": {
          "line": 155,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6083,
      "end": 6084,
      "loc": {
        "start": {
          "line": 155,
          "column": 13
        },
        "end": {
          "line": 155,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vA",
      "start": 6084,
      "end": 6087,
      "loc": {
        "start": {
          "line": 155,
          "column": 14
        },
        "end": {
          "line": 155,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6087,
      "end": 6088,
      "loc": {
        "start": {
          "line": 155,
          "column": 17
        },
        "end": {
          "line": 155,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromArray",
      "start": 6088,
      "end": 6097,
      "loc": {
        "start": {
          "line": 155,
          "column": 18
        },
        "end": {
          "line": 155,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6097,
      "end": 6098,
      "loc": {
        "start": {
          "line": 155,
          "column": 27
        },
        "end": {
          "line": 155,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "positions",
      "start": 6099,
      "end": 6108,
      "loc": {
        "start": {
          "line": 155,
          "column": 29
        },
        "end": {
          "line": 155,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6108,
      "end": 6109,
      "loc": {
        "start": {
          "line": 155,
          "column": 38
        },
        "end": {
          "line": 155,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 6110,
      "end": 6111,
      "loc": {
        "start": {
          "line": 155,
          "column": 40
        },
        "end": {
          "line": 155,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6112,
      "end": 6113,
      "loc": {
        "start": {
          "line": 155,
          "column": 42
        },
        "end": {
          "line": 155,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 6114,
      "end": 6115,
      "loc": {
        "start": {
          "line": 155,
          "column": 44
        },
        "end": {
          "line": 155,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6116,
      "end": 6117,
      "loc": {
        "start": {
          "line": 155,
          "column": 46
        },
        "end": {
          "line": 155,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6117,
      "end": 6118,
      "loc": {
        "start": {
          "line": 155,
          "column": 47
        },
        "end": {
          "line": 155,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 6123,
      "end": 6132,
      "loc": {
        "start": {
          "line": 156,
          "column": 4
        },
        "end": {
          "line": 156,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6132,
      "end": 6133,
      "loc": {
        "start": {
          "line": 156,
          "column": 13
        },
        "end": {
          "line": 156,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vB",
      "start": 6133,
      "end": 6136,
      "loc": {
        "start": {
          "line": 156,
          "column": 14
        },
        "end": {
          "line": 156,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6136,
      "end": 6137,
      "loc": {
        "start": {
          "line": 156,
          "column": 17
        },
        "end": {
          "line": 156,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromArray",
      "start": 6137,
      "end": 6146,
      "loc": {
        "start": {
          "line": 156,
          "column": 18
        },
        "end": {
          "line": 156,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6146,
      "end": 6147,
      "loc": {
        "start": {
          "line": 156,
          "column": 27
        },
        "end": {
          "line": 156,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "positions",
      "start": 6148,
      "end": 6157,
      "loc": {
        "start": {
          "line": 156,
          "column": 29
        },
        "end": {
          "line": 156,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6157,
      "end": 6158,
      "loc": {
        "start": {
          "line": 156,
          "column": 38
        },
        "end": {
          "line": 156,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 6159,
      "end": 6160,
      "loc": {
        "start": {
          "line": 156,
          "column": 40
        },
        "end": {
          "line": 156,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6161,
      "end": 6162,
      "loc": {
        "start": {
          "line": 156,
          "column": 42
        },
        "end": {
          "line": 156,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 6163,
      "end": 6164,
      "loc": {
        "start": {
          "line": 156,
          "column": 44
        },
        "end": {
          "line": 156,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6165,
      "end": 6166,
      "loc": {
        "start": {
          "line": 156,
          "column": 46
        },
        "end": {
          "line": 156,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6166,
      "end": 6167,
      "loc": {
        "start": {
          "line": 156,
          "column": 47
        },
        "end": {
          "line": 156,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 6172,
      "end": 6181,
      "loc": {
        "start": {
          "line": 157,
          "column": 4
        },
        "end": {
          "line": 157,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6181,
      "end": 6182,
      "loc": {
        "start": {
          "line": 157,
          "column": 13
        },
        "end": {
          "line": 157,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vC",
      "start": 6182,
      "end": 6185,
      "loc": {
        "start": {
          "line": 157,
          "column": 14
        },
        "end": {
          "line": 157,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6185,
      "end": 6186,
      "loc": {
        "start": {
          "line": 157,
          "column": 17
        },
        "end": {
          "line": 157,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromArray",
      "start": 6186,
      "end": 6195,
      "loc": {
        "start": {
          "line": 157,
          "column": 18
        },
        "end": {
          "line": 157,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6195,
      "end": 6196,
      "loc": {
        "start": {
          "line": 157,
          "column": 27
        },
        "end": {
          "line": 157,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "positions",
      "start": 6197,
      "end": 6206,
      "loc": {
        "start": {
          "line": 157,
          "column": 29
        },
        "end": {
          "line": 157,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6206,
      "end": 6207,
      "loc": {
        "start": {
          "line": 157,
          "column": 38
        },
        "end": {
          "line": 157,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 6208,
      "end": 6209,
      "loc": {
        "start": {
          "line": 157,
          "column": 40
        },
        "end": {
          "line": 157,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6210,
      "end": 6211,
      "loc": {
        "start": {
          "line": 157,
          "column": 42
        },
        "end": {
          "line": 157,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 6212,
      "end": 6213,
      "loc": {
        "start": {
          "line": 157,
          "column": 44
        },
        "end": {
          "line": 157,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6214,
      "end": 6215,
      "loc": {
        "start": {
          "line": 157,
          "column": 46
        },
        "end": {
          "line": 157,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6215,
      "end": 6216,
      "loc": {
        "start": {
          "line": 157,
          "column": 47
        },
        "end": {
          "line": 157,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 6221,
      "end": 6224,
      "loc": {
        "start": {
          "line": 158,
          "column": 4
        },
        "end": {
          "line": 158,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersection",
      "start": 6225,
      "end": 6237,
      "loc": {
        "start": {
          "line": 158,
          "column": 8
        },
        "end": {
          "line": 158,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6238,
      "end": 6239,
      "loc": {
        "start": {
          "line": 158,
          "column": 21
        },
        "end": {
          "line": 158,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "checkIntersection",
      "start": 6240,
      "end": 6257,
      "loc": {
        "start": {
          "line": 158,
          "column": 23
        },
        "end": {
          "line": 158,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6257,
      "end": 6258,
      "loc": {
        "start": {
          "line": 158,
          "column": 40
        },
        "end": {
          "line": 158,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 6259,
      "end": 6265,
      "loc": {
        "start": {
          "line": 158,
          "column": 42
        },
        "end": {
          "line": 158,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6265,
      "end": 6266,
      "loc": {
        "start": {
          "line": 158,
          "column": 48
        },
        "end": {
          "line": 158,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 6267,
      "end": 6276,
      "loc": {
        "start": {
          "line": 158,
          "column": 50
        },
        "end": {
          "line": 158,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6276,
      "end": 6277,
      "loc": {
        "start": {
          "line": 158,
          "column": 59
        },
        "end": {
          "line": 158,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ray",
      "start": 6278,
      "end": 6281,
      "loc": {
        "start": {
          "line": 158,
          "column": 61
        },
        "end": {
          "line": 158,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6281,
      "end": 6282,
      "loc": {
        "start": {
          "line": 158,
          "column": 64
        },
        "end": {
          "line": 158,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 6283,
      "end": 6292,
      "loc": {
        "start": {
          "line": 158,
          "column": 66
        },
        "end": {
          "line": 158,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6292,
      "end": 6293,
      "loc": {
        "start": {
          "line": 158,
          "column": 75
        },
        "end": {
          "line": 158,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vA",
      "start": 6293,
      "end": 6296,
      "loc": {
        "start": {
          "line": 158,
          "column": 76
        },
        "end": {
          "line": 158,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6296,
      "end": 6297,
      "loc": {
        "start": {
          "line": 158,
          "column": 79
        },
        "end": {
          "line": 158,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 6298,
      "end": 6307,
      "loc": {
        "start": {
          "line": 158,
          "column": 81
        },
        "end": {
          "line": 158,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6307,
      "end": 6308,
      "loc": {
        "start": {
          "line": 158,
          "column": 90
        },
        "end": {
          "line": 158,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vB",
      "start": 6308,
      "end": 6311,
      "loc": {
        "start": {
          "line": 158,
          "column": 91
        },
        "end": {
          "line": 158,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6311,
      "end": 6312,
      "loc": {
        "start": {
          "line": 158,
          "column": 94
        },
        "end": {
          "line": 158,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 6313,
      "end": 6322,
      "loc": {
        "start": {
          "line": 158,
          "column": 96
        },
        "end": {
          "line": 158,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6322,
      "end": 6323,
      "loc": {
        "start": {
          "line": 158,
          "column": 105
        },
        "end": {
          "line": 158,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vC",
      "start": 6323,
      "end": 6326,
      "loc": {
        "start": {
          "line": 158,
          "column": 106
        },
        "end": {
          "line": 158,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6326,
      "end": 6327,
      "loc": {
        "start": {
          "line": 158,
          "column": 109
        },
        "end": {
          "line": 158,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 6328,
      "end": 6337,
      "loc": {
        "start": {
          "line": 158,
          "column": 111
        },
        "end": {
          "line": 158,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6337,
      "end": 6338,
      "loc": {
        "start": {
          "line": 158,
          "column": 120
        },
        "end": {
          "line": 158,
          "column": 121
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_intersectionPoint",
      "start": 6338,
      "end": 6356,
      "loc": {
        "start": {
          "line": 158,
          "column": 121
        },
        "end": {
          "line": 158,
          "column": 139
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6357,
      "end": 6358,
      "loc": {
        "start": {
          "line": 158,
          "column": 140
        },
        "end": {
          "line": 158,
          "column": 141
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6358,
      "end": 6359,
      "loc": {
        "start": {
          "line": 158,
          "column": 141
        },
        "end": {
          "line": 158,
          "column": 142
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6364,
      "end": 6366,
      "loc": {
        "start": {
          "line": 159,
          "column": 4
        },
        "end": {
          "line": 159,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6367,
      "end": 6368,
      "loc": {
        "start": {
          "line": 159,
          "column": 7
        },
        "end": {
          "line": 159,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersection",
      "start": 6369,
      "end": 6381,
      "loc": {
        "start": {
          "line": 159,
          "column": 9
        },
        "end": {
          "line": 159,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6382,
      "end": 6383,
      "loc": {
        "start": {
          "line": 159,
          "column": 22
        },
        "end": {
          "line": 159,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6384,
      "end": 6385,
      "loc": {
        "start": {
          "line": 159,
          "column": 24
        },
        "end": {
          "line": 159,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 6394,
      "end": 6396,
      "loc": {
        "start": {
          "line": 160,
          "column": 8
        },
        "end": {
          "line": 160,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6397,
      "end": 6398,
      "loc": {
        "start": {
          "line": 160,
          "column": 11
        },
        "end": {
          "line": 160,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uvs",
      "start": 6399,
      "end": 6402,
      "loc": {
        "start": {
          "line": 160,
          "column": 13
        },
        "end": {
          "line": 160,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6403,
      "end": 6404,
      "loc": {
        "start": {
          "line": 160,
          "column": 17
        },
        "end": {
          "line": 160,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6405,
      "end": 6406,
      "loc": {
        "start": {
          "line": 160,
          "column": 19
        },
        "end": {
          "line": 160,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 6419,
      "end": 6428,
      "loc": {
        "start": {
          "line": 161,
          "column": 12
        },
        "end": {
          "line": 161,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6428,
      "end": 6429,
      "loc": {
        "start": {
          "line": 161,
          "column": 21
        },
        "end": {
          "line": 161,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_uvA",
      "start": 6429,
      "end": 6433,
      "loc": {
        "start": {
          "line": 161,
          "column": 22
        },
        "end": {
          "line": 161,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6433,
      "end": 6434,
      "loc": {
        "start": {
          "line": 161,
          "column": 26
        },
        "end": {
          "line": 161,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromArray",
      "start": 6434,
      "end": 6443,
      "loc": {
        "start": {
          "line": 161,
          "column": 27
        },
        "end": {
          "line": 161,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6443,
      "end": 6444,
      "loc": {
        "start": {
          "line": 161,
          "column": 36
        },
        "end": {
          "line": 161,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uvs",
      "start": 6445,
      "end": 6448,
      "loc": {
        "start": {
          "line": 161,
          "column": 38
        },
        "end": {
          "line": 161,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6448,
      "end": 6449,
      "loc": {
        "start": {
          "line": 161,
          "column": 41
        },
        "end": {
          "line": 161,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 6450,
      "end": 6451,
      "loc": {
        "start": {
          "line": 161,
          "column": 43
        },
        "end": {
          "line": 161,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6452,
      "end": 6453,
      "loc": {
        "start": {
          "line": 161,
          "column": 45
        },
        "end": {
          "line": 161,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 6454,
      "end": 6455,
      "loc": {
        "start": {
          "line": 161,
          "column": 47
        },
        "end": {
          "line": 161,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6456,
      "end": 6457,
      "loc": {
        "start": {
          "line": 161,
          "column": 49
        },
        "end": {
          "line": 161,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6457,
      "end": 6458,
      "loc": {
        "start": {
          "line": 161,
          "column": 50
        },
        "end": {
          "line": 161,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 6471,
      "end": 6480,
      "loc": {
        "start": {
          "line": 162,
          "column": 12
        },
        "end": {
          "line": 162,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6480,
      "end": 6481,
      "loc": {
        "start": {
          "line": 162,
          "column": 21
        },
        "end": {
          "line": 162,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_uvB",
      "start": 6481,
      "end": 6485,
      "loc": {
        "start": {
          "line": 162,
          "column": 22
        },
        "end": {
          "line": 162,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6485,
      "end": 6486,
      "loc": {
        "start": {
          "line": 162,
          "column": 26
        },
        "end": {
          "line": 162,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromArray",
      "start": 6486,
      "end": 6495,
      "loc": {
        "start": {
          "line": 162,
          "column": 27
        },
        "end": {
          "line": 162,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6495,
      "end": 6496,
      "loc": {
        "start": {
          "line": 162,
          "column": 36
        },
        "end": {
          "line": 162,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uvs",
      "start": 6497,
      "end": 6500,
      "loc": {
        "start": {
          "line": 162,
          "column": 38
        },
        "end": {
          "line": 162,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6500,
      "end": 6501,
      "loc": {
        "start": {
          "line": 162,
          "column": 41
        },
        "end": {
          "line": 162,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 6502,
      "end": 6503,
      "loc": {
        "start": {
          "line": 162,
          "column": 43
        },
        "end": {
          "line": 162,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6504,
      "end": 6505,
      "loc": {
        "start": {
          "line": 162,
          "column": 45
        },
        "end": {
          "line": 162,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 6506,
      "end": 6507,
      "loc": {
        "start": {
          "line": 162,
          "column": 47
        },
        "end": {
          "line": 162,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6508,
      "end": 6509,
      "loc": {
        "start": {
          "line": 162,
          "column": 49
        },
        "end": {
          "line": 162,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6509,
      "end": 6510,
      "loc": {
        "start": {
          "line": 162,
          "column": 50
        },
        "end": {
          "line": 162,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 6523,
      "end": 6532,
      "loc": {
        "start": {
          "line": 163,
          "column": 12
        },
        "end": {
          "line": 163,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6532,
      "end": 6533,
      "loc": {
        "start": {
          "line": 163,
          "column": 21
        },
        "end": {
          "line": 163,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_uvC",
      "start": 6533,
      "end": 6537,
      "loc": {
        "start": {
          "line": 163,
          "column": 22
        },
        "end": {
          "line": 163,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6537,
      "end": 6538,
      "loc": {
        "start": {
          "line": 163,
          "column": 26
        },
        "end": {
          "line": 163,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fromArray",
      "start": 6538,
      "end": 6547,
      "loc": {
        "start": {
          "line": 163,
          "column": 27
        },
        "end": {
          "line": 163,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6547,
      "end": 6548,
      "loc": {
        "start": {
          "line": 163,
          "column": 36
        },
        "end": {
          "line": 163,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uvs",
      "start": 6549,
      "end": 6552,
      "loc": {
        "start": {
          "line": 163,
          "column": 38
        },
        "end": {
          "line": 163,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6552,
      "end": 6553,
      "loc": {
        "start": {
          "line": 163,
          "column": 41
        },
        "end": {
          "line": 163,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 6554,
      "end": 6555,
      "loc": {
        "start": {
          "line": 163,
          "column": 43
        },
        "end": {
          "line": 163,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "*",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "*",
      "start": 6556,
      "end": 6557,
      "loc": {
        "start": {
          "line": 163,
          "column": 45
        },
        "end": {
          "line": 163,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 6558,
      "end": 6559,
      "loc": {
        "start": {
          "line": 163,
          "column": 47
        },
        "end": {
          "line": 163,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6560,
      "end": 6561,
      "loc": {
        "start": {
          "line": 163,
          "column": 49
        },
        "end": {
          "line": 163,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6561,
      "end": 6562,
      "loc": {
        "start": {
          "line": 163,
          "column": 50
        },
        "end": {
          "line": 163,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersection",
      "start": 6575,
      "end": 6587,
      "loc": {
        "start": {
          "line": 164,
          "column": 12
        },
        "end": {
          "line": 164,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6587,
      "end": 6588,
      "loc": {
        "start": {
          "line": 164,
          "column": 24
        },
        "end": {
          "line": 164,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uv",
      "start": 6588,
      "end": 6590,
      "loc": {
        "start": {
          "line": 164,
          "column": 25
        },
        "end": {
          "line": 164,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6591,
      "end": 6592,
      "loc": {
        "start": {
          "line": 164,
          "column": 28
        },
        "end": {
          "line": 164,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uvIntersection",
      "start": 6593,
      "end": 6607,
      "loc": {
        "start": {
          "line": 164,
          "column": 30
        },
        "end": {
          "line": 164,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6607,
      "end": 6608,
      "loc": {
        "start": {
          "line": 164,
          "column": 44
        },
        "end": {
          "line": 164,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 6609,
      "end": 6618,
      "loc": {
        "start": {
          "line": 164,
          "column": 46
        },
        "end": {
          "line": 164,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6618,
      "end": 6619,
      "loc": {
        "start": {
          "line": 164,
          "column": 55
        },
        "end": {
          "line": 164,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 6620,
      "end": 6629,
      "loc": {
        "start": {
          "line": 164,
          "column": 57
        },
        "end": {
          "line": 164,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6629,
      "end": 6630,
      "loc": {
        "start": {
          "line": 164,
          "column": 66
        },
        "end": {
          "line": 164,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_intersectionPoint",
      "start": 6630,
      "end": 6648,
      "loc": {
        "start": {
          "line": 164,
          "column": 67
        },
        "end": {
          "line": 164,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6648,
      "end": 6649,
      "loc": {
        "start": {
          "line": 164,
          "column": 85
        },
        "end": {
          "line": 164,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 6650,
      "end": 6659,
      "loc": {
        "start": {
          "line": 164,
          "column": 87
        },
        "end": {
          "line": 164,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6659,
      "end": 6660,
      "loc": {
        "start": {
          "line": 164,
          "column": 96
        },
        "end": {
          "line": 164,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vA",
      "start": 6660,
      "end": 6663,
      "loc": {
        "start": {
          "line": 164,
          "column": 97
        },
        "end": {
          "line": 164,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6663,
      "end": 6664,
      "loc": {
        "start": {
          "line": 164,
          "column": 100
        },
        "end": {
          "line": 164,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 6665,
      "end": 6674,
      "loc": {
        "start": {
          "line": 164,
          "column": 102
        },
        "end": {
          "line": 164,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6674,
      "end": 6675,
      "loc": {
        "start": {
          "line": 164,
          "column": 111
        },
        "end": {
          "line": 164,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vB",
      "start": 6675,
      "end": 6678,
      "loc": {
        "start": {
          "line": 164,
          "column": 112
        },
        "end": {
          "line": 164,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6678,
      "end": 6679,
      "loc": {
        "start": {
          "line": 164,
          "column": 115
        },
        "end": {
          "line": 164,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 6680,
      "end": 6689,
      "loc": {
        "start": {
          "line": 164,
          "column": 117
        },
        "end": {
          "line": 164,
          "column": 126
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6689,
      "end": 6690,
      "loc": {
        "start": {
          "line": 164,
          "column": 126
        },
        "end": {
          "line": 164,
          "column": 127
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vC",
      "start": 6690,
      "end": 6693,
      "loc": {
        "start": {
          "line": 164,
          "column": 127
        },
        "end": {
          "line": 164,
          "column": 130
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6693,
      "end": 6694,
      "loc": {
        "start": {
          "line": 164,
          "column": 130
        },
        "end": {
          "line": 164,
          "column": 131
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 6695,
      "end": 6704,
      "loc": {
        "start": {
          "line": 164,
          "column": 132
        },
        "end": {
          "line": 164,
          "column": 141
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6704,
      "end": 6705,
      "loc": {
        "start": {
          "line": 164,
          "column": 141
        },
        "end": {
          "line": 164,
          "column": 142
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_uvA",
      "start": 6705,
      "end": 6709,
      "loc": {
        "start": {
          "line": 164,
          "column": 142
        },
        "end": {
          "line": 164,
          "column": 146
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6709,
      "end": 6710,
      "loc": {
        "start": {
          "line": 164,
          "column": 146
        },
        "end": {
          "line": 164,
          "column": 147
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 6711,
      "end": 6720,
      "loc": {
        "start": {
          "line": 164,
          "column": 148
        },
        "end": {
          "line": 164,
          "column": 157
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6720,
      "end": 6721,
      "loc": {
        "start": {
          "line": 164,
          "column": 157
        },
        "end": {
          "line": 164,
          "column": 158
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_uvB",
      "start": 6721,
      "end": 6725,
      "loc": {
        "start": {
          "line": 164,
          "column": 158
        },
        "end": {
          "line": 164,
          "column": 162
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6725,
      "end": 6726,
      "loc": {
        "start": {
          "line": 164,
          "column": 162
        },
        "end": {
          "line": 164,
          "column": 163
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 6727,
      "end": 6736,
      "loc": {
        "start": {
          "line": 164,
          "column": 164
        },
        "end": {
          "line": 164,
          "column": 173
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6736,
      "end": 6737,
      "loc": {
        "start": {
          "line": 164,
          "column": 173
        },
        "end": {
          "line": 164,
          "column": 174
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_uvC",
      "start": 6737,
      "end": 6741,
      "loc": {
        "start": {
          "line": 164,
          "column": 174
        },
        "end": {
          "line": 164,
          "column": 178
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6742,
      "end": 6743,
      "loc": {
        "start": {
          "line": 164,
          "column": 179
        },
        "end": {
          "line": 164,
          "column": 180
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6743,
      "end": 6744,
      "loc": {
        "start": {
          "line": 164,
          "column": 180
        },
        "end": {
          "line": 164,
          "column": 181
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6753,
      "end": 6754,
      "loc": {
        "start": {
          "line": 165,
          "column": 8
        },
        "end": {
          "line": 165,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersection",
      "start": 6763,
      "end": 6775,
      "loc": {
        "start": {
          "line": 166,
          "column": 8
        },
        "end": {
          "line": 166,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6775,
      "end": 6776,
      "loc": {
        "start": {
          "line": 166,
          "column": 20
        },
        "end": {
          "line": 166,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "face",
      "start": 6776,
      "end": 6780,
      "loc": {
        "start": {
          "line": 166,
          "column": 21
        },
        "end": {
          "line": 166,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6781,
      "end": 6782,
      "loc": {
        "start": {
          "line": 166,
          "column": 26
        },
        "end": {
          "line": 166,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 6783,
      "end": 6786,
      "loc": {
        "start": {
          "line": 166,
          "column": 28
        },
        "end": {
          "line": 166,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 6787,
      "end": 6792,
      "loc": {
        "start": {
          "line": 166,
          "column": 32
        },
        "end": {
          "line": 166,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6792,
      "end": 6793,
      "loc": {
        "start": {
          "line": 166,
          "column": 37
        },
        "end": {
          "line": 166,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Face3",
      "start": 6793,
      "end": 6798,
      "loc": {
        "start": {
          "line": 166,
          "column": 38
        },
        "end": {
          "line": 166,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6798,
      "end": 6799,
      "loc": {
        "start": {
          "line": 166,
          "column": 43
        },
        "end": {
          "line": 166,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 6800,
      "end": 6801,
      "loc": {
        "start": {
          "line": 166,
          "column": 45
        },
        "end": {
          "line": 166,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6801,
      "end": 6802,
      "loc": {
        "start": {
          "line": 166,
          "column": 46
        },
        "end": {
          "line": 166,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 6803,
      "end": 6804,
      "loc": {
        "start": {
          "line": 166,
          "column": 48
        },
        "end": {
          "line": 166,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6804,
      "end": 6805,
      "loc": {
        "start": {
          "line": 166,
          "column": 49
        },
        "end": {
          "line": 166,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 6806,
      "end": 6807,
      "loc": {
        "start": {
          "line": 166,
          "column": 51
        },
        "end": {
          "line": 166,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6807,
      "end": 6808,
      "loc": {
        "start": {
          "line": 166,
          "column": 52
        },
        "end": {
          "line": 166,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 6809,
      "end": 6814,
      "loc": {
        "start": {
          "line": 166,
          "column": 54
        },
        "end": {
          "line": 166,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6814,
      "end": 6815,
      "loc": {
        "start": {
          "line": 166,
          "column": 59
        },
        "end": {
          "line": 166,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Triangle",
      "start": 6815,
      "end": 6823,
      "loc": {
        "start": {
          "line": 166,
          "column": 60
        },
        "end": {
          "line": 166,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6823,
      "end": 6824,
      "loc": {
        "start": {
          "line": 166,
          "column": 68
        },
        "end": {
          "line": 166,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "normal",
      "start": 6824,
      "end": 6830,
      "loc": {
        "start": {
          "line": 166,
          "column": 69
        },
        "end": {
          "line": 166,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6830,
      "end": 6831,
      "loc": {
        "start": {
          "line": 166,
          "column": 75
        },
        "end": {
          "line": 166,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 6832,
      "end": 6841,
      "loc": {
        "start": {
          "line": 166,
          "column": 77
        },
        "end": {
          "line": 166,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6841,
      "end": 6842,
      "loc": {
        "start": {
          "line": 166,
          "column": 86
        },
        "end": {
          "line": 166,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vA",
      "start": 6842,
      "end": 6845,
      "loc": {
        "start": {
          "line": 166,
          "column": 87
        },
        "end": {
          "line": 166,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6845,
      "end": 6846,
      "loc": {
        "start": {
          "line": 166,
          "column": 90
        },
        "end": {
          "line": 166,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 6847,
      "end": 6856,
      "loc": {
        "start": {
          "line": 166,
          "column": 92
        },
        "end": {
          "line": 166,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6856,
      "end": 6857,
      "loc": {
        "start": {
          "line": 166,
          "column": 101
        },
        "end": {
          "line": 166,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vB",
      "start": 6857,
      "end": 6860,
      "loc": {
        "start": {
          "line": 166,
          "column": 102
        },
        "end": {
          "line": 166,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6860,
      "end": 6861,
      "loc": {
        "start": {
          "line": 166,
          "column": 105
        },
        "end": {
          "line": 166,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 6862,
      "end": 6871,
      "loc": {
        "start": {
          "line": 166,
          "column": 107
        },
        "end": {
          "line": 166,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6871,
      "end": 6872,
      "loc": {
        "start": {
          "line": 166,
          "column": 116
        },
        "end": {
          "line": 166,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vC",
      "start": 6872,
      "end": 6875,
      "loc": {
        "start": {
          "line": 166,
          "column": 117
        },
        "end": {
          "line": 166,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6876,
      "end": 6877,
      "loc": {
        "start": {
          "line": 166,
          "column": 121
        },
        "end": {
          "line": 166,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6878,
      "end": 6879,
      "loc": {
        "start": {
          "line": 166,
          "column": 123
        },
        "end": {
          "line": 166,
          "column": 124
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6879,
      "end": 6880,
      "loc": {
        "start": {
          "line": 166,
          "column": 124
        },
        "end": {
          "line": 166,
          "column": 125
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersection",
      "start": 6889,
      "end": 6901,
      "loc": {
        "start": {
          "line": 167,
          "column": 8
        },
        "end": {
          "line": 167,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6901,
      "end": 6902,
      "loc": {
        "start": {
          "line": 167,
          "column": 20
        },
        "end": {
          "line": 167,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "faceIndex",
      "start": 6902,
      "end": 6911,
      "loc": {
        "start": {
          "line": 167,
          "column": 21
        },
        "end": {
          "line": 167,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6912,
      "end": 6913,
      "loc": {
        "start": {
          "line": 167,
          "column": 31
        },
        "end": {
          "line": 167,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 6914,
      "end": 6915,
      "loc": {
        "start": {
          "line": 167,
          "column": 33
        },
        "end": {
          "line": 167,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6915,
      "end": 6916,
      "loc": {
        "start": {
          "line": 167,
          "column": 34
        },
        "end": {
          "line": 167,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6921,
      "end": 6922,
      "loc": {
        "start": {
          "line": 168,
          "column": 4
        },
        "end": {
          "line": 168,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6927,
      "end": 6933,
      "loc": {
        "start": {
          "line": 169,
          "column": 4
        },
        "end": {
          "line": 169,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersection",
      "start": 6934,
      "end": 6946,
      "loc": {
        "start": {
          "line": 169,
          "column": 11
        },
        "end": {
          "line": 169,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6946,
      "end": 6947,
      "loc": {
        "start": {
          "line": 169,
          "column": 23
        },
        "end": {
          "line": 169,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6948,
      "end": 6949,
      "loc": {
        "start": {
          "line": 170,
          "column": 0
        },
        "end": {
          "line": 170,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 6951,
      "end": 6956,
      "loc": {
        "start": {
          "line": 172,
          "column": 0
        },
        "end": {
          "line": 172,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6956,
      "end": 6957,
      "loc": {
        "start": {
          "line": 172,
          "column": 5
        },
        "end": {
          "line": 172,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Mesh",
      "start": 6957,
      "end": 6961,
      "loc": {
        "start": {
          "line": 172,
          "column": 6
        },
        "end": {
          "line": 172,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6961,
      "end": 6962,
      "loc": {
        "start": {
          "line": 172,
          "column": 10
        },
        "end": {
          "line": 172,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "prototype",
      "start": 6962,
      "end": 6971,
      "loc": {
        "start": {
          "line": 172,
          "column": 11
        },
        "end": {
          "line": 172,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6971,
      "end": 6972,
      "loc": {
        "start": {
          "line": 172,
          "column": 20
        },
        "end": {
          "line": 172,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycast",
      "start": 6972,
      "end": 6979,
      "loc": {
        "start": {
          "line": 172,
          "column": 21
        },
        "end": {
          "line": 172,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 6980,
      "end": 6981,
      "loc": {
        "start": {
          "line": 172,
          "column": 29
        },
        "end": {
          "line": 172,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 6982,
      "end": 6990,
      "loc": {
        "start": {
          "line": 172,
          "column": 31
        },
        "end": {
          "line": 172,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6990,
      "end": 6991,
      "loc": {
        "start": {
          "line": 172,
          "column": 39
        },
        "end": {
          "line": 172,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 6992,
      "end": 7001,
      "loc": {
        "start": {
          "line": 172,
          "column": 41
        },
        "end": {
          "line": 172,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7001,
      "end": 7002,
      "loc": {
        "start": {
          "line": 172,
          "column": 50
        },
        "end": {
          "line": 172,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersects",
      "start": 7003,
      "end": 7013,
      "loc": {
        "start": {
          "line": 172,
          "column": 52
        },
        "end": {
          "line": 172,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7013,
      "end": 7014,
      "loc": {
        "start": {
          "line": 172,
          "column": 62
        },
        "end": {
          "line": 172,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "approach",
      "start": 7015,
      "end": 7023,
      "loc": {
        "start": {
          "line": 172,
          "column": 64
        },
        "end": {
          "line": 172,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7024,
      "end": 7025,
      "loc": {
        "start": {
          "line": 172,
          "column": 73
        },
        "end": {
          "line": 172,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7026,
      "end": 7027,
      "loc": {
        "start": {
          "line": 172,
          "column": 75
        },
        "end": {
          "line": 172,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 7032,
      "end": 7035,
      "loc": {
        "start": {
          "line": 173,
          "column": 4
        },
        "end": {
          "line": 173,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 7036,
      "end": 7044,
      "loc": {
        "start": {
          "line": 173,
          "column": 8
        },
        "end": {
          "line": 173,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7045,
      "end": 7046,
      "loc": {
        "start": {
          "line": 173,
          "column": 17
        },
        "end": {
          "line": 173,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7047,
      "end": 7051,
      "loc": {
        "start": {
          "line": 173,
          "column": 19
        },
        "end": {
          "line": 173,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7051,
      "end": 7052,
      "loc": {
        "start": {
          "line": 173,
          "column": 23
        },
        "end": {
          "line": 173,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 7052,
      "end": 7060,
      "loc": {
        "start": {
          "line": 173,
          "column": 24
        },
        "end": {
          "line": 173,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7060,
      "end": 7061,
      "loc": {
        "start": {
          "line": 173,
          "column": 32
        },
        "end": {
          "line": 173,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 7066,
      "end": 7069,
      "loc": {
        "start": {
          "line": 174,
          "column": 4
        },
        "end": {
          "line": 174,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 7070,
      "end": 7078,
      "loc": {
        "start": {
          "line": 174,
          "column": 8
        },
        "end": {
          "line": 174,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7079,
      "end": 7080,
      "loc": {
        "start": {
          "line": 174,
          "column": 17
        },
        "end": {
          "line": 174,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7081,
      "end": 7085,
      "loc": {
        "start": {
          "line": 174,
          "column": 19
        },
        "end": {
          "line": 174,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7085,
      "end": 7086,
      "loc": {
        "start": {
          "line": 174,
          "column": 23
        },
        "end": {
          "line": 174,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 7086,
      "end": 7094,
      "loc": {
        "start": {
          "line": 174,
          "column": 24
        },
        "end": {
          "line": 174,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7094,
      "end": 7095,
      "loc": {
        "start": {
          "line": 174,
          "column": 32
        },
        "end": {
          "line": 174,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 7100,
      "end": 7103,
      "loc": {
        "start": {
          "line": 175,
          "column": 4
        },
        "end": {
          "line": 175,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "matrixWorld",
      "start": 7104,
      "end": 7115,
      "loc": {
        "start": {
          "line": 175,
          "column": 8
        },
        "end": {
          "line": 175,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7116,
      "end": 7117,
      "loc": {
        "start": {
          "line": 175,
          "column": 20
        },
        "end": {
          "line": 175,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7118,
      "end": 7122,
      "loc": {
        "start": {
          "line": 175,
          "column": 22
        },
        "end": {
          "line": 175,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7122,
      "end": 7123,
      "loc": {
        "start": {
          "line": 175,
          "column": 26
        },
        "end": {
          "line": 175,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "matrixWorld",
      "start": 7123,
      "end": 7134,
      "loc": {
        "start": {
          "line": 175,
          "column": 27
        },
        "end": {
          "line": 175,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7134,
      "end": 7135,
      "loc": {
        "start": {
          "line": 175,
          "column": 38
        },
        "end": {
          "line": 175,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7140,
      "end": 7142,
      "loc": {
        "start": {
          "line": 176,
          "column": 4
        },
        "end": {
          "line": 176,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7143,
      "end": 7144,
      "loc": {
        "start": {
          "line": 176,
          "column": 7
        },
        "end": {
          "line": 176,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 7145,
      "end": 7153,
      "loc": {
        "start": {
          "line": 176,
          "column": 9
        },
        "end": {
          "line": 176,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 7154,
      "end": 7157,
      "loc": {
        "start": {
          "line": 176,
          "column": 18
        },
        "end": {
          "line": 176,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 7158,
      "end": 7167,
      "loc": {
        "start": {
          "line": 176,
          "column": 22
        },
        "end": {
          "line": 176,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7168,
      "end": 7169,
      "loc": {
        "start": {
          "line": 176,
          "column": 32
        },
        "end": {
          "line": 176,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 7170,
      "end": 7176,
      "loc": {
        "start": {
          "line": 176,
          "column": 34
        },
        "end": {
          "line": 176,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7176,
      "end": 7177,
      "loc": {
        "start": {
          "line": 176,
          "column": 40
        },
        "end": {
          "line": 176,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7182,
      "end": 7184,
      "loc": {
        "start": {
          "line": 177,
          "column": 4
        },
        "end": {
          "line": 177,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7185,
      "end": 7186,
      "loc": {
        "start": {
          "line": 177,
          "column": 7
        },
        "end": {
          "line": 177,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 7187,
      "end": 7195,
      "loc": {
        "start": {
          "line": 177,
          "column": 9
        },
        "end": {
          "line": 177,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7195,
      "end": 7196,
      "loc": {
        "start": {
          "line": 177,
          "column": 17
        },
        "end": {
          "line": 177,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "boundingSphere",
      "start": 7196,
      "end": 7210,
      "loc": {
        "start": {
          "line": 177,
          "column": 18
        },
        "end": {
          "line": 177,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 7211,
      "end": 7214,
      "loc": {
        "start": {
          "line": 177,
          "column": 33
        },
        "end": {
          "line": 177,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 7215,
      "end": 7219,
      "loc": {
        "start": {
          "line": 177,
          "column": 37
        },
        "end": {
          "line": 177,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7220,
      "end": 7221,
      "loc": {
        "start": {
          "line": 177,
          "column": 42
        },
        "end": {
          "line": 177,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 7222,
      "end": 7230,
      "loc": {
        "start": {
          "line": 177,
          "column": 44
        },
        "end": {
          "line": 177,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7230,
      "end": 7231,
      "loc": {
        "start": {
          "line": 177,
          "column": 52
        },
        "end": {
          "line": 177,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "computeBoundingSphere",
      "start": 7231,
      "end": 7252,
      "loc": {
        "start": {
          "line": 177,
          "column": 53
        },
        "end": {
          "line": 177,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7252,
      "end": 7253,
      "loc": {
        "start": {
          "line": 177,
          "column": 74
        },
        "end": {
          "line": 177,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7253,
      "end": 7254,
      "loc": {
        "start": {
          "line": 177,
          "column": 75
        },
        "end": {
          "line": 177,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7254,
      "end": 7255,
      "loc": {
        "start": {
          "line": 177,
          "column": 76
        },
        "end": {
          "line": 177,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 7260,
      "end": 7269,
      "loc": {
        "start": {
          "line": 178,
          "column": 4
        },
        "end": {
          "line": 178,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7269,
      "end": 7270,
      "loc": {
        "start": {
          "line": 178,
          "column": 13
        },
        "end": {
          "line": 178,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_sphere",
      "start": 7270,
      "end": 7277,
      "loc": {
        "start": {
          "line": 178,
          "column": 14
        },
        "end": {
          "line": 178,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7277,
      "end": 7278,
      "loc": {
        "start": {
          "line": 178,
          "column": 21
        },
        "end": {
          "line": 178,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "copy",
      "start": 7278,
      "end": 7282,
      "loc": {
        "start": {
          "line": 178,
          "column": 22
        },
        "end": {
          "line": 178,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7282,
      "end": 7283,
      "loc": {
        "start": {
          "line": 178,
          "column": 26
        },
        "end": {
          "line": 178,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 7284,
      "end": 7292,
      "loc": {
        "start": {
          "line": 178,
          "column": 28
        },
        "end": {
          "line": 178,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7292,
      "end": 7293,
      "loc": {
        "start": {
          "line": 178,
          "column": 36
        },
        "end": {
          "line": 178,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "boundingSphere",
      "start": 7293,
      "end": 7307,
      "loc": {
        "start": {
          "line": 178,
          "column": 37
        },
        "end": {
          "line": 178,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7308,
      "end": 7309,
      "loc": {
        "start": {
          "line": 178,
          "column": 52
        },
        "end": {
          "line": 178,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7309,
      "end": 7310,
      "loc": {
        "start": {
          "line": 178,
          "column": 53
        },
        "end": {
          "line": 178,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 7315,
      "end": 7324,
      "loc": {
        "start": {
          "line": 179,
          "column": 4
        },
        "end": {
          "line": 179,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7324,
      "end": 7325,
      "loc": {
        "start": {
          "line": 179,
          "column": 13
        },
        "end": {
          "line": 179,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_sphere",
      "start": 7325,
      "end": 7332,
      "loc": {
        "start": {
          "line": 179,
          "column": 14
        },
        "end": {
          "line": 179,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7332,
      "end": 7333,
      "loc": {
        "start": {
          "line": 179,
          "column": 21
        },
        "end": {
          "line": 179,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "applyMatrix4",
      "start": 7333,
      "end": 7345,
      "loc": {
        "start": {
          "line": 179,
          "column": 22
        },
        "end": {
          "line": 179,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7345,
      "end": 7346,
      "loc": {
        "start": {
          "line": 179,
          "column": 34
        },
        "end": {
          "line": 179,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "matrixWorld",
      "start": 7347,
      "end": 7358,
      "loc": {
        "start": {
          "line": 179,
          "column": 36
        },
        "end": {
          "line": 179,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7359,
      "end": 7360,
      "loc": {
        "start": {
          "line": 179,
          "column": 48
        },
        "end": {
          "line": 179,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7360,
      "end": 7361,
      "loc": {
        "start": {
          "line": 179,
          "column": 49
        },
        "end": {
          "line": 179,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7366,
      "end": 7368,
      "loc": {
        "start": {
          "line": 180,
          "column": 4
        },
        "end": {
          "line": 180,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7369,
      "end": 7370,
      "loc": {
        "start": {
          "line": 180,
          "column": 7
        },
        "end": {
          "line": 180,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 7371,
      "end": 7380,
      "loc": {
        "start": {
          "line": 180,
          "column": 9
        },
        "end": {
          "line": 180,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7380,
      "end": 7381,
      "loc": {
        "start": {
          "line": 180,
          "column": 18
        },
        "end": {
          "line": 180,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ray",
      "start": 7381,
      "end": 7384,
      "loc": {
        "start": {
          "line": 180,
          "column": 19
        },
        "end": {
          "line": 180,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7384,
      "end": 7385,
      "loc": {
        "start": {
          "line": 180,
          "column": 22
        },
        "end": {
          "line": 180,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersectsSphere",
      "start": 7385,
      "end": 7401,
      "loc": {
        "start": {
          "line": 180,
          "column": 23
        },
        "end": {
          "line": 180,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7401,
      "end": 7402,
      "loc": {
        "start": {
          "line": 180,
          "column": 39
        },
        "end": {
          "line": 180,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 7403,
      "end": 7412,
      "loc": {
        "start": {
          "line": 180,
          "column": 41
        },
        "end": {
          "line": 180,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7412,
      "end": 7413,
      "loc": {
        "start": {
          "line": 180,
          "column": 50
        },
        "end": {
          "line": 180,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_sphere",
      "start": 7413,
      "end": 7420,
      "loc": {
        "start": {
          "line": 180,
          "column": 51
        },
        "end": {
          "line": 180,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7421,
      "end": 7422,
      "loc": {
        "start": {
          "line": 180,
          "column": 59
        },
        "end": {
          "line": 180,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 7423,
      "end": 7426,
      "loc": {
        "start": {
          "line": 180,
          "column": 61
        },
        "end": {
          "line": 180,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 7427,
      "end": 7432,
      "loc": {
        "start": {
          "line": 180,
          "column": 65
        },
        "end": {
          "line": 180,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7433,
      "end": 7434,
      "loc": {
        "start": {
          "line": 180,
          "column": 71
        },
        "end": {
          "line": 180,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 7435,
      "end": 7441,
      "loc": {
        "start": {
          "line": 180,
          "column": 73
        },
        "end": {
          "line": 180,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7441,
      "end": 7442,
      "loc": {
        "start": {
          "line": 180,
          "column": 79
        },
        "end": {
          "line": 180,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 7447,
      "end": 7456,
      "loc": {
        "start": {
          "line": 181,
          "column": 4
        },
        "end": {
          "line": 181,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7456,
      "end": 7457,
      "loc": {
        "start": {
          "line": 181,
          "column": 13
        },
        "end": {
          "line": 181,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_inverseMatrix",
      "start": 7457,
      "end": 7471,
      "loc": {
        "start": {
          "line": 181,
          "column": 14
        },
        "end": {
          "line": 181,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7471,
      "end": 7472,
      "loc": {
        "start": {
          "line": 181,
          "column": 28
        },
        "end": {
          "line": 181,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "getInverse",
      "start": 7472,
      "end": 7482,
      "loc": {
        "start": {
          "line": 181,
          "column": 29
        },
        "end": {
          "line": 181,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7482,
      "end": 7483,
      "loc": {
        "start": {
          "line": 181,
          "column": 39
        },
        "end": {
          "line": 181,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "matrixWorld",
      "start": 7484,
      "end": 7495,
      "loc": {
        "start": {
          "line": 181,
          "column": 41
        },
        "end": {
          "line": 181,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7496,
      "end": 7497,
      "loc": {
        "start": {
          "line": 181,
          "column": 53
        },
        "end": {
          "line": 181,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7497,
      "end": 7498,
      "loc": {
        "start": {
          "line": 181,
          "column": 54
        },
        "end": {
          "line": 181,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 7503,
      "end": 7512,
      "loc": {
        "start": {
          "line": 182,
          "column": 4
        },
        "end": {
          "line": 182,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7512,
      "end": 7513,
      "loc": {
        "start": {
          "line": 182,
          "column": 13
        },
        "end": {
          "line": 182,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_ray",
      "start": 7513,
      "end": 7517,
      "loc": {
        "start": {
          "line": 182,
          "column": 14
        },
        "end": {
          "line": 182,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7517,
      "end": 7518,
      "loc": {
        "start": {
          "line": 182,
          "column": 18
        },
        "end": {
          "line": 182,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "copy",
      "start": 7518,
      "end": 7522,
      "loc": {
        "start": {
          "line": 182,
          "column": 19
        },
        "end": {
          "line": 182,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7522,
      "end": 7523,
      "loc": {
        "start": {
          "line": 182,
          "column": 23
        },
        "end": {
          "line": 182,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 7524,
      "end": 7533,
      "loc": {
        "start": {
          "line": 182,
          "column": 25
        },
        "end": {
          "line": 182,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7533,
      "end": 7534,
      "loc": {
        "start": {
          "line": 182,
          "column": 34
        },
        "end": {
          "line": 182,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ray",
      "start": 7534,
      "end": 7537,
      "loc": {
        "start": {
          "line": 182,
          "column": 35
        },
        "end": {
          "line": 182,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7538,
      "end": 7539,
      "loc": {
        "start": {
          "line": 182,
          "column": 39
        },
        "end": {
          "line": 182,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7539,
      "end": 7540,
      "loc": {
        "start": {
          "line": 182,
          "column": 40
        },
        "end": {
          "line": 182,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "applyMatrix4",
      "start": 7540,
      "end": 7552,
      "loc": {
        "start": {
          "line": 182,
          "column": 41
        },
        "end": {
          "line": 182,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7552,
      "end": 7553,
      "loc": {
        "start": {
          "line": 182,
          "column": 53
        },
        "end": {
          "line": 182,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 7554,
      "end": 7563,
      "loc": {
        "start": {
          "line": 182,
          "column": 55
        },
        "end": {
          "line": 182,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7563,
      "end": 7564,
      "loc": {
        "start": {
          "line": 182,
          "column": 64
        },
        "end": {
          "line": 182,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_inverseMatrix",
      "start": 7564,
      "end": 7578,
      "loc": {
        "start": {
          "line": 182,
          "column": 65
        },
        "end": {
          "line": 182,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7579,
      "end": 7580,
      "loc": {
        "start": {
          "line": 182,
          "column": 80
        },
        "end": {
          "line": 182,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7580,
      "end": 7581,
      "loc": {
        "start": {
          "line": 182,
          "column": 81
        },
        "end": {
          "line": 182,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7586,
      "end": 7588,
      "loc": {
        "start": {
          "line": 183,
          "column": 4
        },
        "end": {
          "line": 183,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7589,
      "end": 7590,
      "loc": {
        "start": {
          "line": 183,
          "column": 7
        },
        "end": {
          "line": 183,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 7591,
      "end": 7599,
      "loc": {
        "start": {
          "line": 183,
          "column": 9
        },
        "end": {
          "line": 183,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7599,
      "end": 7600,
      "loc": {
        "start": {
          "line": 183,
          "column": 17
        },
        "end": {
          "line": 183,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "boundingBox",
      "start": 7600,
      "end": 7611,
      "loc": {
        "start": {
          "line": 183,
          "column": 18
        },
        "end": {
          "line": 183,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 7612,
      "end": 7615,
      "loc": {
        "start": {
          "line": 183,
          "column": 30
        },
        "end": {
          "line": 183,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 7616,
      "end": 7620,
      "loc": {
        "start": {
          "line": 183,
          "column": 34
        },
        "end": {
          "line": 183,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7621,
      "end": 7622,
      "loc": {
        "start": {
          "line": 183,
          "column": 39
        },
        "end": {
          "line": 183,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7623,
      "end": 7624,
      "loc": {
        "start": {
          "line": 183,
          "column": 41
        },
        "end": {
          "line": 183,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7633,
      "end": 7635,
      "loc": {
        "start": {
          "line": 184,
          "column": 8
        },
        "end": {
          "line": 184,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7636,
      "end": 7637,
      "loc": {
        "start": {
          "line": 184,
          "column": 11
        },
        "end": {
          "line": 184,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 7638,
      "end": 7647,
      "loc": {
        "start": {
          "line": 184,
          "column": 13
        },
        "end": {
          "line": 184,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7647,
      "end": 7648,
      "loc": {
        "start": {
          "line": 184,
          "column": 22
        },
        "end": {
          "line": 184,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_ray",
      "start": 7648,
      "end": 7652,
      "loc": {
        "start": {
          "line": 184,
          "column": 23
        },
        "end": {
          "line": 184,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7652,
      "end": 7653,
      "loc": {
        "start": {
          "line": 184,
          "column": 27
        },
        "end": {
          "line": 184,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersectsBox",
      "start": 7653,
      "end": 7666,
      "loc": {
        "start": {
          "line": 184,
          "column": 28
        },
        "end": {
          "line": 184,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7666,
      "end": 7667,
      "loc": {
        "start": {
          "line": 184,
          "column": 41
        },
        "end": {
          "line": 184,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 7668,
      "end": 7676,
      "loc": {
        "start": {
          "line": 184,
          "column": 43
        },
        "end": {
          "line": 184,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7676,
      "end": 7677,
      "loc": {
        "start": {
          "line": 184,
          "column": 51
        },
        "end": {
          "line": 184,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "boundingBox",
      "start": 7677,
      "end": 7688,
      "loc": {
        "start": {
          "line": 184,
          "column": 52
        },
        "end": {
          "line": 184,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7689,
      "end": 7690,
      "loc": {
        "start": {
          "line": 184,
          "column": 64
        },
        "end": {
          "line": 184,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 7691,
      "end": 7694,
      "loc": {
        "start": {
          "line": 184,
          "column": 66
        },
        "end": {
          "line": 184,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 7695,
      "end": 7700,
      "loc": {
        "start": {
          "line": 184,
          "column": 70
        },
        "end": {
          "line": 184,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7701,
      "end": 7702,
      "loc": {
        "start": {
          "line": 184,
          "column": 76
        },
        "end": {
          "line": 184,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 7703,
      "end": 7709,
      "loc": {
        "start": {
          "line": 184,
          "column": 78
        },
        "end": {
          "line": 184,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7709,
      "end": 7710,
      "loc": {
        "start": {
          "line": 184,
          "column": 84
        },
        "end": {
          "line": 184,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7715,
      "end": 7716,
      "loc": {
        "start": {
          "line": 185,
          "column": 4
        },
        "end": {
          "line": 185,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 7722,
      "end": 7724,
      "loc": {
        "start": {
          "line": 187,
          "column": 4
        },
        "end": {
          "line": 187,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7725,
      "end": 7726,
      "loc": {
        "start": {
          "line": 187,
          "column": 7
        },
        "end": {
          "line": 187,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "approach",
      "start": 7726,
      "end": 7734,
      "loc": {
        "start": {
          "line": 187,
          "column": 8
        },
        "end": {
          "line": 187,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 7735,
      "end": 7738,
      "loc": {
        "start": {
          "line": 187,
          "column": 17
        },
        "end": {
          "line": 187,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Raycaster",
      "start": 7739,
      "end": 7748,
      "loc": {
        "start": {
          "line": 187,
          "column": 21
        },
        "end": {
          "line": 187,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7748,
      "end": 7749,
      "loc": {
        "start": {
          "line": 187,
          "column": 30
        },
        "end": {
          "line": 187,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Approach",
      "start": 7749,
      "end": 7757,
      "loc": {
        "start": {
          "line": 187,
          "column": 31
        },
        "end": {
          "line": 187,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7757,
      "end": 7758,
      "loc": {
        "start": {
          "line": 187,
          "column": 39
        },
        "end": {
          "line": 187,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Bounds",
      "start": 7758,
      "end": 7764,
      "loc": {
        "start": {
          "line": 187,
          "column": 40
        },
        "end": {
          "line": 187,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7764,
      "end": 7765,
      "loc": {
        "start": {
          "line": 187,
          "column": 46
        },
        "end": {
          "line": 187,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7766,
      "end": 7767,
      "loc": {
        "start": {
          "line": 187,
          "column": 48
        },
        "end": {
          "line": 187,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "let",
        "keyword": "let",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "let",
      "start": 7776,
      "end": 7779,
      "loc": {
        "start": {
          "line": 188,
          "column": 8
        },
        "end": {
          "line": 188,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersection",
      "start": 7780,
      "end": 7792,
      "loc": {
        "start": {
          "line": 188,
          "column": 12
        },
        "end": {
          "line": 188,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 7793,
      "end": 7794,
      "loc": {
        "start": {
          "line": 188,
          "column": 25
        },
        "end": {
          "line": 188,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7795,
      "end": 7796,
      "loc": {
        "start": {
          "line": 188,
          "column": 27
        },
        "end": {
          "line": 188,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distance",
      "start": 7809,
      "end": 7817,
      "loc": {
        "start": {
          "line": 189,
          "column": 12
        },
        "end": {
          "line": 189,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7817,
      "end": 7818,
      "loc": {
        "start": {
          "line": 189,
          "column": 20
        },
        "end": {
          "line": 189,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 7819,
      "end": 7828,
      "loc": {
        "start": {
          "line": 189,
          "column": 22
        },
        "end": {
          "line": 189,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7828,
      "end": 7829,
      "loc": {
        "start": {
          "line": 189,
          "column": 31
        },
        "end": {
          "line": 189,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ray",
      "start": 7829,
      "end": 7832,
      "loc": {
        "start": {
          "line": 189,
          "column": 32
        },
        "end": {
          "line": 189,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7832,
      "end": 7833,
      "loc": {
        "start": {
          "line": 189,
          "column": 35
        },
        "end": {
          "line": 189,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "origin",
      "start": 7833,
      "end": 7839,
      "loc": {
        "start": {
          "line": 189,
          "column": 36
        },
        "end": {
          "line": 189,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7839,
      "end": 7840,
      "loc": {
        "start": {
          "line": 189,
          "column": 42
        },
        "end": {
          "line": 189,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "distanceTo",
      "start": 7840,
      "end": 7850,
      "loc": {
        "start": {
          "line": 189,
          "column": 43
        },
        "end": {
          "line": 189,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7850,
      "end": 7851,
      "loc": {
        "start": {
          "line": 189,
          "column": 53
        },
        "end": {
          "line": 189,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 7851,
      "end": 7860,
      "loc": {
        "start": {
          "line": 189,
          "column": 54
        },
        "end": {
          "line": 189,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7860,
      "end": 7861,
      "loc": {
        "start": {
          "line": 189,
          "column": 63
        },
        "end": {
          "line": 189,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_sphere",
      "start": 7861,
      "end": 7868,
      "loc": {
        "start": {
          "line": 189,
          "column": 64
        },
        "end": {
          "line": 189,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7868,
      "end": 7869,
      "loc": {
        "start": {
          "line": 189,
          "column": 71
        },
        "end": {
          "line": 189,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 7869,
      "end": 7875,
      "loc": {
        "start": {
          "line": 189,
          "column": 72
        },
        "end": {
          "line": 189,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7875,
      "end": 7876,
      "loc": {
        "start": {
          "line": 189,
          "column": 78
        },
        "end": {
          "line": 189,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7876,
      "end": 7877,
      "loc": {
        "start": {
          "line": 189,
          "column": 79
        },
        "end": {
          "line": 189,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "object",
      "start": 7890,
      "end": 7896,
      "loc": {
        "start": {
          "line": 190,
          "column": 12
        },
        "end": {
          "line": 190,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7896,
      "end": 7897,
      "loc": {
        "start": {
          "line": 190,
          "column": 18
        },
        "end": {
          "line": 190,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 7898,
      "end": 7902,
      "loc": {
        "start": {
          "line": 190,
          "column": 20
        },
        "end": {
          "line": 190,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7902,
      "end": 7903,
      "loc": {
        "start": {
          "line": 190,
          "column": 24
        },
        "end": {
          "line": 190,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "point",
      "start": 7916,
      "end": 7921,
      "loc": {
        "start": {
          "line": 191,
          "column": 12
        },
        "end": {
          "line": 191,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7921,
      "end": 7922,
      "loc": {
        "start": {
          "line": 191,
          "column": 17
        },
        "end": {
          "line": 191,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 7923,
      "end": 7932,
      "loc": {
        "start": {
          "line": 191,
          "column": 19
        },
        "end": {
          "line": 191,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7932,
      "end": 7933,
      "loc": {
        "start": {
          "line": 191,
          "column": 28
        },
        "end": {
          "line": 191,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_sphere",
      "start": 7933,
      "end": 7940,
      "loc": {
        "start": {
          "line": 191,
          "column": 29
        },
        "end": {
          "line": 191,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7940,
      "end": 7941,
      "loc": {
        "start": {
          "line": 191,
          "column": 36
        },
        "end": {
          "line": 191,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "center",
      "start": 7941,
      "end": 7947,
      "loc": {
        "start": {
          "line": 191,
          "column": 37
        },
        "end": {
          "line": 191,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7947,
      "end": 7948,
      "loc": {
        "start": {
          "line": 191,
          "column": 43
        },
        "end": {
          "line": 191,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "clone",
      "start": 7948,
      "end": 7953,
      "loc": {
        "start": {
          "line": 191,
          "column": 44
        },
        "end": {
          "line": 191,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7953,
      "end": 7954,
      "loc": {
        "start": {
          "line": 191,
          "column": 49
        },
        "end": {
          "line": 191,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7954,
      "end": 7955,
      "loc": {
        "start": {
          "line": 191,
          "column": 50
        },
        "end": {
          "line": 191,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7964,
      "end": 7965,
      "loc": {
        "start": {
          "line": 192,
          "column": 8
        },
        "end": {
          "line": 192,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7965,
      "end": 7966,
      "loc": {
        "start": {
          "line": 192,
          "column": 9
        },
        "end": {
          "line": 192,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersects",
      "start": 7975,
      "end": 7985,
      "loc": {
        "start": {
          "line": 193,
          "column": 8
        },
        "end": {
          "line": 193,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7985,
      "end": 7986,
      "loc": {
        "start": {
          "line": 193,
          "column": 18
        },
        "end": {
          "line": 193,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 7986,
      "end": 7990,
      "loc": {
        "start": {
          "line": 193,
          "column": 19
        },
        "end": {
          "line": 193,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7990,
      "end": 7991,
      "loc": {
        "start": {
          "line": 193,
          "column": 23
        },
        "end": {
          "line": 193,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersection",
      "start": 7992,
      "end": 8004,
      "loc": {
        "start": {
          "line": 193,
          "column": 25
        },
        "end": {
          "line": 193,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8005,
      "end": 8006,
      "loc": {
        "start": {
          "line": 193,
          "column": 38
        },
        "end": {
          "line": 193,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8006,
      "end": 8007,
      "loc": {
        "start": {
          "line": 193,
          "column": 39
        },
        "end": {
          "line": 193,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 8016,
      "end": 8022,
      "loc": {
        "start": {
          "line": 194,
          "column": 8
        },
        "end": {
          "line": 194,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8022,
      "end": 8023,
      "loc": {
        "start": {
          "line": 194,
          "column": 14
        },
        "end": {
          "line": 194,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8028,
      "end": 8029,
      "loc": {
        "start": {
          "line": 195,
          "column": 4
        },
        "end": {
          "line": 195,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 8035,
      "end": 8038,
      "loc": {
        "start": {
          "line": 197,
          "column": 4
        },
        "end": {
          "line": 197,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uvs",
      "start": 8039,
      "end": 8042,
      "loc": {
        "start": {
          "line": 197,
          "column": 8
        },
        "end": {
          "line": 197,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8042,
      "end": 8043,
      "loc": {
        "start": {
          "line": 197,
          "column": 11
        },
        "end": {
          "line": 197,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersection",
      "start": 8044,
      "end": 8056,
      "loc": {
        "start": {
          "line": 197,
          "column": 13
        },
        "end": {
          "line": 197,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8056,
      "end": 8057,
      "loc": {
        "start": {
          "line": 197,
          "column": 25
        },
        "end": {
          "line": 197,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8062,
      "end": 8064,
      "loc": {
        "start": {
          "line": 198,
          "column": 4
        },
        "end": {
          "line": 198,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8065,
      "end": 8066,
      "loc": {
        "start": {
          "line": 198,
          "column": 7
        },
        "end": {
          "line": 198,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 8067,
      "end": 8075,
      "loc": {
        "start": {
          "line": 198,
          "column": 9
        },
        "end": {
          "line": 198,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 8076,
      "end": 8086,
      "loc": {
        "start": {
          "line": 198,
          "column": 18
        },
        "end": {
          "line": 198,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 8087,
      "end": 8092,
      "loc": {
        "start": {
          "line": 198,
          "column": 29
        },
        "end": {
          "line": 198,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8092,
      "end": 8093,
      "loc": {
        "start": {
          "line": 198,
          "column": 34
        },
        "end": {
          "line": 198,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "BufferGeometry",
      "start": 8093,
      "end": 8107,
      "loc": {
        "start": {
          "line": 198,
          "column": 35
        },
        "end": {
          "line": 198,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8108,
      "end": 8109,
      "loc": {
        "start": {
          "line": 198,
          "column": 50
        },
        "end": {
          "line": 198,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8110,
      "end": 8111,
      "loc": {
        "start": {
          "line": 198,
          "column": 52
        },
        "end": {
          "line": 198,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 8120,
      "end": 8123,
      "loc": {
        "start": {
          "line": 199,
          "column": 8
        },
        "end": {
          "line": 199,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 8124,
      "end": 8125,
      "loc": {
        "start": {
          "line": 199,
          "column": 12
        },
        "end": {
          "line": 199,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8125,
      "end": 8126,
      "loc": {
        "start": {
          "line": 199,
          "column": 13
        },
        "end": {
          "line": 199,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 8127,
      "end": 8128,
      "loc": {
        "start": {
          "line": 199,
          "column": 15
        },
        "end": {
          "line": 199,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8128,
      "end": 8129,
      "loc": {
        "start": {
          "line": 199,
          "column": 16
        },
        "end": {
          "line": 199,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 8130,
      "end": 8131,
      "loc": {
        "start": {
          "line": 199,
          "column": 18
        },
        "end": {
          "line": 199,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8131,
      "end": 8132,
      "loc": {
        "start": {
          "line": 199,
          "column": 19
        },
        "end": {
          "line": 199,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 8141,
      "end": 8144,
      "loc": {
        "start": {
          "line": 200,
          "column": 8
        },
        "end": {
          "line": 200,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 8145,
      "end": 8150,
      "loc": {
        "start": {
          "line": 200,
          "column": 12
        },
        "end": {
          "line": 200,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8151,
      "end": 8152,
      "loc": {
        "start": {
          "line": 200,
          "column": 18
        },
        "end": {
          "line": 200,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 8153,
      "end": 8161,
      "loc": {
        "start": {
          "line": 200,
          "column": 20
        },
        "end": {
          "line": 200,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8161,
      "end": 8162,
      "loc": {
        "start": {
          "line": 200,
          "column": 28
        },
        "end": {
          "line": 200,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 8162,
      "end": 8167,
      "loc": {
        "start": {
          "line": 200,
          "column": 29
        },
        "end": {
          "line": 200,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8167,
      "end": 8168,
      "loc": {
        "start": {
          "line": 200,
          "column": 34
        },
        "end": {
          "line": 200,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 8177,
      "end": 8180,
      "loc": {
        "start": {
          "line": 201,
          "column": 8
        },
        "end": {
          "line": 201,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 8181,
      "end": 8191,
      "loc": {
        "start": {
          "line": 201,
          "column": 12
        },
        "end": {
          "line": 201,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8192,
      "end": 8193,
      "loc": {
        "start": {
          "line": 201,
          "column": 23
        },
        "end": {
          "line": 201,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 8194,
      "end": 8202,
      "loc": {
        "start": {
          "line": 201,
          "column": 25
        },
        "end": {
          "line": 201,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8202,
      "end": 8203,
      "loc": {
        "start": {
          "line": 201,
          "column": 33
        },
        "end": {
          "line": 201,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 8203,
      "end": 8213,
      "loc": {
        "start": {
          "line": 201,
          "column": 34
        },
        "end": {
          "line": 201,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8213,
      "end": 8214,
      "loc": {
        "start": {
          "line": 201,
          "column": 44
        },
        "end": {
          "line": 201,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 8223,
      "end": 8226,
      "loc": {
        "start": {
          "line": 202,
          "column": 8
        },
        "end": {
          "line": 202,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "positions",
      "start": 8227,
      "end": 8236,
      "loc": {
        "start": {
          "line": 202,
          "column": 12
        },
        "end": {
          "line": 202,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8237,
      "end": 8238,
      "loc": {
        "start": {
          "line": 202,
          "column": 22
        },
        "end": {
          "line": 202,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 8239,
      "end": 8249,
      "loc": {
        "start": {
          "line": 202,
          "column": 24
        },
        "end": {
          "line": 202,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8249,
      "end": 8250,
      "loc": {
        "start": {
          "line": 202,
          "column": 34
        },
        "end": {
          "line": 202,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "position",
      "start": 8250,
      "end": 8258,
      "loc": {
        "start": {
          "line": 202,
          "column": 35
        },
        "end": {
          "line": 202,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8258,
      "end": 8259,
      "loc": {
        "start": {
          "line": 202,
          "column": 43
        },
        "end": {
          "line": 202,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "array",
      "start": 8259,
      "end": 8264,
      "loc": {
        "start": {
          "line": 202,
          "column": 44
        },
        "end": {
          "line": 202,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8264,
      "end": 8265,
      "loc": {
        "start": {
          "line": 202,
          "column": 49
        },
        "end": {
          "line": 202,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8274,
      "end": 8276,
      "loc": {
        "start": {
          "line": 203,
          "column": 8
        },
        "end": {
          "line": 203,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8277,
      "end": 8278,
      "loc": {
        "start": {
          "line": 203,
          "column": 11
        },
        "end": {
          "line": 203,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 8279,
      "end": 8289,
      "loc": {
        "start": {
          "line": 203,
          "column": 13
        },
        "end": {
          "line": 203,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8289,
      "end": 8290,
      "loc": {
        "start": {
          "line": 203,
          "column": 23
        },
        "end": {
          "line": 203,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uv",
      "start": 8290,
      "end": 8292,
      "loc": {
        "start": {
          "line": 203,
          "column": 24
        },
        "end": {
          "line": 203,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 8293,
      "end": 8296,
      "loc": {
        "start": {
          "line": 203,
          "column": 27
        },
        "end": {
          "line": 203,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 8297,
      "end": 8306,
      "loc": {
        "start": {
          "line": 203,
          "column": 31
        },
        "end": {
          "line": 203,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8307,
      "end": 8308,
      "loc": {
        "start": {
          "line": 203,
          "column": 41
        },
        "end": {
          "line": 203,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8309,
      "end": 8310,
      "loc": {
        "start": {
          "line": 203,
          "column": 43
        },
        "end": {
          "line": 203,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uvs",
      "start": 8323,
      "end": 8326,
      "loc": {
        "start": {
          "line": 204,
          "column": 12
        },
        "end": {
          "line": 204,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8327,
      "end": 8328,
      "loc": {
        "start": {
          "line": 204,
          "column": 16
        },
        "end": {
          "line": 204,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "attributes",
      "start": 8329,
      "end": 8339,
      "loc": {
        "start": {
          "line": 204,
          "column": 18
        },
        "end": {
          "line": 204,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8339,
      "end": 8340,
      "loc": {
        "start": {
          "line": 204,
          "column": 28
        },
        "end": {
          "line": 204,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uv",
      "start": 8340,
      "end": 8342,
      "loc": {
        "start": {
          "line": 204,
          "column": 29
        },
        "end": {
          "line": 204,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8342,
      "end": 8343,
      "loc": {
        "start": {
          "line": 204,
          "column": 31
        },
        "end": {
          "line": 204,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "array",
      "start": 8343,
      "end": 8348,
      "loc": {
        "start": {
          "line": 204,
          "column": 32
        },
        "end": {
          "line": 204,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8348,
      "end": 8349,
      "loc": {
        "start": {
          "line": 204,
          "column": 37
        },
        "end": {
          "line": 204,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8358,
      "end": 8359,
      "loc": {
        "start": {
          "line": 205,
          "column": 8
        },
        "end": {
          "line": 205,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8368,
      "end": 8370,
      "loc": {
        "start": {
          "line": 206,
          "column": 8
        },
        "end": {
          "line": 206,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8371,
      "end": 8372,
      "loc": {
        "start": {
          "line": 206,
          "column": 11
        },
        "end": {
          "line": 206,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 8373,
      "end": 8378,
      "loc": {
        "start": {
          "line": 206,
          "column": 13
        },
        "end": {
          "line": 206,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 8379,
      "end": 8382,
      "loc": {
        "start": {
          "line": 206,
          "column": 19
        },
        "end": {
          "line": 206,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 8383,
      "end": 8387,
      "loc": {
        "start": {
          "line": 206,
          "column": 23
        },
        "end": {
          "line": 206,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8388,
      "end": 8389,
      "loc": {
        "start": {
          "line": 206,
          "column": 28
        },
        "end": {
          "line": 206,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8390,
      "end": 8391,
      "loc": {
        "start": {
          "line": 206,
          "column": 30
        },
        "end": {
          "line": 206,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 8404,
      "end": 8407,
      "loc": {
        "start": {
          "line": 207,
          "column": 12
        },
        "end": {
          "line": 207,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indices",
      "start": 8408,
      "end": 8415,
      "loc": {
        "start": {
          "line": 207,
          "column": 16
        },
        "end": {
          "line": 207,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8416,
      "end": 8417,
      "loc": {
        "start": {
          "line": 207,
          "column": 24
        },
        "end": {
          "line": 207,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 8418,
      "end": 8423,
      "loc": {
        "start": {
          "line": 207,
          "column": 26
        },
        "end": {
          "line": 207,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8423,
      "end": 8424,
      "loc": {
        "start": {
          "line": 207,
          "column": 31
        },
        "end": {
          "line": 207,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "array",
      "start": 8424,
      "end": 8429,
      "loc": {
        "start": {
          "line": 207,
          "column": 32
        },
        "end": {
          "line": 207,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8429,
      "end": 8430,
      "loc": {
        "start": {
          "line": 207,
          "column": 37
        },
        "end": {
          "line": 207,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 8443,
      "end": 8446,
      "loc": {
        "start": {
          "line": 208,
          "column": 12
        },
        "end": {
          "line": 208,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8447,
      "end": 8448,
      "loc": {
        "start": {
          "line": 208,
          "column": 16
        },
        "end": {
          "line": 208,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 8449,
      "end": 8452,
      "loc": {
        "start": {
          "line": 208,
          "column": 18
        },
        "end": {
          "line": 208,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 8453,
      "end": 8454,
      "loc": {
        "start": {
          "line": 208,
          "column": 22
        },
        "end": {
          "line": 208,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8455,
      "end": 8456,
      "loc": {
        "start": {
          "line": 208,
          "column": 24
        },
        "end": {
          "line": 208,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 8457,
      "end": 8458,
      "loc": {
        "start": {
          "line": 208,
          "column": 26
        },
        "end": {
          "line": 208,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8458,
      "end": 8459,
      "loc": {
        "start": {
          "line": 208,
          "column": 27
        },
        "end": {
          "line": 208,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "l",
      "start": 8460,
      "end": 8461,
      "loc": {
        "start": {
          "line": 208,
          "column": 29
        },
        "end": {
          "line": 208,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8462,
      "end": 8463,
      "loc": {
        "start": {
          "line": 208,
          "column": 31
        },
        "end": {
          "line": 208,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indices",
      "start": 8464,
      "end": 8471,
      "loc": {
        "start": {
          "line": 208,
          "column": 33
        },
        "end": {
          "line": 208,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8471,
      "end": 8472,
      "loc": {
        "start": {
          "line": 208,
          "column": 40
        },
        "end": {
          "line": 208,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 8472,
      "end": 8478,
      "loc": {
        "start": {
          "line": 208,
          "column": 41
        },
        "end": {
          "line": 208,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8478,
      "end": 8479,
      "loc": {
        "start": {
          "line": 208,
          "column": 47
        },
        "end": {
          "line": 208,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 8480,
      "end": 8481,
      "loc": {
        "start": {
          "line": 208,
          "column": 49
        },
        "end": {
          "line": 208,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 8482,
      "end": 8483,
      "loc": {
        "start": {
          "line": 208,
          "column": 51
        },
        "end": {
          "line": 208,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "l",
      "start": 8484,
      "end": 8485,
      "loc": {
        "start": {
          "line": 208,
          "column": 53
        },
        "end": {
          "line": 208,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8485,
      "end": 8486,
      "loc": {
        "start": {
          "line": 208,
          "column": 54
        },
        "end": {
          "line": 208,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 8487,
      "end": 8488,
      "loc": {
        "start": {
          "line": 208,
          "column": 56
        },
        "end": {
          "line": 208,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 8489,
      "end": 8491,
      "loc": {
        "start": {
          "line": 208,
          "column": 58
        },
        "end": {
          "line": 208,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 8492,
      "end": 8493,
      "loc": {
        "start": {
          "line": 208,
          "column": 61
        },
        "end": {
          "line": 208,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8494,
      "end": 8495,
      "loc": {
        "start": {
          "line": 208,
          "column": 63
        },
        "end": {
          "line": 208,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8496,
      "end": 8497,
      "loc": {
        "start": {
          "line": 208,
          "column": 65
        },
        "end": {
          "line": 208,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 8514,
      "end": 8515,
      "loc": {
        "start": {
          "line": 209,
          "column": 16
        },
        "end": {
          "line": 209,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8516,
      "end": 8517,
      "loc": {
        "start": {
          "line": 209,
          "column": 18
        },
        "end": {
          "line": 209,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indices",
      "start": 8518,
      "end": 8525,
      "loc": {
        "start": {
          "line": 209,
          "column": 20
        },
        "end": {
          "line": 209,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8525,
      "end": 8526,
      "loc": {
        "start": {
          "line": 209,
          "column": 27
        },
        "end": {
          "line": 209,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 8527,
      "end": 8528,
      "loc": {
        "start": {
          "line": 209,
          "column": 29
        },
        "end": {
          "line": 209,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8529,
      "end": 8530,
      "loc": {
        "start": {
          "line": 209,
          "column": 31
        },
        "end": {
          "line": 209,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8530,
      "end": 8531,
      "loc": {
        "start": {
          "line": 209,
          "column": 32
        },
        "end": {
          "line": 209,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 8548,
      "end": 8549,
      "loc": {
        "start": {
          "line": 210,
          "column": 16
        },
        "end": {
          "line": 210,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8550,
      "end": 8551,
      "loc": {
        "start": {
          "line": 210,
          "column": 18
        },
        "end": {
          "line": 210,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indices",
      "start": 8552,
      "end": 8559,
      "loc": {
        "start": {
          "line": 210,
          "column": 20
        },
        "end": {
          "line": 210,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8559,
      "end": 8560,
      "loc": {
        "start": {
          "line": 210,
          "column": 27
        },
        "end": {
          "line": 210,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 8561,
      "end": 8562,
      "loc": {
        "start": {
          "line": 210,
          "column": 29
        },
        "end": {
          "line": 210,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 8563,
      "end": 8564,
      "loc": {
        "start": {
          "line": 210,
          "column": 31
        },
        "end": {
          "line": 210,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 8565,
      "end": 8566,
      "loc": {
        "start": {
          "line": 210,
          "column": 33
        },
        "end": {
          "line": 210,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8567,
      "end": 8568,
      "loc": {
        "start": {
          "line": 210,
          "column": 35
        },
        "end": {
          "line": 210,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8568,
      "end": 8569,
      "loc": {
        "start": {
          "line": 210,
          "column": 36
        },
        "end": {
          "line": 210,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 8586,
      "end": 8587,
      "loc": {
        "start": {
          "line": 211,
          "column": 16
        },
        "end": {
          "line": 211,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8588,
      "end": 8589,
      "loc": {
        "start": {
          "line": 211,
          "column": 18
        },
        "end": {
          "line": 211,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "indices",
      "start": 8590,
      "end": 8597,
      "loc": {
        "start": {
          "line": 211,
          "column": 20
        },
        "end": {
          "line": 211,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8597,
      "end": 8598,
      "loc": {
        "start": {
          "line": 211,
          "column": 27
        },
        "end": {
          "line": 211,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 8599,
      "end": 8600,
      "loc": {
        "start": {
          "line": 211,
          "column": 29
        },
        "end": {
          "line": 211,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 8601,
      "end": 8602,
      "loc": {
        "start": {
          "line": 211,
          "column": 31
        },
        "end": {
          "line": 211,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 8603,
      "end": 8604,
      "loc": {
        "start": {
          "line": 211,
          "column": 33
        },
        "end": {
          "line": 211,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8605,
      "end": 8606,
      "loc": {
        "start": {
          "line": 211,
          "column": 35
        },
        "end": {
          "line": 211,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8606,
      "end": 8607,
      "loc": {
        "start": {
          "line": 211,
          "column": 36
        },
        "end": {
          "line": 211,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersection",
      "start": 8624,
      "end": 8636,
      "loc": {
        "start": {
          "line": 212,
          "column": 16
        },
        "end": {
          "line": 212,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8637,
      "end": 8638,
      "loc": {
        "start": {
          "line": 212,
          "column": 29
        },
        "end": {
          "line": 212,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "checkBufferGeometryIntersection",
      "start": 8639,
      "end": 8670,
      "loc": {
        "start": {
          "line": 212,
          "column": 31
        },
        "end": {
          "line": 212,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8670,
      "end": 8671,
      "loc": {
        "start": {
          "line": 212,
          "column": 62
        },
        "end": {
          "line": 212,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 8672,
      "end": 8676,
      "loc": {
        "start": {
          "line": 212,
          "column": 64
        },
        "end": {
          "line": 212,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8676,
      "end": 8677,
      "loc": {
        "start": {
          "line": 212,
          "column": 68
        },
        "end": {
          "line": 212,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 8678,
      "end": 8687,
      "loc": {
        "start": {
          "line": 212,
          "column": 70
        },
        "end": {
          "line": 212,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8687,
      "end": 8688,
      "loc": {
        "start": {
          "line": 212,
          "column": 79
        },
        "end": {
          "line": 212,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 8689,
      "end": 8698,
      "loc": {
        "start": {
          "line": 212,
          "column": 81
        },
        "end": {
          "line": 212,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8698,
      "end": 8699,
      "loc": {
        "start": {
          "line": 212,
          "column": 90
        },
        "end": {
          "line": 212,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_ray",
      "start": 8699,
      "end": 8703,
      "loc": {
        "start": {
          "line": 212,
          "column": 91
        },
        "end": {
          "line": 212,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8703,
      "end": 8704,
      "loc": {
        "start": {
          "line": 212,
          "column": 95
        },
        "end": {
          "line": 212,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "positions",
      "start": 8705,
      "end": 8714,
      "loc": {
        "start": {
          "line": 212,
          "column": 97
        },
        "end": {
          "line": 212,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8714,
      "end": 8715,
      "loc": {
        "start": {
          "line": 212,
          "column": 106
        },
        "end": {
          "line": 212,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uvs",
      "start": 8716,
      "end": 8719,
      "loc": {
        "start": {
          "line": 212,
          "column": 108
        },
        "end": {
          "line": 212,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8719,
      "end": 8720,
      "loc": {
        "start": {
          "line": 212,
          "column": 111
        },
        "end": {
          "line": 212,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 8721,
      "end": 8722,
      "loc": {
        "start": {
          "line": 212,
          "column": 113
        },
        "end": {
          "line": 212,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8722,
      "end": 8723,
      "loc": {
        "start": {
          "line": 212,
          "column": 114
        },
        "end": {
          "line": 212,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 8724,
      "end": 8725,
      "loc": {
        "start": {
          "line": 212,
          "column": 116
        },
        "end": {
          "line": 212,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8725,
      "end": 8726,
      "loc": {
        "start": {
          "line": 212,
          "column": 117
        },
        "end": {
          "line": 212,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 8727,
      "end": 8728,
      "loc": {
        "start": {
          "line": 212,
          "column": 119
        },
        "end": {
          "line": 212,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8729,
      "end": 8730,
      "loc": {
        "start": {
          "line": 212,
          "column": 121
        },
        "end": {
          "line": 212,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8730,
      "end": 8731,
      "loc": {
        "start": {
          "line": 212,
          "column": 122
        },
        "end": {
          "line": 212,
          "column": 123
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8748,
      "end": 8750,
      "loc": {
        "start": {
          "line": 213,
          "column": 16
        },
        "end": {
          "line": 213,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8751,
      "end": 8752,
      "loc": {
        "start": {
          "line": 213,
          "column": 19
        },
        "end": {
          "line": 213,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersection",
      "start": 8753,
      "end": 8765,
      "loc": {
        "start": {
          "line": 213,
          "column": 21
        },
        "end": {
          "line": 213,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8766,
      "end": 8767,
      "loc": {
        "start": {
          "line": 213,
          "column": 34
        },
        "end": {
          "line": 213,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8768,
      "end": 8769,
      "loc": {
        "start": {
          "line": 213,
          "column": 36
        },
        "end": {
          "line": 213,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersection",
      "start": 8790,
      "end": 8802,
      "loc": {
        "start": {
          "line": 214,
          "column": 20
        },
        "end": {
          "line": 214,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8802,
      "end": 8803,
      "loc": {
        "start": {
          "line": 214,
          "column": 32
        },
        "end": {
          "line": 214,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "faceIndex",
      "start": 8803,
      "end": 8812,
      "loc": {
        "start": {
          "line": 214,
          "column": 33
        },
        "end": {
          "line": 214,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 8813,
      "end": 8814,
      "loc": {
        "start": {
          "line": 214,
          "column": 43
        },
        "end": {
          "line": 214,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Math",
      "start": 8815,
      "end": 8819,
      "loc": {
        "start": {
          "line": 214,
          "column": 45
        },
        "end": {
          "line": 214,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8819,
      "end": 8820,
      "loc": {
        "start": {
          "line": 214,
          "column": 49
        },
        "end": {
          "line": 214,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "floor",
      "start": 8820,
      "end": 8825,
      "loc": {
        "start": {
          "line": 214,
          "column": 50
        },
        "end": {
          "line": 214,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8825,
      "end": 8826,
      "loc": {
        "start": {
          "line": 214,
          "column": 55
        },
        "end": {
          "line": 214,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 8827,
      "end": 8828,
      "loc": {
        "start": {
          "line": 214,
          "column": 57
        },
        "end": {
          "line": 214,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 8829,
      "end": 8830,
      "loc": {
        "start": {
          "line": 214,
          "column": 59
        },
        "end": {
          "line": 214,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 8831,
      "end": 8832,
      "loc": {
        "start": {
          "line": 214,
          "column": 61
        },
        "end": {
          "line": 214,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8833,
      "end": 8834,
      "loc": {
        "start": {
          "line": 214,
          "column": 63
        },
        "end": {
          "line": 214,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8834,
      "end": 8835,
      "loc": {
        "start": {
          "line": 214,
          "column": 64
        },
        "end": {
          "line": 214,
          "column": 65
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " triangle number in indices buffer semantics",
      "start": 8836,
      "end": 8882,
      "loc": {
        "start": {
          "line": 214,
          "column": 66
        },
        "end": {
          "line": 214,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersects",
      "start": 8903,
      "end": 8913,
      "loc": {
        "start": {
          "line": 215,
          "column": 20
        },
        "end": {
          "line": 215,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8913,
      "end": 8914,
      "loc": {
        "start": {
          "line": 215,
          "column": 30
        },
        "end": {
          "line": 215,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 8914,
      "end": 8918,
      "loc": {
        "start": {
          "line": 215,
          "column": 31
        },
        "end": {
          "line": 215,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8918,
      "end": 8919,
      "loc": {
        "start": {
          "line": 215,
          "column": 35
        },
        "end": {
          "line": 215,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersection",
      "start": 8920,
      "end": 8932,
      "loc": {
        "start": {
          "line": 215,
          "column": 37
        },
        "end": {
          "line": 215,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8933,
      "end": 8934,
      "loc": {
        "start": {
          "line": 215,
          "column": 50
        },
        "end": {
          "line": 215,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8934,
      "end": 8935,
      "loc": {
        "start": {
          "line": 215,
          "column": 51
        },
        "end": {
          "line": 215,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 8956,
      "end": 8958,
      "loc": {
        "start": {
          "line": 216,
          "column": 20
        },
        "end": {
          "line": 216,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8959,
      "end": 8960,
      "loc": {
        "start": {
          "line": 216,
          "column": 23
        },
        "end": {
          "line": 216,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "approach",
      "start": 8960,
      "end": 8968,
      "loc": {
        "start": {
          "line": 216,
          "column": 24
        },
        "end": {
          "line": 216,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 8969,
      "end": 8972,
      "loc": {
        "start": {
          "line": 216,
          "column": 33
        },
        "end": {
          "line": 216,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Raycaster",
      "start": 8973,
      "end": 8982,
      "loc": {
        "start": {
          "line": 216,
          "column": 37
        },
        "end": {
          "line": 216,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8982,
      "end": 8983,
      "loc": {
        "start": {
          "line": 216,
          "column": 46
        },
        "end": {
          "line": 216,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Approach",
      "start": 8983,
      "end": 8991,
      "loc": {
        "start": {
          "line": 216,
          "column": 47
        },
        "end": {
          "line": 216,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 8991,
      "end": 8992,
      "loc": {
        "start": {
          "line": 216,
          "column": 55
        },
        "end": {
          "line": 216,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "First",
      "start": 8992,
      "end": 8997,
      "loc": {
        "start": {
          "line": 216,
          "column": 56
        },
        "end": {
          "line": 216,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 8997,
      "end": 8998,
      "loc": {
        "start": {
          "line": 216,
          "column": 61
        },
        "end": {
          "line": 216,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 9023,
      "end": 9029,
      "loc": {
        "start": {
          "line": 217,
          "column": 24
        },
        "end": {
          "line": 217,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9029,
      "end": 9030,
      "loc": {
        "start": {
          "line": 217,
          "column": 30
        },
        "end": {
          "line": 217,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9047,
      "end": 9048,
      "loc": {
        "start": {
          "line": 218,
          "column": 16
        },
        "end": {
          "line": 218,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9061,
      "end": 9062,
      "loc": {
        "start": {
          "line": 219,
          "column": 12
        },
        "end": {
          "line": 219,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9071,
      "end": 9072,
      "loc": {
        "start": {
          "line": 220,
          "column": 8
        },
        "end": {
          "line": 220,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 9073,
      "end": 9077,
      "loc": {
        "start": {
          "line": 220,
          "column": 10
        },
        "end": {
          "line": 220,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9078,
      "end": 9079,
      "loc": {
        "start": {
          "line": 220,
          "column": 15
        },
        "end": {
          "line": 220,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 9092,
      "end": 9095,
      "loc": {
        "start": {
          "line": 221,
          "column": 12
        },
        "end": {
          "line": 221,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9096,
      "end": 9097,
      "loc": {
        "start": {
          "line": 221,
          "column": 16
        },
        "end": {
          "line": 221,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 9098,
      "end": 9101,
      "loc": {
        "start": {
          "line": 221,
          "column": 18
        },
        "end": {
          "line": 221,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 9102,
      "end": 9103,
      "loc": {
        "start": {
          "line": 221,
          "column": 22
        },
        "end": {
          "line": 221,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9104,
      "end": 9105,
      "loc": {
        "start": {
          "line": 221,
          "column": 24
        },
        "end": {
          "line": 221,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 9106,
      "end": 9107,
      "loc": {
        "start": {
          "line": 221,
          "column": 26
        },
        "end": {
          "line": 221,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9107,
      "end": 9108,
      "loc": {
        "start": {
          "line": 221,
          "column": 27
        },
        "end": {
          "line": 221,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "l",
      "start": 9109,
      "end": 9110,
      "loc": {
        "start": {
          "line": 221,
          "column": 29
        },
        "end": {
          "line": 221,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9111,
      "end": 9112,
      "loc": {
        "start": {
          "line": 221,
          "column": 31
        },
        "end": {
          "line": 221,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "positions",
      "start": 9113,
      "end": 9122,
      "loc": {
        "start": {
          "line": 221,
          "column": 33
        },
        "end": {
          "line": 221,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9122,
      "end": 9123,
      "loc": {
        "start": {
          "line": 221,
          "column": 42
        },
        "end": {
          "line": 221,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 9123,
      "end": 9129,
      "loc": {
        "start": {
          "line": 221,
          "column": 43
        },
        "end": {
          "line": 221,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9129,
      "end": 9130,
      "loc": {
        "start": {
          "line": 221,
          "column": 49
        },
        "end": {
          "line": 221,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 9131,
      "end": 9132,
      "loc": {
        "start": {
          "line": 221,
          "column": 51
        },
        "end": {
          "line": 221,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 9133,
      "end": 9134,
      "loc": {
        "start": {
          "line": 221,
          "column": 53
        },
        "end": {
          "line": 221,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "l",
      "start": 9135,
      "end": 9136,
      "loc": {
        "start": {
          "line": 221,
          "column": 55
        },
        "end": {
          "line": 221,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9136,
      "end": 9137,
      "loc": {
        "start": {
          "line": 221,
          "column": 56
        },
        "end": {
          "line": 221,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 9138,
      "end": 9139,
      "loc": {
        "start": {
          "line": 221,
          "column": 58
        },
        "end": {
          "line": 221,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "_=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "+=",
      "start": 9140,
      "end": 9142,
      "loc": {
        "start": {
          "line": 221,
          "column": 60
        },
        "end": {
          "line": 221,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 9,
      "start": 9143,
      "end": 9144,
      "loc": {
        "start": {
          "line": 221,
          "column": 63
        },
        "end": {
          "line": 221,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9145,
      "end": 9146,
      "loc": {
        "start": {
          "line": 221,
          "column": 65
        },
        "end": {
          "line": 221,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9147,
      "end": 9148,
      "loc": {
        "start": {
          "line": 221,
          "column": 67
        },
        "end": {
          "line": 221,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 9165,
      "end": 9166,
      "loc": {
        "start": {
          "line": 222,
          "column": 16
        },
        "end": {
          "line": 222,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9167,
      "end": 9168,
      "loc": {
        "start": {
          "line": 222,
          "column": 18
        },
        "end": {
          "line": 222,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "i",
      "start": 9169,
      "end": 9170,
      "loc": {
        "start": {
          "line": 222,
          "column": 20
        },
        "end": {
          "line": 222,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "/",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 10,
        "updateContext": null
      },
      "value": "/",
      "start": 9171,
      "end": 9172,
      "loc": {
        "start": {
          "line": 222,
          "column": 22
        },
        "end": {
          "line": 222,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 3,
      "start": 9173,
      "end": 9174,
      "loc": {
        "start": {
          "line": 222,
          "column": 24
        },
        "end": {
          "line": 222,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9174,
      "end": 9175,
      "loc": {
        "start": {
          "line": 222,
          "column": 25
        },
        "end": {
          "line": 222,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 9192,
      "end": 9193,
      "loc": {
        "start": {
          "line": 223,
          "column": 16
        },
        "end": {
          "line": 223,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9194,
      "end": 9195,
      "loc": {
        "start": {
          "line": 223,
          "column": 18
        },
        "end": {
          "line": 223,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 9196,
      "end": 9197,
      "loc": {
        "start": {
          "line": 223,
          "column": 20
        },
        "end": {
          "line": 223,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 9198,
      "end": 9199,
      "loc": {
        "start": {
          "line": 223,
          "column": 22
        },
        "end": {
          "line": 223,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 9200,
      "end": 9201,
      "loc": {
        "start": {
          "line": 223,
          "column": 24
        },
        "end": {
          "line": 223,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9201,
      "end": 9202,
      "loc": {
        "start": {
          "line": 223,
          "column": 25
        },
        "end": {
          "line": 223,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 9219,
      "end": 9220,
      "loc": {
        "start": {
          "line": 224,
          "column": 16
        },
        "end": {
          "line": 224,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9221,
      "end": 9222,
      "loc": {
        "start": {
          "line": 224,
          "column": 18
        },
        "end": {
          "line": 224,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 9223,
      "end": 9224,
      "loc": {
        "start": {
          "line": 224,
          "column": 20
        },
        "end": {
          "line": 224,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 9225,
      "end": 9226,
      "loc": {
        "start": {
          "line": 224,
          "column": 22
        },
        "end": {
          "line": 224,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 9227,
      "end": 9228,
      "loc": {
        "start": {
          "line": 224,
          "column": 24
        },
        "end": {
          "line": 224,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9228,
      "end": 9229,
      "loc": {
        "start": {
          "line": 224,
          "column": 25
        },
        "end": {
          "line": 224,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersection",
      "start": 9246,
      "end": 9258,
      "loc": {
        "start": {
          "line": 225,
          "column": 16
        },
        "end": {
          "line": 225,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9259,
      "end": 9260,
      "loc": {
        "start": {
          "line": 225,
          "column": 29
        },
        "end": {
          "line": 225,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "checkBufferGeometryIntersection",
      "start": 9261,
      "end": 9292,
      "loc": {
        "start": {
          "line": 225,
          "column": 31
        },
        "end": {
          "line": 225,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9292,
      "end": 9293,
      "loc": {
        "start": {
          "line": 225,
          "column": 62
        },
        "end": {
          "line": 225,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 9294,
      "end": 9298,
      "loc": {
        "start": {
          "line": 225,
          "column": 64
        },
        "end": {
          "line": 225,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9298,
      "end": 9299,
      "loc": {
        "start": {
          "line": 225,
          "column": 68
        },
        "end": {
          "line": 225,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 9300,
      "end": 9309,
      "loc": {
        "start": {
          "line": 225,
          "column": 70
        },
        "end": {
          "line": 225,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9309,
      "end": 9310,
      "loc": {
        "start": {
          "line": 225,
          "column": 79
        },
        "end": {
          "line": 225,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 9311,
      "end": 9320,
      "loc": {
        "start": {
          "line": 225,
          "column": 81
        },
        "end": {
          "line": 225,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9320,
      "end": 9321,
      "loc": {
        "start": {
          "line": 225,
          "column": 90
        },
        "end": {
          "line": 225,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_ray",
      "start": 9321,
      "end": 9325,
      "loc": {
        "start": {
          "line": 225,
          "column": 91
        },
        "end": {
          "line": 225,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9325,
      "end": 9326,
      "loc": {
        "start": {
          "line": 225,
          "column": 95
        },
        "end": {
          "line": 225,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "positions",
      "start": 9327,
      "end": 9336,
      "loc": {
        "start": {
          "line": 225,
          "column": 97
        },
        "end": {
          "line": 225,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9336,
      "end": 9337,
      "loc": {
        "start": {
          "line": 225,
          "column": 106
        },
        "end": {
          "line": 225,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uvs",
      "start": 9338,
      "end": 9341,
      "loc": {
        "start": {
          "line": 225,
          "column": 108
        },
        "end": {
          "line": 225,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9341,
      "end": 9342,
      "loc": {
        "start": {
          "line": 225,
          "column": 111
        },
        "end": {
          "line": 225,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 9343,
      "end": 9344,
      "loc": {
        "start": {
          "line": 225,
          "column": 113
        },
        "end": {
          "line": 225,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9344,
      "end": 9345,
      "loc": {
        "start": {
          "line": 225,
          "column": 114
        },
        "end": {
          "line": 225,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 9346,
      "end": 9347,
      "loc": {
        "start": {
          "line": 225,
          "column": 116
        },
        "end": {
          "line": 225,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9347,
      "end": 9348,
      "loc": {
        "start": {
          "line": 225,
          "column": 117
        },
        "end": {
          "line": 225,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 9349,
      "end": 9350,
      "loc": {
        "start": {
          "line": 225,
          "column": 119
        },
        "end": {
          "line": 225,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9351,
      "end": 9352,
      "loc": {
        "start": {
          "line": 225,
          "column": 121
        },
        "end": {
          "line": 225,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9352,
      "end": 9353,
      "loc": {
        "start": {
          "line": 225,
          "column": 122
        },
        "end": {
          "line": 225,
          "column": 123
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9370,
      "end": 9372,
      "loc": {
        "start": {
          "line": 226,
          "column": 16
        },
        "end": {
          "line": 226,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9373,
      "end": 9374,
      "loc": {
        "start": {
          "line": 226,
          "column": 19
        },
        "end": {
          "line": 226,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersection",
      "start": 9375,
      "end": 9387,
      "loc": {
        "start": {
          "line": 226,
          "column": 21
        },
        "end": {
          "line": 226,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9388,
      "end": 9389,
      "loc": {
        "start": {
          "line": 226,
          "column": 34
        },
        "end": {
          "line": 226,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9390,
      "end": 9391,
      "loc": {
        "start": {
          "line": 226,
          "column": 36
        },
        "end": {
          "line": 226,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersection",
      "start": 9412,
      "end": 9424,
      "loc": {
        "start": {
          "line": 227,
          "column": 20
        },
        "end": {
          "line": 227,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9424,
      "end": 9425,
      "loc": {
        "start": {
          "line": 227,
          "column": 32
        },
        "end": {
          "line": 227,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "index",
      "start": 9425,
      "end": 9430,
      "loc": {
        "start": {
          "line": 227,
          "column": 33
        },
        "end": {
          "line": 227,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9431,
      "end": 9432,
      "loc": {
        "start": {
          "line": 227,
          "column": 39
        },
        "end": {
          "line": 227,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 9433,
      "end": 9434,
      "loc": {
        "start": {
          "line": 227,
          "column": 41
        },
        "end": {
          "line": 227,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9434,
      "end": 9435,
      "loc": {
        "start": {
          "line": 227,
          "column": 42
        },
        "end": {
          "line": 227,
          "column": 43
        }
      }
    },
    {
      "type": "CommentLine",
      "value": " triangle number in positions buffer semantics",
      "start": 9436,
      "end": 9484,
      "loc": {
        "start": {
          "line": 227,
          "column": 44
        },
        "end": {
          "line": 227,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersects",
      "start": 9505,
      "end": 9515,
      "loc": {
        "start": {
          "line": 228,
          "column": 20
        },
        "end": {
          "line": 228,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9515,
      "end": 9516,
      "loc": {
        "start": {
          "line": 228,
          "column": 30
        },
        "end": {
          "line": 228,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 9516,
      "end": 9520,
      "loc": {
        "start": {
          "line": 228,
          "column": 31
        },
        "end": {
          "line": 228,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9520,
      "end": 9521,
      "loc": {
        "start": {
          "line": 228,
          "column": 35
        },
        "end": {
          "line": 228,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersection",
      "start": 9522,
      "end": 9534,
      "loc": {
        "start": {
          "line": 228,
          "column": 37
        },
        "end": {
          "line": 228,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9535,
      "end": 9536,
      "loc": {
        "start": {
          "line": 228,
          "column": 50
        },
        "end": {
          "line": 228,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9536,
      "end": 9537,
      "loc": {
        "start": {
          "line": 228,
          "column": 51
        },
        "end": {
          "line": 228,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9558,
      "end": 9560,
      "loc": {
        "start": {
          "line": 229,
          "column": 20
        },
        "end": {
          "line": 229,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9561,
      "end": 9562,
      "loc": {
        "start": {
          "line": 229,
          "column": 23
        },
        "end": {
          "line": 229,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "approach",
      "start": 9562,
      "end": 9570,
      "loc": {
        "start": {
          "line": 229,
          "column": 24
        },
        "end": {
          "line": 229,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9571,
      "end": 9574,
      "loc": {
        "start": {
          "line": 229,
          "column": 33
        },
        "end": {
          "line": 229,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Raycaster",
      "start": 9575,
      "end": 9584,
      "loc": {
        "start": {
          "line": 229,
          "column": 37
        },
        "end": {
          "line": 229,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9584,
      "end": 9585,
      "loc": {
        "start": {
          "line": 229,
          "column": 46
        },
        "end": {
          "line": 229,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Approach",
      "start": 9585,
      "end": 9593,
      "loc": {
        "start": {
          "line": 229,
          "column": 47
        },
        "end": {
          "line": 229,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9593,
      "end": 9594,
      "loc": {
        "start": {
          "line": 229,
          "column": 55
        },
        "end": {
          "line": 229,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "First",
      "start": 9594,
      "end": 9599,
      "loc": {
        "start": {
          "line": 229,
          "column": 56
        },
        "end": {
          "line": 229,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9599,
      "end": 9600,
      "loc": {
        "start": {
          "line": 229,
          "column": 61
        },
        "end": {
          "line": 229,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 9625,
      "end": 9631,
      "loc": {
        "start": {
          "line": 230,
          "column": 24
        },
        "end": {
          "line": 230,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9631,
      "end": 9632,
      "loc": {
        "start": {
          "line": 230,
          "column": 30
        },
        "end": {
          "line": 230,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9649,
      "end": 9650,
      "loc": {
        "start": {
          "line": 231,
          "column": 16
        },
        "end": {
          "line": 231,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9663,
      "end": 9664,
      "loc": {
        "start": {
          "line": 232,
          "column": 12
        },
        "end": {
          "line": 232,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9673,
      "end": 9674,
      "loc": {
        "start": {
          "line": 233,
          "column": 8
        },
        "end": {
          "line": 233,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9679,
      "end": 9680,
      "loc": {
        "start": {
          "line": 234,
          "column": 4
        },
        "end": {
          "line": 234,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 9681,
      "end": 9685,
      "loc": {
        "start": {
          "line": 234,
          "column": 6
        },
        "end": {
          "line": 234,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 9686,
      "end": 9688,
      "loc": {
        "start": {
          "line": 234,
          "column": 11
        },
        "end": {
          "line": 234,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9689,
      "end": 9690,
      "loc": {
        "start": {
          "line": 234,
          "column": 14
        },
        "end": {
          "line": 234,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 9691,
      "end": 9699,
      "loc": {
        "start": {
          "line": 234,
          "column": 16
        },
        "end": {
          "line": 234,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 9700,
      "end": 9710,
      "loc": {
        "start": {
          "line": 234,
          "column": 25
        },
        "end": {
          "line": 234,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 9711,
      "end": 9716,
      "loc": {
        "start": {
          "line": 234,
          "column": 36
        },
        "end": {
          "line": 234,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9716,
      "end": 9717,
      "loc": {
        "start": {
          "line": 234,
          "column": 41
        },
        "end": {
          "line": 234,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Geometry",
      "start": 9717,
      "end": 9725,
      "loc": {
        "start": {
          "line": 234,
          "column": 42
        },
        "end": {
          "line": 234,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9726,
      "end": 9727,
      "loc": {
        "start": {
          "line": 234,
          "column": 51
        },
        "end": {
          "line": 234,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 9728,
      "end": 9729,
      "loc": {
        "start": {
          "line": 234,
          "column": 53
        },
        "end": {
          "line": 234,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 9738,
      "end": 9741,
      "loc": {
        "start": {
          "line": 235,
          "column": 8
        },
        "end": {
          "line": 235,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fvA",
      "start": 9742,
      "end": 9745,
      "loc": {
        "start": {
          "line": 235,
          "column": 12
        },
        "end": {
          "line": 235,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9745,
      "end": 9746,
      "loc": {
        "start": {
          "line": 235,
          "column": 15
        },
        "end": {
          "line": 235,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fvB",
      "start": 9747,
      "end": 9750,
      "loc": {
        "start": {
          "line": 235,
          "column": 17
        },
        "end": {
          "line": 235,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9750,
      "end": 9751,
      "loc": {
        "start": {
          "line": 235,
          "column": 20
        },
        "end": {
          "line": 235,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fvC",
      "start": 9752,
      "end": 9755,
      "loc": {
        "start": {
          "line": 235,
          "column": 22
        },
        "end": {
          "line": 235,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9755,
      "end": 9756,
      "loc": {
        "start": {
          "line": 235,
          "column": 25
        },
        "end": {
          "line": 235,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 9765,
      "end": 9768,
      "loc": {
        "start": {
          "line": 236,
          "column": 8
        },
        "end": {
          "line": 236,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isFaceMaterial",
      "start": 9769,
      "end": 9783,
      "loc": {
        "start": {
          "line": 236,
          "column": 12
        },
        "end": {
          "line": 236,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9784,
      "end": 9785,
      "loc": {
        "start": {
          "line": 236,
          "column": 27
        },
        "end": {
          "line": 236,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 9786,
      "end": 9794,
      "loc": {
        "start": {
          "line": 236,
          "column": 29
        },
        "end": {
          "line": 236,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "instanceof",
        "keyword": "instanceof",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "instanceof",
      "start": 9795,
      "end": 9805,
      "loc": {
        "start": {
          "line": 236,
          "column": 38
        },
        "end": {
          "line": 236,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "THREE",
      "start": 9806,
      "end": 9811,
      "loc": {
        "start": {
          "line": 236,
          "column": 49
        },
        "end": {
          "line": 236,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9811,
      "end": 9812,
      "loc": {
        "start": {
          "line": 236,
          "column": 54
        },
        "end": {
          "line": 236,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "MultiMaterial",
      "start": 9812,
      "end": 9825,
      "loc": {
        "start": {
          "line": 236,
          "column": 55
        },
        "end": {
          "line": 236,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9825,
      "end": 9826,
      "loc": {
        "start": {
          "line": 236,
          "column": 68
        },
        "end": {
          "line": 236,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 9835,
      "end": 9838,
      "loc": {
        "start": {
          "line": 237,
          "column": 8
        },
        "end": {
          "line": 237,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "materials",
      "start": 9839,
      "end": 9848,
      "loc": {
        "start": {
          "line": 237,
          "column": 12
        },
        "end": {
          "line": 237,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9849,
      "end": 9850,
      "loc": {
        "start": {
          "line": 237,
          "column": 22
        },
        "end": {
          "line": 237,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isFaceMaterial",
      "start": 9851,
      "end": 9865,
      "loc": {
        "start": {
          "line": 237,
          "column": 24
        },
        "end": {
          "line": 237,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 9866,
      "end": 9869,
      "loc": {
        "start": {
          "line": 237,
          "column": 39
        },
        "end": {
          "line": 237,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 9870,
      "end": 9874,
      "loc": {
        "start": {
          "line": 237,
          "column": 43
        },
        "end": {
          "line": 237,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9875,
      "end": 9876,
      "loc": {
        "start": {
          "line": 237,
          "column": 48
        },
        "end": {
          "line": 237,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 9877,
      "end": 9885,
      "loc": {
        "start": {
          "line": 237,
          "column": 50
        },
        "end": {
          "line": 237,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9885,
      "end": 9886,
      "loc": {
        "start": {
          "line": 237,
          "column": 58
        },
        "end": {
          "line": 237,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "materials",
      "start": 9886,
      "end": 9895,
      "loc": {
        "start": {
          "line": 237,
          "column": 59
        },
        "end": {
          "line": 237,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9896,
      "end": 9897,
      "loc": {
        "start": {
          "line": 237,
          "column": 69
        },
        "end": {
          "line": 237,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "null",
        "keyword": "null",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "null",
      "start": 9898,
      "end": 9902,
      "loc": {
        "start": {
          "line": 237,
          "column": 71
        },
        "end": {
          "line": 237,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9902,
      "end": 9903,
      "loc": {
        "start": {
          "line": 237,
          "column": 75
        },
        "end": {
          "line": 237,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 9912,
      "end": 9915,
      "loc": {
        "start": {
          "line": 238,
          "column": 8
        },
        "end": {
          "line": 238,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertices",
      "start": 9916,
      "end": 9924,
      "loc": {
        "start": {
          "line": 238,
          "column": 12
        },
        "end": {
          "line": 238,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9925,
      "end": 9926,
      "loc": {
        "start": {
          "line": 238,
          "column": 21
        },
        "end": {
          "line": 238,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 9927,
      "end": 9935,
      "loc": {
        "start": {
          "line": 238,
          "column": 23
        },
        "end": {
          "line": 238,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9935,
      "end": 9936,
      "loc": {
        "start": {
          "line": 238,
          "column": 31
        },
        "end": {
          "line": 238,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertices",
      "start": 9936,
      "end": 9944,
      "loc": {
        "start": {
          "line": 238,
          "column": 32
        },
        "end": {
          "line": 238,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9944,
      "end": 9945,
      "loc": {
        "start": {
          "line": 238,
          "column": 40
        },
        "end": {
          "line": 238,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 9954,
      "end": 9957,
      "loc": {
        "start": {
          "line": 239,
          "column": 8
        },
        "end": {
          "line": 239,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "faces",
      "start": 9958,
      "end": 9963,
      "loc": {
        "start": {
          "line": 239,
          "column": 12
        },
        "end": {
          "line": 239,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 9964,
      "end": 9965,
      "loc": {
        "start": {
          "line": 239,
          "column": 18
        },
        "end": {
          "line": 239,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 9966,
      "end": 9974,
      "loc": {
        "start": {
          "line": 239,
          "column": 20
        },
        "end": {
          "line": 239,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9974,
      "end": 9975,
      "loc": {
        "start": {
          "line": 239,
          "column": 28
        },
        "end": {
          "line": 239,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "faces",
      "start": 9975,
      "end": 9980,
      "loc": {
        "start": {
          "line": 239,
          "column": 29
        },
        "end": {
          "line": 239,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 9980,
      "end": 9981,
      "loc": {
        "start": {
          "line": 239,
          "column": 34
        },
        "end": {
          "line": 239,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 9990,
      "end": 9993,
      "loc": {
        "start": {
          "line": 240,
          "column": 8
        },
        "end": {
          "line": 240,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "faceVertexUvs",
      "start": 9994,
      "end": 10007,
      "loc": {
        "start": {
          "line": 240,
          "column": 12
        },
        "end": {
          "line": 240,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10008,
      "end": 10009,
      "loc": {
        "start": {
          "line": 240,
          "column": 26
        },
        "end": {
          "line": 240,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 10010,
      "end": 10018,
      "loc": {
        "start": {
          "line": 240,
          "column": 28
        },
        "end": {
          "line": 240,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10018,
      "end": 10019,
      "loc": {
        "start": {
          "line": 240,
          "column": 36
        },
        "end": {
          "line": 240,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "faceVertexUvs",
      "start": 10019,
      "end": 10032,
      "loc": {
        "start": {
          "line": 240,
          "column": 37
        },
        "end": {
          "line": 240,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10032,
      "end": 10033,
      "loc": {
        "start": {
          "line": 240,
          "column": 50
        },
        "end": {
          "line": 240,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 10034,
      "end": 10035,
      "loc": {
        "start": {
          "line": 240,
          "column": 52
        },
        "end": {
          "line": 240,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10036,
      "end": 10037,
      "loc": {
        "start": {
          "line": 240,
          "column": 54
        },
        "end": {
          "line": 240,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10037,
      "end": 10038,
      "loc": {
        "start": {
          "line": 240,
          "column": 55
        },
        "end": {
          "line": 240,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10047,
      "end": 10049,
      "loc": {
        "start": {
          "line": 241,
          "column": 8
        },
        "end": {
          "line": 241,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10050,
      "end": 10051,
      "loc": {
        "start": {
          "line": 241,
          "column": 11
        },
        "end": {
          "line": 241,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "faceVertexUvs",
      "start": 10052,
      "end": 10065,
      "loc": {
        "start": {
          "line": 241,
          "column": 13
        },
        "end": {
          "line": 241,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10065,
      "end": 10066,
      "loc": {
        "start": {
          "line": 241,
          "column": 26
        },
        "end": {
          "line": 241,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 10066,
      "end": 10072,
      "loc": {
        "start": {
          "line": 241,
          "column": 27
        },
        "end": {
          "line": 241,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": ">",
      "start": 10073,
      "end": 10074,
      "loc": {
        "start": {
          "line": 241,
          "column": 34
        },
        "end": {
          "line": 241,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 10075,
      "end": 10076,
      "loc": {
        "start": {
          "line": 241,
          "column": 36
        },
        "end": {
          "line": 241,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10077,
      "end": 10078,
      "loc": {
        "start": {
          "line": 241,
          "column": 38
        },
        "end": {
          "line": 241,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uvs",
      "start": 10079,
      "end": 10082,
      "loc": {
        "start": {
          "line": 241,
          "column": 40
        },
        "end": {
          "line": 241,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10083,
      "end": 10084,
      "loc": {
        "start": {
          "line": 241,
          "column": 44
        },
        "end": {
          "line": 241,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "faceVertexUvs",
      "start": 10085,
      "end": 10098,
      "loc": {
        "start": {
          "line": 241,
          "column": 46
        },
        "end": {
          "line": 241,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10098,
      "end": 10099,
      "loc": {
        "start": {
          "line": 241,
          "column": 59
        },
        "end": {
          "line": 241,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 10108,
      "end": 10111,
      "loc": {
        "start": {
          "line": 242,
          "column": 8
        },
        "end": {
          "line": 242,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10112,
      "end": 10113,
      "loc": {
        "start": {
          "line": 242,
          "column": 12
        },
        "end": {
          "line": 242,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 10114,
      "end": 10117,
      "loc": {
        "start": {
          "line": 242,
          "column": 14
        },
        "end": {
          "line": 242,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "f",
      "start": 10118,
      "end": 10119,
      "loc": {
        "start": {
          "line": 242,
          "column": 18
        },
        "end": {
          "line": 242,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10120,
      "end": 10121,
      "loc": {
        "start": {
          "line": 242,
          "column": 20
        },
        "end": {
          "line": 242,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 10122,
      "end": 10123,
      "loc": {
        "start": {
          "line": 242,
          "column": 22
        },
        "end": {
          "line": 242,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10123,
      "end": 10124,
      "loc": {
        "start": {
          "line": 242,
          "column": 23
        },
        "end": {
          "line": 242,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fl",
      "start": 10125,
      "end": 10127,
      "loc": {
        "start": {
          "line": 242,
          "column": 25
        },
        "end": {
          "line": 242,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10128,
      "end": 10129,
      "loc": {
        "start": {
          "line": 242,
          "column": 28
        },
        "end": {
          "line": 242,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "faces",
      "start": 10130,
      "end": 10135,
      "loc": {
        "start": {
          "line": 242,
          "column": 30
        },
        "end": {
          "line": 242,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10135,
      "end": 10136,
      "loc": {
        "start": {
          "line": 242,
          "column": 35
        },
        "end": {
          "line": 242,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 10136,
      "end": 10142,
      "loc": {
        "start": {
          "line": 242,
          "column": 36
        },
        "end": {
          "line": 242,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10142,
      "end": 10143,
      "loc": {
        "start": {
          "line": 242,
          "column": 42
        },
        "end": {
          "line": 242,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "f",
      "start": 10144,
      "end": 10145,
      "loc": {
        "start": {
          "line": 242,
          "column": 44
        },
        "end": {
          "line": 242,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 10146,
      "end": 10147,
      "loc": {
        "start": {
          "line": 242,
          "column": 46
        },
        "end": {
          "line": 242,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fl",
      "start": 10148,
      "end": 10150,
      "loc": {
        "start": {
          "line": 242,
          "column": 48
        },
        "end": {
          "line": 242,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10150,
      "end": 10151,
      "loc": {
        "start": {
          "line": 242,
          "column": 50
        },
        "end": {
          "line": 242,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "f",
      "start": 10152,
      "end": 10153,
      "loc": {
        "start": {
          "line": 242,
          "column": 52
        },
        "end": {
          "line": 242,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 10154,
      "end": 10156,
      "loc": {
        "start": {
          "line": 242,
          "column": 54
        },
        "end": {
          "line": 242,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10157,
      "end": 10158,
      "loc": {
        "start": {
          "line": 242,
          "column": 57
        },
        "end": {
          "line": 242,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10159,
      "end": 10160,
      "loc": {
        "start": {
          "line": 242,
          "column": 59
        },
        "end": {
          "line": 242,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 10173,
      "end": 10176,
      "loc": {
        "start": {
          "line": 243,
          "column": 12
        },
        "end": {
          "line": 243,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "face",
      "start": 10177,
      "end": 10181,
      "loc": {
        "start": {
          "line": 243,
          "column": 16
        },
        "end": {
          "line": 243,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10182,
      "end": 10183,
      "loc": {
        "start": {
          "line": 243,
          "column": 21
        },
        "end": {
          "line": 243,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "faces",
      "start": 10184,
      "end": 10189,
      "loc": {
        "start": {
          "line": 243,
          "column": 23
        },
        "end": {
          "line": 243,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10189,
      "end": 10190,
      "loc": {
        "start": {
          "line": 243,
          "column": 28
        },
        "end": {
          "line": 243,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "f",
      "start": 10191,
      "end": 10192,
      "loc": {
        "start": {
          "line": 243,
          "column": 30
        },
        "end": {
          "line": 243,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10193,
      "end": 10194,
      "loc": {
        "start": {
          "line": 243,
          "column": 32
        },
        "end": {
          "line": 243,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10194,
      "end": 10195,
      "loc": {
        "start": {
          "line": 243,
          "column": 33
        },
        "end": {
          "line": 243,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 10208,
      "end": 10211,
      "loc": {
        "start": {
          "line": 244,
          "column": 12
        },
        "end": {
          "line": 244,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "faceMaterial",
      "start": 10212,
      "end": 10224,
      "loc": {
        "start": {
          "line": 244,
          "column": 16
        },
        "end": {
          "line": 244,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10225,
      "end": 10226,
      "loc": {
        "start": {
          "line": 244,
          "column": 29
        },
        "end": {
          "line": 244,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "isFaceMaterial",
      "start": 10227,
      "end": 10241,
      "loc": {
        "start": {
          "line": 244,
          "column": 31
        },
        "end": {
          "line": 244,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 10242,
      "end": 10245,
      "loc": {
        "start": {
          "line": 244,
          "column": 46
        },
        "end": {
          "line": 244,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 10246,
      "end": 10250,
      "loc": {
        "start": {
          "line": 244,
          "column": 50
        },
        "end": {
          "line": 244,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "?",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10251,
      "end": 10252,
      "loc": {
        "start": {
          "line": 244,
          "column": 55
        },
        "end": {
          "line": 244,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "materials",
      "start": 10253,
      "end": 10262,
      "loc": {
        "start": {
          "line": 244,
          "column": 57
        },
        "end": {
          "line": 244,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10262,
      "end": 10263,
      "loc": {
        "start": {
          "line": 244,
          "column": 66
        },
        "end": {
          "line": 244,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "face",
      "start": 10264,
      "end": 10268,
      "loc": {
        "start": {
          "line": 244,
          "column": 68
        },
        "end": {
          "line": 244,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10268,
      "end": 10269,
      "loc": {
        "start": {
          "line": 244,
          "column": 72
        },
        "end": {
          "line": 244,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "materialIndex",
      "start": 10269,
      "end": 10282,
      "loc": {
        "start": {
          "line": 244,
          "column": 73
        },
        "end": {
          "line": 244,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10283,
      "end": 10284,
      "loc": {
        "start": {
          "line": 244,
          "column": 87
        },
        "end": {
          "line": 244,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10285,
      "end": 10286,
      "loc": {
        "start": {
          "line": 244,
          "column": 89
        },
        "end": {
          "line": 244,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "material",
      "start": 10287,
      "end": 10295,
      "loc": {
        "start": {
          "line": 244,
          "column": 91
        },
        "end": {
          "line": 244,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10295,
      "end": 10296,
      "loc": {
        "start": {
          "line": 244,
          "column": 99
        },
        "end": {
          "line": 244,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10309,
      "end": 10311,
      "loc": {
        "start": {
          "line": 245,
          "column": 12
        },
        "end": {
          "line": 245,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10312,
      "end": 10313,
      "loc": {
        "start": {
          "line": 245,
          "column": 15
        },
        "end": {
          "line": 245,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "faceMaterial",
      "start": 10314,
      "end": 10326,
      "loc": {
        "start": {
          "line": 245,
          "column": 17
        },
        "end": {
          "line": 245,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 10327,
      "end": 10330,
      "loc": {
        "start": {
          "line": 245,
          "column": 30
        },
        "end": {
          "line": 245,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 10331,
      "end": 10340,
      "loc": {
        "start": {
          "line": 245,
          "column": 34
        },
        "end": {
          "line": 245,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10341,
      "end": 10342,
      "loc": {
        "start": {
          "line": 245,
          "column": 44
        },
        "end": {
          "line": 245,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "continue",
        "keyword": "continue",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "continue",
      "start": 10343,
      "end": 10351,
      "loc": {
        "start": {
          "line": 245,
          "column": 46
        },
        "end": {
          "line": 245,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10351,
      "end": 10352,
      "loc": {
        "start": {
          "line": 245,
          "column": 54
        },
        "end": {
          "line": 245,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fvA",
      "start": 10365,
      "end": 10368,
      "loc": {
        "start": {
          "line": 246,
          "column": 12
        },
        "end": {
          "line": 246,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10369,
      "end": 10370,
      "loc": {
        "start": {
          "line": 246,
          "column": 16
        },
        "end": {
          "line": 246,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertices",
      "start": 10371,
      "end": 10379,
      "loc": {
        "start": {
          "line": 246,
          "column": 18
        },
        "end": {
          "line": 246,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10379,
      "end": 10380,
      "loc": {
        "start": {
          "line": 246,
          "column": 26
        },
        "end": {
          "line": 246,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "face",
      "start": 10381,
      "end": 10385,
      "loc": {
        "start": {
          "line": 246,
          "column": 28
        },
        "end": {
          "line": 246,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10385,
      "end": 10386,
      "loc": {
        "start": {
          "line": 246,
          "column": 32
        },
        "end": {
          "line": 246,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 10386,
      "end": 10387,
      "loc": {
        "start": {
          "line": 246,
          "column": 33
        },
        "end": {
          "line": 246,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10388,
      "end": 10389,
      "loc": {
        "start": {
          "line": 246,
          "column": 35
        },
        "end": {
          "line": 246,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10389,
      "end": 10390,
      "loc": {
        "start": {
          "line": 246,
          "column": 36
        },
        "end": {
          "line": 246,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fvB",
      "start": 10403,
      "end": 10406,
      "loc": {
        "start": {
          "line": 247,
          "column": 12
        },
        "end": {
          "line": 247,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10407,
      "end": 10408,
      "loc": {
        "start": {
          "line": 247,
          "column": 16
        },
        "end": {
          "line": 247,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertices",
      "start": 10409,
      "end": 10417,
      "loc": {
        "start": {
          "line": 247,
          "column": 18
        },
        "end": {
          "line": 247,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10417,
      "end": 10418,
      "loc": {
        "start": {
          "line": 247,
          "column": 26
        },
        "end": {
          "line": 247,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "face",
      "start": 10419,
      "end": 10423,
      "loc": {
        "start": {
          "line": 247,
          "column": 28
        },
        "end": {
          "line": 247,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10423,
      "end": 10424,
      "loc": {
        "start": {
          "line": 247,
          "column": 32
        },
        "end": {
          "line": 247,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 10424,
      "end": 10425,
      "loc": {
        "start": {
          "line": 247,
          "column": 33
        },
        "end": {
          "line": 247,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10426,
      "end": 10427,
      "loc": {
        "start": {
          "line": 247,
          "column": 35
        },
        "end": {
          "line": 247,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10427,
      "end": 10428,
      "loc": {
        "start": {
          "line": 247,
          "column": 36
        },
        "end": {
          "line": 247,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fvC",
      "start": 10441,
      "end": 10444,
      "loc": {
        "start": {
          "line": 248,
          "column": 12
        },
        "end": {
          "line": 248,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10445,
      "end": 10446,
      "loc": {
        "start": {
          "line": 248,
          "column": 16
        },
        "end": {
          "line": 248,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertices",
      "start": 10447,
      "end": 10455,
      "loc": {
        "start": {
          "line": 248,
          "column": 18
        },
        "end": {
          "line": 248,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10455,
      "end": 10456,
      "loc": {
        "start": {
          "line": 248,
          "column": 26
        },
        "end": {
          "line": 248,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "face",
      "start": 10457,
      "end": 10461,
      "loc": {
        "start": {
          "line": 248,
          "column": 28
        },
        "end": {
          "line": 248,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10461,
      "end": 10462,
      "loc": {
        "start": {
          "line": 248,
          "column": 32
        },
        "end": {
          "line": 248,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 10462,
      "end": 10463,
      "loc": {
        "start": {
          "line": 248,
          "column": 33
        },
        "end": {
          "line": 248,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10464,
      "end": 10465,
      "loc": {
        "start": {
          "line": 248,
          "column": 35
        },
        "end": {
          "line": 248,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10465,
      "end": 10466,
      "loc": {
        "start": {
          "line": 248,
          "column": 36
        },
        "end": {
          "line": 248,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10479,
      "end": 10481,
      "loc": {
        "start": {
          "line": 249,
          "column": 12
        },
        "end": {
          "line": 249,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10482,
      "end": 10483,
      "loc": {
        "start": {
          "line": 249,
          "column": 15
        },
        "end": {
          "line": 249,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "faceMaterial",
      "start": 10484,
      "end": 10496,
      "loc": {
        "start": {
          "line": 249,
          "column": 17
        },
        "end": {
          "line": 249,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10496,
      "end": 10497,
      "loc": {
        "start": {
          "line": 249,
          "column": 29
        },
        "end": {
          "line": 249,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "morphTargets",
      "start": 10497,
      "end": 10509,
      "loc": {
        "start": {
          "line": 249,
          "column": 30
        },
        "end": {
          "line": 249,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 10510,
      "end": 10513,
      "loc": {
        "start": {
          "line": 249,
          "column": 43
        },
        "end": {
          "line": 249,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 10514,
      "end": 10518,
      "loc": {
        "start": {
          "line": 249,
          "column": 47
        },
        "end": {
          "line": 249,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10519,
      "end": 10520,
      "loc": {
        "start": {
          "line": 249,
          "column": 52
        },
        "end": {
          "line": 249,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10521,
      "end": 10522,
      "loc": {
        "start": {
          "line": 249,
          "column": 54
        },
        "end": {
          "line": 249,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 10539,
      "end": 10542,
      "loc": {
        "start": {
          "line": 250,
          "column": 16
        },
        "end": {
          "line": 250,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "morphTargets",
      "start": 10543,
      "end": 10555,
      "loc": {
        "start": {
          "line": 250,
          "column": 20
        },
        "end": {
          "line": 250,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10556,
      "end": 10557,
      "loc": {
        "start": {
          "line": 250,
          "column": 33
        },
        "end": {
          "line": 250,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "geometry",
      "start": 10558,
      "end": 10566,
      "loc": {
        "start": {
          "line": 250,
          "column": 35
        },
        "end": {
          "line": 250,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10566,
      "end": 10567,
      "loc": {
        "start": {
          "line": 250,
          "column": 43
        },
        "end": {
          "line": 250,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "morphTargets",
      "start": 10567,
      "end": 10579,
      "loc": {
        "start": {
          "line": 250,
          "column": 44
        },
        "end": {
          "line": 250,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10579,
      "end": 10580,
      "loc": {
        "start": {
          "line": 250,
          "column": 56
        },
        "end": {
          "line": 250,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 10597,
      "end": 10600,
      "loc": {
        "start": {
          "line": 251,
          "column": 16
        },
        "end": {
          "line": 251,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "morphInfluences",
      "start": 10601,
      "end": 10616,
      "loc": {
        "start": {
          "line": 251,
          "column": 20
        },
        "end": {
          "line": 251,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10617,
      "end": 10618,
      "loc": {
        "start": {
          "line": 251,
          "column": 36
        },
        "end": {
          "line": 251,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 10619,
      "end": 10623,
      "loc": {
        "start": {
          "line": 251,
          "column": 38
        },
        "end": {
          "line": 251,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10623,
      "end": 10624,
      "loc": {
        "start": {
          "line": 251,
          "column": 42
        },
        "end": {
          "line": 251,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "morphTargetInfluences",
      "start": 10624,
      "end": 10645,
      "loc": {
        "start": {
          "line": 251,
          "column": 43
        },
        "end": {
          "line": 251,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10645,
      "end": 10646,
      "loc": {
        "start": {
          "line": 251,
          "column": 64
        },
        "end": {
          "line": 251,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 10663,
      "end": 10672,
      "loc": {
        "start": {
          "line": 252,
          "column": 16
        },
        "end": {
          "line": 252,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10672,
      "end": 10673,
      "loc": {
        "start": {
          "line": 252,
          "column": 25
        },
        "end": {
          "line": 252,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vA",
      "start": 10673,
      "end": 10676,
      "loc": {
        "start": {
          "line": 252,
          "column": 26
        },
        "end": {
          "line": 252,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10676,
      "end": 10677,
      "loc": {
        "start": {
          "line": 252,
          "column": 29
        },
        "end": {
          "line": 252,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 10677,
      "end": 10680,
      "loc": {
        "start": {
          "line": 252,
          "column": 30
        },
        "end": {
          "line": 252,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10680,
      "end": 10681,
      "loc": {
        "start": {
          "line": 252,
          "column": 33
        },
        "end": {
          "line": 252,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 10682,
      "end": 10683,
      "loc": {
        "start": {
          "line": 252,
          "column": 35
        },
        "end": {
          "line": 252,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10683,
      "end": 10684,
      "loc": {
        "start": {
          "line": 252,
          "column": 36
        },
        "end": {
          "line": 252,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 10685,
      "end": 10686,
      "loc": {
        "start": {
          "line": 252,
          "column": 38
        },
        "end": {
          "line": 252,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10686,
      "end": 10687,
      "loc": {
        "start": {
          "line": 252,
          "column": 39
        },
        "end": {
          "line": 252,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 10688,
      "end": 10689,
      "loc": {
        "start": {
          "line": 252,
          "column": 41
        },
        "end": {
          "line": 252,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10690,
      "end": 10691,
      "loc": {
        "start": {
          "line": 252,
          "column": 43
        },
        "end": {
          "line": 252,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10691,
      "end": 10692,
      "loc": {
        "start": {
          "line": 252,
          "column": 44
        },
        "end": {
          "line": 252,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 10709,
      "end": 10718,
      "loc": {
        "start": {
          "line": 253,
          "column": 16
        },
        "end": {
          "line": 253,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10718,
      "end": 10719,
      "loc": {
        "start": {
          "line": 253,
          "column": 25
        },
        "end": {
          "line": 253,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vB",
      "start": 10719,
      "end": 10722,
      "loc": {
        "start": {
          "line": 253,
          "column": 26
        },
        "end": {
          "line": 253,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10722,
      "end": 10723,
      "loc": {
        "start": {
          "line": 253,
          "column": 29
        },
        "end": {
          "line": 253,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 10723,
      "end": 10726,
      "loc": {
        "start": {
          "line": 253,
          "column": 30
        },
        "end": {
          "line": 253,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10726,
      "end": 10727,
      "loc": {
        "start": {
          "line": 253,
          "column": 33
        },
        "end": {
          "line": 253,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 10728,
      "end": 10729,
      "loc": {
        "start": {
          "line": 253,
          "column": 35
        },
        "end": {
          "line": 253,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10729,
      "end": 10730,
      "loc": {
        "start": {
          "line": 253,
          "column": 36
        },
        "end": {
          "line": 253,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 10731,
      "end": 10732,
      "loc": {
        "start": {
          "line": 253,
          "column": 38
        },
        "end": {
          "line": 253,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10732,
      "end": 10733,
      "loc": {
        "start": {
          "line": 253,
          "column": 39
        },
        "end": {
          "line": 253,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 10734,
      "end": 10735,
      "loc": {
        "start": {
          "line": 253,
          "column": 41
        },
        "end": {
          "line": 253,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10736,
      "end": 10737,
      "loc": {
        "start": {
          "line": 253,
          "column": 43
        },
        "end": {
          "line": 253,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10737,
      "end": 10738,
      "loc": {
        "start": {
          "line": 253,
          "column": 44
        },
        "end": {
          "line": 253,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 10755,
      "end": 10764,
      "loc": {
        "start": {
          "line": 254,
          "column": 16
        },
        "end": {
          "line": 254,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10764,
      "end": 10765,
      "loc": {
        "start": {
          "line": 254,
          "column": 25
        },
        "end": {
          "line": 254,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vC",
      "start": 10765,
      "end": 10768,
      "loc": {
        "start": {
          "line": 254,
          "column": 26
        },
        "end": {
          "line": 254,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10768,
      "end": 10769,
      "loc": {
        "start": {
          "line": 254,
          "column": 29
        },
        "end": {
          "line": 254,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "set",
      "start": 10769,
      "end": 10772,
      "loc": {
        "start": {
          "line": 254,
          "column": 30
        },
        "end": {
          "line": 254,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10772,
      "end": 10773,
      "loc": {
        "start": {
          "line": 254,
          "column": 33
        },
        "end": {
          "line": 254,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 10774,
      "end": 10775,
      "loc": {
        "start": {
          "line": 254,
          "column": 35
        },
        "end": {
          "line": 254,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10775,
      "end": 10776,
      "loc": {
        "start": {
          "line": 254,
          "column": 36
        },
        "end": {
          "line": 254,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 10777,
      "end": 10778,
      "loc": {
        "start": {
          "line": 254,
          "column": 38
        },
        "end": {
          "line": 254,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10778,
      "end": 10779,
      "loc": {
        "start": {
          "line": 254,
          "column": 39
        },
        "end": {
          "line": 254,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 10780,
      "end": 10781,
      "loc": {
        "start": {
          "line": 254,
          "column": 41
        },
        "end": {
          "line": 254,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10782,
      "end": 10783,
      "loc": {
        "start": {
          "line": 254,
          "column": 43
        },
        "end": {
          "line": 254,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10783,
      "end": 10784,
      "loc": {
        "start": {
          "line": 254,
          "column": 44
        },
        "end": {
          "line": 254,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "for",
        "keyword": "for",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": true,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "for",
      "start": 10801,
      "end": 10804,
      "loc": {
        "start": {
          "line": 255,
          "column": 16
        },
        "end": {
          "line": 255,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10805,
      "end": 10806,
      "loc": {
        "start": {
          "line": 255,
          "column": 20
        },
        "end": {
          "line": 255,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 10807,
      "end": 10810,
      "loc": {
        "start": {
          "line": 255,
          "column": 22
        },
        "end": {
          "line": 255,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "t",
      "start": 10811,
      "end": 10812,
      "loc": {
        "start": {
          "line": 255,
          "column": 26
        },
        "end": {
          "line": 255,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10813,
      "end": 10814,
      "loc": {
        "start": {
          "line": 255,
          "column": 28
        },
        "end": {
          "line": 255,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 10815,
      "end": 10816,
      "loc": {
        "start": {
          "line": 255,
          "column": 30
        },
        "end": {
          "line": 255,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10816,
      "end": 10817,
      "loc": {
        "start": {
          "line": 255,
          "column": 31
        },
        "end": {
          "line": 255,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tl",
      "start": 10818,
      "end": 10820,
      "loc": {
        "start": {
          "line": 255,
          "column": 33
        },
        "end": {
          "line": 255,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10821,
      "end": 10822,
      "loc": {
        "start": {
          "line": 255,
          "column": 36
        },
        "end": {
          "line": 255,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "morphTargets",
      "start": 10823,
      "end": 10835,
      "loc": {
        "start": {
          "line": 255,
          "column": 38
        },
        "end": {
          "line": 255,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10835,
      "end": 10836,
      "loc": {
        "start": {
          "line": 255,
          "column": 50
        },
        "end": {
          "line": 255,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "length",
      "start": 10836,
      "end": 10842,
      "loc": {
        "start": {
          "line": 255,
          "column": 51
        },
        "end": {
          "line": 255,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10842,
      "end": 10843,
      "loc": {
        "start": {
          "line": 255,
          "column": 57
        },
        "end": {
          "line": 255,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "t",
      "start": 10844,
      "end": 10845,
      "loc": {
        "start": {
          "line": 255,
          "column": 59
        },
        "end": {
          "line": 255,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "</>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 7,
        "updateContext": null
      },
      "value": "<",
      "start": 10846,
      "end": 10847,
      "loc": {
        "start": {
          "line": 255,
          "column": 61
        },
        "end": {
          "line": 255,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "tl",
      "start": 10848,
      "end": 10850,
      "loc": {
        "start": {
          "line": 255,
          "column": 63
        },
        "end": {
          "line": 255,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10850,
      "end": 10851,
      "loc": {
        "start": {
          "line": 255,
          "column": 65
        },
        "end": {
          "line": 255,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "t",
      "start": 10852,
      "end": 10853,
      "loc": {
        "start": {
          "line": 255,
          "column": 67
        },
        "end": {
          "line": 255,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "++/--",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": true,
        "binop": null
      },
      "value": "++",
      "start": 10854,
      "end": 10856,
      "loc": {
        "start": {
          "line": 255,
          "column": 69
        },
        "end": {
          "line": 255,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10857,
      "end": 10858,
      "loc": {
        "start": {
          "line": 255,
          "column": 72
        },
        "end": {
          "line": 255,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10859,
      "end": 10860,
      "loc": {
        "start": {
          "line": 255,
          "column": 74
        },
        "end": {
          "line": 255,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 10881,
      "end": 10884,
      "loc": {
        "start": {
          "line": 256,
          "column": 20
        },
        "end": {
          "line": 256,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "influence",
      "start": 10885,
      "end": 10894,
      "loc": {
        "start": {
          "line": 256,
          "column": 24
        },
        "end": {
          "line": 256,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 10895,
      "end": 10896,
      "loc": {
        "start": {
          "line": 256,
          "column": 34
        },
        "end": {
          "line": 256,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "morphInfluences",
      "start": 10897,
      "end": 10912,
      "loc": {
        "start": {
          "line": 256,
          "column": 36
        },
        "end": {
          "line": 256,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10912,
      "end": 10913,
      "loc": {
        "start": {
          "line": 256,
          "column": 51
        },
        "end": {
          "line": 256,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "t",
      "start": 10914,
      "end": 10915,
      "loc": {
        "start": {
          "line": 256,
          "column": 53
        },
        "end": {
          "line": 256,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10916,
      "end": 10917,
      "loc": {
        "start": {
          "line": 256,
          "column": 55
        },
        "end": {
          "line": 256,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10917,
      "end": 10918,
      "loc": {
        "start": {
          "line": 256,
          "column": 56
        },
        "end": {
          "line": 256,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 10939,
      "end": 10941,
      "loc": {
        "start": {
          "line": 257,
          "column": 20
        },
        "end": {
          "line": 257,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10942,
      "end": 10943,
      "loc": {
        "start": {
          "line": 257,
          "column": 23
        },
        "end": {
          "line": 257,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "influence",
      "start": 10944,
      "end": 10953,
      "loc": {
        "start": {
          "line": 257,
          "column": 25
        },
        "end": {
          "line": 257,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 10954,
      "end": 10957,
      "loc": {
        "start": {
          "line": 257,
          "column": 35
        },
        "end": {
          "line": 257,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 10958,
      "end": 10959,
      "loc": {
        "start": {
          "line": 257,
          "column": 39
        },
        "end": {
          "line": 257,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 10960,
      "end": 10961,
      "loc": {
        "start": {
          "line": 257,
          "column": 41
        },
        "end": {
          "line": 257,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "continue",
        "keyword": "continue",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "continue",
      "start": 10962,
      "end": 10970,
      "loc": {
        "start": {
          "line": 257,
          "column": 43
        },
        "end": {
          "line": 257,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 10970,
      "end": 10971,
      "loc": {
        "start": {
          "line": 257,
          "column": 51
        },
        "end": {
          "line": 257,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 10992,
      "end": 10995,
      "loc": {
        "start": {
          "line": 258,
          "column": 20
        },
        "end": {
          "line": 258,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "targets",
      "start": 10996,
      "end": 11003,
      "loc": {
        "start": {
          "line": 258,
          "column": 24
        },
        "end": {
          "line": 258,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11004,
      "end": 11005,
      "loc": {
        "start": {
          "line": 258,
          "column": 32
        },
        "end": {
          "line": 258,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "morphTargets",
      "start": 11006,
      "end": 11018,
      "loc": {
        "start": {
          "line": 258,
          "column": 34
        },
        "end": {
          "line": 258,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11018,
      "end": 11019,
      "loc": {
        "start": {
          "line": 258,
          "column": 46
        },
        "end": {
          "line": 258,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "t",
      "start": 11020,
      "end": 11021,
      "loc": {
        "start": {
          "line": 258,
          "column": 48
        },
        "end": {
          "line": 258,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11022,
      "end": 11023,
      "loc": {
        "start": {
          "line": 258,
          "column": 50
        },
        "end": {
          "line": 258,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11023,
      "end": 11024,
      "loc": {
        "start": {
          "line": 258,
          "column": 51
        },
        "end": {
          "line": 258,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "vertices",
      "start": 11024,
      "end": 11032,
      "loc": {
        "start": {
          "line": 258,
          "column": 52
        },
        "end": {
          "line": 258,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11032,
      "end": 11033,
      "loc": {
        "start": {
          "line": 258,
          "column": 60
        },
        "end": {
          "line": 258,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 11054,
      "end": 11063,
      "loc": {
        "start": {
          "line": 259,
          "column": 20
        },
        "end": {
          "line": 259,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11063,
      "end": 11064,
      "loc": {
        "start": {
          "line": 259,
          "column": 29
        },
        "end": {
          "line": 259,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vA",
      "start": 11064,
      "end": 11067,
      "loc": {
        "start": {
          "line": 259,
          "column": 30
        },
        "end": {
          "line": 259,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11067,
      "end": 11068,
      "loc": {
        "start": {
          "line": 259,
          "column": 33
        },
        "end": {
          "line": 259,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addScaledVector",
      "start": 11068,
      "end": 11083,
      "loc": {
        "start": {
          "line": 259,
          "column": 34
        },
        "end": {
          "line": 259,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11083,
      "end": 11084,
      "loc": {
        "start": {
          "line": 259,
          "column": 49
        },
        "end": {
          "line": 259,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 11085,
      "end": 11094,
      "loc": {
        "start": {
          "line": 259,
          "column": 51
        },
        "end": {
          "line": 259,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11094,
      "end": 11095,
      "loc": {
        "start": {
          "line": 259,
          "column": 60
        },
        "end": {
          "line": 259,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_tempA",
      "start": 11095,
      "end": 11101,
      "loc": {
        "start": {
          "line": 259,
          "column": 61
        },
        "end": {
          "line": 259,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11101,
      "end": 11102,
      "loc": {
        "start": {
          "line": 259,
          "column": 67
        },
        "end": {
          "line": 259,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "subVectors",
      "start": 11102,
      "end": 11112,
      "loc": {
        "start": {
          "line": 259,
          "column": 68
        },
        "end": {
          "line": 259,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11112,
      "end": 11113,
      "loc": {
        "start": {
          "line": 259,
          "column": 78
        },
        "end": {
          "line": 259,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "targets",
      "start": 11114,
      "end": 11121,
      "loc": {
        "start": {
          "line": 259,
          "column": 80
        },
        "end": {
          "line": 259,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11121,
      "end": 11122,
      "loc": {
        "start": {
          "line": 259,
          "column": 87
        },
        "end": {
          "line": 259,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "face",
      "start": 11123,
      "end": 11127,
      "loc": {
        "start": {
          "line": 259,
          "column": 89
        },
        "end": {
          "line": 259,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11127,
      "end": 11128,
      "loc": {
        "start": {
          "line": 259,
          "column": 93
        },
        "end": {
          "line": 259,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "a",
      "start": 11128,
      "end": 11129,
      "loc": {
        "start": {
          "line": 259,
          "column": 94
        },
        "end": {
          "line": 259,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11130,
      "end": 11131,
      "loc": {
        "start": {
          "line": 259,
          "column": 96
        },
        "end": {
          "line": 259,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11131,
      "end": 11132,
      "loc": {
        "start": {
          "line": 259,
          "column": 97
        },
        "end": {
          "line": 259,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fvA",
      "start": 11133,
      "end": 11136,
      "loc": {
        "start": {
          "line": 259,
          "column": 99
        },
        "end": {
          "line": 259,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11137,
      "end": 11138,
      "loc": {
        "start": {
          "line": 259,
          "column": 103
        },
        "end": {
          "line": 259,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11138,
      "end": 11139,
      "loc": {
        "start": {
          "line": 259,
          "column": 104
        },
        "end": {
          "line": 259,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "influence",
      "start": 11140,
      "end": 11149,
      "loc": {
        "start": {
          "line": 259,
          "column": 106
        },
        "end": {
          "line": 259,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11150,
      "end": 11151,
      "loc": {
        "start": {
          "line": 259,
          "column": 116
        },
        "end": {
          "line": 259,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11151,
      "end": 11152,
      "loc": {
        "start": {
          "line": 259,
          "column": 117
        },
        "end": {
          "line": 259,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 11173,
      "end": 11182,
      "loc": {
        "start": {
          "line": 260,
          "column": 20
        },
        "end": {
          "line": 260,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11182,
      "end": 11183,
      "loc": {
        "start": {
          "line": 260,
          "column": 29
        },
        "end": {
          "line": 260,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vB",
      "start": 11183,
      "end": 11186,
      "loc": {
        "start": {
          "line": 260,
          "column": 30
        },
        "end": {
          "line": 260,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11186,
      "end": 11187,
      "loc": {
        "start": {
          "line": 260,
          "column": 33
        },
        "end": {
          "line": 260,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addScaledVector",
      "start": 11187,
      "end": 11202,
      "loc": {
        "start": {
          "line": 260,
          "column": 34
        },
        "end": {
          "line": 260,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11202,
      "end": 11203,
      "loc": {
        "start": {
          "line": 260,
          "column": 49
        },
        "end": {
          "line": 260,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 11204,
      "end": 11213,
      "loc": {
        "start": {
          "line": 260,
          "column": 51
        },
        "end": {
          "line": 260,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11213,
      "end": 11214,
      "loc": {
        "start": {
          "line": 260,
          "column": 60
        },
        "end": {
          "line": 260,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_tempB",
      "start": 11214,
      "end": 11220,
      "loc": {
        "start": {
          "line": 260,
          "column": 61
        },
        "end": {
          "line": 260,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11220,
      "end": 11221,
      "loc": {
        "start": {
          "line": 260,
          "column": 67
        },
        "end": {
          "line": 260,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "subVectors",
      "start": 11221,
      "end": 11231,
      "loc": {
        "start": {
          "line": 260,
          "column": 68
        },
        "end": {
          "line": 260,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11231,
      "end": 11232,
      "loc": {
        "start": {
          "line": 260,
          "column": 78
        },
        "end": {
          "line": 260,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "targets",
      "start": 11233,
      "end": 11240,
      "loc": {
        "start": {
          "line": 260,
          "column": 80
        },
        "end": {
          "line": 260,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11240,
      "end": 11241,
      "loc": {
        "start": {
          "line": 260,
          "column": 87
        },
        "end": {
          "line": 260,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "face",
      "start": 11242,
      "end": 11246,
      "loc": {
        "start": {
          "line": 260,
          "column": 89
        },
        "end": {
          "line": 260,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11246,
      "end": 11247,
      "loc": {
        "start": {
          "line": 260,
          "column": 93
        },
        "end": {
          "line": 260,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "b",
      "start": 11247,
      "end": 11248,
      "loc": {
        "start": {
          "line": 260,
          "column": 94
        },
        "end": {
          "line": 260,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11249,
      "end": 11250,
      "loc": {
        "start": {
          "line": 260,
          "column": 96
        },
        "end": {
          "line": 260,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11250,
      "end": 11251,
      "loc": {
        "start": {
          "line": 260,
          "column": 97
        },
        "end": {
          "line": 260,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fvB",
      "start": 11252,
      "end": 11255,
      "loc": {
        "start": {
          "line": 260,
          "column": 99
        },
        "end": {
          "line": 260,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11256,
      "end": 11257,
      "loc": {
        "start": {
          "line": 260,
          "column": 103
        },
        "end": {
          "line": 260,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11257,
      "end": 11258,
      "loc": {
        "start": {
          "line": 260,
          "column": 104
        },
        "end": {
          "line": 260,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "influence",
      "start": 11259,
      "end": 11268,
      "loc": {
        "start": {
          "line": 260,
          "column": 106
        },
        "end": {
          "line": 260,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11269,
      "end": 11270,
      "loc": {
        "start": {
          "line": 260,
          "column": 116
        },
        "end": {
          "line": 260,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11270,
      "end": 11271,
      "loc": {
        "start": {
          "line": 260,
          "column": 117
        },
        "end": {
          "line": 260,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 11292,
      "end": 11301,
      "loc": {
        "start": {
          "line": 261,
          "column": 20
        },
        "end": {
          "line": 261,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11301,
      "end": 11302,
      "loc": {
        "start": {
          "line": 261,
          "column": 29
        },
        "end": {
          "line": 261,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vC",
      "start": 11302,
      "end": 11305,
      "loc": {
        "start": {
          "line": 261,
          "column": 30
        },
        "end": {
          "line": 261,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11305,
      "end": 11306,
      "loc": {
        "start": {
          "line": 261,
          "column": 33
        },
        "end": {
          "line": 261,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "addScaledVector",
      "start": 11306,
      "end": 11321,
      "loc": {
        "start": {
          "line": 261,
          "column": 34
        },
        "end": {
          "line": 261,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11321,
      "end": 11322,
      "loc": {
        "start": {
          "line": 261,
          "column": 49
        },
        "end": {
          "line": 261,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 11323,
      "end": 11332,
      "loc": {
        "start": {
          "line": 261,
          "column": 51
        },
        "end": {
          "line": 261,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11332,
      "end": 11333,
      "loc": {
        "start": {
          "line": 261,
          "column": 60
        },
        "end": {
          "line": 261,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_tempC",
      "start": 11333,
      "end": 11339,
      "loc": {
        "start": {
          "line": 261,
          "column": 61
        },
        "end": {
          "line": 261,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11339,
      "end": 11340,
      "loc": {
        "start": {
          "line": 261,
          "column": 67
        },
        "end": {
          "line": 261,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "subVectors",
      "start": 11340,
      "end": 11350,
      "loc": {
        "start": {
          "line": 261,
          "column": 68
        },
        "end": {
          "line": 261,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11350,
      "end": 11351,
      "loc": {
        "start": {
          "line": 261,
          "column": 78
        },
        "end": {
          "line": 261,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "targets",
      "start": 11352,
      "end": 11359,
      "loc": {
        "start": {
          "line": 261,
          "column": 80
        },
        "end": {
          "line": 261,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11359,
      "end": 11360,
      "loc": {
        "start": {
          "line": 261,
          "column": 87
        },
        "end": {
          "line": 261,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "face",
      "start": 11361,
      "end": 11365,
      "loc": {
        "start": {
          "line": 261,
          "column": 89
        },
        "end": {
          "line": 261,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11365,
      "end": 11366,
      "loc": {
        "start": {
          "line": 261,
          "column": 93
        },
        "end": {
          "line": 261,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "c",
      "start": 11366,
      "end": 11367,
      "loc": {
        "start": {
          "line": 261,
          "column": 94
        },
        "end": {
          "line": 261,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11368,
      "end": 11369,
      "loc": {
        "start": {
          "line": 261,
          "column": 96
        },
        "end": {
          "line": 261,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11369,
      "end": 11370,
      "loc": {
        "start": {
          "line": 261,
          "column": 97
        },
        "end": {
          "line": 261,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fvC",
      "start": 11371,
      "end": 11374,
      "loc": {
        "start": {
          "line": 261,
          "column": 99
        },
        "end": {
          "line": 261,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11375,
      "end": 11376,
      "loc": {
        "start": {
          "line": 261,
          "column": 103
        },
        "end": {
          "line": 261,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11376,
      "end": 11377,
      "loc": {
        "start": {
          "line": 261,
          "column": 104
        },
        "end": {
          "line": 261,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "influence",
      "start": 11378,
      "end": 11387,
      "loc": {
        "start": {
          "line": 261,
          "column": 106
        },
        "end": {
          "line": 261,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11388,
      "end": 11389,
      "loc": {
        "start": {
          "line": 261,
          "column": 116
        },
        "end": {
          "line": 261,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11389,
      "end": 11390,
      "loc": {
        "start": {
          "line": 261,
          "column": 117
        },
        "end": {
          "line": 261,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11407,
      "end": 11408,
      "loc": {
        "start": {
          "line": 262,
          "column": 16
        },
        "end": {
          "line": 262,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 11425,
      "end": 11434,
      "loc": {
        "start": {
          "line": 263,
          "column": 16
        },
        "end": {
          "line": 263,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11434,
      "end": 11435,
      "loc": {
        "start": {
          "line": 263,
          "column": 25
        },
        "end": {
          "line": 263,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vA",
      "start": 11435,
      "end": 11438,
      "loc": {
        "start": {
          "line": 263,
          "column": 26
        },
        "end": {
          "line": 263,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11438,
      "end": 11439,
      "loc": {
        "start": {
          "line": 263,
          "column": 29
        },
        "end": {
          "line": 263,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 11439,
      "end": 11442,
      "loc": {
        "start": {
          "line": 263,
          "column": 30
        },
        "end": {
          "line": 263,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11442,
      "end": 11443,
      "loc": {
        "start": {
          "line": 263,
          "column": 33
        },
        "end": {
          "line": 263,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fvA",
      "start": 11444,
      "end": 11447,
      "loc": {
        "start": {
          "line": 263,
          "column": 35
        },
        "end": {
          "line": 263,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11448,
      "end": 11449,
      "loc": {
        "start": {
          "line": 263,
          "column": 39
        },
        "end": {
          "line": 263,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11449,
      "end": 11450,
      "loc": {
        "start": {
          "line": 263,
          "column": 40
        },
        "end": {
          "line": 263,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 11467,
      "end": 11476,
      "loc": {
        "start": {
          "line": 264,
          "column": 16
        },
        "end": {
          "line": 264,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11476,
      "end": 11477,
      "loc": {
        "start": {
          "line": 264,
          "column": 25
        },
        "end": {
          "line": 264,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vB",
      "start": 11477,
      "end": 11480,
      "loc": {
        "start": {
          "line": 264,
          "column": 26
        },
        "end": {
          "line": 264,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11480,
      "end": 11481,
      "loc": {
        "start": {
          "line": 264,
          "column": 29
        },
        "end": {
          "line": 264,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 11481,
      "end": 11484,
      "loc": {
        "start": {
          "line": 264,
          "column": 30
        },
        "end": {
          "line": 264,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11484,
      "end": 11485,
      "loc": {
        "start": {
          "line": 264,
          "column": 33
        },
        "end": {
          "line": 264,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fvB",
      "start": 11486,
      "end": 11489,
      "loc": {
        "start": {
          "line": 264,
          "column": 35
        },
        "end": {
          "line": 264,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11490,
      "end": 11491,
      "loc": {
        "start": {
          "line": 264,
          "column": 39
        },
        "end": {
          "line": 264,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11491,
      "end": 11492,
      "loc": {
        "start": {
          "line": 264,
          "column": 40
        },
        "end": {
          "line": 264,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 11509,
      "end": 11518,
      "loc": {
        "start": {
          "line": 265,
          "column": 16
        },
        "end": {
          "line": 265,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11518,
      "end": 11519,
      "loc": {
        "start": {
          "line": 265,
          "column": 25
        },
        "end": {
          "line": 265,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vC",
      "start": 11519,
      "end": 11522,
      "loc": {
        "start": {
          "line": 265,
          "column": 26
        },
        "end": {
          "line": 265,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11522,
      "end": 11523,
      "loc": {
        "start": {
          "line": 265,
          "column": 29
        },
        "end": {
          "line": 265,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "add",
      "start": 11523,
      "end": 11526,
      "loc": {
        "start": {
          "line": 265,
          "column": 30
        },
        "end": {
          "line": 265,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11526,
      "end": 11527,
      "loc": {
        "start": {
          "line": 265,
          "column": 33
        },
        "end": {
          "line": 265,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fvC",
      "start": 11528,
      "end": 11531,
      "loc": {
        "start": {
          "line": 265,
          "column": 35
        },
        "end": {
          "line": 265,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11532,
      "end": 11533,
      "loc": {
        "start": {
          "line": 265,
          "column": 39
        },
        "end": {
          "line": 265,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11533,
      "end": 11534,
      "loc": {
        "start": {
          "line": 265,
          "column": 40
        },
        "end": {
          "line": 265,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fvA",
      "start": 11551,
      "end": 11554,
      "loc": {
        "start": {
          "line": 266,
          "column": 16
        },
        "end": {
          "line": 266,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11555,
      "end": 11556,
      "loc": {
        "start": {
          "line": 266,
          "column": 20
        },
        "end": {
          "line": 266,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 11557,
      "end": 11566,
      "loc": {
        "start": {
          "line": 266,
          "column": 22
        },
        "end": {
          "line": 266,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11566,
      "end": 11567,
      "loc": {
        "start": {
          "line": 266,
          "column": 31
        },
        "end": {
          "line": 266,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vA",
      "start": 11567,
      "end": 11570,
      "loc": {
        "start": {
          "line": 266,
          "column": 32
        },
        "end": {
          "line": 266,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11570,
      "end": 11571,
      "loc": {
        "start": {
          "line": 266,
          "column": 35
        },
        "end": {
          "line": 266,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fvB",
      "start": 11588,
      "end": 11591,
      "loc": {
        "start": {
          "line": 267,
          "column": 16
        },
        "end": {
          "line": 267,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11592,
      "end": 11593,
      "loc": {
        "start": {
          "line": 267,
          "column": 20
        },
        "end": {
          "line": 267,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 11594,
      "end": 11603,
      "loc": {
        "start": {
          "line": 267,
          "column": 22
        },
        "end": {
          "line": 267,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11603,
      "end": 11604,
      "loc": {
        "start": {
          "line": 267,
          "column": 31
        },
        "end": {
          "line": 267,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vB",
      "start": 11604,
      "end": 11607,
      "loc": {
        "start": {
          "line": 267,
          "column": 32
        },
        "end": {
          "line": 267,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11607,
      "end": 11608,
      "loc": {
        "start": {
          "line": 267,
          "column": 35
        },
        "end": {
          "line": 267,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fvC",
      "start": 11625,
      "end": 11628,
      "loc": {
        "start": {
          "line": 268,
          "column": 16
        },
        "end": {
          "line": 268,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11629,
      "end": 11630,
      "loc": {
        "start": {
          "line": 268,
          "column": 20
        },
        "end": {
          "line": 268,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 11631,
      "end": 11640,
      "loc": {
        "start": {
          "line": 268,
          "column": 22
        },
        "end": {
          "line": 268,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11640,
      "end": 11641,
      "loc": {
        "start": {
          "line": 268,
          "column": 31
        },
        "end": {
          "line": 268,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_vC",
      "start": 11641,
      "end": 11644,
      "loc": {
        "start": {
          "line": 268,
          "column": 32
        },
        "end": {
          "line": 268,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11644,
      "end": 11645,
      "loc": {
        "start": {
          "line": 268,
          "column": 35
        },
        "end": {
          "line": 268,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11658,
      "end": 11659,
      "loc": {
        "start": {
          "line": 269,
          "column": 12
        },
        "end": {
          "line": 269,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersection",
      "start": 11672,
      "end": 11684,
      "loc": {
        "start": {
          "line": 270,
          "column": 12
        },
        "end": {
          "line": 270,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11685,
      "end": 11686,
      "loc": {
        "start": {
          "line": 270,
          "column": 25
        },
        "end": {
          "line": 270,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "checkIntersection",
      "start": 11687,
      "end": 11704,
      "loc": {
        "start": {
          "line": 270,
          "column": 27
        },
        "end": {
          "line": 270,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11704,
      "end": 11705,
      "loc": {
        "start": {
          "line": 270,
          "column": 44
        },
        "end": {
          "line": 270,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 11706,
      "end": 11710,
      "loc": {
        "start": {
          "line": 270,
          "column": 46
        },
        "end": {
          "line": 270,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11710,
      "end": 11711,
      "loc": {
        "start": {
          "line": 270,
          "column": 50
        },
        "end": {
          "line": 270,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 11712,
      "end": 11721,
      "loc": {
        "start": {
          "line": 270,
          "column": 52
        },
        "end": {
          "line": 270,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11721,
      "end": 11722,
      "loc": {
        "start": {
          "line": 270,
          "column": 61
        },
        "end": {
          "line": 270,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 11723,
      "end": 11732,
      "loc": {
        "start": {
          "line": 270,
          "column": 63
        },
        "end": {
          "line": 270,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11732,
      "end": 11733,
      "loc": {
        "start": {
          "line": 270,
          "column": 72
        },
        "end": {
          "line": 270,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_ray",
      "start": 11733,
      "end": 11737,
      "loc": {
        "start": {
          "line": 270,
          "column": 73
        },
        "end": {
          "line": 270,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11737,
      "end": 11738,
      "loc": {
        "start": {
          "line": 270,
          "column": 77
        },
        "end": {
          "line": 270,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fvA",
      "start": 11739,
      "end": 11742,
      "loc": {
        "start": {
          "line": 270,
          "column": 79
        },
        "end": {
          "line": 270,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11742,
      "end": 11743,
      "loc": {
        "start": {
          "line": 270,
          "column": 82
        },
        "end": {
          "line": 270,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fvB",
      "start": 11744,
      "end": 11747,
      "loc": {
        "start": {
          "line": 270,
          "column": 84
        },
        "end": {
          "line": 270,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11747,
      "end": 11748,
      "loc": {
        "start": {
          "line": 270,
          "column": 87
        },
        "end": {
          "line": 270,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fvC",
      "start": 11749,
      "end": 11752,
      "loc": {
        "start": {
          "line": 270,
          "column": 89
        },
        "end": {
          "line": 270,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11752,
      "end": 11753,
      "loc": {
        "start": {
          "line": 270,
          "column": 92
        },
        "end": {
          "line": 270,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 11754,
      "end": 11763,
      "loc": {
        "start": {
          "line": 270,
          "column": 94
        },
        "end": {
          "line": 270,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11763,
      "end": 11764,
      "loc": {
        "start": {
          "line": 270,
          "column": 103
        },
        "end": {
          "line": 270,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_intersectionPoint",
      "start": 11764,
      "end": 11782,
      "loc": {
        "start": {
          "line": 270,
          "column": 104
        },
        "end": {
          "line": 270,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11783,
      "end": 11784,
      "loc": {
        "start": {
          "line": 270,
          "column": 123
        },
        "end": {
          "line": 270,
          "column": 124
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11784,
      "end": 11785,
      "loc": {
        "start": {
          "line": 270,
          "column": 124
        },
        "end": {
          "line": 270,
          "column": 125
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 11798,
      "end": 11800,
      "loc": {
        "start": {
          "line": 271,
          "column": 12
        },
        "end": {
          "line": 271,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11801,
      "end": 11802,
      "loc": {
        "start": {
          "line": 271,
          "column": 15
        },
        "end": {
          "line": 271,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersection",
      "start": 11803,
      "end": 11815,
      "loc": {
        "start": {
          "line": 271,
          "column": 17
        },
        "end": {
          "line": 271,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11816,
      "end": 11817,
      "loc": {
        "start": {
          "line": 271,
          "column": 30
        },
        "end": {
          "line": 271,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11818,
      "end": 11819,
      "loc": {
        "start": {
          "line": 271,
          "column": 32
        },
        "end": {
          "line": 271,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 11836,
      "end": 11838,
      "loc": {
        "start": {
          "line": 272,
          "column": 16
        },
        "end": {
          "line": 272,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11839,
      "end": 11840,
      "loc": {
        "start": {
          "line": 272,
          "column": 19
        },
        "end": {
          "line": 272,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uvs",
      "start": 11841,
      "end": 11844,
      "loc": {
        "start": {
          "line": 272,
          "column": 21
        },
        "end": {
          "line": 272,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11845,
      "end": 11846,
      "loc": {
        "start": {
          "line": 272,
          "column": 25
        },
        "end": {
          "line": 272,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11847,
      "end": 11848,
      "loc": {
        "start": {
          "line": 272,
          "column": 27
        },
        "end": {
          "line": 272,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "var",
        "keyword": "var",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "var",
      "start": 11869,
      "end": 11872,
      "loc": {
        "start": {
          "line": 273,
          "column": 20
        },
        "end": {
          "line": 273,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uvs_f",
      "start": 11873,
      "end": 11878,
      "loc": {
        "start": {
          "line": 273,
          "column": 24
        },
        "end": {
          "line": 273,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 11879,
      "end": 11880,
      "loc": {
        "start": {
          "line": 273,
          "column": 30
        },
        "end": {
          "line": 273,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uvs",
      "start": 11881,
      "end": 11884,
      "loc": {
        "start": {
          "line": 273,
          "column": 32
        },
        "end": {
          "line": 273,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11884,
      "end": 11885,
      "loc": {
        "start": {
          "line": 273,
          "column": 35
        },
        "end": {
          "line": 273,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "f",
      "start": 11886,
      "end": 11887,
      "loc": {
        "start": {
          "line": 273,
          "column": 37
        },
        "end": {
          "line": 273,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11888,
      "end": 11889,
      "loc": {
        "start": {
          "line": 273,
          "column": 39
        },
        "end": {
          "line": 273,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11889,
      "end": 11890,
      "loc": {
        "start": {
          "line": 273,
          "column": 40
        },
        "end": {
          "line": 273,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 11911,
      "end": 11920,
      "loc": {
        "start": {
          "line": 274,
          "column": 20
        },
        "end": {
          "line": 274,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11920,
      "end": 11921,
      "loc": {
        "start": {
          "line": 274,
          "column": 29
        },
        "end": {
          "line": 274,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_uvA",
      "start": 11921,
      "end": 11925,
      "loc": {
        "start": {
          "line": 274,
          "column": 30
        },
        "end": {
          "line": 274,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11925,
      "end": 11926,
      "loc": {
        "start": {
          "line": 274,
          "column": 34
        },
        "end": {
          "line": 274,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "copy",
      "start": 11926,
      "end": 11930,
      "loc": {
        "start": {
          "line": 274,
          "column": 35
        },
        "end": {
          "line": 274,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11930,
      "end": 11931,
      "loc": {
        "start": {
          "line": 274,
          "column": 39
        },
        "end": {
          "line": 274,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uvs_f",
      "start": 11932,
      "end": 11937,
      "loc": {
        "start": {
          "line": 274,
          "column": 41
        },
        "end": {
          "line": 274,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11937,
      "end": 11938,
      "loc": {
        "start": {
          "line": 274,
          "column": 46
        },
        "end": {
          "line": 274,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 0,
      "start": 11939,
      "end": 11940,
      "loc": {
        "start": {
          "line": 274,
          "column": 48
        },
        "end": {
          "line": 274,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11941,
      "end": 11942,
      "loc": {
        "start": {
          "line": 274,
          "column": 50
        },
        "end": {
          "line": 274,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11943,
      "end": 11944,
      "loc": {
        "start": {
          "line": 274,
          "column": 52
        },
        "end": {
          "line": 274,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11944,
      "end": 11945,
      "loc": {
        "start": {
          "line": 274,
          "column": 53
        },
        "end": {
          "line": 274,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 11966,
      "end": 11975,
      "loc": {
        "start": {
          "line": 275,
          "column": 20
        },
        "end": {
          "line": 275,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11975,
      "end": 11976,
      "loc": {
        "start": {
          "line": 275,
          "column": 29
        },
        "end": {
          "line": 275,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_uvB",
      "start": 11976,
      "end": 11980,
      "loc": {
        "start": {
          "line": 275,
          "column": 30
        },
        "end": {
          "line": 275,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11980,
      "end": 11981,
      "loc": {
        "start": {
          "line": 275,
          "column": 34
        },
        "end": {
          "line": 275,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "copy",
      "start": 11981,
      "end": 11985,
      "loc": {
        "start": {
          "line": 275,
          "column": 35
        },
        "end": {
          "line": 275,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11985,
      "end": 11986,
      "loc": {
        "start": {
          "line": 275,
          "column": 39
        },
        "end": {
          "line": 275,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uvs_f",
      "start": 11987,
      "end": 11992,
      "loc": {
        "start": {
          "line": 275,
          "column": 41
        },
        "end": {
          "line": 275,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11992,
      "end": 11993,
      "loc": {
        "start": {
          "line": 275,
          "column": 46
        },
        "end": {
          "line": 275,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 1,
      "start": 11994,
      "end": 11995,
      "loc": {
        "start": {
          "line": 275,
          "column": 48
        },
        "end": {
          "line": 275,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11996,
      "end": 11997,
      "loc": {
        "start": {
          "line": 275,
          "column": 50
        },
        "end": {
          "line": 275,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 11998,
      "end": 11999,
      "loc": {
        "start": {
          "line": 275,
          "column": 52
        },
        "end": {
          "line": 275,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 11999,
      "end": 12000,
      "loc": {
        "start": {
          "line": 275,
          "column": 53
        },
        "end": {
          "line": 275,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 12021,
      "end": 12030,
      "loc": {
        "start": {
          "line": 276,
          "column": 20
        },
        "end": {
          "line": 276,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12030,
      "end": 12031,
      "loc": {
        "start": {
          "line": 276,
          "column": 29
        },
        "end": {
          "line": 276,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_uvC",
      "start": 12031,
      "end": 12035,
      "loc": {
        "start": {
          "line": 276,
          "column": 30
        },
        "end": {
          "line": 276,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12035,
      "end": 12036,
      "loc": {
        "start": {
          "line": 276,
          "column": 34
        },
        "end": {
          "line": 276,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "copy",
      "start": 12036,
      "end": 12040,
      "loc": {
        "start": {
          "line": 276,
          "column": 35
        },
        "end": {
          "line": 276,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12040,
      "end": 12041,
      "loc": {
        "start": {
          "line": 276,
          "column": 39
        },
        "end": {
          "line": 276,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uvs_f",
      "start": 12042,
      "end": 12047,
      "loc": {
        "start": {
          "line": 276,
          "column": 41
        },
        "end": {
          "line": 276,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12047,
      "end": 12048,
      "loc": {
        "start": {
          "line": 276,
          "column": 46
        },
        "end": {
          "line": 276,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "num",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": 2,
      "start": 12049,
      "end": 12050,
      "loc": {
        "start": {
          "line": 276,
          "column": 48
        },
        "end": {
          "line": 276,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12051,
      "end": 12052,
      "loc": {
        "start": {
          "line": 276,
          "column": 50
        },
        "end": {
          "line": 276,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12053,
      "end": 12054,
      "loc": {
        "start": {
          "line": 276,
          "column": 52
        },
        "end": {
          "line": 276,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12054,
      "end": 12055,
      "loc": {
        "start": {
          "line": 276,
          "column": 53
        },
        "end": {
          "line": 276,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersection",
      "start": 12076,
      "end": 12088,
      "loc": {
        "start": {
          "line": 277,
          "column": 20
        },
        "end": {
          "line": 277,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12088,
      "end": 12089,
      "loc": {
        "start": {
          "line": 277,
          "column": 32
        },
        "end": {
          "line": 277,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uv",
      "start": 12089,
      "end": 12091,
      "loc": {
        "start": {
          "line": 277,
          "column": 33
        },
        "end": {
          "line": 277,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12092,
      "end": 12093,
      "loc": {
        "start": {
          "line": 277,
          "column": 36
        },
        "end": {
          "line": 277,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "uvIntersection",
      "start": 12094,
      "end": 12108,
      "loc": {
        "start": {
          "line": 277,
          "column": 38
        },
        "end": {
          "line": 277,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12108,
      "end": 12109,
      "loc": {
        "start": {
          "line": 277,
          "column": 52
        },
        "end": {
          "line": 277,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 12110,
      "end": 12119,
      "loc": {
        "start": {
          "line": 277,
          "column": 54
        },
        "end": {
          "line": 277,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12119,
      "end": 12120,
      "loc": {
        "start": {
          "line": 277,
          "column": 63
        },
        "end": {
          "line": 277,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 12121,
      "end": 12130,
      "loc": {
        "start": {
          "line": 277,
          "column": 65
        },
        "end": {
          "line": 277,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12130,
      "end": 12131,
      "loc": {
        "start": {
          "line": 277,
          "column": 74
        },
        "end": {
          "line": 277,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_intersectionPoint",
      "start": 12131,
      "end": 12149,
      "loc": {
        "start": {
          "line": 277,
          "column": 75
        },
        "end": {
          "line": 277,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12149,
      "end": 12150,
      "loc": {
        "start": {
          "line": 277,
          "column": 93
        },
        "end": {
          "line": 277,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fvA",
      "start": 12151,
      "end": 12154,
      "loc": {
        "start": {
          "line": 277,
          "column": 95
        },
        "end": {
          "line": 277,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12154,
      "end": 12155,
      "loc": {
        "start": {
          "line": 277,
          "column": 98
        },
        "end": {
          "line": 277,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fvB",
      "start": 12156,
      "end": 12159,
      "loc": {
        "start": {
          "line": 277,
          "column": 100
        },
        "end": {
          "line": 277,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12159,
      "end": 12160,
      "loc": {
        "start": {
          "line": 277,
          "column": 103
        },
        "end": {
          "line": 277,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fvC",
      "start": 12161,
      "end": 12164,
      "loc": {
        "start": {
          "line": 277,
          "column": 105
        },
        "end": {
          "line": 277,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12164,
      "end": 12165,
      "loc": {
        "start": {
          "line": 277,
          "column": 108
        },
        "end": {
          "line": 277,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 12166,
      "end": 12175,
      "loc": {
        "start": {
          "line": 277,
          "column": 110
        },
        "end": {
          "line": 277,
          "column": 119
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12175,
      "end": 12176,
      "loc": {
        "start": {
          "line": 277,
          "column": 119
        },
        "end": {
          "line": 277,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_uvA",
      "start": 12176,
      "end": 12180,
      "loc": {
        "start": {
          "line": 277,
          "column": 120
        },
        "end": {
          "line": 277,
          "column": 124
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12180,
      "end": 12181,
      "loc": {
        "start": {
          "line": 277,
          "column": 124
        },
        "end": {
          "line": 277,
          "column": 125
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 12182,
      "end": 12191,
      "loc": {
        "start": {
          "line": 277,
          "column": 126
        },
        "end": {
          "line": 277,
          "column": 135
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12191,
      "end": 12192,
      "loc": {
        "start": {
          "line": 277,
          "column": 135
        },
        "end": {
          "line": 277,
          "column": 136
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_uvB",
      "start": 12192,
      "end": 12196,
      "loc": {
        "start": {
          "line": 277,
          "column": 136
        },
        "end": {
          "line": 277,
          "column": 140
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12196,
      "end": 12197,
      "loc": {
        "start": {
          "line": 277,
          "column": 140
        },
        "end": {
          "line": 277,
          "column": 141
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "raycaster",
      "start": 12198,
      "end": 12207,
      "loc": {
        "start": {
          "line": 277,
          "column": 142
        },
        "end": {
          "line": 277,
          "column": 151
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12207,
      "end": 12208,
      "loc": {
        "start": {
          "line": 277,
          "column": 151
        },
        "end": {
          "line": 277,
          "column": 152
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "_uvC",
      "start": 12208,
      "end": 12212,
      "loc": {
        "start": {
          "line": 277,
          "column": 152
        },
        "end": {
          "line": 277,
          "column": 156
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12213,
      "end": 12214,
      "loc": {
        "start": {
          "line": 277,
          "column": 157
        },
        "end": {
          "line": 277,
          "column": 158
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12214,
      "end": 12215,
      "loc": {
        "start": {
          "line": 277,
          "column": 158
        },
        "end": {
          "line": 277,
          "column": 159
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12232,
      "end": 12233,
      "loc": {
        "start": {
          "line": 278,
          "column": 16
        },
        "end": {
          "line": 278,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersection",
      "start": 12250,
      "end": 12262,
      "loc": {
        "start": {
          "line": 279,
          "column": 16
        },
        "end": {
          "line": 279,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12262,
      "end": 12263,
      "loc": {
        "start": {
          "line": 279,
          "column": 28
        },
        "end": {
          "line": 279,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "face",
      "start": 12263,
      "end": 12267,
      "loc": {
        "start": {
          "line": 279,
          "column": 29
        },
        "end": {
          "line": 279,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12268,
      "end": 12269,
      "loc": {
        "start": {
          "line": 279,
          "column": 34
        },
        "end": {
          "line": 279,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "face",
      "start": 12270,
      "end": 12274,
      "loc": {
        "start": {
          "line": 279,
          "column": 36
        },
        "end": {
          "line": 279,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12274,
      "end": 12275,
      "loc": {
        "start": {
          "line": 279,
          "column": 40
        },
        "end": {
          "line": 279,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersection",
      "start": 12292,
      "end": 12304,
      "loc": {
        "start": {
          "line": 280,
          "column": 16
        },
        "end": {
          "line": 280,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12304,
      "end": 12305,
      "loc": {
        "start": {
          "line": 280,
          "column": 28
        },
        "end": {
          "line": 280,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "faceIndex",
      "start": 12305,
      "end": 12314,
      "loc": {
        "start": {
          "line": 280,
          "column": 29
        },
        "end": {
          "line": 280,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 12315,
      "end": 12316,
      "loc": {
        "start": {
          "line": 280,
          "column": 39
        },
        "end": {
          "line": 280,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "f",
      "start": 12317,
      "end": 12318,
      "loc": {
        "start": {
          "line": 280,
          "column": 41
        },
        "end": {
          "line": 280,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12318,
      "end": 12319,
      "loc": {
        "start": {
          "line": 280,
          "column": 42
        },
        "end": {
          "line": 280,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersects",
      "start": 12336,
      "end": 12346,
      "loc": {
        "start": {
          "line": 281,
          "column": 16
        },
        "end": {
          "line": 281,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12346,
      "end": 12347,
      "loc": {
        "start": {
          "line": 281,
          "column": 26
        },
        "end": {
          "line": 281,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "push",
      "start": 12347,
      "end": 12351,
      "loc": {
        "start": {
          "line": 281,
          "column": 27
        },
        "end": {
          "line": 281,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12351,
      "end": 12352,
      "loc": {
        "start": {
          "line": 281,
          "column": 31
        },
        "end": {
          "line": 281,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "intersection",
      "start": 12353,
      "end": 12365,
      "loc": {
        "start": {
          "line": 281,
          "column": 33
        },
        "end": {
          "line": 281,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12366,
      "end": 12367,
      "loc": {
        "start": {
          "line": 281,
          "column": 46
        },
        "end": {
          "line": 281,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12367,
      "end": 12368,
      "loc": {
        "start": {
          "line": 281,
          "column": 47
        },
        "end": {
          "line": 281,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 12385,
      "end": 12387,
      "loc": {
        "start": {
          "line": 282,
          "column": 16
        },
        "end": {
          "line": 282,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12388,
      "end": 12389,
      "loc": {
        "start": {
          "line": 282,
          "column": 19
        },
        "end": {
          "line": 282,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "approach",
      "start": 12389,
      "end": 12397,
      "loc": {
        "start": {
          "line": 282,
          "column": 20
        },
        "end": {
          "line": 282,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 12398,
      "end": 12401,
      "loc": {
        "start": {
          "line": 282,
          "column": 29
        },
        "end": {
          "line": 282,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Raycaster",
      "start": 12402,
      "end": 12411,
      "loc": {
        "start": {
          "line": 282,
          "column": 33
        },
        "end": {
          "line": 282,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12411,
      "end": 12412,
      "loc": {
        "start": {
          "line": 282,
          "column": 42
        },
        "end": {
          "line": 282,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Approach",
      "start": 12412,
      "end": 12420,
      "loc": {
        "start": {
          "line": 282,
          "column": 43
        },
        "end": {
          "line": 282,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12420,
      "end": 12421,
      "loc": {
        "start": {
          "line": 282,
          "column": 51
        },
        "end": {
          "line": 282,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "First",
      "start": 12421,
      "end": 12426,
      "loc": {
        "start": {
          "line": 282,
          "column": 52
        },
        "end": {
          "line": 282,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12426,
      "end": 12427,
      "loc": {
        "start": {
          "line": 282,
          "column": 57
        },
        "end": {
          "line": 282,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 12448,
      "end": 12454,
      "loc": {
        "start": {
          "line": 283,
          "column": 20
        },
        "end": {
          "line": 283,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12454,
      "end": 12455,
      "loc": {
        "start": {
          "line": 283,
          "column": 26
        },
        "end": {
          "line": 283,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12468,
      "end": 12469,
      "loc": {
        "start": {
          "line": 284,
          "column": 12
        },
        "end": {
          "line": 284,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12478,
      "end": 12479,
      "loc": {
        "start": {
          "line": 285,
          "column": 8
        },
        "end": {
          "line": 285,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12484,
      "end": 12485,
      "loc": {
        "start": {
          "line": 286,
          "column": 4
        },
        "end": {
          "line": 286,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 12486,
      "end": 12487,
      "loc": {
        "start": {
          "line": 287,
          "column": 0
        },
        "end": {
          "line": 287,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 12488,
      "end": 12488,
      "loc": {
        "start": {
          "line": 288,
          "column": 0
        },
        "end": {
          "line": 288,
          "column": 0
        }
      }
    }
  ]
}